Fix compilation on windows. Fixes #464320.
[platform/upstream/gstreamer.git] / ChangeLog
1 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
2
3         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
4
5         * configure.ac:
6         * gst-libs/gst/rtsp/Makefile.am:
7         * gst-libs/gst/rtsp/gstrtspconnection.c:
8         (gst_rtsp_connection_connect):
9         Fix compilation on windows. Fixes #464320.
10
11 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
12
13         Patch by: Josep Torre Valles <josep@fluendo.com>
14
15         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
16         (gst_play_base_bin_init), (queue_threshold_reached),
17         (gen_source_element), (setup_substreams),
18         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
19         (gst_play_base_bin_get_streaminfo_value_array):
20         * gst/playback/gstplaybasebin.h:
21         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
22         (gst_play_bin_set_property), (gst_play_bin_get_property),
23         (gst_play_bin_handle_redirect_message):
24         Move connection-speed property from playbin to playbasebin so that we
25         can also configure it in source elements that have the connection-speed
26         property. Fixes #464028.
27         Add some debug info here and there.
28
29 2007-08-06  Sebastian Dröge  <slomo@circular-chaos.org>
30
31         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
32         Properly respond to conversion queries. Fixes #464079.
33
34 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
35
36         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init),
37         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
38         (gst_audio_test_src_init_sine_table),
39         (gst_audio_test_src_change_wave), (gst_audio_test_src_create):
40         * gst/audiotestsrc/gstaudiotestsrc.h:
41         Add float/double and int32 support to audiotestsrc. Fixes #460422.
42         Also set the default volume to the default value specified in the
43         GParamSpec.
44
45 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
46
47         Patch by: Jens Granseuer <jensgr at gmx dot net>
48
49         * gst/audioconvert/gstaudioquantize.c:
50         Fix C89 incompatibilities and spelling of explanations. Fixes #463215.
51
52 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
53
54         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_parse):
55         Add rdt manager for rdt transport.
56         Fix parsing of RDT transport.
57
58 2007-08-03  Jan Schmidt  <thaytan@mad.scientist.com>
59
60         * configure.ac:
61         Back to CVS
62
63 === release 0.10.14 ===
64
65 2007-08-03  Jan Schmidt <thaytan@mad.scientist.com>
66
67         * configure.ac:
68           releasing 0.10.14, "Light Years Ahead"
69
70 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
71
72         * tests/check/libs/audio.c: (GST_START_TEST):
73         Fix the test to reflect the behaviour of gst_audio_clip_buffer.
74
75 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
76
77         * gst-libs/gst/audio/audio.c:
78         When clipping a buffer with no timestamp, assume it is
79         within the segment without warnings.
80
81         Fixes: #460978
82
83 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
84
85         * gst-libs/gst/rtsp/gstrtspextension.c: (gst_rtsp_extension_send):
86         Fire the signal on the object, not the interface.
87
88 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
89
90         * gst-libs/gst/rtsp/.cvsignore:
91         Ber. Don't include the full path, idiot.
92
93 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
94
95         * gst-libs/gst/rtsp/.cvsignore:
96         Ignore generated files.
97
98 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
99
100         * gst-libs/gst/interfaces/Makefile.am:
101         * gst-libs/gst/interfaces/interfaces-marshal.list:
102         * gst-libs/gst/interfaces/rtspextension.c:
103         * gst-libs/gst/interfaces/rtspextension.h:
104         * gst-libs/gst/rtsp/Makefile.am:
105         * gst-libs/gst/rtsp/gstrtsp.h:
106         * gst-libs/gst/rtsp/gstrtspextension.c:
107         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
108         (gst_rtsp_extension_detect_server),
109         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
110         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
111         (gst_rtsp_extension_configure_stream),
112         (gst_rtsp_extension_get_transports),
113         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
114         * gst-libs/gst/rtsp/gstrtspextension.h:
115         * gst-libs/gst/rtsp/rtsp-marshal.list:
116         Move the rtspextension.h interface into gstrtspextension.h
117         as part of libgstrtsp instead of libgstinterfaces, because it's
118         only for use within plugins, not applications. 
119         Add stuff to do the enum & marshal generation needed in libgstrtsp now.
120         Use the GST_TYPE_RTSP_RESULT enum type for the return value of the 
121         signal that the GstRTSPExtension interface emits, since G_TYPE_ENUM
122         is abstract.
123
124 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
125
126         * gst-libs/gst/interfaces/Makefile.am:
127         * gst-libs/gst/interfaces/interfaces-marshal.list:
128         * gst-libs/gst/interfaces/rtspextension.c:
129         (gst_rtsp_extension_iface_init),
130         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
131         * gst-libs/gst/interfaces/rtspextension.h:
132         Fix marshaller for the send signal.
133         Add URL to stream selection interface method.
134
135 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
136
137         * gst-libs/gst/riff/Makefile.am:
138         Pull in our dependencies from -base before those from outside.
139
140 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
141
142         * docs/libs/gst-plugins-base-libs-sections.txt:
143         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_decode_ip):
144         * gst-libs/gst/rtsp/gstrtspbase64.h:
145         API: gst_rtsp_base64_decode_ip()
146         Added function to decode Base64 in-place.
147
148 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
149
150         * tests/check/libs/.cvsignore:
151         Ignore the mixer test binary.
152
153 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
154
155         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
156         Gratuitous comment change to trigger a rebuild on the buildbots.
157
158 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
159
160         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_media_get_media),
161         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
162         (gst_sdp_media_get_proto), (gst_sdp_media_formats_len),
163         (gst_sdp_media_get_format), (gst_sdp_media_get_information),
164         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
165         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_badwidth),
166         (gst_sdp_media_get_key), (gst_sdp_media_attributes_len),
167         (gst_sdp_media_get_attribute), (gst_sdp_media_get_attribute_val_n),
168         (gst_sdp_media_get_attribute_val):
169         * gst-libs/gst/sdp/gstsdpmessage.h:
170         Constify args where we can.
171
172 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
173
174         * gst-libs/gst/interfaces/Makefile.am:
175         * gst-libs/gst/interfaces/rtspextension.c:
176         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
177         (gst_rtsp_extension_detect_server),
178         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
179         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
180         (gst_rtsp_extension_configure_stream),
181         (gst_rtsp_extension_get_transports),
182         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
183         * gst-libs/gst/interfaces/rtspextension.h:
184         Move interface for RTSP extensions from -good to here.
185         Added helper methods to invoke interface methods.
186
187 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
188
189         * docs/libs/gst-plugins-base-libs-sections.txt:
190         * gst-libs/gst/rtsp/gstrtspdefs.h:
191         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
192         (gst_rtsp_message_get_type), (gst_rtsp_message_parse_request),
193         (gst_rtsp_message_init_response),
194         (gst_rtsp_message_parse_response), (gst_rtsp_message_new_data),
195         (gst_rtsp_message_parse_data), (gst_rtsp_message_add_header),
196         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
197         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
198         (gst_rtsp_message_get_body), (dump_key_value):
199         * gst-libs/gst/rtsp/gstrtspmessage.h:
200         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
201         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
202         (gst_rtsp_range_parse):
203         * gst-libs/gst/rtsp/gstrtsprange.h:
204         * gst-libs/gst/rtsp/gstrtsptransport.c:
205         * gst-libs/gst/rtsp/gstrtspurl.c:
206         Fix some more RTSP docs.
207         Add some missing methods for dealing with messages.
208
209 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
210
211         * docs/libs/gst-plugins-base-libs-docs.sgml:
212         * docs/libs/gst-plugins-base-libs-sections.txt:
213         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
214         * gst-libs/gst/rtsp/gstrtspbase64.h:
215         * gst-libs/gst/rtsp/gstrtspconnection.c:
216         (gst_rtsp_connection_connect), (add_auth_header),
217         (gst_rtsp_connection_write), (gst_rtsp_connection_send),
218         (read_body), (gst_rtsp_connection_receive),
219         (gst_rtsp_connection_next_timeout),
220         (gst_rtsp_connection_reset_timeout),
221         (gst_rtsp_connection_set_auth):
222         * gst-libs/gst/rtsp/gstrtspconnection.h:
223         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
224         * gst-libs/gst/rtsp/gstrtspdefs.h:
225         * gst-libs/gst/rtsp/gstrtspmessage.h:
226         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
227         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
228         (gst_rtsp_range_parse):
229         * gst-libs/gst/rtsp/gstrtspurl.h:
230         Added beginnings of RTSP documentation.
231
232 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
233
234         * docs/libs/Makefile.am:
235         * docs/libs/gst-plugins-base-libs-docs.sgml:
236         * docs/libs/gst-plugins-base-libs-sections.txt:
237         * gst-libs/gst/sdp/gstsdp.h:
238         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_set_origin),
239         (gst_sdp_message_set_connection), (gst_sdp_message_add_bandwidth),
240         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
241         (gst_sdp_message_set_key), (gst_sdp_message_get_attribute_val_n),
242         (gst_sdp_message_get_attribute_val),
243         (gst_sdp_message_add_attribute), (gst_sdp_media_new),
244         (gst_sdp_media_init), (gst_sdp_media_uninit), (gst_sdp_media_free),
245         (gst_sdp_media_get_media), (gst_sdp_media_set_media),
246         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
247         (gst_sdp_media_set_port_info), (gst_sdp_media_get_proto),
248         (gst_sdp_media_set_proto), (gst_sdp_media_formats_len),
249         (gst_sdp_media_get_format), (gst_sdp_media_add_format),
250         (gst_sdp_media_get_information), (gst_sdp_media_set_information),
251         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
252         (gst_sdp_media_add_connection), (gst_sdp_media_bandwidths_len),
253         (gst_sdp_media_get_badwidth), (gst_sdp_media_add_bandwidth),
254         (gst_sdp_media_set_key), (gst_sdp_media_get_key),
255         (gst_sdp_media_attributes_len), (gst_sdp_media_add_attribute),
256         (gst_sdp_media_get_attribute_val_n),
257         (gst_sdp_media_get_attribute_val), (gst_sdp_message_parse_buffer),
258         (print_media), (gst_sdp_message_dump):
259         * gst-libs/gst/sdp/gstsdpmessage.h:
260         Document the SDP library.
261         Add some of the missing SDPMedia methods.
262
263 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
264
265         * configure.ac:
266         * gst-libs/gst/Makefile.am:
267         * gst-libs/gst/rtsp/Makefile.am:
268         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
269         * gst-libs/gst/rtsp/gstrtspbase64.h:
270         * gst-libs/gst/rtsp/gstrtspconnection.c: (inet_aton),
271         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
272         (add_auth_header), (add_date_header), (gst_rtsp_connection_write),
273         (gst_rtsp_connection_send), (read_line), (read_string), (read_key),
274         (parse_response_status), (parse_request_line), (parse_line),
275         (gst_rtsp_connection_read), (read_body),
276         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
277         (gst_rtsp_connection_free), (gst_rtsp_connection_next_timeout),
278         (gst_rtsp_connection_reset_timeout), (gst_rtsp_connection_flush),
279         (gst_rtsp_connection_set_auth):
280         * gst-libs/gst/rtsp/gstrtspconnection.h:
281         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status),
282         (gst_rtsp_strresult), (gst_rtsp_method_as_text),
283         (gst_rtsp_version_as_text), (gst_rtsp_header_as_text),
284         (gst_rtsp_status_as_text), (gst_rtsp_find_header_field),
285         (gst_rtsp_find_method):
286         * gst-libs/gst/rtsp/gstrtspdefs.h:
287         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
288         (gst_rtsp_message_new), (gst_rtsp_message_init),
289         (gst_rtsp_message_new_request), (gst_rtsp_message_init_request),
290         (gst_rtsp_message_new_response), (gst_rtsp_message_init_response),
291         (gst_rtsp_message_init_data), (gst_rtsp_message_unset),
292         (gst_rtsp_message_free), (gst_rtsp_message_add_header),
293         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
294         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
295         (gst_rtsp_message_take_body), (gst_rtsp_message_get_body),
296         (gst_rtsp_message_steal_body), (dump_mem), (dump_key_value),
297         (gst_rtsp_message_dump):
298         * gst-libs/gst/rtsp/gstrtspmessage.h:
299         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
300         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
301         (gst_rtsp_range_parse), (gst_rtsp_range_free):
302         * gst-libs/gst/rtsp/gstrtsprange.h:
303         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_new),
304         (gst_rtsp_transport_init), (gst_rtsp_transport_get_mime),
305         (gst_rtsp_transport_get_manager), (parse_mode), (parse_range),
306         (range_as_text), (rtsp_transport_mode_as_text),
307         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
308         (gst_rtsp_transport_parse), (gst_rtsp_transport_as_text),
309         (gst_rtsp_transport_free):
310         * gst-libs/gst/rtsp/gstrtsptransport.h:
311         * gst-libs/gst/rtsp/gstrtspurl.c: (gst_rtsp_url_parse),
312         (gst_rtsp_url_free), (gst_rtsp_url_set_port),
313         (gst_rtsp_url_get_port), (gst_rtsp_url_get_request_uri):
314         * gst-libs/gst/rtsp/gstrtspurl.h:
315         * gst-libs/gst/sdp/Makefile.am:
316         * gst-libs/gst/sdp/gstsdp.h:
317         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_origin_init),
318         (gst_sdp_connection_init), (gst_sdp_bandwidth_init),
319         (gst_sdp_time_init), (gst_sdp_zone_init), (gst_sdp_key_init),
320         (gst_sdp_attribute_init), (gst_sdp_message_new),
321         (gst_sdp_message_init), (gst_sdp_message_uninit),
322         (gst_sdp_message_free), (gst_sdp_media_new), (gst_sdp_media_init),
323         (gst_sdp_media_uninit), (gst_sdp_media_free),
324         (gst_sdp_message_set_origin), (gst_sdp_message_get_origin),
325         (gst_sdp_message_set_connection), (gst_sdp_message_get_connection),
326         (gst_sdp_message_add_bandwidth), (gst_sdp_message_add_time),
327         (gst_sdp_message_add_zone), (gst_sdp_message_set_key),
328         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
329         (gst_sdp_message_get_attribute_val),
330         (gst_sdp_message_add_attribute), (gst_sdp_message_add_media),
331         (gst_sdp_media_add_attribute), (gst_sdp_media_add_bandwidth),
332         (gst_sdp_media_add_format), (gst_sdp_media_get_attribute),
333         (gst_sdp_media_get_attribute_val_n),
334         (gst_sdp_media_get_attribute_val), (gst_sdp_media_get_format),
335         (read_string), (read_string_del), (gst_sdp_parse_line),
336         (gst_sdp_message_parse_buffer), (print_media),
337         (gst_sdp_message_dump):
338         * gst-libs/gst/sdp/gstsdpmessage.h:
339         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
340         Move SDP and RTSP from helper objects in -good to a reusable library.
341         Use a proper gst_ namespace.
342
343 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
344
345         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
346         (vorbis_dec_flush_decode):
347         Use the new buffer clipping function from gstaudio here.
348
349 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
350
351         * docs/libs/gst-plugins-base-libs-sections.txt:
352         * gst-libs/gst/audio/audio.c: (gst_audio_buffer_clip):
353         * gst-libs/gst/audio/audio.h:
354         * tests/check/libs/audio.c: (GST_START_TEST), (audio_suite):
355         API: Add buffer clipping function for raw audio buffers. Fixes #456656.
356         Also add deprecation guards for gst_audio_structure_set_int() to the
357         header.
358
359 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
360
361         * docs/libs/gst-plugins-base-libs-sections.txt:
362           Cleanup the docs.
363
364 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
365
366         Patch by: Dan Williams <dcbw at redhat dot com>
367
368         * gst/playback/gstplaybasebin.c:
369         (gst_play_base_bin_get_streaminfo_value_array):
370         Don't return NULL when querying the stream info value array but instead
371         return an empty array. Fixes #459204.
372
373 2007-07-23  Tim-Philipp Müller  <tim at centricular dot net>
374
375         * gst/playback/gsturidecodebin.c:
376           Init debug category before using it.
377
378 2007-07-21  Jan Schmidt  <thaytan@noraisin.net>
379
380         * gst-libs/gst/interfaces/mixer.h:
381         Add padding vars in place of the signal pointers
382         when building with DISABLE_DEPRECATED so that the
383         interface structure doesn't change size.
384
385 2007-07-20  Jan Schmidt  <thaytan@noraisin.net>
386
387         * docs/libs/gst-plugins-base-libs-sections.txt:
388         * ext/alsa/gstalsamixer.c:
389         * ext/alsa/gstalsamixer.h:
390         * ext/alsa/gstalsamixerelement.c:
391         * ext/alsa/gstalsamixertrack.c:
392         * gst-libs/gst/interfaces/mixer.c:
393         * gst-libs/gst/interfaces/mixer.h:
394         * gst-libs/gst/interfaces/mixeroptions.c:
395         * gst-libs/gst/interfaces/mixeroptions.h:
396         * gst-libs/gst/interfaces/mixertrack.c:
397         * gst-libs/gst/interfaces/mixertrack.h:
398         * tests/check/Makefile.am:
399         * tests/check/libs/mixer.c:
400
401         Patch By: Marc-Andre Lureau <marcandre.lureau@gmail.com>
402         Fixes: #152864 
403
404         Add support for notifying mixer changes on the message bus, and
405         implement it in alsamixer.
406
407         API: gst_mixer_get_mixer_flags
408         API: gst_mixer_message_parse_mute_toggled
409         API: gst_mixer_message_parse_record_toggled
410         API: gst_mixer_message_parse_volume_changed
411         API: gst_mixer_message_parse_option_changed
412         API: GstMixerMessageType
413         API: GstMixerFlags
414
415 2007-07-20  Michael Smith <msmith@fluendo.com>
416
417         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
418         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps):
419           xcontext->im_format is only for testing XShm support (as the header
420           file comments document). Use xvimage->im_format for everything else.
421           Avoids spurious warnings on buffer allocation before setcaps.
422
423 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
424
425         * tests/examples/volume/Makefile.am:
426         * tests/icles/Makefile.am:
427           We should use $(LIBM).
428
429 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
430
431         * tests/icles/Makefile.am:
432           This needs -lm.
433
434 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
435
436         * gst-libs/gst/rtp/gstbasertppayload.c:
437         (gst_basertppayload_class_init), (gst_basertppayload_init),
438         (gst_basertppayload_set_property),
439         (gst_basertppayload_get_property):
440         Don't break ABI, restore previous ranges. Keep the default random
441         selection of timestamp and seqnum offset but as soon as the app sets a
442         specific value, use that one.
443
444 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
445
446         Patch by: Bastien Nocera <hadess at hadess dot net>
447
448         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
449         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
450         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
451         * sys/xvimage/xvimagesink.h:
452         Add option to turn off double-buffering for debugging purposes.
453         Fixes #437169.
454
455 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
456
457         Patch by: Jorn Baayen <jorn at openedhand dot com>
458
459         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
460         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
461         (gst_ximagesink_init), (gst_ximagesink_class_init):
462         * sys/ximage/ximagesink.h:
463         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
464         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
465         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
466         * sys/xvimage/xvimagesink.h:
467         add 'handle-expose' property. Useful for video widgets which may want to
468         be in control of Expose behaviour. Fixes #380625
469
470 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
471
472         * gst-libs/gst/rtp/gstbasertppayload.c:
473         (gst_basertppayload_class_init), (gst_basertppayload_init),
474         (gst_basertppayload_event), (gst_basertppayload_push),
475         (gst_basertppayload_set_property),
476         (gst_basertppayload_get_property),
477         (gst_basertppayload_change_state):
478         * gst-libs/gst/rtp/gstbasertppayload.h:
479         Fix ranges of rtp payloader properties so that the full range can be
480         used in addition to -1 (random).
481         Fix wrong seqnum reporting in caps.
482         Fixes #420326.
483
484 2007-07-13  Wim Taymans  <wim.taymans@gmail.com>
485
486         * gst/videorate/gstvideorate.c: (gst_video_rate_init),
487         (gst_video_rate_query):
488         Use boilerplate.
489         Add latency query, might not be perfect yet but already works a lot
490         better. Fixes #442557.
491
492 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
493
494         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
495         (gst_xvimagesink_setcaps):
496         * sys/xvimage/xvimagesink.h:
497         After a caps change, redraw our borders to avoid garbage left there
498         when the image format changes to a smaller size, like 16:9 -> 4:3
499         Also, hold the flow_lock a bit longer in the set_caps while we're
500         fiddling with the xcontext.
501
502 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
503
504         * Makefile.am:
505         * configure.ac:
506         * tests/Makefile.am:
507         Remove bogus check for libcheck, since we check for
508         gstreamer-check and it pulls in the required info from there, and we
509         weren't actually _using_ the information for libcheck ourselves
510         anyway.
511
512 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
513
514         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
515         (gst_ffmpeg_caps_to_pixfmt):
516         Fix the r_mask test for RGBA32 on little-endian.
517         Fix a stupid typo that would have obviously broken 
518         compilation on big-endian, if anyone was testing.
519
520 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
521
522         * gst/videotestsrc/videotestsrc.c: (paint_hline_AYUV),
523         (paint_hline_str4):
524         * gst/videotestsrc/videotestsrc.h:
525         Add alpha to the color struct.
526         Use a default alpha value of 255 instead of 128.
527
528 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
529
530         * gst/playback/gstplaybasebin.c: (no_more_pads_full),
531         (setup_source):
532         Clear the dynamic pads counter when starting a new uri. This makes
533         reusing playbin work again.
534         Fixes #454264.
535
536 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
537
538         * configure.ac:
539           Use pkg-config to locate check.
540
541 2007-07-12  Tim-Philipp Müller  <tim at centricular dot net>
542
543         * configure.ac:
544         * tests/check/elements/volume.c: (GST_START_TEST):
545           Fix 'make check' build against core CVS.
546
547 2007-07-10  Stefan Kost  <ensonic@users.sf.net>
548
549         * gst-libs/gst/interfaces/propertyprobe.c:
550         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
551         * gst-libs/gst/tag/gstvorbistag.c:
552           Make gtk-doc happy.
553
554 2007-07-08  Tim-Philipp Müller  <tim at centricular dot net>
555
556         * gst-libs/gst/audio/gstbaseaudiosink.c:
557         (gst_base_audio_sink_callback):
558           Quick hack to make audiosinks stop at EOS when operating in
559           pull-mode; needs to be fixed properly some day.
560
561 2007-07-06  Stefan Kost  <ensonic@users.sf.net>
562
563         * docs/libs/gst-plugins-base-libs-sections.txt:
564           Fix location of includes in the docs.
565
566 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
567
568         * gst/ffmpegcolorspace/avcodec.h:
569         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
570         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
571         (gst_ffmpegcsp_avpicture_fill):
572         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
573         (img_get_alpha_info):
574         Add 2 new pixel formats - ABGR32 and ARGB32, which are reflections
575         of the existing BGRA32 and RGBA32 formats with the alpha at the other
576         end of the word. Partially fixes #451908
577
578 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
579
580         * docs/libs/Makefile.am:
581         * docs/plugins/Makefile.am:
582           Simplify --extra-dir as gtkdoc scans recursively.
583
584 2007-07-03  Wim Taymans  <wim.taymans@gmail.com>
585
586         * gst/adder/gstadder.c: (gst_adder_sink_getcaps),
587         (gst_adder_request_new_pad):
588         Make getcaps more robust by not using the proxycaps function. This makes
589         sure that we don't end up recursively calling getcaps upstream.
590         See #316248.
591
592 2007-06-29  Wim Taymans  <wim.taymans@gmail.com>
593
594         * gst/audioconvert/audioconvert.c:
595         Include math.h to fix compilation.
596
597 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
598
599         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
600         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
601         Add a mapping for YUV format "IYU1", which is a 4:1:1 packed pixel
602         format, as produced by some dc1394 cameras like the iSight.
603         See http://www.fourcc.org/yuv.php#IYU1
604
605 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
606
607         * gst/audioconvert/Makefile.am:
608         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
609         (check_default), (audio_convert_prepare_context),
610         (audio_convert_clean_context), (audio_convert_convert):
611         * gst/audioconvert/audioconvert.h:
612         * gst/audioconvert/gstaudioconvert.c:
613         (gst_audio_convert_dithering_get_type),
614         (gst_audio_convert_ns_get_type), (gst_audio_convert_class_init),
615         (gst_audio_convert_init), (gst_audio_convert_set_caps),
616         (gst_audio_convert_set_property), (gst_audio_convert_get_property):
617         * gst/audioconvert/gstaudioconvert.h:
618         * gst/audioconvert/gstaudioquantize.c:
619         (gst_audio_quantize_setup_noise_shaping),
620         (gst_audio_quantize_free_noise_shaping),
621         (gst_audio_quantize_setup_dither),
622         (gst_audio_quantize_free_dither),
623         (gst_audio_quantize_setup_quantize_func),
624         (gst_audio_quantize_setup), (gst_audio_quantize_free):
625         * gst/audioconvert/gstaudioquantize.h:
626         Implement dithering and noise shaping in audioconvert. By default now
627         TPDF dithering (and no noise shaping) will be used when converting
628         from a higher bit depth to 20 bit depth or smaller, otherwise
629         everything will be as it is now.
630         For the last audioconvert in a pipeline it would make sense to
631         use some kind of noise shaping, enabling it by default for all
632         conversions would give undesired results though. Fixes #360246.
633         * tests/check/elements/audioconvert.c: (setup_audioconvert),
634         (GST_START_TEST):
635         Adjust unit test for the new audioconvert.
636
637 2007-06-28  Wim Taymans  <wim@fluendo.com>
638
639         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering):
640         Use other metrics as well when estimating the buffer level.
641
642 2007-06-28  Wim Taymans  <wim@fluendo.com>
643
644         * gst/playback/gstplaybasebin.c: (make_decoder), (setup_source):
645         Small debug improvement.
646
647         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering),
648         (plugin_init):
649         Tweak the rate estimation period.
650         When calculating the buffer filledness in rate estimation mode, don't
651         mix it with other metrics.
652
653 2007-06-28  Wim Taymans  <wim@fluendo.com>
654
655         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
656         (gst_decode_group_expose), (gst_decode_group_free), (add_fakesink):
657         When creating the groups, allow for a 5 second, unlimited buffers
658         preroll phase after which we expose the group.
659         When the group is exposed, use a small number of buffers up to a 2
660         second limit. Also disconnect the overrun signal from multiqueue when we
661         exposed the group because it is not needed anymore.
662
663 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
664
665         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
666           Don't pass trailing zeroes in fixed-size string arrays in ID3v1 tags
667           to utf8-validate; fixes recognition of ID3v1 tags in UTF-8 encoding
668           (#451707); also, output some debugging info when dealing with
669           freeform strings.
670
671         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite):
672           Add unit test for the above.
673
674 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
675
676         * gst-libs/gst/pbutils/descriptions.c: (caps_are_rtp_caps):
677           Add description for Windows Media RTP caps.
678
679         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
680           Remove RTP fields that don't define the format from caps.
681
682 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
683
684         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
685           Skip empty buffers, but not empty header buffers. That way the original
686           vorbisdec unit test still passes (#451145); also, take into account
687           that those empty packets might carry a granulepos.
688
689         * tests/check/Makefile.am:
690         * tests/check/elements/vorbisdec.c:
691         (_create_codebook_header_buffer), (_create_audio_buffer),
692         (GST_START_TEST), (vorbisdec_suite):
693           Add unit test that sends an empty packet.
694
695 2007-06-27  Wim Taymans  <wim@fluendo.com>
696
697         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
698         Don't error out on 0-sized packets, just emit a warning because this is
699         not a fatal error. Fixes #451145.
700
701 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
702
703         * docs/plugins/gst-plugins-base-plugins.args:
704         * docs/plugins/gst-plugins-base-plugins.signals:
705         * docs/plugins/inspect/plugin-adder.xml:
706         * docs/plugins/inspect/plugin-alsa.xml:
707         * docs/plugins/inspect/plugin-audioconvert.xml:
708         * docs/plugins/inspect/plugin-audiorate.xml:
709         * docs/plugins/inspect/plugin-audioresample.xml:
710         * docs/plugins/inspect/plugin-audiotestsrc.xml:
711         * docs/plugins/inspect/plugin-cdparanoia.xml:
712         * docs/plugins/inspect/plugin-decodebin.xml:
713         * docs/plugins/inspect/plugin-decodebin2.xml:
714         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
715         * docs/plugins/inspect/plugin-gdp.xml:
716         * docs/plugins/inspect/plugin-gnomevfs.xml:
717         * docs/plugins/inspect/plugin-libvisual.xml:
718         * docs/plugins/inspect/plugin-ogg.xml:
719         * docs/plugins/inspect/plugin-pango.xml:
720         * docs/plugins/inspect/plugin-playbin.xml:
721         * docs/plugins/inspect/plugin-subparse.xml:
722         * docs/plugins/inspect/plugin-tcp.xml:
723         * docs/plugins/inspect/plugin-theora.xml:
724         * docs/plugins/inspect/plugin-typefindfunctions.xml:
725         * docs/plugins/inspect/plugin-video4linux.xml:
726         * docs/plugins/inspect/plugin-videorate.xml:
727         * docs/plugins/inspect/plugin-videoscale.xml:
728         * docs/plugins/inspect/plugin-videotestsrc.xml:
729         * docs/plugins/inspect/plugin-volume.xml:
730         * docs/plugins/inspect/plugin-vorbis.xml:
731         * docs/plugins/inspect/plugin-ximagesink.xml:
732         * docs/plugins/inspect/plugin-xvimagesink.xml:
733           Update docs with caps info.
734
735 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
736
737         * po/POTFILES.in:
738           Add more files with translatable strings (#450875).
739
740 2007-06-23  Edward Hervey  <edward@fluendo.com>
741
742         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_find_chains):
743         The chain should be freed if we error out here, else it will leak.
744         * gst/playback/gstdecodebin.c: (disconnect_unlinked_signals),
745         (cleanup_decodebin):
746         Don't forget to *properly* remove the signals, else it will leak.
747
748 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
749
750         * MAINTAINERS:
751         Updating all the maintainers files
752
753 2007-06-21  Stefan Kost  <ensonic@users.sf.net>
754
755         * tests/examples/seek/seek.c: (update_scale), (play_cb), (stop_cb),
756         (main):
757           Destroy and recreate parse-launch based pipeline after stop to be able
758           to play again. Reorder some code and add more comments.
759
760 2007-06-20  Jan Schmidt  <thaytan@mad.scientist.com>
761
762         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
763         When handling a delayed-caps notification case, mark
764         the group as dynamic so that the nbdynamic count is
765         incremented and decremented correctly. Fixes: #449156
766         Patch by: Wim Taymans <wim@fluendo.com>
767
768 2007-06-19  Andy Wingo  <wingo@pobox.com>
769
770         * gst-libs/gst/audio/gstbaseaudiosink.c
771         (gst_base_audio_sink_init): Enable pull-mode operation.
772
773 2007-06-19  Michael Smith <msmith@fluendo.com>
774
775         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
776           Change minimum rate back to 1000 to allow low-sample-rate wav files
777           to play back.
778
779 2007-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
780
781         * po/vi.po:
782           Update translations.
783
784 2007-06-15  David Schleef  <ds@schleef.org>
785
786         * gst/playback/gstqueue2.c:
787           Fix compile error from ignored return value.
788
789 2007-06-15  Michael Smith <msmith@fluendo.com>
790
791         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
792           Update tmpbuf for all neccesary rows, not just one, as is required
793           when downscaling.
794           Fixes #402076.
795
796 2007-06-15  Michael Smith <msmith@fluendo.com>
797
798         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (is_video),
799         (eos_buffer_probe):
800           Add a test that ensures we set DELTA_UNIT on all non-header,
801           non-video buffers, if we have a video stream.
802         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
803         (gst_ogg_mux_process_best_pad):
804           Move setting delta_pad to earlier, where we inspect all pads, so
805           that leading audio pages don't get DELTA_UNIT unset if they come
806           before the first DELTA_UNIT from video pages. Fixes the newly-added
807           test. Fixes #385527.
808
809 2007-06-14  Tim-Philipp Müller  <tim at centricular dot net>
810
811         * tests/check/pipelines/streamheader.c: (streamheader_suite):
812           Disable test_multifdsink_gdp_vorbisenc() on ppc64 since it
813           fails on the p5-ppc64 build bot and the failure looks like it is due
814           to the same issue as #348114, ie. a compiler bug.
815
816 2007-06-13  Edward Hervey  <edward@fluendo.com>
817
818         * gst/playback/gstqueue2.c: (gst_queue_create_read):
819         Fix build on MacOSX.
820
821 2007-06-13  Wim Taymans  <wim@fluendo.com>
822
823         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
824         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain):
825         Fix compilation on mingw. Fixes #446972.
826
827 2007-06-12  Wim Taymans  <wim@fluendo.com>
828
829         Patches by: Thiago Sousa Santos <thiagossantos at gmail dot com>
830
831         * gst/playback/gstqueue2.c: (update_buffering),
832         (gst_queue_locked_enqueue):
833         Fix a division by zero when the max percent is <= 0. Fixes #446572.
834         also update the buffering status when receiving events. Fixes #446551.
835
836 2007-06-11  Wim Taymans  <wim@fluendo.com>
837
838         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
839
840         * gst/playback/gstqueue2.c: (gst_queue_peer_query),
841         (gst_queue_handle_src_query):
842         Wait for preroll before attempting to forward a duration query upstream.
843         Fixes #445505.
844
845 2007-06-07  Sebastien Moutte  <sebastien@moutte.net>
846
847         * gst-libs/gst/rtp/gstbasertpdepayload.c: 
848         (gst_base_rtp_depayload_set_gst_timestamp):
849         Use G_GINT64_CONSTANT macro for int64 constant.
850         * win32/common/libgstinterfaces.def:
851         * win32/common/libgsttag.def:
852         Add new exported functions.
853
854 2007-06-07  Tim-Philipp Müller  <tim at centricular dot net>
855
856         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
857           The BOS page of the first Dirac video stream needs to come before
858           the BOS page of any Vorbis streams or other audio streams, just like
859           it is with Theora.
860
861 2007-06-07  Wim Taymans  <wim@fluendo.com>
862
863         * gst/playback/gstqueue2.c: (gst_queue_get_range):
864         Fix compilation.
865
866 2007-06-06  Wim Taymans  <wim@fluendo.com>
867
868         Patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
869
870         * gst/playback/gstqueue2.c: (gst_queue_init),
871         (gst_queue_handle_sink_event), (gst_queue_chain),
872         (gst_queue_get_range), (gst_queue_src_checkgetrange_function),
873         (gst_queue_sink_activate_push), (gst_queue_src_activate_push),
874         (gst_queue_src_activate_pull):
875         Add pull based scheduling and fix some deadlocks. Fixes #444523.
876         Does not yet completely work because duration queries upstream won't
877         block yet.
878
879 2007-06-06  Wim Taymans  <wim@fluendo.com>
880
881         * configure.ac:
882         * gst/playback/gstqueue2.c: (gst_queue_create_read):
883         Some more fseeko checks.
884
885 2007-06-06  Wim Taymans  <wim@fluendo.com>
886
887         * configure.ac:
888         check for large file support.
889
890 2007-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
891
892         Based on a patch by Sven Arvidsson <sa at whiz dot se>:
893
894         * gst/subparse/gstsubparse.c: (parse_subrip),
895         (subviewer_unescape_newlines), (parse_subviewer),
896         (gst_sub_parse_data_format_autodetect),
897         (gst_sub_parse_format_autodetect), (gst_subparse_type_find):
898         * gst/subparse/gstsubparse.h:
899         Add support for SubViewer version 1 and 2 subtitles. Fixes #394061.
900         * tests/check/elements/subparse.c: (GST_START_TEST),
901         (subparse_suite):
902         Add a unit test for both SubViewer formats.
903
904 2007-06-01  Michael Smith <msmith@fluendo.com>
905
906         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
907           Don't overflow intermediate values when seeking to large time values
908           in audiotestsrc.
909
910 2007-06-05  Wim Taymans  <wim@fluendo.com>
911
912         * gst/playback/gstqueue2.c: (gst_queue_have_data),
913         (gst_queue_create_read), (gst_queue_read_item_from_file),
914         (gst_queue_open_temp_location_file), (gst_queue_locked_enqueue):
915         Include stdio to define fseeko.
916
917 2007-06-05  Wim Taymans  <wim@fluendo.com>
918
919         Patch by: Edward Hervey  <edward@fluendo.com>
920
921         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
922         (gst_v4lsrc_query):
923         Make v4lsrc output segments in GST_FORMAT_TIME. Fixes #442553.
924
925 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
926
927         * gst-libs/gst/riff/Makefile.am:
928         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_info):
929           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
930           our own implementation.
931
932 2007-06-05  Wim Taymans  <wim@fluendo.com>
933
934         * gst-libs/gst/rtp/gstbasertpdepayload.c:
935         (gst_base_rtp_depayload_setcaps),
936         (gst_base_rtp_depayload_set_gst_timestamp),
937         (gst_base_rtp_depayload_change_state):
938         Handle timestamp wraparound.
939
940 2007-06-05  Wim Taymans  <wim@fluendo.com>
941
942         * gst/playback/gsturidecodebin.c: (no_more_pads_full),
943         (new_decoded_pad), (remove_pads), (make_decoder), (setup_source),
944         (gst_uri_decode_bin_change_state):
945         Make sure we name srcpads uniquely even when using different internal
946         decodebins.
947         Signal no-more-pads when no more dynamic elements exist.
948         Remove pads on cleanup.
949
950 2007-06-05  Wim Taymans  <wim@fluendo.com>
951
952         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
953
954         * gst/playback/gstqueue2.c: (gst_queue_class_init),
955         (gst_queue_init), (gst_queue_finalize),
956         (gst_queue_write_buffer_to_file), (gst_queue_have_data),
957         (gst_queue_create_read), (gst_queue_read_item_from_file),
958         (gst_queue_open_temp_location_file),
959         (gst_queue_close_temp_location_file), (gst_queue_locked_flush),
960         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
961         (gst_queue_is_empty), (gst_queue_is_filled),
962         (gst_queue_change_state), (gst_queue_set_temp_location),
963         (gst_queue_set_property):
964         Add support for filebased buffering. Fixes #441264.
965
966 2007-06-05  Wim Taymans  <wim@fluendo.com>
967
968         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter),
969         (analyze_new_pad), (connect_pad), (expose_pad), (caps_notify_cb),
970         (caps_notify_group_cb), (gst_decode_group_new),
971         (gst_decode_group_free):
972         Add support for delayed caps fixation when autoplugging.
973         Optimize cases where a multiqueue is not needed/wanted, like right after
974         anything that is not a demuxer.
975
976 2007-06-05  Wim Taymans  <wim@fluendo.com>
977
978         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone),
979         (gst_ogg_pad_submit_packet), (gst_ogg_demux_perform_seek),
980         (gst_ogg_demux_read_chain), (gst_ogg_demux_collect_chain_info):
981         consideratly speedup ogg chain detection by not trying to find a base
982         timestamp for skeleton streams. 
983
984 2007-06-05  Wim Taymans  <wim@fluendo.com>
985
986         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
987         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_add_full),
988         (gst_multi_fd_sink_remove_flush),
989         (gst_multi_fd_sink_remove_client_link),
990         (gst_multi_fd_sink_handle_client_write),
991         (gst_multi_fd_sink_handle_clients):
992         * gst/tcp/gstmultifdsink.h:
993         Add support for remove_flush.
994
995 2007-06-05  Wim Taymans  <wim@fluendo.com>
996
997         * docs/design/draft-keyframe-force.txt:
998         * ext/theora/theoraenc.c: (theora_enc_sink_event),
999         (theora_enc_chain):
1000         Add draft design for forcing keyframes in encoders and implement in
1001         theoraenc.
1002
1003 2007-06-05  Jan Schmidt  <thaytan@mad.scientist.com>
1004
1005         * configure.ac:
1006           Back to CVS
1007
1008 === release 0.10.13 ===
1009
1010 2007-06-05  Jan Schmidt <thaytan@mad.scientist.com>
1011
1012         * configure.ac:
1013           releasing 0.10.13, "What's Going on?"
1014
1015 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
1016
1017         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1018         In riff, the depth is stored in the size field but it just means that
1019         the least significant bits are cleared. We can therefore just play
1020         the sample as if it had a depth == width. Fixes: #440997
1021
1022         Patch by: Wim Taymans <wim@fluendo.com> 
1023         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
1024
1025 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
1026
1027         * gst-libs/gst/floatcast/floatcast.h:
1028         Define inline when needed on win32 builds. Fixes: #441295
1029         Patch by: Sebastien Moutte  <sebastien@moutte.net>
1030
1031 2007-05-29  Wim Taymans  <wim@fluendo.com>
1032
1033         * gst/playback/gstplaybasebin.c: (queue_overrun),
1034         (no_more_pads_full):
1035         Stop buffering when the group is commited because the queues filled up.
1036         Fixes #442024.
1037
1038 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
1039
1040         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
1041         (gst_alsa_mixer_free), (gst_alsa_mixer_update),
1042         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
1043         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
1044         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
1045         * ext/alsa/gstalsamixer.h:
1046         * ext/alsa/gstalsamixerelement.c:
1047         (gst_alsa_mixer_element_interface_supported),
1048         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
1049         (gst_alsa_mixer_element_set_property),
1050         (gst_alsa_mixer_element_get_property),
1051         (gst_alsa_mixer_element_change_state):
1052         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_update):
1053         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_volume_changed),
1054         (gst_mixer_option_changed):
1055         * gst-libs/gst/interfaces/mixer.h:
1056         Revert commits towards #152864 made so far. We'll pick it up again
1057         after the 0.10.13 release.
1058
1059 2007-05-24  Wim Taymans  <wim@fluendo.com>
1060
1061         * gst-libs/gst/audio/gstbaseaudiosink.c:
1062         (gst_base_audio_sink_render):
1063         After an interrupt (PAUSED/flush) assume that the next sample should not
1064         be aligned to the previous sample. Fixes #417992.
1065
1066 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
1067
1068         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1069           Don't add channels and rate fields to the template caps for
1070           audio/x-dts, as wavparse might not always be able to set them,
1071           which would then lead to 'caps are not a real subset of the
1072           template caps' warnings.
1073
1074 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
1075
1076         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
1077         Handle unknown or invalid pads without crashing, as might occur if
1078         a media file like an mp3 is specified as a subtitle file.
1079         Fixes: #410039
1080
1081 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
1082
1083         * gst/playback/gstplaybin.c: (add_sink), (dummy_blocked_cb),
1084         (setup_sinks):
1085         Block the subtitle bin output queue before ghosting it and linking,
1086         then unblock after. This avoids spurious not-linked errors caused 
1087         by the queue starting up (because it gets linked when it is ghosted). 
1088         Fixes: #350299
1089
1090 2007-05-23  Jan Schmidt  <thaytan@mad.scientist.com>
1091
1092         * tests/check/elements/playbin.c: (test_suburi_error_unknowntype):
1093         Use /dev/zero instead of /dev/urandom to produce an invalid subtitle
1094         file. Avoids flukes where the input gets typefound to some valid but
1095         useless type.
1096
1097 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
1098
1099         * tests/check/Makefile.am:
1100         * tests/check/elements/.cvsignore:
1101         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink),
1102         (cleanup_gnomevfssink), (GST_START_TEST), (gnomevfssink_suite):
1103           Add unit test for gnomevfssink seeking and position reporting for
1104           file:// URIs.
1105
1106 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
1107
1108         Patch by: Mark Nauwelaerts <manauw at skynet be>
1109
1110         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_init),
1111         (gst_gnome_vfs_sink_open_file), (gst_gnome_vfs_sink_handle_event),
1112         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render):
1113         * ext/gnomevfs/gstgnomevfssink.h:
1114           Fix position reporting, especially after a seek (from upstream),
1115           see #412648.
1116
1117 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
1118
1119         * ext/cdparanoia/gstcdparanoiasrc.c:
1120           Repair umlaut.
1121
1122 2007-05-22  Jan Schmidt  <thaytan@mad.scientist.com>
1123
1124         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1125         Specify the full valid range for MP3 samplerates. Fixes a regression
1126         caused by extra header checks since the last release.
1127
1128 2007-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
1129
1130         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1131         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1132         Fix a locking-order bug I introduced with my changes the other day.
1133         Patch by Mike Smith.
1134
1135 2007-05-21  Michael Smith <msmith@fluendo.com>
1136
1137         * ext/theora/theoradec.c: (theora_handle_data_packet):
1138           Don't look inside 0-length packets (which indicate duplicated
1139           frames)
1140
1141 2007-05-21  Wim Taymans  <wim@fluendo.com>
1142
1143         * ext/cdparanoia/gstcdparanoiasrc.c:
1144         (gst_cd_paranoia_src_read_sector):
1145         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1146         (gst_base_audio_src_create):
1147         Small cleanups.
1148
1149         * ext/theora/theoradec.c: (theora_dec_sink_event):
1150         Fix typo.
1151
1152         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1153         (gst_base_rtp_depayload_set_gst_timestamp):
1154         Add some FIXME
1155
1156         * gst/playback/gstdecodebin.c: (queue_underrun_cb):
1157         And some debug info when a FIXME path is hit.
1158
1159 2007-05-21  Wim Taymans  <wim@fluendo.com>
1160
1161         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1162         (gst_base_rtp_audio_payload_class_init),
1163         (gst_base_rtp_audio_payload_init),
1164         (gst_base_rtp_audio_payload_finalize),
1165         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
1166         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
1167         (gst_base_rtp_payload_audio_handle_event):
1168         Some cleanups, remove minptime property as it is now in the parent
1169         class.
1170         Override parent class event function.
1171
1172         * gst-libs/gst/rtp/gstbasertppayload.c:
1173         (gst_basertppayload_class_init), (gst_basertppayload_init),
1174         (gst_basertppayload_event), (gst_basertppayload_set_property),
1175         (gst_basertppayload_get_property):
1176         * gst-libs/gst/rtp/gstbasertppayload.h:
1177         Add min-ptime property.
1178         Add handle-event vmethod. Fixes #415001.
1179
1180 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
1181
1182         * gst-libs/gst/audio/gstbaseaudiosink.c
1183           (gst_base_audio_sink_change_state):
1184           Fix typo in comment.
1185
1186         * gst/playback/gstdecodebin.c (gst_decode_bin_class_init,
1187           free_dynamics, pad_probe, close_pad_link, try_to_link_1,
1188           get_our_ghost_pad, remove_element_chain, queue_underrun_cb,
1189           close_link):
1190         * gst/playback/gstplaybin.c (gst_play_bin_set_property,
1191           gen_audio_element, remove_sinks, gst_play_bin_send_event_to_sink):
1192           Remove trailing whitespaces in comments.
1193
1194         * gst/volume/Makefile.am:
1195           Fix tabs.
1196
1197 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
1198
1199         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
1200
1201         * gst-libs/gst/interfaces/mixer.h (mixer_type, option_changed,
1202           set_option, get_option, _gst_reserved):
1203           Revert reordering functions (keep ABI).
1204
1205 2007-05-17  Jan Schmidt  <thaytan@mad.scientist.com>
1206
1207         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
1208         (gst_ximagesink_xwindow_new), (gst_ximagesink_handle_xevents),
1209         (gst_ximagesink_show_frame):
1210         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
1211         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_handle_xevents),
1212         (gst_xvimagesink_show_frame):
1213         When we create our own window, indicate that we handle the 
1214         WM_DELETE client message from the window manager, so that it won't 
1215         kill our window (and our app) along with it. Handle ClientMessage,
1216         post an error on the bus, and close the window. Further buffers
1217         arriving will result in a FlowError because the window has been
1218         destroyed.
1219
1220         Fixes: #393975
1221
1222         Clean up the X event handling loop and make them the same for
1223         both xvimagesink and ximagesink while I'm at it.
1224
1225 2007-05-17  Wim Taymans  <wim@fluendo.com>
1226
1227         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter):
1228         Make decodebin2 autoplug depayloaders too.
1229
1230         * gst/playback/gsturidecodebin.c: (source_new_pad):
1231         Set the newly created decoder in a usable state when autoplugging a
1232         dynamic source such as RTSP.
1233
1234 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
1235
1236         * gst/playback/gststreaminfo.c: (cb_probe):
1237           Ignore video-codec tag for audio streams and ignore audio-codec tags
1238           for video streams. Should make codec name collection a bit more
1239           robust against sloppy demuxers that send tag events containing both
1240           tags down each pad.
1241
1242 2007-05-17  Wim Taymans  <wim@fluendo.com>
1243
1244         * gst/playback/gstqueue2.c: (update_rates):
1245         Tweak the buffering thresholds a little.
1246         Update the buffer size with the previously calculate rate instead of
1247         only when we calculate a new rate so that we get smoother buffering
1248         updates.
1249
1250         * gst/playback/Makefile.am:
1251         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_base_init),
1252         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
1253         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
1254         (gst_uri_decode_bin_get_property), (unknown_type),
1255         (add_element_stream), (no_more_pads_full), (no_more_pads),
1256         (source_no_more_pads), (new_decoded_pad), (array_has_value),
1257         (gen_source_element), (has_all_raw_caps), (analyse_source),
1258         (remove_decoders), (make_decoder), (remove_source),
1259         (source_new_pad), (setup_source), (decoder_query_init),
1260         (decoder_query_duration_fold), (decoder_query_duration_done),
1261         (decoder_query_position_fold), (decoder_query_position_done),
1262         (decoder_query_latency_fold), (decoder_query_latency_done),
1263         (decoder_query_seeking_fold), (decoder_query_seeking_done),
1264         (decoder_query_generic_fold), (gst_uri_decode_bin_query),
1265         (gst_uri_decode_bin_change_state), (plugin_init):
1266         New element that intergrates a source, optional buffering element and
1267         decodebin.
1268
1269 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
1270
1271         * configure.ac:
1272           Bump libtheora requirement to 1.0alpha5 for the pixformat check
1273           (also has a .pc file, so we don't need the fallback check any
1274           longer). Fixes #438840.
1275
1276 2007-05-17  Wim Taymans  <wim@fluendo.com>
1277
1278         * gst/playback/gstqueue2.c: (gst_queue_get_type),
1279         (gst_queue_class_init), (gst_queue_finalize), (update_time_level),
1280         (apply_segment), (apply_buffer), (update_buffering),
1281         (reset_rate_timer), (update_rates), (gst_queue_locked_flush),
1282         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
1283         (gst_queue_handle_sink_event), (gst_queue_is_filled),
1284         (gst_queue_chain), (gst_queue_push_one), (gst_queue_loop),
1285         (plugin_init):
1286         fix build.
1287
1288 2007-05-17  Wim Taymans  <wim@fluendo.com>
1289
1290         * gst/playback/Makefile.am:
1291         * gst/playback/gstqueue2.c: (gst_queue_get_type),
1292         (gst_queue_class_init), (gst_queue_init), (gst_queue_finalize),
1293         (gst_queue_getcaps), (gst_queue_bufferalloc),
1294         (gst_queue_acceptcaps), (update_time_level), (apply_segment),
1295         (apply_buffer), (update_buffering), (reset_rate_timer),
1296         (update_rates), (gst_queue_locked_flush),
1297         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
1298         (gst_queue_handle_sink_event), (gst_queue_is_empty),
1299         (gst_queue_is_filled), (gst_queue_chain), (gst_queue_push_one),
1300         (gst_queue_loop), (gst_queue_handle_src_event),
1301         (gst_queue_handle_src_query), (gst_queue_sink_activate_push),
1302         (gst_queue_src_activate_push), (gst_queue_change_state),
1303         (gst_queue_set_property), (gst_queue_get_property), (plugin_init):
1304         On our way to playbin2 this is the new network queue that does buffering
1305         all by itself using high and low watermarks. It can also measure up and
1306         downstream bandwidth to optimally size the queue.
1307
1308 2007-05-17  Michael Smith <msmith@fluendo.com>
1309
1310         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
1311         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_do_seek):
1312           Use the segment->last_stop value to calculate the next timestamp to
1313           generate after a seek; not the segment->start value.
1314
1315 2007-05-15  David Schleef  <ds@schleef.org>
1316
1317         * docs/Makefile.am: Install docs even when --disable-gtk-doc
1318           is disabled.  This matches the behavior of gtk+.  Fixes #349099.
1319
1320 2007-05-15  Wim Taymans  <wim@fluendo.com>
1321
1322         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
1323         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
1324         Some more chained streaming ogg timestamp fixes.
1325
1326 2007-05-15  Wim Taymans  <wim@fluendo.com>
1327
1328         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
1329         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
1330         (gst_ogg_demux_handle_page):
1331         Add some FIXMEs.
1332         Fix chain start/stop segment handling based on patch by
1333         <ahalda at cs dot mcgill dot ca> see #320984.
1334
1335 2007-05-15  Michael Smith <msmith@fluendo.com>
1336
1337         * configure.ac:
1338           We don't require a C++ compiler. So don't require one.
1339
1340 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
1341
1342         * ext/alsa/gstalsamixer.c (source, n_poll_fds, poll_fds,
1343           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
1344           gst_alsa_mixer_finalize, gst_alsa_mixer_handle_source_callback,
1345           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
1346           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_update_option,
1347           gst_alsa_mixer_update_track):
1348           Apply some of the cleanup Tim suggested in #152864 afterwards.
1349
1350 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
1351
1352         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
1353
1354         * ext/alsa/gstalsamixer.c (main_context, GstAlsaMixerWatch,
1355           _GstAlsaMixerWatch, source, n_poll_fds, poll_fds,
1356           gst_alsa_mixer_watch_funcs, gst_alsa_mixer_prepare,
1357           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
1358           gst_alsa_mixer_finalize, gst_alsa_mixer_find_master_mixer,
1359           gst_alsa_mixer_handle_source_callback,
1360           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
1361           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_free,
1362           gst_alsa_mixer_get_volume, gst_alsa_mixer_set_volume,
1363           gst_alsa_mixer_set_mute, gst_alsa_mixer_set_record,
1364           gst_alsa_mixer_get_option, gst_alsa_mixer_update_option,
1365           gst_alsa_mixer_update_track, _gst_alsa_mixer_set_interface):
1366         * ext/alsa/gstalsamixer.h (handle_source, interface, dir):
1367         * ext/alsa/gstalsamixerelement.c (gst_alsa_mixer_element_details,
1368           gst_alsa_mixer_element_interface_supported,
1369           gst_alsa_mixer_element_finalize, gst_alsa_mixer_element_init,
1370           gst_alsa_mixer_element_set_property,
1371           gst_alsa_mixer_element_get_property,
1372           gst_alsa_mixer_element_change_state):
1373         * ext/alsa/gstalsamixertrack.c (gst_alsa_mixer_track_update):
1374         * gst-libs/gst/interfaces/mixer.c (gst_mixer_volume_changed,
1375           gst_mixer_option_changed):
1376         * gst-libs/gst/interfaces/mixer.h (set_option, get_option,
1377           volume_changed, option_changed, _gst_reserved):
1378           Implement notification for alsamixer. Fixes #152864
1379
1380 2007-05-14  David Schleef  <ds@schleef.org>
1381
1382         * gst/videotestsrc/videotestsrc.c:
1383         * gst/videotestsrc/videotestsrc.h:
1384           Add support for video/x-raw-bayer.
1385
1386 2007-05-12  David Schleef  <ds@schleef.org>
1387
1388         * sys/xvimage/xvimagesink.c:
1389           Add some sanity checking for the XVImage size returned by X.
1390           Related to #377400.
1391
1392 2007-05-12  Wim Taymans  <wim@fluendo.com>
1393
1394         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1395         (gst_base_rtp_depayload_setcaps),
1396         (gst_base_rtp_depayload_set_gst_timestamp):
1397         Parse and use additional caps fields as described in updated
1398         application/x-rtp caps spec.
1399
1400 2007-05-12  Wim Taymans  <wim@fluendo.com>
1401
1402         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
1403         (gst_ogg_demux_collect_chain_info):
1404         If there is a stream in a chain without any data packets, ignore the
1405         stream in the total length calculations. Might be related to #436820.
1406
1407 2007-05-11  Jan Schmidt  <thaytan@mad.scientist.com>
1408
1409         * gst/typefind/gsttypefindfunctions.c: (mpeg_sys_is_valid_pack),
1410         (mpeg_sys_is_valid_pes), (mpeg_sys_is_valid_sys),
1411         (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
1412         (mpeg_video_type_find), (mpeg_video_stream_type_find),
1413         (plugin_init):
1414
1415         Consolidate and re-work our mpeg system stream detection to probe
1416         more packets and produce a higher confidence result. Fixes a
1417         regression caused by lowering the typefind probability last year
1418         - related to bug #397810. Remove the redundant MPEG-1 specific 
1419         typefind function, as the new one detects both MPEG-1 & MPEG-2
1420         happily.
1421
1422         Also cleanup the MPEG elementary and MPEG-TS detection functions a
1423         little. 
1424
1425         Tested against my media test directory, with some improvements and
1426         no regressions.
1427
1428 2007-05-10  Wim Taymans  <wim@fluendo.com>
1429
1430         * gst/playback/gstplaybasebin.c: (fill_buffer), (check_queue),
1431         (queue_out_of_data):
1432         Connect to the new queue "pushing" signal instead of the broken
1433         "running" one.
1434
1435 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
1436
1437         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1438         (gst_base_rtp_audio_payload_handle_frame_based_buffer):
1439         Move variable declaration before the first instruction.
1440         * gst/videotestsrc/videotestsrc.c:
1441         Define M_PI if it's not defined yet.
1442         * win32/common/libgstrtp.def:
1443         Add new exported functions.
1444
1445 2007-05-09  Michael Smith <msmith@fluendo.com>
1446
1447         * ext/theora/theoradec.c: (theora_handle_type_packet):
1448           gst_pad_push_event() does not return a GstFlowReturn!
1449
1450 2007-05-09  Wim Taymans  <wim@fluendo.com>
1451
1452         * tests/examples/seek/scrubby.c: (stop_cb), (main):
1453         * tests/examples/seek/seek.c: (do_seek):
1454         Some small cosmetic changes.
1455
1456 2007-05-08  Stefan Kost  <ensonic@users.sf.net>
1457
1458         * gst/adder/gstadder.c (gst_adder_src_event, gst_adder_collected,
1459           gst_adder_change_state):
1460         * gst/adder/gstadder.h (bps, offset, collect_event, segment,
1461           segment_pending, segment_position, segment_rate):
1462           Handle playback-rate on adder.
1463
1464 2007-05-07  Michael Smith <msmith@fluendo.com>
1465
1466         * ext/theora/gsttheoradec.h:
1467         * ext/theora/theoradec.c: (gst_theora_dec_reset),
1468         (theora_dec_sink_event), (theora_handle_comment_packet),
1469         (theora_handle_type_packet), (theora_dec_change_state):
1470           Don't push events (newsegment, tags) before initialising the
1471           decoder.
1472           This is neccesary for seeking to work correctly in gnonlin.
1473
1474 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
1475
1476         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1477         * gst/adder/gstadder.c:
1478         * gst/audiotestsrc/gstaudiotestsrc.c
1479           (gst_audio_test_src_create_white_noise):
1480         * gst/videotestsrc/gstvideotestsrc.c:
1481         * gst/volume/gstvolume.c (VOLUME_UNITY_INT16,
1482           VOLUME_UNITY_INT16_BIT_SHIFT, VOLUME_MAX_DOUBLE,
1483           volume_sink_template, volume_src_template, gst_volume_init,
1484           volume_process_double, volume_process_int16,
1485           volume_process_int16_clamp):
1486           Doc fixes and formatting.
1487
1488 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
1489
1490         * tests/check/Makefile.am:
1491         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
1492           Minimal check for volume's GstController usability; also another
1493           test for #422295.
1494
1495 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
1496
1497         * gst-libs/gst/cdda/gstcddabasesrc.c:
1498         (gst_cdda_base_src_add_track):
1499           Fix it so that it (a) makes sense and (b) doesn't break
1500           everything cdda-related including the unit test.
1501
1502 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
1503
1504         * gst-libs/gst/cdda/gstcddabasesrc.c:
1505         (gst_cdda_base_src_add_track):
1506           Fix build when disabling asserts.
1507
1508 2007-05-03  Tim-Philipp Müller  <tim at centricular dot net>
1509
1510         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
1511           When XShm is not available, we might get row strides that are not
1512           rounded up to multiples of four; this is bad, because virtually
1513           every RGB-processing element in GStreamer assumes rowstrides are
1514           rounded up to multiples of four, so let's allocate at least enough
1515           memory to avoid crashes in this case. The image will still be
1516           displayed distorted though if this happens, so that still needs
1517           fixing (maybe by allocating a bigger image with an 'even' width
1518           and then clipping it appropriately when rendering - something for
1519           Xlib aficionados in any case).
1520
1521 2007-05-03  Michael Smith <msmith@fluendo.com>
1522
1523         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
1524           If a buffer doesn't have a timestamp, assume it's contiguous with
1525           the previous buffer, and synthesise timestamps appropriately.
1526
1527 2007-05-03  Edward Hervey  <edward@fluendo.com>
1528
1529         * tests/check/elements/videorate.c: (GST_START_TEST):
1530         Set buffer timestamp to a valid value in order to test the buffer
1531         really does stay in videorate.
1532
1533 2007-05-03  Edward Hervey  <edward@fluendo.com>
1534
1535         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
1536         There is no sensible way to handle incoming buffers which don't have a
1537         valid timestamp. We therefore discard them and wait for the next one.
1538
1539 2007-05-01  Tim-Philipp Müller  <tim at centricular dot net>
1540
1541         * gst/playback/gstdecodebin.c: (type_found), (plugin_init):
1542         * gst/playback/gstdecodebin2.c: (plugin_init):
1543           Better error message for text files.
1544
1545 2007-04-29  Wim Taymans  <wim@fluendo.com>
1546
1547         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_add_rb):
1548         Fix offset bug in generation RR packets.
1549
1550 2007-04-27  Julien MOUTTE  <julien@moutte.net>
1551
1552         * ext/theora/theoradec.c: (_theora_granule_time),
1553         (theora_dec_push_forward), (theora_handle_data_packet),
1554         (theora_dec_decode_buffer): Calculate buffer duration correctly
1555         to generate a perfect stream (#433888).
1556         * gst/audioresample/gstaudioresample.c:
1557         (audioresample_check_discont): Glib provides ABS.
1558
1559 2007-04-27  Wim Taymans  <wim@fluendo.com>
1560
1561         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
1562         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_sdes_add_item),
1563         (gst_rtcp_packet_sdes_add_entry), (gst_rtcp_packet_bye_add_ssrc),
1564         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
1565         (gst_rtcp_packet_bye_set_reason):
1566         * gst-libs/gst/rtp/gstrtcpbuffer.h:
1567         Fix RB block parsing and writing.
1568         Add support for constructing BYE packets.
1569
1570 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
1571
1572         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init),
1573         (gst_base_audio_src_create):
1574         * po/POTFILES.in:
1575           When posting a warning message because samples were dropped, post
1576           something more intelligible than he default error message for clock
1577           errors which is just confusing in this context (#432984).
1578
1579 2007-04-25  Wim Taymans  <wim@fluendo.com>
1580
1581         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_buffer_new),
1582         (gst_rtcp_buffer_end), (gst_rtcp_buffer_get_packet_count),
1583         (read_packet_header), (gst_rtcp_packet_move_to_next),
1584         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_sr_set_sender_info),
1585         (gst_rtcp_packet_rr_set_ssrc), (gst_rtcp_packet_add_rb),
1586         (gst_rtcp_packet_sdes_get_item_count),
1587         (gst_rtcp_packet_sdes_first_item),
1588         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_ssrc),
1589         (gst_rtcp_packet_sdes_first_entry),
1590         (gst_rtcp_packet_sdes_next_entry),
1591         (gst_rtcp_packet_sdes_get_entry), (gst_rtcp_packet_sdes_add_item),
1592         (gst_rtcp_packet_sdes_add_entry):
1593         * gst-libs/gst/rtp/gstrtcpbuffer.h:
1594         Implement code to write SR, RR and SDES packets.
1595
1596 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
1597
1598         Patch by: Christian Kirbach <Christian dot Kirbach at googlemail com>
1599
1600         * sys/ximage/ximagesink.c:
1601           Fix build if XShm is not available (#432362).
1602
1603 2007-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
1604
1605         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init):
1606         Initalize the AudioConvertCtx with zeroes, otherwise it will contain
1607         pointers to random memory which are passed to g_free() when
1608         audio_convert_prepare_context() is called the first time.
1609
1610 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
1611
1612         Patch by: Dan Williams <dcbw redhat com>
1613
1614         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
1615           Don't leak incoming buffer if gst_pad_push() returns a
1616           non-OK flow. Fixes #432755.
1617          
1618         * tests/check/elements/videorate.c: (GST_START_TEST),
1619         (videorate_suite):
1620           Unit test for the above by Yours Truly.
1621
1622 2007-04-23  Stefan Kost  <ensonic@users.sf.net>
1623
1624         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
1625         (gst_adder_sink_event), (gst_adder_collected):
1626           Fix non-flushing segmented seeks, Fixes #340060 for me
1627
1628 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
1629
1630         Patch by: Olivier Crete  <tester at tester ca>
1631
1632         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1633         (gst_base_rtp_audio_payload_class_init),
1634         (gst_base_rtp_audio_payload_init),
1635         (gst_base_rtp_audio_payload_dispose):
1636           Chain up to parent class in dispose function; get rid of
1637           unnecessary 'diposed' flag in private structure (#415001).
1638
1639 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
1640
1641         * docs/libs/gst-plugins-base-libs.types:
1642         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1643         (gst_base_rtp_audio_payload_class_init):
1644         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1645         * gst-libs/gst/rtp/gstbasertppayload.c:
1646           Some minor docs fixes and additions; also add missing 'Since' bits.
1647
1648 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
1649
1650         Patch by: Zeeshan Ali  <zeenix gmail com>
1651
1652         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1653         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
1654         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
1655         (gst_base_rtp_audio_payload_push):
1656         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
1657           The recently-added gst_base_rtp_audio_payload_push() should take an
1658           object of type GstBaseRTPAudioPayload as first argument (#431672).
1659
1660 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
1661
1662         * gst/audioresample/gstaudioresample.c:
1663           Make more functions static, just because we can.
1664
1665 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
1666
1667         * tests/check/elements/audioresample.c:
1668           Add unit test for audioresample shutdown crasher (#420106).
1669
1670 2007-04-20  Stefan Kost  <ensonic@users.sf.net>
1671
1672         * gst/subparse/gstsubparse.c:
1673         * gst/subparse/samiparse.c:
1674           Use GST_DISABLE_XML here
1675
1676         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
1677         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_get_xv_support),
1678         (gst_xvimagesink_buffer_alloc),
1679         (gst_xvimagesink_navigation_send_event):
1680         * sys/xvimage/xvimagesink.h:
1681           Include stdlib.h when using atoi.
1682           
1683         * tests/check/elements/playbin.c: (playbin_suite):
1684           Use GST_DISABLE_REGISTRY here
1685
1686 2007-04-19  Michael Smith  <msmith@fluendo.com>
1687
1688         * ext/theora/gsttheoraenc.h:
1689         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
1690         (theora_enc_sink_event), (theora_enc_change_state):
1691           Track initialisation state; don't try to use encoder state if we're
1692           not initialised (it'll segfault).
1693
1694 2007-04-18  Stefan Kost  <ensonic@users.sf.net>
1695
1696         * tests/check/pipelines/.cvsignore:
1697         Fix build.
1698
1699 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
1700
1701         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1702         Allow random depths between 1 and 32 instead of only multiplies of 8.
1703
1704 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
1705
1706         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1707         Set the maximum number of channels for PCM and float in the correct
1708         place to have it also used when creating the template caps.
1709
1710 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
1711
1712         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1713         Correctly support 4, 6 and 8 channels with normal PCM and float
1714         wav files.
1715
1716         Fix the depth and signedness calculation in extensible wav files and
1717         also handle 1, 2, 4, 6, 8 channels here when a file without channel
1718         mask is found.
1719
1720         Add support for float, alaw and mulaw in extensible wav files.
1721
1722         This allows correct playback of all but 5 files from
1723         http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/Samples.html
1724         
1725         (gst_riff_create_audio_template_caps):
1726         Add voxware and float formats to the template caps.     
1727
1728 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
1729
1730         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
1731
1732         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
1733         Fix unused variable warning if HAVE_LOCALTIME_R is undefinied
1734
1735         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1736         * gst/audioresample/gstaudioresample.c: (audioresample_do_output):
1737         Use the correct format strings for integer formats.
1738
1739 2007-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1740
1741         * ext/theora/theoraenc.c (theora_buffer_from_packet, theora_enc_chain):
1742           Don't use pad_alloc_buffer_and_set_caps to create a small header
1743           packet, or, worse, to create a big temporary video buffer using the
1744           src pad.
1745
1746 2007-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
1747
1748         * gst/gdp/gstgdppay.c (gst_gdp_pay_chain):
1749         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
1750           GST_START_TEST, buffer_probe_cb, GST_START_TEST):
1751           Fix a bug where serialized IN_CAPS buffers needed to be set IN_CAPS.
1752
1753 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
1754
1755         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
1756           GST_START_TEST, n_in_caps, buffer_probe_cb, GST_START_TEST,
1757           streamheader_suite):
1758           Add another test set up for failure
1759
1760 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
1761
1762         * tests/check/Makefile.am:
1763         * tests/check/pipelines/streamheader.c (n_tags, tag_event_probe_cb,
1764           GST_START_TEST, streamheader_suite, main):
1765           Add a test for the streamheader bug Wim fixed.
1766
1767 2007-04-13  Jan Schmidt  <thaytan@mad.scientist.com>
1768
1769         * ext/theora/theoradec.c: (theora_dec_sink_event):
1770         Fix misleading comment.
1771
1772 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
1773
1774         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1775           More sanity checks for the header fields.
1776
1777 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
1778
1779         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
1780           Try encodings from all environment variables, not just those in the
1781           first environment variable that is set.
1782
1783 2007-04-12  Wim Taymans  <wim@fluendo.com>
1784
1785         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
1786         (gst_video_rate_chain):
1787         Add some debug.
1788
1789         * tests/check/elements/videorate.c: (GST_START_TEST),
1790         (videorate_suite):
1791         Added check for videorate changing caps handling. Closes #421834.
1792
1793 2007-04-12  Michael Smith  <msmith@fluendo.com>
1794
1795         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1796           Use scale functions to avoid overflow when calculating duration of 
1797           vorbis buffers.
1798
1799 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
1800
1801         * docs/libs/gst-plugins-base-libs-sections.txt:
1802         * gst-libs/gst/tag/tag.h:
1803         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
1804           API: add gst_tag_freeform_string_to_utf8() (#405072).
1805
1806         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_extract_id3v1_string):
1807           Use gst_tag_freeform_string_to_utf8() here.
1808
1809 2007-04-12  Wim Taymans  <wim@fluendo.com>
1810
1811         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain),
1812         (gst_gdp_pay_sink_event):
1813         Make sure we set the IN_CAPS flag correctly.
1814
1815         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
1816         Get the IN_CAPS flag before we call functions that mess with the flags.
1817
1818 2007-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
1819
1820         * gst/gdp/gstgdppay.c (gst_gdp_pay_reset_streamheader,
1821           gst_gdp_pay_chain, gst_gdp_pay_sink_event):
1822           Only stamp buffers with offset/offset_end right before they get
1823           pushed.  This ensures offset continuity, which was not the case
1824           before as shown by
1825           gst-launch -v -m audiotestsrc num-buffers=10 ! audioconvert ! vorbisenc ! gdppay ! identity check-imperfect-offset=TRUE ! fakesink silent=TRUE
1826
1827 2007-04-06  Wim Taymans  <wim@fluendo.com>
1828
1829         * gst/playback/gstplaybin.c: (add_sink),
1830         (gst_play_bin_change_state):
1831         Activate sync in playbin, we are ready to handle it for live streams.
1832
1833 2007-04-06  Tim-Philipp Müller  <tim at centricular dot net>
1834
1835         * tests/check/elements/playbin.c:
1836         (test_sink_usage_video_only_stream), (playbin_suite):
1837           Add small test for stream-info-value-array code paths.
1838
1839 2007-04-05  Wim Taymans  <wim@fluendo.com>
1840
1841         * gst-libs/gst/audio/gstbaseaudiosink.c:
1842         (gst_base_audio_sink_skew_slaving):
1843         Don't try to create invalid calibration parameters by making the
1844         internal time go backwards, instead make external time go forward.
1845
1846 2007-04-05  Wim Taymans  <wim@fluendo.com>
1847
1848         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
1849
1850         * gst/playback/gstplaybasebin.c: (add_stream):
1851         Fix leak in add_stream(), when g_value_set_object() increases the
1852         refcount of streaminfo object. Fixes #426250.
1853
1854 2007-04-03  David Schleef  <ds@schleef.org>
1855
1856         * gst/videotestsrc/gstvideotestsrc.c:
1857         * gst/videotestsrc/gstvideotestsrc.h:
1858         * gst/videotestsrc/videotestsrc.c:
1859         * gst/videotestsrc/videotestsrc.h:
1860           Add a test pattern called "circular", which has concentric
1861           rings with varying radial frequency.  The main purpose of this
1862           pattern is to test fidelity loss in a filter or scaler element.
1863           Notably, this pattern is scale invariant, and is optimally viewed
1864           with a width (and height) of 400.
1865
1866 2007-04-03  Wim Taymans  <wim@fluendo.com>
1867
1868         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
1869
1870         * gst/playback/gstdecodebin2.c: (connect_pad), (expose_pad),
1871         (deactivate_free_recursive):
1872         Decodebin2 doesn't unref pads it obtains in some occasions:
1873         - multiqueue src pads, when either connecting further or exposing
1874         - sink pads of new autoplugged elements
1875         - peer pads when recursively freeing elements
1876         Fixes #425455.
1877
1878 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
1879
1880         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1881         Add audio/x-raw-float support, now that audioconvert support
1882         non-native endianness floats.
1883
1884 2007-03-30  Tim-Philipp Müller  <tim at centricular dot net>
1885
1886         * docs/libs/gst-plugins-base-libs-docs.sgml:
1887           gstreamer-plugins-base.pc doesn't exist, it's
1888           gstreamer-plugins-base-0.10.pc.
1889
1890 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
1891
1892         Patch by: René Stadler <mail at renestadler dot de>
1893         with some minor changes
1894
1895         * gst-libs/gst/floatcast/floatcast.h:
1896         Use more efficient float endianness conversion functions that don't
1897         involve 2 function calls per value.
1898         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
1899         (check_default), (audio_convert_prepare_context):
1900         * gst/audioconvert/gstaudioconvert.c:
1901         (gst_audio_convert_parse_caps), (make_lossless_changes):
1902         Support non-native endianness floats as input and output.
1903         Fixes #339838.
1904         * tests/check/elements/audioconvert.c: (verify_convert),
1905         (GST_START_TEST):
1906         Add unit tests for the non-native endianness float conversions.
1907
1908 2007-03-29  Wim Taymans  <wim@fluendo.com>
1909
1910         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1911         (gst_base_rtp_depayload_base_init),
1912         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
1913         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
1914         (gst_base_rtp_depayload_set_gst_timestamp),
1915         (gst_base_rtp_depayload_change_state),
1916         (gst_base_rtp_depayload_set_property),
1917         (gst_base_rtp_depayload_get_property):
1918         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1919         Add Private structure.
1920         Bring element code to 2007.
1921         Parse clock-base caps param and use it when generating the
1922         newsegment.
1923         Reset variables before going to PAUSED.
1924         Fix some docs.
1925
1926 2007-03-29  Wim Taymans  <wim@fluendo.com>
1927
1928         * docs/libs/gst-plugins-base-libs-docs.sgml:
1929         * docs/libs/gst-plugins-base-libs-sections.txt:
1930         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1931         (gst_base_rtp_audio_payload_get_adapter):
1932         Add RTCP docs.
1933         Fix some more docs.
1934
1935         * gst-libs/gst/rtp/Makefile.am:
1936         * gst-libs/gst/rtp/gstrtcpbuffer.c:
1937         (gst_rtcp_buffer_new_take_data), (gst_rtcp_buffer_new_copy_data),
1938         (gst_rtcp_buffer_validate_data), (gst_rtcp_buffer_validate),
1939         (gst_rtcp_buffer_get_packet_count), (read_packet_header),
1940         (gst_rtcp_buffer_get_first_packet), (gst_rtcp_packet_move_to_next),
1941         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_remove),
1942         (gst_rtcp_packet_get_padding), (gst_rtcp_packet_get_type),
1943         (gst_rtcp_packet_get_count), (gst_rtcp_packet_get_length),
1944         (gst_rtcp_packet_sr_get_sender_info),
1945         (gst_rtcp_packet_sr_set_sender_info),
1946         (gst_rtcp_packet_rr_get_ssrc), (gst_rtcp_packet_rr_set_ssrc),
1947         (gst_rtcp_packet_get_rb_count), (gst_rtcp_packet_get_rb),
1948         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_set_rb),
1949         (gst_rtcp_packet_sdes_get_chunk_count),
1950         (gst_rtcp_packet_sdes_first_chunk),
1951         (gst_rtcp_packet_sdes_next_chunk), (gst_rtcp_packet_sdes_get_ssrc),
1952         (gst_rtcp_packet_sdes_first_item),
1953         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_item),
1954         (gst_rtcp_packet_bye_get_ssrc_count),
1955         (gst_rtcp_packet_bye_get_nth_ssrc), (gst_rtcp_packet_bye_add_ssrc),
1956         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
1957         (gst_rtcp_packet_bye_get_reason_len),
1958         (gst_rtcp_packet_bye_get_reason), (gst_rtcp_packet_bye_set_reason):
1959         * gst-libs/gst/rtp/gstrtcpbuffer.h:
1960         Add new helper object for parsing and creating RTCP messages.
1961
1962 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
1963
1964         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1965         PCM samples with width=8 must be always unsigned, no matter what
1966         depth they have.
1967
1968 2007-03-29  Andy Wingo  <wingo@pobox.com>
1969
1970         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make
1971         perfect offsets also, not just timestamps.
1972
1973         * tests/check/elements/videorate.c (test_more): Test that given
1974         any incoming offsets, that videorate produces perfect offsets.
1975
1976 2007-03-29  Wim Taymans  <wim@fluendo.com>
1977
1978         * gst-libs/gst/riff/riff-ids.h:
1979         Add some more RIFF formats.
1980
1981 2007-03-29  Wim Taymans  <wim@fluendo.com>
1982
1983         * gst-libs/gst/rtp/gstrtpbuffer.c:
1984         (gst_rtp_buffer_default_clock_rate):
1985         * gst-libs/gst/rtp/gstrtpbuffer.h:
1986         Fix fixed payload names and docs.
1987         Added method to get the default clock rates of fixed payload types.
1988         API: GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
1989
1990 2007-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1991
1992         * tests/check/pipelines/.cvsignore:
1993         Add new vorbisdec test to cvsignore.
1994
1995 2007-03-28  Wim Taymans  <wim@fluendo.com>
1996
1997         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
1998         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
1999         (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
2000         (gst_base_audio_sink_set_property),
2001         (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
2002         (clock_convert_external), (gst_base_audio_sink_resample_slaving),
2003         (gst_base_audio_sink_skew_slaving),
2004         (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
2005         (gst_base_audio_sink_async_play):
2006         * gst-libs/gst/audio/gstbaseaudiosink.h:
2007         Store private stuff in GstBaseAudioSinkPrivate.
2008         Add configurable clock slaving modes property.
2009         API:: GstBaseAudioSink::slave-method property
2010         Some more latency reporting tweaks.
2011         Added skew based clock slaving correction and make it the default until
2012         the resampling method is more robust.
2013
2014 2007-03-27  Sebastian Dröge  <slomo@circular-chaos.org>
2015
2016         * gst/audioconvert/audioconvert.c:
2017         Add docs to the integer pack functions and implement proper
2018         rounding. Before we had rounding towards negative infinity, i.e.
2019         always the smaller number was taken. Now we use natural rounding,
2020         i.e. rounding to the nearest integer and to the one with the largest
2021         absolute value for X.5. The old rounding introduced some minor
2022         distortions. Fixes #420079
2023         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2024         Fix one unit test that assumed the old rounding and added unit tests
2025         for checking signed/unsigned int16 <-> signed/unsigned int16 with
2026         depth 8, one for signed int16 <-> unsigned int16 and one for the new
2027         rounding from signed int32 to signed/unsigned int16.
2028
2029 2007-03-27  Michael Smith  <msmith@fluendo.com>
2030
2031         * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
2032         (gst_audio_convert_transform_caps):
2033           Fix typo in debug line introduced recently, as pointed out on irc.
2034
2035 2007-03-27  Tim-Philipp Müller  <tim at centricular dot net>
2036
2037         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
2038         * tests/check/libs/tag.c: (GST_START_TEST):
2039           Make sure we parse floating-point numbers in vorbis comments
2040           correctly with either '.' or ',' as separator, no matter what
2041           the current locale is. Add unit test for this too.
2042
2043 2007-03-26  Tim-Philipp Müller  <tim at centricular dot net>
2044
2045         Patch by: René Stadler  <mail at renestadler de>
2046
2047         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
2048           When writing out floating-point numbers to vorbis comment tags, always
2049           use the same character as separator no matter what the current locale is
2050           (fixes #423051).
2051
2052         * tests/check/libs/tag.c: (GST_START_TEST):
2053           Add unit tests for replaygain tags in vorbis comments (closes #423055).
2054
2055 2007-03-26  Thomas Vander Stichele  <thomas at apestaart dot org>
2056
2057         * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
2058           vorbis_handle_data_packet):
2059           Correctly set DURATION to generate a timestamp-continuous stream.
2060           One bug left at the end; see
2061           ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
2062         * tests/check/Makefile.am:
2063         * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
2064           Add a test to check this.  Without the above patch this test fails.
2065
2066 2007-03-26  Jan Schmidt  <thaytan@mad.scientist.com>
2067
2068         * gst-libs/gst/rtp/Makefile.am:
2069         The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
2070
2071 2007-03-23  Michael Smith  <msmith@fluendo.com>
2072
2073         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
2074         (gst_video_rate_reset), (gst_video_rate_chain):
2075           If videorate changes caps, we can no longer use the old buffer
2076           (which may have a different size, incompatible with our caps).
2077           So don't do that; just duplicate the new frame more times.
2078
2079 2007-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
2080
2081         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
2082         Remove playbin's override of the set_clock vmethod. It's irrelevant
2083         after Wim's commit on the 19th.
2084
2085 2007-03-22  Wim Taymans  <wim@fluendo.com>
2086
2087         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
2088         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
2089         * ext/gnomevfs/gstgnomevfssrc.h:
2090         Don't cache file sizes. Fixes #341078.
2091
2092 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
2093
2094         * gst/playback/gstplaybin.c: (add_sink):
2095           Use GST_PTR_FORMAT to log caps. 
2096
2097 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
2098
2099         Patch by: Young-Ho Cha <ganadist at chollian net>
2100
2101         * gst/subparse/samiparse.c: (handle_start_font):
2102           Special-case some more colour names that pango doesn't handle by
2103           default. Fixes #420578.
2104
2105 2007-03-20  Michael Smith  <msmith@fluendo.com>
2106
2107         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
2108           If we get a zero-sized input buffer, don't pass it to libvorbis, as
2109           that marks EOS internally. After that, libvorbis will buffer all
2110           input data, and encode none of it, eventually leading to memory
2111           exhaustion.
2112
2113 2007-03-19  Wim Taymans  <wim@fluendo.com>
2114
2115         * gst/playback/gstdecodebin.c: (remove_fakesink):
2116         Don't post STATE_DIRTY anymore.
2117
2118         * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
2119         (gst_play_bin_change_state):
2120         Remove stream_time reset in seek handling, core does that now.
2121         Disable clocking for live pipelines by forcing a NULL clock to the
2122         complete pipeline, core is too smart now for our previous hack.
2123         We can always autoplug in PAUSED now.
2124
2125 2007-03-17  David Schleef  <ds@schleef.org>
2126
2127         * REQUIREMENTS:  Update this file, change the formatting to make
2128         it more consistent, plus more machine readable.
2129
2130 2007-03-16  Michael Smith  <msmith@fluendo.com>
2131
2132         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
2133         (strip_width_64), (append_with_other_format):
2134           Previous fix was too simplistic, and broke the tests. Use a better
2135           approach; only strip 64 from widths for integer audio.
2136
2137 2007-03-16  Michael Smith  <msmith@fluendo.com>
2138
2139         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
2140         (gst_audio_convert_transform_caps):
2141           We don't support 64 bit integer audio, so don't try to claim we can.
2142           Stops us producing caps don't match our template caps.
2143           Update comments.
2144
2145 2007-03-15  Michael Smith  <msmith@fluendo.com>
2146
2147         * gst/audioresample/gstaudioresample.c:
2148         (audioresample_check_discont), (audioresample_transform):
2149           Don't trigger discontinuities for very small imperfections; a filter
2150           flush will sound bad, and many plugins have rounding errors leading
2151           to these.
2152
2153 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2154
2155         Patch by Olivier Crete <olivier.crete@collabora.co.uk>
2156
2157         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2158         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
2159         API: add "min-ptime" property to RTP base audio payloader.
2160         API: add gst_base_rtp_audio_payload_push().
2161         API: add gst_base_rtp_audio_payload_get_adapter().
2162         Fixes #415001
2163         Indentation/whitespace/documentation fixes.
2164
2165 2007-03-14  Julien MOUTTE  <julien@moutte.net>
2166
2167         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
2168         (audioresample_transform_size), (audioresample_do_output),
2169         (audioresample_transform), (audioresample_pushthrough): Handle
2170         discontinuous streams.
2171         * gst/audioresample/gstaudioresample.h:
2172         * tests/check/elements/audioresample.c:
2173         (test_discont_stream_instance), (GST_START_TEST),
2174         (audioresample_suite): Add a test for discontinuous streams.
2175         * win32/common/config.h: Updated.
2176
2177 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2178
2179         * po/af.po:
2180         * po/az.po:
2181         * po/cs.po:
2182         * po/en_GB.po:
2183         * po/it.po:
2184         * po/nb.po:
2185         * po/nl.po:
2186         * po/or.po:
2187         * po/sq.po:
2188         * po/sr.po:
2189         * po/sv.po:
2190         * po/uk.po:
2191         * po/vi.po:
2192           Update translations from translation project.
2193
2194 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2195
2196         * gst/audioresample/debug.h:
2197         * gst/audioresample/resample.c: (resample_init):
2198           Since I really am not interested in a debug line for each sample
2199           being processed, move the library's debugging to its own category,
2200           libaudioresample
2201
2202 2007-03-13  Michael Smith  <msmith@fluendo.com>
2203
2204         * ext/theora/theoradec.c: (theora_handle_type_packet):
2205           Since the plugin doesn't support anything other than 4:2:0 right
2206           now, post an error and fail if we get something else. Won't matter
2207           until libtheora supports the other pixel formats, but hopefully
2208           that'll be soon...
2209
2210 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
2211
2212         * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
2213         Use gst_guint64_to_gdouble for conversion.
2214         * win32/MANIFEST:
2215         Add new files to the win32 MANIFEST.
2216         * win32/common/libgstaudio.def:
2217         * win32/common/libgstpbutils.def:
2218         Add new exported functions.
2219         * win32/vs6/gst_plugins_base.dsw:
2220         * win32/vs6/libgstdecodebin.dsp:
2221         * win32/vs6/libgstplaybin.dsp:
2222         Change the link to libgstpbutils.lib.
2223         * win32/vs6/libgstdecodebin2.dsp:
2224         Add a new project for decodebin2.
2225         * win32/vs6/libgstpbutils.dsp:
2226         Add a new project for pbutils.
2227
2228 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
2229
2230         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
2231           Also accept partial dates with only year and month,
2232           like 1999-12-00 (fixes #410396 even more).
2233
2234         * tests/check/libs/tag.c: (GST_START_TEST):
2235           Add unit test for the above.
2236
2237 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
2238
2239         * tests/check/elements/subparse.c: (GST_START_TEST),
2240         (subparse_suite):
2241           Add unit test for MPL2 subtitle format (#413799).
2242
2243 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
2244
2245         Patch by: Kamil Pawlowski  <kamilpe gmail com>
2246
2247         * gst/subparse/Makefile.am:
2248         * gst/subparse/gstsubparse.c:
2249         (gst_sub_parse_data_format_autodetect),
2250         (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
2251         (gst_subparse_type_find):
2252         * gst/subparse/gstsubparse.h:
2253         * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
2254         * gst/subparse/mpl2parse.h:
2255           Add support for MPL2 subtitle format (#413799).
2256
2257 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
2258
2259         * configure.ac:
2260           We require core CVS for the new buffer metadata copy functions.
2261
2262 2007-03-09  Wim Taymans  <wim@fluendo.com>
2263
2264         * gst-libs/gst/tag/gstid3tag.c:
2265         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
2266         Fixes #414496.
2267
2268         Patch by: Alex Lancaster <alexl at users sourceforge net>
2269
2270 2007-03-09  Wim Taymans  <wim@fluendo.com>
2271
2272         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
2273         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
2274         Improve adapter usage and comments.
2275
2276 2007-03-09  Wim Taymans  <wim@fluendo.com>
2277
2278         * ext/pango/gsttextrender.c: (gst_text_render_chain):
2279         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
2280         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
2281         Use new metadata copy function.
2282
2283         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2284         (gst_ffmpegcsp_transform):
2285         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
2286         Basetransform copied the metadata for us.
2287
2288 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
2289
2290         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
2291         (gst_text_overlay_video_event):
2292           Some more logging. Only accept newsegment events in TIME format and
2293           send a WARNING message if they are not in TIME format.
2294
2295         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
2296         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
2297         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
2298         * gst/subparse/gstsubparse.h:
2299           No need to allocate GstSegment structure dynamically, just put it
2300           into the instance structure; ignore newsegment events in BYTE
2301           format and in particular don't let it overwrite our saved TIME
2302           segment from the last seek.
2303
2304 2007-03-09  Michael Smith  <msmith@fluendo.com>
2305
2306         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
2307           Replace AC3 typefinder with one that isn't terrible, and actually
2308           works usefully.
2309
2310 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2311
2312         * gst/audioconvert/gstaudioconvert.c:
2313         (gst_audio_convert_transform):
2314           fix error category and translatable string
2315           
2316
2317 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
2318
2319         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
2320         * pkgconfig/gstreamer-plugins-base.pc.in:
2321           Fix up utils => pbutils here too.
2322
2323 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
2324
2325         * gst/subparse/gstsubparse.c: (handle_buffer):
2326           Break out of loop in chain function as soon as possible if we get
2327           a non-OK flow return.
2328
2329 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
2330
2331         * tests/check/elements/alsa.c: (GST_START_TEST):
2332         Unref the mixer if the state change fails too (if the
2333         alsa devices are inaccessible, for example)
2334
2335 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
2336
2337         * tests/check/Makefile.am:
2338         Don't test libvisual elements in the states check, because libvisual
2339         seems to leak internally.
2340
2341         Re-enable the alsa and states tests now that there's new suppressions
2342         in gst.supp.
2343
2344         * tests/check/elements/alsa.c: (GST_START_TEST):
2345         Don't leak the alsamixer we instantiated.
2346
2347 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
2348
2349         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
2350         (gst_ximagesink_change_state), (gst_ximagesink_reset),
2351         (gst_ximagesink_finalize):
2352         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
2353         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
2354         Move some cleanup stuff from the state change handler into a _reset()
2355         function that can be called from _finalize(). This ensures that things
2356         get freed even if (for some reason) the NULL->READY state transition
2357         fails in the parent class.
2358         Even if a parent state change fails, process our downward state change
2359         logic instead of bailing out early.
2360         Free the correct xcontext pointer in ximagesink's xcontext_clear.
2361
2362 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
2363
2364         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
2365         Extra log line.
2366
2367         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
2368         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
2369         Use pango_font_description_set_family_static instead of 
2370         pango_font_description_set_family to save a string copy (it was
2371         leaking due to the strdup anyway)
2372
2373         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
2374         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
2375         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
2376         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
2377         Chain up in finalize.
2378
2379 2007-03-07  Tim-Philipp Müller  <tim at centricular dot net>
2380
2381         * gst-libs/gst/interfaces/mixertrack.c:
2382         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
2383         (gst_mixer_track_set_property):
2384           API: add "untranslated-label" property which should be set by
2385           implementations at construct time (#414645).
2386
2387         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
2388         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
2389           Set "untranslated-label" when constructing mixer track objects.
2390
2391         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
2392           Unit test to check the above.
2393
2394 2007-03-07  Wim Taymans  <wim@fluendo.com>
2395
2396         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
2397         Fix confusing debug message.
2398
2399 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
2400
2401         * gst-plugins-base.doap:
2402         update doap file with new version
2403
2404 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
2405
2406         * configure.ac:
2407         Back to CVS
2408
2409 === release 0.10.12 ===
2410
2411 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
2412
2413         * configure.ac:
2414           releasing 0.10.12, "Zombie Horde"
2415
2416 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
2417
2418         * configure.ac:
2419         Bump version to 0.10.11.4 pre-release
2420
2421 2007-03-06  Wim Taymans  <wim@fluendo.com>
2422
2423         * gst-libs/gst/audio/gstbaseaudiosink.c:
2424         (gst_base_audio_sink_async_play):
2425         Fix regression that made GStreamer skip the first samples of audio.
2426         Fixes #414684.
2427
2428 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
2429
2430         * configure.ac:
2431         Bump version to 0.10.11.3 pre-release
2432
2433 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
2434
2435         * po/POTFILES.in:
2436           Update paths for the rename from utils to pbutils to fix the build.
2437
2438 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
2439
2440         * gst-libs/gst/pbutils/Makefile.am:
2441           Change directory to install headers in from gst/utils to gst/pbutils
2442           as well.
2443
2444 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
2445
2446         * configure.ac:
2447         * docs/libs/gst-plugins-base-libs-docs.sgml:
2448         * docs/libs/gst-plugins-base-libs-sections.txt:
2449         * gst-libs/gst/Makefile.am:
2450         * gst-libs/gst/interfaces/mixer.c:
2451         * gst-libs/gst/pbutils/Makefile.am:
2452         * gst-libs/gst/pbutils/descriptions.c:
2453         (gst_pb_utils_get_source_description),
2454         (gst_pb_utils_get_sink_description),
2455         (gst_pb_utils_get_decoder_description),
2456         (gst_pb_utils_get_encoder_description),
2457         (gst_pb_utils_get_element_description),
2458         (gst_pb_utils_add_codec_description_to_tag_list),
2459         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
2460         * gst-libs/gst/pbutils/descriptions.h:
2461         * gst-libs/gst/pbutils/install-plugins.c:
2462         * gst-libs/gst/pbutils/install-plugins.h:
2463         * gst-libs/gst/pbutils/missing-plugins.c:
2464         (gst_missing_uri_source_message_new),
2465         (gst_missing_uri_sink_message_new),
2466         (gst_missing_element_message_new),
2467         (gst_missing_decoder_message_new),
2468         (gst_missing_encoder_message_new),
2469         (gst_missing_plugin_message_get_description):
2470         * gst-libs/gst/pbutils/missing-plugins.h:
2471         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
2472         * gst-libs/gst/pbutils/pbutils.h:
2473         * gst-libs/gst/utils/Makefile.am:
2474         * gst-libs/gst/utils/base-utils.c:
2475         * gst-libs/gst/utils/base-utils.h:
2476         * gst-libs/gst/utils/descriptions.c:
2477         * gst-libs/gst/utils/descriptions.h:
2478         * gst-libs/gst/utils/install-plugins.c:
2479         * gst-libs/gst/utils/install-plugins.h:
2480         * gst-libs/gst/utils/missing-plugins.c:
2481         * gst-libs/gst/utils/missing-plugins.h:
2482         * gst-plugins-base.spec.in:
2483         * gst/playback/Makefile.am:
2484         * gst/playback/gstdecodebin.c:
2485         * gst/playback/gstdecodebin2.c:
2486         * gst/playback/gstplaybasebin.c: (setup_subtitle),
2487         (gen_source_element):
2488         * gst/playback/gstplaybin.c: (plugin_init):
2489         * tests/check/Makefile.am:
2490         * tests/check/libs/pbutils.c: (GST_START_TEST),
2491         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
2492         * tests/check/libs/utils.c:
2493           rename utils to pbutils
2494
2495 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
2496
2497         * docs/plugins/Makefile.am:
2498         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2499         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2500         * docs/plugins/inspect/plugin-decodebin2.xml:
2501         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
2502         Add documentation for decodebin2 that indicates that the API
2503         is still unstable.
2504
2505 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
2506
2507         * configure.ac:
2508         Update to 0.10.11.2 (0.10.12 pre-release)
2509
2510 2007-03-01  Wim Taymans  <wim@fluendo.com>
2511
2512         * gst-libs/gst/audio/gstbaseaudiosink.c:
2513         (gst_base_audio_sink_async_play):
2514         base time is irrelevant here.
2515
2516 2007-03-01  Wim Taymans  <wim@fluendo.com>
2517
2518         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
2519         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
2520         Improve debugging.
2521
2522         * gst-libs/gst/audio/gstbaseaudiosink.c:
2523         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
2524         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
2525         Improve latency and clock slaving calculations.
2526         Improve slave clock calibration.
2527
2528         * gst-libs/gst/audio/gstringbuffer.c:
2529         (gst_ring_buffer_commit_full):
2530         When we are asked to render N sample to 0 bytes, return N.
2531
2532 2007-03-01  Wim Taymans  <wim@fluendo.com>
2533
2534         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
2535         (gst_alsasink_write), (gst_alsasink_reset):
2536         * ext/alsa/gstalsasink.h:
2537         Remove unused dispose function.
2538         Rename lock to not interfere with alsasrc lock.
2539
2540         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
2541         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
2542         (gst_alsasrc_read), (gst_alsasrc_reset):
2543         * ext/alsa/gstalsasrc.h:
2544         Implement finalize function.
2545         Use lock to protect alsa access.
2546         Implement _reset.
2547         Fine tune sw params.
2548
2549 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
2550
2551         * configure.ac:
2552           Convert to new AG_GST style.
2553
2554 2007-02-28  Wim Taymans  <wim@fluendo.com>
2555
2556         Patch by: Ed Catmur <ed at catmur dot co dot uk>
2557
2558         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
2559         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
2560         Fix race condition when rapidly switching visualisations in playbin.
2561         Fixes #401029.
2562
2563 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
2564
2565         * tests/check/Makefile.am:
2566         Include local stuff before system installed things in LDFLAGS and
2567         CFLAGS.
2568
2569 2007-02-28  Wim Taymans  <wim@fluendo.com>
2570
2571         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
2572         Improve debugging.
2573
2574 2007-02-28  Wim Taymans  <wim@fluendo.com>
2575
2576         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
2577         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
2578         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
2579         Fix duration and timestamping, taking latency into account.
2580         Implement latency query.
2581
2582 2007-02-28  Wim Taymans  <wim@fluendo.com>
2583
2584         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
2585         (gst_audio_clock_new):
2586         Fix clock name.
2587
2588         * gst-libs/gst/audio/gstbaseaudiosink.c:
2589         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
2590         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
2591         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
2592         (gst_base_audio_src_create):
2593         Improve latency query code.
2594         Use proper clock names.
2595
2596 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
2597
2598         * tests/check/generic/states.c: (GST_START_TEST):
2599           Copy the states.c test from core again
2600         * tests/check/Makefile.am:
2601           ignore cdio and cdparanoiasrc
2602
2603 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
2604
2605         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
2606         (double_hq), (audio_convert_get_func_index), (check_default),
2607         (audio_convert_prepare_context), (audio_convert_convert):
2608           Also make valgrind happy and avoid copying data in some cases.
2609
2610 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
2611
2612         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
2613         (double_hq), (audio_convert_get_func_index),
2614         (audio_convert_prepare_context), (audio_convert_convert):
2615         * gst/audioconvert/gstaudioconvert.c:
2616         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
2617         (gst_audio_convert_transform_caps):
2618         * tests/check/elements/audioconvert.c: (GST_START_TEST),
2619         (audioconvert_suite):
2620           Don't run inplace if that overwrites source data as we go. Add more
2621           tests. Fixes #339837 even more.
2622
2623 2007-02-27  Julien MOUTTE  <julien@moutte.net>
2624
2625         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
2626         (msg_segment_done): Fix various seeking bugs (Slider was not
2627         updating when doing a non flushing seek, Reverse playback 
2628         on segment seek was wrong).
2629
2630 2007-02-26  Wim Taymans  <wim@fluendo.com>
2631
2632         * tests/examples/seek/seek.c: (stop_seek):
2633         When we stop scrubbing, don't leave the pipeline PLAYING when we
2634         requested a PAUSED state.
2635
2636 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
2637
2638         Patch by: René Stadler <mail at renestadler de>
2639
2640         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
2641           Parse date strings in vorbis comments that have an invalid (zero)
2642           month or day (#410396).
2643
2644         * tests/check/libs/tag.c: (GST_START_TEST):
2645           Test case for the above.
2646
2647 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
2648
2649         Patch by: Loïc Minier <lool+gnome at via ecp fr>
2650
2651         * configure.ac:
2652         * ext/alsa/Makefile.am:
2653         * gst/audiotestsrc/Makefile.am:
2654           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
2655
2656 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
2657
2658         * gst/playback/gstplaybin.c:
2659           Improve docs: point out that the application needs to assist playbin
2660           with buffering.
2661
2662 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
2663
2664         * gst-libs/gst/utils/install-plugins.c:
2665         * gst-libs/gst/utils/missing-plugins.c:
2666         * tests/check/libs/utils.c: (missing_msg_check_getters):
2667           Change GStreamer marker prefix in detail string from 'gstreamer.net'
2668           to just 'gstreamer'. Document the caps string component of the
2669           decoder/encoder detail a bit better, since not everyone will be
2670           familiar with the GStreamer media type/caps system (but they better
2671           enjoy nested itemized lists).
2672
2673 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
2674
2675         * gst-libs/gst/netbuffer/gstnetbuffer.c:
2676         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
2677           Fix copying of GstNetBuffer (would crash before, or at least lead to
2678           invalid memory access, #410772), for now by copying the GstBuffer copy
2679           code from the core over here so we can copy the GstBuffer fields on a
2680           provided buffer instance (of type GstNetBuffer in this case). Would be
2681           better to fix this with some support by the core though (and in the long
2682           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
2683
2684         * tests/check/Makefile.am:
2685           Enable unit test for GstNetBuffer.
2686
2687 2007-02-22  Andy Wingo  <wingo@pobox.com>
2688
2689         * gst-libs/gst/audio/gstbaseaudiosink.c
2690         (gst_base_audio_sink_init): Disable pull-mode activation until we
2691         figure out how to make audio sinks go to PLAYING.
2692
2693 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
2694
2695         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
2696         (double_hq), (audio_convert_get_func_index),
2697         (audio_convert_prepare_context), (audio_convert_convert):
2698         * gst/audioconvert/audioconvert.h:
2699         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
2700         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
2701         * gst/audioconvert/gstchannelmix.h:
2702         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2703           Add float as an intermediate format, as well as float mixing. Enable
2704           test that was failing before. Fixes #339837
2705
2706 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
2707
2708         * tests/examples/seek/seek.c: (do_seek):
2709         Undo the previous commit: -1 as a stop time implies that the stop
2710         time is the end of file, clearing any previously configured segment.
2711
2712 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
2713
2714         * tests/examples/seek/seek.c: (do_seek):
2715         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
2716
2717 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
2718
2719         * gst/volume/gstvolume.c: (volume_process_int16),
2720         (volume_process_int16_clamp), (volume_set_caps):
2721           Unbreak volume, value remains gint.
2722
2723 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
2724
2725         * gst/volume/gstvolume.c: (volume_choose_func),
2726         (volume_update_real_volume), (gst_volume_set_volume),
2727         (gst_volume_init), (volume_process_double), (volume_process_float),
2728         (volume_process_int16), (volume_process_int16_clamp),
2729         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
2730         * gst/volume/gstvolume.h:
2731           Extend float audio support (double) and some int->uint cleanups.
2732
2733 2007-02-20  Edward Hervey  <edward@fluendo.com>
2734
2735         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
2736         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
2737         (sort_end_pads), (gst_decode_group_expose),
2738         (gst_decode_group_hide):
2739         Don't free groups from the streaming threads. Just put them aside and
2740         free them in dispose.
2741
2742 2007-02-20  Edward Hervey  <edward@fluendo.com>
2743
2744         * gst/playback/gstdecodebin2.c: (connect_element),
2745         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
2746         (sort_end_pads), (gst_decode_group_expose):
2747         Handle dynamic pads within groups.
2748         Sort pads before exposing them in order to make playbin happy.
2749         There still is a race with the multiqueue filling up. This should be
2750         solved separately.
2751         Fixes #398721
2752
2753 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
2754
2755         * gst-libs/gst/utils/base-utils.c:
2756         * gst-libs/gst/utils/descriptions.c:
2757         * gst-libs/gst/utils/install-plugins.c:
2758         * gst-libs/gst/utils/missing-plugins.c:
2759           Some more docs (and descriptions for two subtitle formats).
2760
2761 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
2762
2763         * gst-libs/gst/audio/audio.c:
2764           Fix documentation.
2765
2766 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
2767
2768         Patch by: Yves Lefebvre  <ivanohe abacom com>
2769
2770         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
2771           Don't leak caps. Fixes #408278.
2772
2773 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
2774
2775         * ext/cdparanoia/gstcdparanoiasrc.h:
2776         * ext/ogg/gstoggdemux.h:
2777         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
2778         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
2779         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
2780         * gst-libs/gst/audio/audio.h:
2781         * gst-libs/gst/audio/gstaudiofilter.h:
2782         * gst-libs/gst/interfaces/videoorientation.h:
2783         * gst/adder/gstadder.h:
2784           More docs coverage and some ChangeLog surgery (add missing names)
2785
2786 2007-02-15  Wim Taymans  <wim@fluendo.com>
2787
2788         * sys/ximage/ximagesink.c:
2789         (gst_ximagesink_calculate_pixel_aspect_ratio):
2790         * sys/xvimage/xvimagesink.c:
2791         (gst_xvimagesink_calculate_pixel_aspect_ratio):
2792         Small constifications.
2793
2794 2007-02-15  Wim Taymans  <wim@fluendo.com>
2795
2796         * gst-libs/gst/audio/gstbaseaudiosink.c:
2797         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
2798         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
2799         (gst_base_audio_sink_async_play),
2800         (gst_base_audio_sink_change_state):
2801         Answer latency query.
2802         Use configured latency when syncing.
2803         Fix clock slaving.
2804
2805         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2806         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
2807         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
2808         Fix possible memleak.
2809         Implement latency query.
2810         Small cleanups.
2811
2812 2007-02-15  Wim Taymans  <wim@fluendo.com>
2813
2814         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
2815         Ignore errors in reset, these are not fatal. They also grab the element
2816         lock which is already taking when this function is called. Fixes
2817         #405451.
2818
2819 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
2820
2821         * configure.ac:
2822           Remove 'tests/examples/xerror/Makefile' from output files again.
2823
2824 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
2825
2826         * configure.ac:
2827         * docs/plugins/Makefile.am:
2828           Also crossref against gst-plugins-base-libs.
2829
2830 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
2831
2832         * configure.ac:
2833         * docs/libs/Makefile.am:
2834         * docs/plugins/Makefile.am:
2835           Add crossreferences to glib/gobject/gstream docs.
2836
2837         * gst-libs/gst/audio/audio.h:
2838           Source formatting.
2839
2840         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
2841           Add own debug category.
2842
2843 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
2844
2845         Patch by: René Stadler <mail at renestadler de>
2846
2847         * gst-libs/gst/tag/gstvorbistag.c:
2848           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
2849           (#403597).
2850
2851 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
2852
2853         * gst/playback/gstplaybasebin.c: (setup_source):
2854           When we have external subtitles and wait for the subtitle decodebin
2855           to get up and running, we set up a (sync) bus handler for the
2856           subtitle decodebin, so we can stop waiting when it posts an error
2857           message. However, we should do that before we set the subtitle
2858           decodebin's state to playing, otherwise things are racy and we might
2859           miss error messages posted before we had a chance to set up the bus.
2860           This should finally fix totem hanging on .txt pseudo-subtitle files.
2861           
2862 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
2863
2864         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
2865           Use gst_gdouble_to_guint64 for conversions.
2866         * win32/common/config.h.in:
2867           Add a define for GST_INSTALL_PLUGINS_HELPER
2868         * win32/common/libgstaudio.def:
2869         * win32/common/libgstcdda.def:
2870         * win32/common/libgstnetbuffer.def:
2871         * win32/common/libgstrtp.def:
2872         * win32/common/libgutils.def:
2873           Add new exported functions.
2874         * win32/vs6/gst_plugins_base.dsw:
2875         * win32/vs6/libgstdecodebin.dsp:
2876         * win32/vs6/libgstnetbuffer.dsp:
2877         * win32/vs6/libgstplaybin.dsp:
2878         * win32/vs6/libgstrtp.dsp:
2879         * win32/vs6/libgstvorbis.dsp:
2880         * win32/vs6/libgstcdda.dsp:
2881         * win32/vs6/libgstgdp.dsp:
2882         * win32/vs6/libgstutils.dsp:
2883           Update and add new project files.
2884
2885 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
2886
2887         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
2888         (subrip_remove_unhandled_tags), (parse_subrip):
2889           For SubRip (.srt) subtitles, ignore all markup tags we don't
2890           handle (like font tags, for example).
2891
2892         * tests/check/elements/subparse.c:
2893           Add test for this.
2894
2895 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
2896
2897         * gst/playback/gstdecodebin.c: (add_fakesink),
2898         (gst_decode_bin_change_state):
2899         * gst/playback/gstdecodebin2.c: (add_fakesink),
2900         (gst_decode_bin_change_state):
2901           Don't error out if there is no fakesink in the NULL to READY state
2902           change, since when decodebin is re-used, we're only adding the
2903           fakesink element in READY to PAUSED.
2904
2905         * tests/check/elements/decodebin.c:
2906         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
2907         (decodebin_suite):
2908           Minimal unit test to make sure we can use the same decodebin
2909           instance twice (at least with audiotestsrc input).
2910
2911 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
2912
2913         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
2914           Try to get devic-name from device string first, and from handle only
2915           as fallback (seems to yield better results and is more robust
2916           against buggy probing code on the application side).
2917
2918 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
2919
2920         Based on patch by: Julien Puydt <julien.puydt at laposte net>
2921
2922         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
2923         (gst_alsa_find_device_name):
2924         * ext/alsa/gstalsa.h:
2925         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
2926         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
2927           Improve device-name detection a bit, especially in the case where
2928           the device is not actually open (#405020, #405024). Move common code
2929           into gstalsa.c instead of duplicating it.
2930
2931 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
2932
2933         * gst/audioconvert/gstaudioconvert.c:
2934           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
2935
2936 2007-02-06  Julien MOUTTE  <julien@moutte.net>
2937
2938         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
2939         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
2940         (gst_xvimagesink_interface_supported),
2941         (gst_xvimagesink_probe_get_properties),
2942         (gst_xvimagesink_probe_probe_property),
2943         (gst_xvimagesink_probe_needs_probe),
2944         (gst_xvimagesink_probe_get_values),
2945         (gst_xvimagesink_property_probe_interface_init),
2946         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
2947         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
2948         (gst_xvimagesink_get_type):
2949         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
2950         for XVAdaptors so that one can choose the adaptor to use with 
2951         gstreamer-properties.
2952
2953 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
2954
2955         * gst/audioconvert/gstaudioconvert.c:
2956           Also mention that a conversion from double to float is suboptimal still.
2957
2958 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
2959
2960         * gst-libs/gst/audio/gstaudiofilter.c:
2961         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
2962           Clear our formats structure and free the caps contained in it when
2963           shutting down.
2964
2965 2007-02-05  Andy Wingo  <wingo@pobox.com>
2966
2967         * gst-libs/gst/audio/gstbaseaudiosink.c
2968         (gst_base_audio_sink_callback): Update basesink->offset so that we
2969         pull monotonically increasing offsets instead of, um, seeking back
2970         to 0 each time. Fixes alsasrc ! alsasink!
2971
2972 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
2973
2974         * gst/videoscale/gstvideoscale.c:
2975           A width and height of 1 makes us crash, so increase minimum size to
2976           2x2 pixels until someone feels like fixing this (#404512).
2977
2978 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
2979
2980         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
2981           Add small test to make sure request pads are cleaned up properly
2982           even if oggmux never changes state out of NULL.
2983
2984 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
2985
2986         * tests/check/libs/utils.c: (GST_START_TEST):
2987           Fix unit test. Turns out things work much better when you
2988           NULL-terminate string arrays. Should make p5 build bot happy again.
2989
2990 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
2991
2992         * gst-libs/gst/audio/Makefile.am:
2993         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
2994         (gst_audio_filter_template_base_init),
2995         (gst_audio_filter_template_class_init),
2996         (gst_audio_filter_template_init),
2997         (gst_audio_filter_template_set_property),
2998         (gst_audio_filter_template_get_property),
2999         (gst_audio_filter_template_setup),
3000         (gst_audio_filter_template_filter),
3001         (gst_audio_filter_template_filter_inplace), (plugin_init):
3002           Oops, forgot to commit fixed-up example.
3003
3004 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
3005
3006         * docs/libs/gst-plugins-base-libs-sections.txt:
3007         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
3008         (gst_audio_filter_class_init), (gst_audio_filter_init),
3009         (gst_audio_filter_set_caps),
3010         (gst_audio_filter_class_add_pad_templates):
3011         * gst-libs/gst/audio/gstaudiofilter.h:
3012           Port GstAudioFilter to 0.10. This change technically breaks
3013           API and ABI (and thus also every library developer's heart),
3014           but seems justifiable on the grounds that the base class was
3015           completely unusable before (ie. would crash immediately when
3016           actually used). Fixes #403963 (and eventually also #403572).
3017           Also document all of this a bit.
3018
3019 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
3020
3021         * gst-libs/gst/utils/install-plugins.c:
3022         (gst_install_plugins_spawn_child):
3023         * tests/check/libs/utils.c:
3024         (test_base_utils_install_plugins_do_callout):
3025           Lowering log level to see why things fail on the p5 build bot;
3026           fix some typos in unit test messages.
3027
3028 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
3029
3030         * tests/check/libs/utils.c:
3031         (test_base_utils_install_plugins_do_callout):
3032           Don't hard-code temp directory for test helper; use GLib functions
3033           to write out file and do error checking etc.
3034
3035 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
3036
3037         * gst-libs/gst/utils/Makefile.am:
3038         * gst-libs/gst/utils/base-utils.h:
3039         * gst-libs/gst/utils/install-plugins.c:
3040         (gst_install_plugins_context_set_xid),
3041         (gst_install_plugins_context_new),
3042         (gst_install_plugins_context_free),
3043         (gst_install_plugins_get_helper),
3044         (gst_install_plugins_spawn_child),
3045         (gst_install_plugins_return_from_status),
3046         (gst_install_plugins_installer_exited),
3047         (gst_install_plugins_async), (gst_install_plugins_sync),
3048         (gst_install_plugins_return_get_name),
3049         (gst_install_plugins_installation_in_progress):
3050         * gst-libs/gst/utils/install-plugins.h:
3051           API: add API for applications to initiate installation of missing
3052           plugins, ie. gst_install_plugins_async() primarily.
3053           Based on libgimme-codec by Ryan Lortie.
3054
3055         * configure.ac:
3056           Add --with-install-plugins-helper configure option so distros can specify
3057           the path of the helper script or program to call when plugin installation
3058           is requested (distros: please do any argument munging in this helper
3059           script instead of patching GStreamer to pass arguments differently
3060           to another program directly).
3061
3062         * docs/libs/gst-plugins-base-libs-docs.sgml:
3063         * docs/libs/gst-plugins-base-libs-sections.txt:
3064           Build and document new API.
3065
3066         * tests/check/libs/utils.c: (result_cb),
3067         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
3068         (libgstbaseutils_suite):
3069           Some simple checks for the new API.
3070
3071 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
3072
3073         * tests/check/elements/audioconvert.c: (test_float_conversion):
3074           Add small test for 32bit float <=> 64bit float conversion (works
3075           only one way so far, 32=>64 produces structured noise).
3076
3077 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
3078
3079         * gst/audioconvert/gstaudioconvert.c:
3080         (set_structure_widths_32_and_64), (make_lossless_changes):
3081           We don't support floats with a width of 40, 48 or 56 bits.
3082
3083 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
3084
3085         * gst/audioconvert/audioconvert.c: (float), (double),
3086         (audio_convert_get_func_index):
3087         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
3088         (make_lossless_changes):
3089           Support for 64-bit float audio in audioconvert (#339837)
3090
3091 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
3092
3093         Patch by: Holger Wansing  <linux wansing-online de>
3094
3095         * po/LINGUAS:
3096         * po/de.po:
3097           Add German translation (#352069).
3098
3099 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
3100
3101         reviewed by: Wim Taymans <wim@fluendo.com>
3102
3103         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
3104         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
3105         Use newly added GstCollectPads API to free the allocated resources in
3106         the GstOggPad structures (#402393).
3107
3108 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
3109
3110         * gst/playback/gstplaybin.c: (gen_vis_element):
3111           Add audioresample+audioconvert in front of the visualisation
3112           element, so that elements like libvisual 0.4 that don't support all
3113           samplerates can work.
3114
3115           Fixes: #402505
3116
3117 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
3118
3119         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
3120         (gst_play_base_bin_get_streaminfo_value_array):
3121           Take some locks and make a copy of the streaminfo value array we
3122           maintain while holding the lock, so that the application can
3123           retrieve the stream-info as a value array in a thread-safe way.
3124
3125 2007-01-30  Wim Taymans  <wim@fluendo.com>
3126
3127         * gst/audioconvert/gstaudioconvert.c:
3128         Don't fail on 0 sized buffers. Fixes #396835.
3129
3130 2007-01-29  David Schleef  <ds@schleef.org>
3131
3132         * gst/typefind/gsttypefindfunctions.c:
3133           Detect BBCD as video/x-dirac, so we can play raw dirac
3134           streams.
3135
3136 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
3137
3138         * ext/theora/theoraenc.c: (theora_enc_chain):
3139           Check return value of theora_encode_header(), or we might try to
3140           allocate a random number of bytes. theora_encode_header() can fail
3141           if libtheora has been compiled with encoding support disabled.
3142           Fixes #398110.
3143
3144 2007-01-29  Wim Taymans  <wim@fluendo.com>
3145
3146         * tests/check/gst/.cvsignore:
3147         Do as buildbot says.
3148
3149 2007-01-29  Wim Taymans  <wim@fluendo.com>
3150
3151         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
3152         Fix strides in libvisual. Gst uses X strides.
3153         Inspired by: <ed at catmur dot co dot uk> and 
3154         <tim at centricular dot net>
3155         Fixes #401118.
3156
3157 2007-01-27  Wim Taymans  <wim@fluendo.com>
3158
3159         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
3160         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
3161         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
3162         (gst_ogg_demux_perform_seek),
3163         (gst_ogg_demux_bisect_forward_serialno),
3164         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
3165         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
3166         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
3167         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
3168         * ext/ogg/gstoggdemux.h:
3169         Properly propagate streaming errors when we are scanning the file for
3170         chains so that we don't crash when shut down. Might fix some crashers
3171         when quickly switching oggs in RB such as #332503 and #378436.
3172
3173 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
3174
3175         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
3176           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
3177           error code as well.
3178
3179 2007-01-25  Wim Taymans  <wim@fluendo.com>
3180
3181         * gst/playback/gstplaybasebin.c: (remove_source):
3182         Don't try to disconnect a signal from a finalized object.
3183
3184 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
3185
3186         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
3187           Cast lock macro parameters to make sure we're actually accessing the
3188           lock member at the right class level. Free list itself in _dispose()
3189           as well and NULL it in case dispose gets called multiple times.
3190
3191 2007-01-25  Edward Hervey  <edward@fluendo.com>
3192
3193         * gst/playback/gstdecodebin2.c:
3194         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
3195         Free GstDecodeGroups no longer used.
3196         (gst_decode_group_expose):
3197         Don't unlock too many times !
3198         (deactivate_free_recursive):
3199         Free iterator once we're done with it.
3200         Fix for recursively deactivating elements (stop at ghostpads).
3201
3202 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
3203
3204         * gst/playback/gstplaybin.c: (handoff):
3205           Fix up caps on the frame buffer before we save it and potentially
3206           make it accessible to other threads via g_object_get; also use
3207           gst_buffer_replace() instead of gst_mini_object_replace().
3208
3209 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
3210
3211         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
3212           Make getting the current frame thread-safe.
3213
3214 2007-01-25  Edward Hervey  <edward@fluendo.com>
3215
3216         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
3217         (gst_decode_group_new), (gst_decode_group_free):
3218         Set queues to bigger sizes to cope with HD contents.
3219         Fix some mutex freeing and add comment about MT safe methods.
3220
3221 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
3222
3223         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
3224         (gst_text_overlay_text_event):
3225           Don't unnecessarily ref (and then leak) upstream events if the text
3226           pad is not linked. Fixes #399948.
3227
3228         * tests/check/gst-plugins-base.supp:
3229           Add suppression for pango on edgy/x86 for textoverlay test.
3230
3231 2007-01-24  Wim Taymans  <wim@fluendo.com>
3232
3233         * gst-libs/gst/rtp/gstrtpbuffer.h:
3234         Add some more fixed payloads.
3235
3236 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
3237
3238         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
3239           Error out properly if we get an error from libogg while reading the
3240           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
3241
3242 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
3243
3244         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
3245           Don't leak mutex.
3246
3247         * tests/check/elements/playbin.c:
3248         (test_sink_usage_video_only_stream),
3249         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
3250         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
3251         (test_missing_suburisource_handler),
3252         (test_missing_primary_decoder), (playbin_suite):
3253           Run all tests once with decodebin and once with decodebin2.
3254           One test does not pass yet with decodebin2.
3255
3256 2007-01-23  Edward Hervey  <edward@fluendo.com>
3257
3258         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
3259         Fix the cases where oggmux doesn't properly figure out that all
3260         sinkpads have gone EOS, and therefore doesn't push out the remaining
3261         buffers and the final EOS event.
3262         Fixes #363379
3263
3264 2007-01-23  Julien MOUTTE  <julien@moutte.net>
3265
3266         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
3267         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
3268         Don't lock on navigation event push, just on keysym to string.
3269         Fixes #397673 again.
3270
3271 2007-01-22  Edward Hervey  <edward@fluendo.com>
3272
3273         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
3274         (get_current_group), (group_demuxer_event_probe),
3275         (gst_decode_group_expose), (deactivate_free_recursive),
3276         (gst_decode_group_free):
3277         Cleanups.
3278         Don't forget to emit 'no-more-pads' once a group is exposed.
3279         Cleanup elements from a DecodeGroup once we remove it.
3280         Protect call to gst_decode_group_expose() with the decodebin lock.
3281
3282 2007-01-22  Julien MOUTTE  <julien@moutte.net>
3283
3284         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
3285         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
3286         Looking at Xorg code i can't figure out if that XKeysymToString
3287         function is thread sensible or not. Lock it just in case as
3288         recommended by Radek Doulik <rodo at ximian dot com>.
3289
3290 2007-01-22  Julien MOUTTE  <julien@moutte.net>
3291
3292         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
3293         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
3294         Lock that X Call as well. Fixes #397673.
3295
3296 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
3297
3298         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
3299           Don't go into an endless loop if the file starts with 00 00 01 2X,
3300           like quicktime redirect files might. Fixes #396042.
3301
3302         * tests/check/Makefile.am:
3303         * tests/check/gst/.cvsignore:
3304         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
3305         (typefindfunctions_suite):
3306           Add unit test for the above.
3307
3308 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
3309
3310         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3311           On second thought, use "depth" field rather than "bpp" field.
3312
3313 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
3314
3315         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3316           Camtasia caps apparently need a bpp field (#398875).
3317
3318 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
3319
3320         * gst/playback/gstplaybasebin.c: (setup_subtitle),
3321         (gen_source_element), (gst_play_base_bin_change_state):
3322           Attempt at a better error message in case we don't have the required
3323           URI handler installed; post missing-plugin message also when we're
3324           missing an URI handler for the subtitle URI; clean up properly also
3325           when an error occurs and we never made it to PAUSED state.
3326
3327         * tests/check/elements/playbin.c: (GST_START_TEST),
3328         (playbin_suite):
3329           Check that we're also getting a missing-plugin messsage for a
3330           missing subtitle URI handler (and clean up properly).
3331
3332 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
3333
3334         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
3335           Plug a few reference leaks.
3336
3337 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
3338
3339         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
3340           Lower probability a bit if the marker isn't right at the start,
3341           to decrease the chance of false positives.
3342
3343 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
3344
3345         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
3346           Small mpeg2 system stream typefinding improvement: make typefinder
3347           probe a bit into the stream instead of just looking for a marker
3348           at the beginning. Fixes #397810.
3349
3350 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
3351
3352         * gst/audioconvert/gstchannelmix.c:
3353           Remove compatibility cruft for prehistoric GLib versions.
3354
3355 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
3356
3357         * gst/playback/Makefile.am:
3358         * gst/playback/gstdecodebin.c: (close_pad_link):
3359         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
3360         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3361         (gst_play_base_bin_handle_message_func), (unknown_type):
3362           Let decodebin be the element to post missing-plugin messages for
3363           missing decoders (rather than playbin); make playbin implement
3364           GstBin::handle_message so we can suppress missing-plugin messages
3365           for types we're not handling on purpose (don't want to bring up an
3366           installer in those cases).
3367
3368 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
3369
3370         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3371         * gst-libs/gst/tag/gstvorbistag.c:
3372         (gst_tag_list_to_vorbiscomment_buffer):
3373         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
3374           Fix potentially unaligned access (#397207).
3375
3376 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
3377
3378         * tests/examples/seek/seek.c: (set_scale), (update_scale),
3379         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
3380         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
3381         (main):
3382           Allow to toggle looping while it plays. Fix callback prototype. Clean
3383           up code a bit more. Add copyright header.
3384
3385 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
3386
3387         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
3388           Red and blue mask was swapped (spotted by Dan Williams).
3389
3390 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
3391
3392         * gst-libs/gst/tag/gstid3tag.c:
3393         * gst-libs/gst/tag/gstvorbistag.c:
3394           Use new beats-per-minute tag from core.
3395
3396 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
3397
3398         * po/POTFILES.in:
3399           Add new files with translatable strings, so they actually make it
3400           into the template file one day.
3401
3402 2007-01-12  Andy Wingo  <wingo@pobox.com>
3403
3404         * gst-libs/gst/audio/gstbaseaudiosink.c
3405         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
3406         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
3407         stuff, as the base class handles this now. Actually tell the ring
3408         buffer to start.
3409         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
3410         How did this work before? Maybe I'm not as awesome a programmer as
3411         I think.
3412
3413         * gst-libs/gst/audio/gstbaseaudiosrc.c
3414         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
3415         of a pad function.
3416
3417 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
3418
3419         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
3420           Remove more fields so that the application can better blacklist
3421           formats that have been tried before.
3422
3423 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
3424
3425         * gst-libs/gst/audio/mixerutils.h:
3426           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
3427           used when compiling with c++ compilers as well.
3428
3429 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
3430
3431         * gst/typefind/gsttypefindfunctions.c:
3432           Fix comment.
3433
3434 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
3435
3436         * gst/playback/gstplaybin.c: (post_missing_element_message),
3437         (gen_video_element), (gen_text_element), (gen_audio_element),
3438         (gen_vis_element):
3439           Post missing-plugin messages also when we error out because
3440           converters, textoverlay or auto*sinks are missing (#161922).
3441
3442 2007-01-10  Wim Taymans  <wim@fluendo.com>
3443
3444         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
3445         (is_demuxer_element), (new_caps):
3446         * gst/playback/gstplaybasebin.c: (source_new_pad):
3447         Fix the case where we try to ref a NULL element when we delay a link
3448         because of unfixed caps.
3449         Set the state of autoplugged decodebins to PAUSED.
3450         RTSP now works in playbin, we can remove it from the blacklist.
3451
3452 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
3453
3454         * gst/playback/Makefile.am:
3455         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
3456         (unknown_type), (setup_subtitle), (gen_source_element):
3457         * gst/playback/gstplaybin.c: (plugin_init):
3458           Post missing-plugin messages on the bus for missing sources and
3459           missing decoders/demuxers/depayloaders; fix error code used when
3460           we're missing an URI handler source; for media types that we are not
3461           handling on purpose at the moment, don't print "don't know how to
3462           handle xyz" messages to the terminal or post missing-plugin
3463           messages on the bus.
3464
3465         * tests/check/elements/playbin.c: (create_playbin),
3466         (GST_START_TEST), (gst_codec_src_uri_get_type),
3467         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
3468         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
3469         (gst_codec_src_init_type), (gst_codec_src_base_init),
3470         (gst_codec_src_create), (gst_codec_src_class_init),
3471         (gst_codec_src_init), (plugin_init), (playbin_suite):
3472           Add some tests for the missing-plugin stuff.
3473
3474 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
3475
3476         * configure.ac:
3477         * gst-libs/gst/Makefile.am:
3478         * gst-libs/gst/utils/Makefile.am:
3479         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
3480         * gst-libs/gst/utils/base-utils.h:
3481         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
3482         (find_format_info), (caps_are_rtp_caps),
3483         (gst_base_utils_get_source_description),
3484         (gst_base_utils_get_sink_description),
3485         (gst_base_utils_get_decoder_description),
3486         (gst_base_utils_get_encoder_description),
3487         (gst_base_utils_get_element_description),
3488         (gst_base_utils_add_codec_description_to_tag_list),
3489         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
3490         * gst-libs/gst/utils/descriptions.h:
3491         * gst-libs/gst/utils/missing-plugins.c:
3492         (missing_structure_get_type), (copy_and_clean_caps),
3493         (gst_missing_uri_source_message_new),
3494         (gst_missing_uri_sink_message_new),
3495         (gst_missing_element_message_new),
3496         (gst_missing_decoder_message_new),
3497         (gst_missing_encoder_message_new),
3498         (missing_structure_get_string_detail),
3499         (missing_structure_get_caps_detail),
3500         (gst_missing_plugin_message_get_installer_detail),
3501         (gst_missing_plugin_message_get_description),
3502         (gst_is_missing_plugin_message):
3503         * gst-libs/gst/utils/missing-plugins.h:
3504           API: add new libgstbaseutils library with functions
3505           - to create and parse missing-plugins messages
3506           - that provide (translated) descriptions for caps/decoders/sources/etc.
3507           Closes #392393.
3508
3509         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
3510         * pkgconfig/gstreamer-plugins-base.pc.in:
3511           Add new lib.
3512
3513         * docs/libs/gst-plugins-base-libs-docs.sgml:
3514         * docs/libs/gst-plugins-base-libs-sections.txt:
3515           Generate docs for new lib and API.
3516
3517         * tests/check/Makefile.am:
3518         * tests/check/libs/.cvsignore:
3519         * tests/check/libs/utils.c: (missing_msg_check_getters),
3520         (GST_START_TEST), (libgstbaseutils_suite):
3521           Add some basic unit tests.
3522
3523 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
3524
3525         * ext/ogg/Makefile.am:
3526           Dist gstoggdemux.h to fix 'make distcheck'.
3527
3528         * sys/v4l/Makefile.am:
3529           Fix 'make distcheck' even more.
3530
3531 2007-01-09  Wim Taymans  <wim@fluendo.com>
3532
3533         * docs/plugins/Makefile.am:
3534         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3535         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3536         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
3537         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
3538         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
3539         (gst_ogg_demux_perform_seek):
3540         * ext/ogg/gstoggdemux.h:
3541         Added docs.
3542         Add some more comments.
3543         Small cleanups.
3544
3545 2007-01-09  Wim Taymans  <wim@fluendo.com>
3546
3547         * ext/theora/theoradec.c:
3548         * ext/vorbis/vorbisdec.c:
3549         * gst-libs/gst/audio/gstringbuffer.c:
3550         (gst_ring_buffer_commit_full):
3551         * gst-libs/gst/audio/gstringbuffer.h:
3552         * gst-libs/gst/rtp/gstrtpbuffer.c:
3553         * gst-libs/gst/tag/gstvorbistag.c:
3554         Small documentation updates/fixes
3555
3556 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
3557
3558         * configure.ac:
3559           Require core CVS HEAD for Andy's basesrc/sink API additions.
3560
3561 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
3562
3563         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
3564
3565         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
3566         (plugin_init):
3567           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
3568           on flac.sf.net (there appear to be other versions of the first
3569           ogg page in the wild) (#391365).
3570
3571 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
3572
3573         * configure.ac:
3574           Check if localtime_r() is available.
3575
3576         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
3577           If localtime_r() is not available, fall back to localtime(). Should
3578           fix build on MingW (#393310).
3579
3580 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
3581
3582         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
3583         * gst/subparse/gstsubparse.h:
3584           Remove spurious 1000 subtrahend when calculating the timestamp from
3585           the frame number and the frame rate . Also, use the frames/second
3586           value specified in the first line of the file, if one is specified
3587           there. Should fix #357503.
3588
3589         * tests/check/elements/subparse.c: (do_test),
3590         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
3591         (subparse_suite):
3592           Add some basic unit tests for the microdvd subtitle format.
3593
3594 2007-01-07  Julien MOUTTE  <julien@moutte.net>
3595
3596         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3597         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
3598         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
3599         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
3600         (gst_xvimagesink_set_xwindow_id),
3601         (gst_xvimagesink_set_event_handling),
3602         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
3603         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
3604         Patch by : Young-Ho Cha <ganadist at chollian dot net>
3605         Fixes : #390076.
3606         Add an adaptor property to select a specific XV adaptor.
3607         * sys/xvimage/xvimagesink.h:
3608
3609 2007-01-07  Julien MOUTTE  <julien@moutte.net>
3610
3611         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
3612         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
3613         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
3614         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
3615         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
3616         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
3617         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3618         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
3619         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
3620         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
3621         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
3622         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
3623         Use flow_lock much more to protect every access to xwindow.
3624         Try to catch erros while creating images in case some drivers are
3625         just generating an XError when the requested image is too big.
3626         Should fix : #354698, #384008, #384060.
3627         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
3628         Implement some stress testing of setting window xid.
3629
3630 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
3631
3632         * win32/common/libgsaudio.def:
3633           Add new exported function.
3634         * win32/common/libgstogg.dsp:
3635           Add gstoggaviparse.c to the build.
3636         * win32/common/libgstvideoscale.dsp:
3637           Add vs_4tap.c to the build.
3638         * win32/common/libgstvorbis.dsp:
3639           Add vorbistag.c to the build.
3640         
3641 2007-01-06  Andy Wingo  <wingo@pobox.com>
3642
3643         * gst-libs/gst/audio/gstbaseaudiosink.c
3644         (gst_base_audio_sink_class_init)
3645         (gst_base_audio_sink_init): 
3646         (gst_base_audio_sink_activate_pull): Add an activate_pull function
3647         to baseaudiosink, and tell basesink that we can work in pull mode.
3648         This way the ring buffer thread drives the pipeline directly, if
3649         pull mode is possible. There is some lingering nastiness regarding
3650         capsnego, however.
3651         (gst_base_audio_sink_callback): Implement the callback to pull
3652         data. This interface is a bit light, though -- it should get a
3653         GstFlowReturn return value at least.
3654
3655 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
3656
3657         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
3658         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
3659         * gst/playback/gstdecodebin2.c:
3660         (gst_decode_group_check_if_blocked):
3661           Printf format and missing argument fixes.
3662
3663 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
3664
3665         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
3666         (gst_ogm_parse_change_state):
3667         Activate pads before adding them to the element.
3668
3669 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
3670
3671         * tests/examples/seek/scrubby.c: (main):
3672         * tests/examples/seek/seek.c: (main):
3673           Call g_thread_init() first thing in main() (see #391278).
3674
3675 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
3676
3677         * tests/check/Makefile.am:
3678         * tests/check/libs/.cvsignore:
3679         * tests/check/libs/netbuffer.c: (GST_START_TEST),
3680         (netbuffer_suite):
3681           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
3682           for the time being, since it's broken, see #393099.
3683
3684 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
3685
3686         * tests/check/Makefile.am:
3687           Update to use GST_PLUGINS_BASE_CFLAGS as well.
3688
3689 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
3690
3691         * configure.ac:
3692           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
3693           so that GST_BASE_CFLAGS can go inbetween them, making sure
3694           we use uninstalled gst-libs headers
3695         * docs/libs/Makefile.am:
3696         * ext/alsa/Makefile.am:
3697         * ext/cdparanoia/Makefile.am:
3698         * ext/gnomevfs/Makefile.am:
3699         * ext/libvisual/Makefile.am:
3700         * ext/ogg/Makefile.am:
3701         * ext/theora/Makefile.am:
3702         * ext/vorbis/Makefile.am:
3703         * gst-libs/gst/audio/Makefile.am:
3704         * gst-libs/gst/cdda/Makefile.am:
3705         * gst-libs/gst/interfaces/Makefile.am:
3706         * gst-libs/gst/riff/Makefile.am:
3707         * gst-libs/gst/rtp/Makefile.am:
3708         * gst-libs/gst/tag/Makefile.am:
3709         * gst/adder/Makefile.am:
3710         * gst/audioconvert/Makefile.am:
3711         * gst/audiorate/Makefile.am:
3712         * gst/audioresample/Makefile.am:
3713         * gst/playback/Makefile.am:
3714         * gst/tcp/Makefile.am:
3715         * gst/videoscale/Makefile.am:
3716         * gst/volume/Makefile.am:
3717         * sys/ximage/Makefile.am:
3718         * sys/xvimage/Makefile.am:
3719         * tests/icles/Makefile.am:
3720           adapt
3721
3722 2007-01-04  Julien MOUTTE  <julien@moutte.net>
3723
3724         * gst-libs/gst/interfaces/xoverlay.c:
3725         (gst_x_overlay_handle_events):
3726         * gst-libs/gst/interfaces/xoverlay.h:
3727         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
3728         (gst_ximagesink_set_xwindow_id),
3729         (gst_ximagesink_set_event_handling),
3730         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
3731         (gst_ximagesink_get_property), (gst_ximagesink_init),
3732         (gst_ximagesink_class_init):
3733         * sys/ximage/ximagesink.h:
3734         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
3735         (gst_xvimagesink_set_xwindow_id),
3736         (gst_xvimagesink_set_event_handling),
3737         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
3738         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
3739         (gst_xvimagesink_class_init):
3740         * sys/xvimage/xvimagesink.h:
3741         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
3742         Add a method to the XOverlay interface to allow disabling of 
3743         event handling in x[v]imagesink elements. This will let X events
3744         propagate to parent windows which can be usefull in some cases.
3745         Be carefull that the application is then responsible of pushing
3746         navigation events and expose events to the video sink.
3747         Fixes: #387138.
3748
3749 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
3750
3751         * gst-libs/gst/tag/gstvorbistag.c:
3752         * tests/check/libs/tag.c: (GST_START_TEST):
3753           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
3754           (fixes #392070).
3755
3756 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
3757
3758         * configure.ac:
3759         * docs/Makefile.am:
3760         * docs/design/Makefile.am:
3761           Dist design docs.
3762
3763 2006-12-27  Julien MOUTTE  <julien@moutte.net>
3764
3765         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
3766         typo. Fixes: #390063.
3767
3768 2006-12-27  Julien MOUTTE  <julien@moutte.net>
3769
3770         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
3771         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
3772         caps leak.
3773         * win32/common/config.h: Updated.
3774
3775 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
3776
3777         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
3778         (setup_gdpdepay_streamheader):
3779         * tests/check/elements/gdppay.c: (cleanup_gdppay),
3780         (setup_gdppay_streamheader):
3781           Fix the dp tests, but activating the pads for the streamheader tests
3782           too and cleaning up conditionaly
3783
3784 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
3785
3786         * gst/ffmpegcolorspace/avcodec.h:
3787         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3788         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
3789         (gst_ffmpegcsp_avpicture_fill):
3790         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
3791         (img_get_alpha_info):
3792         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
3793         other end of the word. Fixes: #387073.
3794
3795         Add some inconsequential branch hints in a couple of places.
3796
3797 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
3798
3799         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3800         (gst_ffmpeg_caps_to_smpfmt):
3801           The "signed" field in raw audio caps is of boolean type, trying to
3802           extract the value with _get_int() will fail (fix to keep in sync with
3803           the copy in gst-ffmpeg)
3804
3805 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
3806
3807         * tests/check/elements/audioresample.c: (cleanup_audioresample):
3808         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
3809         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
3810         (cleanup_gdpdepay):
3811         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
3812         * tests/check/elements/subparse.c: (teardown_subparse):
3813         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
3814         * tests/check/elements/videorate.c: (cleanup_videorate):
3815         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
3816         * tests/check/elements/volume.c: (cleanup_volume):
3817         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
3818         (cleanup_vorbisdec):
3819         * tests/check/elements/vorbistag.c: (setup_vorbistag),
3820         (cleanup_vorbistag):
3821           consistent pad (de)activation
3822
3823 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
3824
3825         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3826           Forgot to register the extensions.
3827
3828 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
3829
3830         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
3831         (plugin_init):
3832           Add typefinder for VIVO files (my christmas present to the 90s).
3833
3834 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
3835
3836         * gst/playback/gstdecodebin.c: (type_found):
3837           Special-case the text/plain media type: we only want to recognise it
3838           as a 'raw' decoded media type if it comes from a demuxer or subtitle
3839           parser, but not if the entire stream is of text/plain type. If the
3840           entire stream is text/plain, we should just error out.
3841
3842           This fixes playback of audio files with lyrics in totem. Totem can't
3843           distinguish between text files and subtitle files and passes any
3844           .txt file with the same basename as the main file to playbin as
3845           suburi, and playbin will then throw a 'subtitle found, but no video
3846           stream' error, which isn't entirely helpful. See #380342.
3847
3848           Also, with this change we'll show a slightly more correct error
3849           message in case totem passes a playlist file to us (although a
3850           custom error message wording instead of the default text would
3851           probably not be a bad idea either).
3852
3853           Same problem also needs to be fixed for playbin+decodebin2.
3854
3855         * tests/check/Makefile.am:
3856         * tests/check/elements/decodebin.c: (src_handoff_cb),
3857         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
3858         (decodebin_suite):
3859           Add simple unit test for decodebin for the above.
3860
3861 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
3862
3863         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
3864         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
3865           Refuse to change state to READY when we failed to create any of the
3866           required elements in our instance init function.
3867
3868 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
3869
3870         * docs/libs/gst-plugins-base-libs-sections.txt:
3871           Small docs fixes/updates.
3872
3873         * gst-libs/gst/video/gstvideosink.h:
3874           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
3875           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
3876           removed from the base sink API between 0.9.6 and 0.9.7).
3877           API: add GST_VIDEO_SINK_CAST and use it for the height/width
3878           accessor macros, so we don't do a runtime GObject type check every
3879           time we use them.
3880
3881 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
3882
3883         * Makefile.am:
3884         * gst-plugins-base.doap:
3885         * gst-plugins-base.spec.in:
3886           add doap file
3887
3888 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
3889
3890         Patch by: Jens Granseuer <jensgr at gmx net>
3891
3892         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
3893         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3894         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
3895         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
3896         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
3897           Declare variables at the beginning of a block. Fixes #383195.
3898
3899 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
3900
3901         * configure.ac:
3902         Bump version nano - back to CVS.
3903
3904
3905 === release 0.10.11 ===
3906
3907 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
3908
3909         * configure.ac:
3910           releasing 0.10.11, "Dumb things"
3911
3912 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
3913
3914         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
3915         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
3916         Handle the case where an element has multiple pads with 
3917         unfixed caps as well as still possibly producing more dynamic 
3918         pads by storing each case as a distinct entry in the dynamic list.
3919         Fixes #38223 again.
3920
3921 2006-12-04  Wim Taymans  <wim@fluendo.com>
3922
3923         * gst/playback/gstdecodebin.c: (close_pad_link):
3924         Fix #382223, add more dynamic caps handling.
3925
3926 2006-12-04  Wim Taymans  <wim@fluendo.com>
3927
3928         reviewed by: <delete if not using a buddy>
3929
3930         * gst-libs/gst/audio/gstringbuffer.h:
3931         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
3932         (gst_netaddress_set_ip4_interface),
3933         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
3934         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
3935         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
3936         (gst_netaddress_get_ttl):
3937         * gst-libs/gst/netbuffer/gstnetbuffer.h:
3938         * gst/playback/gstdecodebin.c: (close_pad_link):
3939         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
3940         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
3941         * win32/common/config.h:
3942
3943 2006-12-01  Michael Smith  <msmith@fluendo.com>
3944
3945         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
3946           Delete bad debug code.
3947           Fixes #381219
3948
3949 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
3950
3951         * gst/videoscale/vs_4tap.c:
3952         * win32/MANIFEST:
3953         * win32/common/config.h:
3954         * win32/vs8/libgstvideoscale.vcproj:
3955         Fix compilation on win32 under VS8
3956         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
3957         Partially fixes #381175
3958
3959 2006-11-30  Michael Smith  <msmith@fluendo.com>
3960
3961         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
3962         (GST_START_TEST):
3963           It would be very bad if, after a discont buffer, we thought every
3964           single following buffer was also discont. So, add to the test to
3965           ensure that this isn't the case.
3966           
3967         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
3968           ... it was the case. So fix it.
3969
3970 2006-11-28  Wim Taymans  <wim@fluendo.com>
3971
3972         * gst/playback/gstplaybasebin.c: (check_queue_event):
3973         Improve debug.
3974
3975         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
3976         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
3977         padtemplate caps. Refixes #357577.
3978
3979 2006-11-28  Wim Taymans  <wim@fluendo.com>
3980
3981         * gst/playback/gstplaybasebin.c: (check_queue_event),
3982         (queue_threshold_reached), (queue_out_of_data),
3983         (gen_preroll_element):
3984         Add event probe to see when EOS is in a queue and we can disable the
3985         underrun signals. Fixes #357577.
3986
3987 2006-11-28  Edward Hervey  <edward@fluendo.com>
3988
3989         * gst/playback/Makefile.am:
3990         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
3991         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
3992         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
3993         (gst_decode_bin_init), (gst_decode_bin_dispose),
3994         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
3995         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
3996         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
3997         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
3998         (connect_element), (expose_pad), (type_found),
3999         (pad_added_group_cb), (pad_removed_group_cb),
4000         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
4001         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
4002         (are_raw_caps), (multi_queue_overrun_cb),
4003         (multi_queue_underrun_cb), (gst_decode_group_new),
4004         (get_current_group), (group_demuxer_event_probe),
4005         (gst_decode_group_control_demuxer_pad),
4006         (gst_decode_group_control_source_pad),
4007         (gst_decode_group_check_if_blocked),
4008         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
4009         (gst_decode_group_hide), (gst_decode_group_free),
4010         (gst_decode_group_set_complete), (source_pad_blocked_cb),
4011         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
4012         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
4013         (plugin_init):
4014         New decodebin2 element.
4015         Closes #370092
4016         * gst/playback/gstplay-marshal.list:
4017         Added marshallers for new signals in decodebin2
4018         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
4019         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
4020         is set.
4021
4022 2006-11-28  Wim Taymans  <wim@fluendo.com>
4023
4024         * gst/playback/gstplaybasebin.c: (setup_source),
4025         (gst_play_base_bin_change_state):
4026         Disable rtsp:// uris for the release, it's not good enough yet.
4027         Remove unused var.
4028
4029 2006-11-26  Wim Taymans  <wim@fluendo.com>
4030
4031         * ext/theora/theoradec.c: (gst_theora_dec_reset),
4032         (theora_dec_push_forward), (theora_dec_push_reverse),
4033         (theora_handle_data_packet), (theora_dec_decode_buffer),
4034         (theora_dec_flush_decode), (theora_dec_chain_reverse),
4035         (theora_dec_chain_forward), (theora_dec_chain):
4036         Implement reverse playback.
4037
4038         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
4039         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
4040         (vorbis_dec_chain_forward):
4041         Clear buffers used for reverse playback in _reset.
4042         No need to set the eos flag, we clip samples using the segment.
4043
4044 2006-11-24  Wim Taymans  <wim@fluendo.com>
4045
4046         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
4047         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
4048         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
4049         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
4050         Some cleanups.
4051         Handle continued pages in reverse mode.
4052
4053 2006-11-24  Wim Taymans  <wim@fluendo.com>
4054
4055         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
4056         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
4057         (vorbis_dec_flush_decode):
4058         Small cleanups.
4059         Don't try to add invalid timestamps.
4060         Clipping will unref the buffer.
4061
4062 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
4063
4064         * gst/adder/gstadder.h:
4065         * gst/audiotestsrc/gstaudiotestsrc.h:
4066           remove obsolete _factory_init protos
4067
4068 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
4069
4070         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
4071           Fix spacing in debug message.
4072
4073 2006-11-23  Wim Taymans  <wim@fluendo.com>
4074
4075         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
4076         (gst_ogg_demux_chain):
4077         Don't just ignore return values from _pad_push().
4078         Small debug improvements.
4079
4080 2006-11-23  Michael Smith  <msmith@fluendo.com>
4081
4082         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
4083           If our incoming buffer is marked as DISCONT, then increment the page
4084           number (so that the discontinuity is marked in the final ogg
4085           bitstream) and flush the previous page.
4086
4087 2006-11-22  Michael Smith  <msmith@fluendo.com>
4088
4089         * ext/theora/gsttheoraenc.h:
4090         * ext/theora/theoraenc.c: (gst_theora_enc_init),
4091         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
4092         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
4093         (theora_enc_chain), (theora_enc_change_state):
4094           Mark discontinuities of > 3/4 of a frame, reinit encoder.
4095
4096         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
4097         (GST_START_TEST), (theoraenc_suite):
4098           Enable discontinuity test, fix it.
4099
4100 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
4101
4102         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
4103         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
4104         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
4105         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
4106         (gst_text_overlay_change_state):
4107         * ext/pango/gsttextoverlay.h:
4108           Some textoverlay fixes: for one, in the video chain function,
4109           actually wait for a text buffer to come in if there is none at the
4110           moment and there should be one; also, deal more gracefully with
4111           incoming buffers that do not have a timestamp or duration; discard
4112           text buffer when not needed any longer. Fixes #341681.
4113
4114         * tests/check/Makefile.am:
4115         * tests/check/elements/.cvsignore:
4116         * tests/check/elements/textoverlay.c:
4117         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
4118         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
4119         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
4120         (test_video_waits_for_text_send_text_newsegment_thread),
4121         (test_video_waits_for_text_shutdown_element),
4122         (test_render_continuity_push_video_buffers_thread),
4123         (textoverlay_suite):
4124           Add some unit tests for textoverlay.
4125
4126 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
4127
4128         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
4129           Avoid integer underflow when the found probability for mp3 is
4130           smaller than the 'penalty' we subtract if there's not a clean
4131           mp3 header sync at offset 0.
4132
4133 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
4134
4135         * docs/libs/gst-plugins-base-libs-sections.txt:
4136           Add some new symbols to the docs
4137
4138 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
4139
4140         * tests/check/Makefile.am:
4141         * tests/check/elements/ffmpegcolorspace.c:
4142         (ffmpegcolorspace_suite):
4143           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
4144           (for now not for valgrinding though, since it takes too long).
4145
4146 2006-11-20  Wim Taymans  <wim@fluendo.com>
4147
4148         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4149         (gst_ffmpeg_pixfmt_to_caps):
4150         Fix RGBA32 caps. Fixes #357038.
4151
4152 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
4153
4154         * gst-libs/gst/interfaces/mixertrack.h:
4155           Add FIXME so we can add some padding here in 0.11
4156
4157 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
4158
4159         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4160           Fix GstBaseRTPAudioPayload structure so the whole GObject
4161           inheritance business actually works (parent class instance structure
4162           must always come first in the derived class instance structure).
4163
4164 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
4165
4166         * gst/videotestsrc/Makefile.am:
4167         * tests/check/Makefile.am:
4168           Make sure our checks and the videotestsrc plugin link against the
4169           local uninstalled gst libs and not any installed gst libs that
4170           might happen to exist as well.
4171
4172         * tests/check/elements/adder.c: (message_received),
4173         (test_event_message_received), (test_play_twice_message_received):
4174         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
4175           Fix compiler warnings when compiling against core with disabled
4176           debugging system.
4177
4178 2006-11-16  Michael Smith  <msmith@fluendo.com>
4179
4180         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
4181         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
4182           Fix audiorate, so that it accurately sets offsets and timestamps.
4183           Doesn't change the fundamental algorithmic decisions; so should be
4184           safe.
4185
4186         * tests/check/Makefile.am:
4187           Enable audiorate test now that it passes.
4188
4189 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
4190
4191         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
4192           clear xv when going to NULL, remove // commented non-existant proto
4193
4194         * tests/examples/seek/seek.c: (main):
4195           add missing tooltip description for scrub and play_scrub
4196
4197 2006-11-14  David Schleef  <ds@schleef.org>
4198
4199         * configure.ac:
4200           Bump liboil requirement to 0.3.8.
4201         * gst-libs/gst/riff/riff-media.c:
4202           Add Dirac fourcc.
4203         * gst/videoscale/vs_image.h:
4204         * gst/videoscale/vs_scanline.h:
4205           Use liboil's stdint.h.
4206         * gst/videotestsrc/videotestsrc.c:
4207           Remove liboil related ifdef's, since they aren't needed now, and
4208           won't work with future versions.
4209
4210 2006-11-14  David Schleef  <ds@schleef.org>
4211
4212         * gst/videoscale/Makefile.am:
4213         * gst/videoscale/gstvideoscale.c:
4214         * gst/videoscale/gstvideoscale.h:
4215         * gst/videoscale/vs_4tap.c:
4216         * gst/videoscale/vs_4tap.h:
4217         * gst/videoscale/vs_image.c:
4218         * gst/videoscale/vs_image.h:
4219         * gst/videoscale/vs_scanline.c:
4220         * gst/videoscale/vs_scanline.h:
4221           Add a 4-tap image scaler.  Theoretically looks much prettier.
4222           The tap calculation could use some improvement.
4223
4224 2006-11-14  Wim Taymans  <wim@fluendo.com>
4225
4226         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
4227
4228         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
4229         (gst_riff_parse_strf_iavs):
4230         * gst/subparse/gstsubparse.c: (convert_encoding):
4231         * gst/tcp/gstmultifdsink.c:
4232         (gst_multi_fd_sink_handle_client_write):
4233         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
4234         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
4235         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
4236         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
4237         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
4238         (gst_ximagesink_ximage_new):
4239         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
4240         Various gsize and gssize printf fixes. Fixes #372507.
4241
4242 2006-11-13  Wim Taymans  <wim@fluendo.com>
4243
4244         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4245         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
4246         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
4247         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
4248         (vorbis_dec_chain_forward), (vorbis_dec_chain):
4249         * ext/vorbis/vorbisdec.h:
4250         First stab at vorbis reverse playback.
4251
4252 2006-11-13  Wim Taymans  <wim@fluendo.com>
4253
4254         * gst-libs/gst/audio/gstbaseaudiosink.c:
4255         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
4256         * gst-libs/gst/audio/gstbaseaudiosink.h:
4257         Make the clock sync code more accurate wrt resampling and playback
4258         at different rates.
4259         
4260         * gst-libs/gst/audio/gstringbuffer.c:
4261         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
4262         * gst-libs/gst/audio/gstringbuffer.h:
4263         Use better algorithm to interpolate sample rates. 
4264
4265 2006-11-13  Michael Smith  <msmith@fluendo.com>
4266
4267         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
4268           Improve a debug line slightly.
4269
4270         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
4271           Call gst_riff_init() in plugin_init, to avoid getting errors from
4272           the debug system (unrelated changes to another plugin made this turn
4273           up; not sure why).
4274
4275 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
4276
4277         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
4278
4279         * win32/common/libgsttag.def:
4280           Add missing symbol (#366492).
4281
4282 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
4283
4284         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
4285           Don't unref a NULL pad.
4286
4287 2006-11-09  Wim Taymans  <wim@fluendo.com>
4288
4289         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
4290         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
4291         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
4292         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
4293         (gst_ogg_demux_loop):
4294         Implement first stab at reverse playback.
4295
4296 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
4297
4298         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
4299         (gst_riff_create_video_template_caps):
4300           add h263/h264 variants to the caps, Fixes #363118
4301
4302 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
4303
4304         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
4305         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
4306           Use g_strerror instead of strerror so we get UTF-8.
4307
4308 2006-11-03  David Schleef  <ds@schleef.org>
4309
4310         * ext/ogg/gstoggdemux.c:
4311         * ext/ogg/gstoggmux.c:
4312           Add/remove KW-DIRAC header here, since it is ogg-specific.
4313
4314 2006-11-03  Michael Smith  <msmith@fluendo.com>
4315
4316         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
4317           Recognise more mpeg4 elementary video streams.
4318
4319 2006-11-02  Edward Hervey  <edward@fluendo.com>
4320
4321         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
4322         Lower the probability of mp3 typefinding functions if we don't find a
4323         valid mp3 header at the start of the file.
4324         Closes #369482
4325
4326 2006-11-02  Wim Taymans  <wim@fluendo.com>
4327
4328         * ext/theora/gsttheoradec.h:
4329         * ext/theora/theoradec.c: (gst_theora_dec_init),
4330         (theora_dec_sink_event), (theora_dec_chain_forward),
4331         (theora_dec_flush_decode), (theora_dec_chain_reverse),
4332         (theora_dec_chain):
4333         Document and partially implement an algorithm for doing reverse playback
4334         of theora video.
4335
4336 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
4337
4338         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
4339
4340         * win32/common/config.h:
4341         * win32/common/interfaces-enumtypes.c:
4342         * win32/common/libgsttag.def:
4343         * win32/vs8/gst-plugins-base.sln:
4344         * win32/vs8/libgstaudioresample.vcproj:
4345         * win32/vs8/libgstinterfaces.vcproj:
4346         * win32/vs8/libgstogg.vcproj:
4347         * win32/vs8/libgstriff.vcproj:
4348         * win32/vs8/libgsttag.vcproj:
4349         * win32/vs8/libgsttheora.vcproj:
4350         * win32/vs8/libgstvideoscale.vcproj:
4351         * win32/vs8/libgstvorbis.vcproj:
4352           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
4353           to libgsttag.def; add missing dependencies for some vs8 projects;
4354           re-arrange placement of .def files in vs8 projects (#366334).
4355
4356 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
4357
4358         * ext/ogg/gstogg.c:
4359           Remove unused variable.
4360
4361         * ext/ogg/gstoggdemux.c:
4362           Fix Wim's surname in plugin description.
4363
4364 2006-10-31  Wim Taymans  <wim@fluendo.com>
4365
4366         * gst-plugins-base.spec.in:
4367         spec new .h file. Fixes #368310.
4368
4369 2006-10-31  Michael Smith  <msmith@fluendo.com>
4370
4371         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
4372         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
4373         (gst_multi_fd_sink_get_stats),
4374         (gst_multi_fd_sink_remove_client_link),
4375         (gst_multi_fd_sink_queue_buffer),
4376         (gst_multi_fd_sink_handle_clients):
4377         * gst/tcp/gstmultifdsink.h:
4378           Make using the remove or clear signals threadsafe.
4379           Make calling get-stats with an invalid fd not segfault.
4380           Fixes 368273.
4381
4382 2006-10-31  Wim Taymans  <wim@fluendo.com>
4383
4384         * gst-libs/gst/rtp/Makefile.am:
4385         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4386         (gst_base_rtp_audio_payload_init):
4387         Fix and activate base audio payloader.
4388
4389 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
4390
4391         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
4392         (plugin_init):
4393           Add typefinder for QuickTime Image Files (see #366156).
4394
4395 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
4396
4397         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
4398           Another typo fix (#366212).
4399
4400 2006-10-27  Wim Taymans  <wim@fluendo.com>
4401
4402         * gst/volume/gstvolume.c: (volume_transform_ip):
4403         Use stream time to synchronize volume property instead of rather random
4404         timestamps. This is needed when gnonlin does its time shifting.
4405
4406 2006-10-27  Wim Taymans  <wim@fluendo.com>
4407
4408         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
4409
4410         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
4411         Remove the pad from the element in release_pad. Fixes #364812.
4412
4413 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
4414
4415         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
4416         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
4417           Explicitly create our custom buffer classes at a thread-safe
4418           location as well, since g_type_class_ref() doesn't seem to be
4419           entirely thread-safe either (#365501; also see #349410).
4420
4421 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
4422
4423         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
4424         (gst_riff_parse_info):
4425           If strings in INFO chunk are not UTF-8, do something similar to
4426           what we do for ID3v1 tags: check a number of environment variables
4427           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
4428           character sets to try, otherwise try the current locale and/or fall
4429           back on ISO-8859-1. Fixes #360552.
4430
4431 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
4432
4433         * gst/videotestsrc/gstvideotestsrc.c:
4434         (gst_video_test_src_pattern_get_type),
4435         (gst_video_test_src_set_pattern):
4436         * gst/videotestsrc/gstvideotestsrc.h:
4437         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
4438         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
4439         (gst_video_test_src_checkers8):
4440         * gst/videotestsrc/videotestsrc.h:
4441           Add a bunch of exciting new checkers patterns.
4442
4443 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
4444
4445         * gst/subparse/Makefile.am:
4446         * gst/subparse/gstsubparse.c:
4447         (gst_sub_parse_data_format_autodetect),
4448         (gst_sub_parse_format_autodetect), (handle_buffer),
4449         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
4450         * gst/subparse/gstsubparse.h:
4451         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
4452         (parse_tmplayer):
4453         * gst/subparse/tmplayerparse.h:
4454           Add support for TMPlayer-type subtitles (#362845).
4455
4456         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
4457         (GST_START_TEST), (subparse_suite):
4458           Add some basic unit tests for the above.
4459
4460 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
4461
4462         * tests/check/elements/audiorate.c: (test_injector_base_init),
4463         (test_injector_class_init), (test_injector_chain),
4464         (test_injector_init), (probe_cb), (do_perfect_stream_test),
4465         (GST_START_TEST), (audiorate_suite):
4466           More tests for audiorate: inject buffers to check behaviour when
4467           buffers overlap.
4468
4469 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
4470
4471         * tests/check/Makefile.am:
4472         * tests/check/elements/.cvsignore:
4473         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
4474         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
4475           Add some basic unit tests for audiorate. Disabled at the moment
4476           since it doesn't pass yet (see bug #363119).
4477
4478 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
4479
4480         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
4481         (parse_subrip), (handle_buffer):
4482           Add missing closing tags for markup and fix broken markup,
4483           otherwise pango won't render anything (fixes #357531). Also,
4484           make sure the text we send out is always NUL-terminated
4485           (better safe than sorry etc.).
4486
4487         * tests/check/elements/subparse.c: (test_srt_do_test),
4488         (test_srt):
4489           Some more tests for .srt incl. tests for the above stuff.
4490
4491 2006-10-20  Julien MOUTTE  <julien@moutte.net>
4492
4493         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
4494         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
4495         Patch by: Stefan Kost  <ensonic@users.sf.net>
4496         Try to redraw borders only when needed. Apparently this consumes
4497         resources on small devices... :-O (#363607)
4498
4499 2006-10-20  Michael Smith  <msmith@fluendo.com>
4500
4501         * gst/tcp/gstmultifdsink.c:
4502         (gst_multi_fd_sink_client_queue_buffer):
4503           If caps change, then update the client's idea of the caps so that we
4504           don't end up re-sending streamheaders for every single buffer after
4505           the caps change.
4506
4507 2006-10-20  Michael Smith  <msmith@fluendo.com>
4508
4509         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
4510         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
4511           Set caps on pushed buffers; fix up refcounting of caps objects.
4512
4513 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
4514
4515         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
4516         (plugin_init):
4517           Typefind mmsh header data packet to application/x-mmsh (#362625).
4518
4519 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
4520
4521         * tests/check/Makefile.am:
4522         * tests/check/elements/.cvsignore:
4523         * tests/check/elements/subparse.c: (buffer_from_static_string),
4524         (setup_subparse), (teardown_subparse), (test_srt_do_test),
4525         (GST_START_TEST), (subparse_suite):
4526           Add very simple unit test for subparse.
4527
4528 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
4529
4530         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
4531         (parse_subrip):
4532           Strip trailing newlines from subtitle text output.
4533
4534 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
4535
4536         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
4537         (gst_sub_parse_change_state):
4538           Fix memleak; clear subparse->textbuf n state change function.
4539
4540 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
4541
4542         * gst/subparse/gstsubparse.c:
4543         (gst_sub_parse_data_format_autodetect):
4544           Don't require subrip (.srt) files to start with a chunk number of 1.
4545
4546 2006-10-18  Wim Taymans  <wim@fluendo.com>
4547
4548         * gst-libs/gst/audio/gstbaseaudiosink.c:
4549         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
4550         * gst-libs/gst/audio/gstbaseaudiosink.h:
4551         Extract rate from the NEWSEGMENT event.
4552         Use commit_full to also take rate adjustment into account when writing
4553         samples to the ringbuffer.
4554         
4555         * gst-libs/gst/audio/gstringbuffer.c:
4556         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
4557         (gst_ring_buffer_read):
4558         * gst-libs/gst/audio/gstringbuffer.h:
4559         Added _commit_full() to also take rate into account.
4560         Use simple interpolation algorithm to resample audio.
4561         API: gst_ring_buffer_commit_full()
4562
4563         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
4564         * tests/examples/seek/seek.c: (segment_done):
4565         Don't try to seek with 0.0 rate, just pause instead.
4566         Remove bogus debug line.
4567
4568 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
4569
4570         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
4571         (setup_source):
4572           Catch async errors when starting up the subtitle bin, so we can
4573           stop waiting and continue with the main film instead of hanging
4574           forever. Fixes #339366.
4575
4576         * tests/check/elements/playbin.c: (playbin_suite):
4577           Enable unit test for the above.
4578
4579 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
4580
4581         * tests/check/Makefile.am:
4582         * tests/check/elements/.cvsignore:
4583         * tests/check/elements/playbin.c: (GST_START_TEST),
4584         (gst_red_video_src_uri_get_type),
4585         (gst_red_video_src_uri_get_protocols),
4586         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
4587         (gst_red_video_src_uri_handler_init),
4588         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
4589         (gst_red_video_src_create), (gst_red_video_src_class_init),
4590         (gst_red_video_src_init), (plugin_init), (playbin_suite):
4591           Some small and basic unit tests for playbin; not very useful yet,
4592           but at least a start.
4593
4594 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
4595
4596         * gst/playback/gstplaybin.c: (setup_sinks):
4597           The old pad activation spiel.
4598
4599 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
4600
4601         * gst/playback/gstplaybasebin.c: (setup_source):
4602           Don't hang forever if the subbin already fails to start up in 
4603           the state change to PAUSED (#339366).
4604
4605 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
4606
4607         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
4608         (gst_tuner_set_channel), (gst_tuner_get_channel),
4609         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
4610         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
4611         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
4612         (gst_tuner_find_channel_by_name):
4613           Fix some function guards, add some more function guards.
4614
4615 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
4616
4617         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
4618         (remove_element_chain):
4619         Don't return a pad from get_our_ghost_pad unless it is actually the
4620         one we want.
4621         Change a cast in remove_element_chain slightly.
4622
4623 2006-10-13  Julien MOUTTE  <julien@moutte.net>
4624
4625         * tests/examples/seek/seek.c: (do_seek), (start_seek),
4626         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
4627         Segment seeking needs to use the rate and set stop to -1.
4628
4629 2006-10-13  Wim Taymans  <wim@fluendo.com>
4630
4631         * gst-libs/gst/audio/gstbaseaudiosink.c:
4632         (gst_base_audio_sink_setcaps):
4633         Don't crash when ringbuffer is not yet created.
4634         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
4635         Fixes #361634.
4636
4637         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
4638         * gst/playback/gststreamselector.c:
4639         (gst_stream_selector_request_new_pad):
4640         Activate pads befre adding them to running elements.
4641
4642 2006-10-13  Julien MOUTTE  <julien@moutte.net>
4643
4644         * tests/examples/seek/seek.c: (do_seek), (start_seek),
4645         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
4646         updater when we start grabing the slider. Don't wait for the
4647         pipeline to be PAUSED.
4648
4649 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
4650
4651         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
4652         (gst_mixer_set_volume), (gst_mixer_get_volume),
4653         (gst_mixer_set_mute), (gst_mixer_set_option),
4654         (gst_mixer_get_option), (gst_mixer_mute_toggled),
4655         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
4656         (gst_mixer_option_changed):
4657           Guard mixer interface functions against bogus arguments.
4658
4659 2006-10-12  Julien MOUTTE  <julien@moutte.net>
4660
4661         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
4662         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
4663         (msg_state_changed), (main): Use state-changed messages to trigger
4664         start/stop of scale update timer. Indeed the scale slider was
4665         jumping here and there because the update timer was activated 
4666         before seek completed. This fixes instant applying of rate changes
4667         by pressing the spinbutton like a crazy man !
4668
4669 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
4670
4671         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
4672
4673         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
4674         (gst_basertppayload_finalize):
4675           Fix two small memory leaks (#361456).
4676
4677 2006-10-10  Julien MOUTTE  <julien@moutte.net>
4678
4679         * tests/examples/seek/seek.c: (do_seek),
4680         (rate_spinbutton_changed_cb): When changing spinbutton we try
4681         to change the rate on the fly.
4682
4683 2006-10-10  Wim Taymans  <wim@fluendo.com>
4684
4685         * gst-libs/gst/riff/riff-ids.h:
4686         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
4687         (gst_riff_create_audio_template_caps):
4688         Add WMS caps.
4689
4690 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4691
4692         Patch by: Josep Torre Valles <josep@fluendo.com>
4693
4694         * ext/gnomevfs/gstgnomevfssink.c:
4695         * ext/gnomevfs/gstgnomevfssrc.c:
4696         Fix URI interface implementation return type.
4697         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
4698         Fix what looks like a copy/paste issue when assigning values.
4699         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
4700         (gst_audio_filter_template_get_type):
4701         Cast to prevent Forte warnings.
4702         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
4703         Fix URI interface implementation return type.
4704         gst_pad_query_position requires a signed integer pointer as
4705         3rd parameter, GstClockTime is unsigned.
4706         * gst/audioconvert/audioconvert.c:
4707         Fix integer overflow when treated as signed.
4708         * gst/audioresample/resample.c: (resample_add_input_data):
4709         Cast to prevent warnings on Forte.
4710         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
4711         Fix integer overflow when treated as signed.
4712         * gst/ffmpegcolorspace/imgconvert_template.h:
4713         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
4714         * gst/playback/gstdecodebin.c: (queue_filled_cb),
4715         (cleanup_decodebin):
4716         Who initialises a guint to -1!
4717         Cast function pointers to prevent warnings on Forte.
4718         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
4719         (queue_threshold_reached):
4720         Cast function pointers correctly to prevent warnings on Forte.
4721         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
4722         Cast function pointers correctly to prevent warnings on Forte.
4723         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
4724         Obvious change to unsigned, 0xEF > max signed char.
4725         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
4726         GstClockTime is unsigned, initialise correctly.
4727         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
4728         Cast so pointer arithemetic doesn't cause warnings on Forte.
4729         * gst/videorate/gstvideorate.c:
4730         Use correct return value.
4731         * tests/examples/seek/scrubby.c:
4732         GstClockTime is unsigned, initialise correctly.
4733
4734 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
4735
4736         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
4737
4738         * gst/typefind/gsttypefindfunctions.c:
4739           Recognise XML files and XML-like files shorter than 256 bytes as
4740           well (fixes #359237).
4741
4742 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
4743
4744         Patch by: Renato Filho <renato.filho@indt.org.br>
4745         
4746         * gst/typefind/gsttypefindfunctions.c:
4747         Added typefind functions to video/x-nuv media.
4748         
4749 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
4750
4751         * gst-libs/gst/interfaces/xoverlay.c:
4752         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
4753           Some more guards against invalid input.
4754
4755 2006-10-07  Julien MOUTTE  <julien@moutte.net>
4756
4757         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
4758         Useless goto.
4759         * tests/examples/seek/seek.c: (do_seek),
4760         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
4761         seek example to experiment with rates != 1.0 (reverse playback !)
4762
4763 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
4764
4765         * gst-libs/gst/interfaces/xoverlay.c:
4766           Unref message in doc-example (spotted by Robert McQueen)
4767
4768 2006-10-06  Wim Taymans  <wim@fluendo.com>
4769
4770         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
4771         (mpeg1_parse_header), (mpeg1_sys_type_find):
4772         printf fix.
4773
4774 2006-10-06  Wim Taymans  <wim@fluendo.com>
4775
4776         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
4777         (close_pad_link):
4778         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
4779         Activate dynamic pads before adding them to the element.
4780
4781 2006-10-06  Michael Smith  <msmith@fluendo.com>
4782
4783         * gst-libs/gst/floatcast/floatcast.h:
4784           Fix obviously-bogus macros; use the correct types.
4785
4786 2006-10-06  Wim Taymans  <wim@fluendo.com>
4787
4788         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4789         (gst_base_rtp_depayload_change_state):
4790         Also call parent state change function to activate pads.
4791
4792         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
4793         (mpeg1_parse_header), (mpeg1_sys_type_find):
4794         Add some more debug info in mpeg typefinding.
4795
4796 2006-10-06  Michael Smith  <msmith@fluendo.com>
4797
4798         * ext/theora/theoradec.c: (theora_dec_chain):
4799           Zero byte theora packets are valid and well-defined; don't warn on
4800           them.
4801
4802 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
4803
4804         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
4805         (gst_multi_fd_sink_get_stats), (find_limits),
4806         (gst_multi_fd_sink_queue_buffer):
4807           API: add dropped_buffers to the get-stats GValueArray
4808
4809 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
4810
4811         * ext/alsa/gstalsadeviceprobe.c:
4812         (gst_alsa_device_property_probe_get_values):
4813         * ext/alsa/gstalsasink.c: (set_hwparams):
4814         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
4815         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
4816         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
4817         (gst_ogg_mux_process_best_pad):
4818         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
4819         (gst_ogg_parse_chain):
4820         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
4821         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
4822         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
4823         (gst_vorbis_enc_buffer_check_discontinuous):
4824         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
4825         * gst-libs/gst/audio/gstbaseaudiosink.c:
4826         (gst_base_audio_sink_render):
4827         * gst-libs/gst/cdda/gstcddabasesrc.c:
4828         (gst_cdda_base_src_handle_track_seek):
4829         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4830         (gst_base_rtp_depayload_push_full):
4831         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
4832         * gst/audioresample/resample.c: (resample_input_pushthrough):
4833         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
4834         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
4835         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
4836         (wavpack_type_find):
4837         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
4838         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4839         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
4840         * tests/check/elements/volume.c: (GST_START_TEST):
4841           Printf format fixes.
4842
4843 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
4844
4845         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
4846           Fix a simple mistake (see the docs)
4847           Fixes #359580
4848
4849 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
4850
4851         * docs/plugins/Makefile.am:
4852         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4853         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4854         * docs/plugins/gst-plugins-base-plugins.args:
4855         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4856         * docs/plugins/inspect/plugin-adder.xml:
4857         * docs/plugins/inspect/plugin-alsa.xml:
4858         * docs/plugins/inspect/plugin-audioconvert.xml:
4859         * docs/plugins/inspect/plugin-audiorate.xml:
4860         * docs/plugins/inspect/plugin-audioresample.xml:
4861         * docs/plugins/inspect/plugin-audiotestsrc.xml:
4862         * docs/plugins/inspect/plugin-cdparanoia.xml:
4863         * docs/plugins/inspect/plugin-decodebin.xml:
4864         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4865         * docs/plugins/inspect/plugin-gdp.xml:
4866         * docs/plugins/inspect/plugin-gnomevfs.xml:
4867         * docs/plugins/inspect/plugin-libvisual.xml:
4868         * docs/plugins/inspect/plugin-ogg.xml:
4869         * docs/plugins/inspect/plugin-pango.xml:
4870         * docs/plugins/inspect/plugin-playbin.xml:
4871         * docs/plugins/inspect/plugin-subparse.xml:
4872         * docs/plugins/inspect/plugin-tcp.xml:
4873         * docs/plugins/inspect/plugin-theora.xml:
4874         * docs/plugins/inspect/plugin-typefindfunctions.xml:
4875         * docs/plugins/inspect/plugin-video4linux.xml:
4876         * docs/plugins/inspect/plugin-videorate.xml:
4877         * docs/plugins/inspect/plugin-videoscale.xml:
4878         * docs/plugins/inspect/plugin-videotestsrc.xml:
4879         * docs/plugins/inspect/plugin-volume.xml:
4880         * docs/plugins/inspect/plugin-vorbis.xml:
4881         * docs/plugins/inspect/plugin-ximagesink.xml:
4882         * docs/plugins/inspect/plugin-xvimagesink.xml:
4883           Add vorbistag element to docs; update version numbers to 0.10.10.1.
4884
4885 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
4886
4887         Patch by: James "Doc" Livingston <doclivingston at gmail com>
4888
4889         * ext/vorbis/Makefile.am:
4890         * ext/vorbis/vorbis.c: (plugin_init):
4891         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
4892         (vorbis_parse_parse_packet), (vorbis_parse_chain):
4893         * ext/vorbis/vorbisparse.h:
4894         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
4895         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
4896         (gst_vorbis_tag_parse_packet):
4897         * ext/vorbis/vorbistag.h:
4898           Add new vorbistag element which derives from vorbisparse
4899           and is essentially the same as well, only that it implements
4900           the GstTagSetter interface and can modify the stream's
4901           vorbiscomment on the fly (#335635).
4902
4903         * tests/check/Makefile.am:
4904         * tests/check/elements/.cvsignore:
4905         * tests/check/elements/vorbistag.c: (setup_vorbistag),
4906         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
4907         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
4908         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
4909           Add unit test for new vorbistag element.
4910
4911 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
4912
4913         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
4914         (vorbis_parse_push_headers), (vorbis_parse_chain):
4915           Set BOS flag in packet structure to fix 'jump depends
4916           on unitialized value' errors in valgrind; various minor
4917           clean-ups.
4918
4919 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
4920
4921         * gst/playback/gstdecodebin.c: (close_pad_link):
4922         Fix typo in a debug statement.
4923
4924         * gst/playback/gstplaybasebin.c: (probe_triggered),
4925         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
4926         (gen_source_element), (source_new_pad), (analyse_source),
4927         (setup_source):
4928         When handling no_more_pads in new_decoded_pad, make sure to treat
4929         subtitle pads correctly. Fixes playback with subtitle files.
4930
4931         Move a recurring message to LOG level.
4932
4933         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
4934         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
4935         which ends up as -1 when cast to an int. Make the logic handle the
4936         max value as an unsigned mask and only change the colorkey when it's
4937         a value we recognise.
4938
4939 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
4940
4941         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4942         Removed empty * between paragraphs
4943
4944 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
4945
4946         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4947         * gst-libs/gst/rtp/README:
4948         Moved some documentation into .c file
4949
4950 2006-09-29  Wim Taymans  <wim@fluendo.com>
4951
4952         * gst/playback/gstdecodebin.c: (no_more_pads):
4953         Fix compilation.
4954
4955 2006-09-29  Wim Taymans  <wim@fluendo.com>
4956
4957         * gst/playback/gstdecodebin.c: (new_caps):
4958         Remove g_print
4959
4960         * gst/playback/gstplaybin.c:
4961         Add some docs.
4962
4963 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
4964
4965         * tests/check/Makefile.am:
4966           Re-enable cddabasesrc test to see if it works again
4967           now.
4968
4969 2006-09-29  Wim Taymans  <wim@fluendo.com>
4970
4971         * gst/playback/gstplaybasebin.c: (setup_subtitle),
4972         (gen_source_element):
4973         Handle invalid URIs a bit more gracefully.
4974
4975 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
4976
4977         * tests/check/pipelines/oggmux.c:
4978           Remove obsolete comment.
4979
4980 2006-09-29  Michael Smith  <msmith@fluendo.com>
4981
4982         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
4983         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
4984         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
4985         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
4986         (gst_ogg_mux_collected):
4987           Commit patch from James "Doc" Livingston, adds proper EOS handling
4988           in oggmux. GStreamer can, for the first time ever, create a valid
4989           Ogg file! Yay!
4990
4991         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
4992         (oggmux_suite):
4993           Reenable tests now that they pass.
4994
4995 2006-09-29  Wim Taymans  <wim@fluendo.com>
4996
4997         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
4998         Stop reading commands when EOF (we read 0) as well.
4999
5000 2006-09-28  Wim Taymans  <wim@fluendo.com>
5001
5002         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
5003         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
5004         (find_dynamic), (unlinked), (close_link):
5005         Implement delayed caps linking needed for element with a lot of
5006         different caps on the src pads that get fixed at runtime.
5007         Improve management of dynamic elements.
5008
5009         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
5010         (group_destroy), (group_commit), (check_queue), (queue_overrun),
5011         (gen_preroll_element), (remove_groups), (unknown_type),
5012         (add_element_stream), (no_more_pads_full), (no_more_pads),
5013         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
5014         (new_decoded_pad), (setup_subtitle), (array_has_value),
5015         (gen_source_element), (source_new_pad), (has_all_raw_caps),
5016         (analyse_source), (remove_decoders), (make_decoder),
5017         (remove_source), (setup_source), (finish_source), (prepare_output),
5018         (gst_play_base_bin_change_state):
5019         * gst/playback/gstplaybasebin.h:
5020         Use more _CAST instead of full type checking casts.
5021         Small cleanups, plug some leaks.
5022         Handle dynamic sources.
5023         Add some helper functions to create lists of strings used for
5024         blacklisting and other stuff.
5025         Refactor some code dealing with analysing the source.
5026         Re-enable sources without pads (like cd:// or other selfcontained
5027         elements).
5028
5029 2006-09-28  Wim Taymans  <wim@fluendo.com>
5030
5031         * gst-libs/gst/audio/gstbaseaudiosink.c:
5032         (gst_base_audio_sink_render):
5033         When we have a timestamp, we can still perform clipping.
5034         When we have no clock, we must play the sample ASAP.
5035
5036 2006-09-28  Wim Taymans  <wim@fluendo.com>
5037
5038         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
5039         Set caps on outgoing buffers.
5040
5041         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
5042         (gst_video_rate_event), (gst_video_rate_chain):
5043         * gst/videorate/gstvideorate.h:
5044         Fix videorate some more. Fixes #357977
5045
5046 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
5047
5048         * tests/check/elements/adder.c: (adder_suite):
5049           Don't set timeout to 6 seconds when we're running
5050           in valgrind ... (and how is 6 seconds longer than
5051           the default anyway?)
5052
5053 2006-09-28  Wim Taymans  <wim@fluendo.com>
5054
5055         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
5056         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
5057         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
5058         Keep sink and src segment to keep track of time and support more
5059         input formats.
5060         Fix bogus next_offset and run_time calculation, don't understand how
5061         this could have worked before. Fixes #357976.
5062         Remove some unneeded vars.
5063
5064 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
5065
5066         * gst/playback/gstplaybin.c: (remove_sinks):
5067           Only remove visualisation from visbin if there is a visbin (or:
5068           don't throw warnings when closing totem without playing a file).
5069
5070 2006-09-27  Wim Taymans  <wim@fluendo.com>
5071
5072         * gst-libs/gst/audio/gstbaseaudiosink.c:
5073         (gst_base_audio_sink_render):
5074         Add some more info in a WARNING.
5075
5076         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5077         (gst_base_audio_src_create):
5078         Handle PAUSE in create function, use new -core addition to
5079         wait for playing. Fixes pausing and resuming capture from an
5080         audiosrc.
5081
5082         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
5083         (gst_ring_buffer_read):
5084         Constify some more.
5085         Caller supports interrupted reads now.
5086
5087 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
5088
5089         * tests/check/Makefile.am:
5090           Another attempt to make the gen64 buildbot happy.
5091
5092 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
5093
5094         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
5095
5096         * ext/libvisual/visual.c: (gst_visual_clear_actors),
5097         (gst_visual_chain), (gst_visual_change_state):
5098           Libvisual plugin was not passing audio data to libvisual 0.4.0 
5099           correctly. Fixes #357800
5100
5101 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
5102
5103         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
5104           Add timeout to _get_state() so we see which pipeline it is
5105           that causes trouble on the gen64 build bot.
5106
5107 2006-09-27  Wim Taymans  <wim@fluendo.com>
5108
5109         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5110         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
5111         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
5112         (gst_base_rtp_depayload_set_gst_timestamp):
5113         the source pad always uses fixed caps.
5114
5115 2006-09-27  Wim Taymans  <wim@fluendo.com>
5116
5117         * docs/libs/gst-plugins-base-libs-docs.sgml:
5118         * docs/libs/gst-plugins-base-libs-sections.txt:
5119         * gst-libs/gst/audio/gstaudioclock.c:
5120         * gst-libs/gst/audio/gstaudioclock.h:
5121         * gst-libs/gst/audio/gstaudiosink.c:
5122         * gst-libs/gst/audio/gstaudiosink.h:
5123         * gst-libs/gst/audio/gstaudiosrc.c:
5124         * gst-libs/gst/audio/gstbaseaudiosink.c:
5125         (gst_base_audio_sink_render):
5126         * gst-libs/gst/audio/gstbaseaudiosink.h:
5127         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
5128         * gst-libs/gst/audio/gstbaseaudiosrc.h:
5129         * gst-libs/gst/audio/gstringbuffer.h:
5130         Added docs for the audio libs.
5131
5132 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
5133
5134         * tests/check/Makefile.am:
5135           Temporarily disable test that fails on the bots for unknown reasons.
5136
5137 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5138
5139         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5140         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
5141         Moved AudioCodecType into priv
5142         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
5143
5144 2006-09-25  Wim Taymans  <wim@fluendo.com>
5145
5146         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
5147         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
5148         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
5149         (new_pad):
5150         Cleanups and small leak fixes.
5151         Added Depayloaders to valid list of autopluggable elements.
5152
5153 2006-09-25  Wim Taymans  <wim@fluendo.com>
5154
5155         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5156         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
5157         (gen_video_element), (gen_text_element), (gen_audio_element),
5158         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
5159         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
5160         Detect NO_PREROLL state change returns and disable clock distribution to
5161         the sinks so that sync is disabled.
5162         Avoid some type checking and do simple casts instead.
5163         Small cleanups, fix some FIXMEs.
5164         Be more robust when linking user specified elements, catch an report
5165         errors. Fixes #357404.
5166         Fix some leaks in the error paths.
5167
5168 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
5169
5170         * ChangeLog:
5171           ChangeLog surgery for missing bug-number
5172
5173 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
5174
5175         Patch by: Peter Kjellerstedt  <pkj at axis com>
5176
5177         * gst/playback/test.c:
5178           Fix compilation with uClibc and -Werror (#357591).
5179
5180 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
5181
5182         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
5183           Parse dates that are followed by a time as well (#357532).
5184
5185         * tests/check/libs/tag.c: (test_vorbis_tags):
5186           Add unit test for this.
5187
5188 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
5189
5190         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
5191         (gst_audio_convert_transform_caps):
5192         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
5193         * gst/videotestsrc/videotestsrc.h:
5194           A few array const-ifications.
5195
5196 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
5197
5198         * tests/check/Makefile.am:
5199           See if this makes the build bots happy.
5200
5201         * tests/check/libs/cddabasesrc.c:
5202           UTF8-ise my name.
5203
5204 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
5205
5206         Patch by: Young-Ho Cha <ganadist at chollian dot net>
5207
5208         * gst/subparse/samiparse.c: (handle_start_font),
5209         (fix_invalid_entities):
5210           More case-insensitivity for certain tags; recognise entities with
5211           decimal codes as special entities as well (#357330).
5212
5213 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
5214
5215         * gst-libs/gst/Makefile.am:
5216           Need to build tag directory before cdda.
5217
5218 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
5219
5220         * docs/libs/gst-plugins-base-libs-sections.txt:
5221         * gst-libs/gst/cdda/Makefile.am:
5222         * gst-libs/gst/cdda/gstcddabasesrc.c:
5223         (gst_cdda_base_src_base_init):
5224         * gst-libs/gst/cdda/gstcddabasesrc.h:
5225         * gst-libs/gst/tag/tag.h:
5226         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
5227         (gst_tag_register_musicbrainz_tags):
5228           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
5229           depend on libgsttag. This is required so we can extract/read tags like
5230           DISCID without depending on libgstcddabasesrc (which used to register
5231           them).
5232
5233         * gst-libs/gst/tag/gstvorbistag.c:
5234           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
5235           tags (also see #347848).
5236
5237         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
5238           Log vorbis comments we are actually writing. Const-ify array.
5239
5240 2006-09-23  Wim Taymans  <wim@fluendo.com>
5241
5242         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
5243         Improve buffering a bit by avoiding a deadlock because we cannot assume
5244         the underrun is always called.
5245
5246 2006-09-23  Wim Taymans  <wim@fluendo.com>
5247
5248         Patch by: Young-Ho Cha <ganadist at chollian dot net>
5249
5250         * gst-libs/gst/riff/riff-ids.h:
5251         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
5252         (gst_riff_create_audio_template_caps):
5253         Added MPEG-4 AAC and id and caps. Fixes #357289
5254         Added WMA9 Lossless id.
5255
5256 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
5257
5258         * ext/gnomevfs/gstgnomevfssrc.c:
5259           Fix misleading docs addition.
5260
5261         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
5262           Get rid of compiler warning the right way.
5263
5264 2006-09-22  Wim Taymans  <wim@fluendo.com>
5265
5266         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5267         (gst_base_rtp_depayload_finalize),
5268         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
5269         (gst_base_rtp_depayload_push_full),
5270         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
5271         (gst_base_rtp_depayload_process),
5272         (gst_base_rtp_depayload_set_gst_timestamp),
5273         (gst_base_rtp_depayload_queue_release):
5274         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5275         Small cleanups.
5276         Fix some leaks.
5277         Refactored the process method and added methods to push from the process
5278         vmethod.
5279         Use _scale functions.
5280         API: gst_base_rtp_depayload_push_ts
5281         API: gst_base_rtp_depayload_push
5282
5283         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
5284         timestamps are uint.
5285
5286 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
5287
5288         * gst-libs/gst/interfaces/xoverlay.c:
5289           Remove unused statement from doc example.
5290
5291 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
5292
5293         * gst-libs/gst/interfaces/videoorientation.c:
5294         (gst_video_orientation_iface_init),
5295         (gst_video_orientation_get_hflip),
5296         (gst_video_orientation_get_vflip),
5297         (gst_video_orientation_get_hcenter),
5298         (gst_video_orientation_get_vcenter),
5299         (gst_video_orientation_set_hflip),
5300         (gst_video_orientation_set_vflip),
5301         (gst_video_orientation_set_hcenter),
5302         (gst_video_orientation_set_vcenter):
5303           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
5304           in ChangeLog)
5305
5306 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
5307
5308         * tests/check/Makefile.am:
5309         * tests/check/elements/.cvsignore:
5310         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
5311         (create_rgb_conversions), (rgb_conversion_free),
5312         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
5313         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
5314           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
5315           but disable for now since it doesn't pass (something wrong with
5316           RGBA somewhere).
5317
5318 2006-09-21  Wim Taymans  <wim@fluendo.com>
5319
5320         * gst/playback/gstplaybasebin.c: (group_commit),
5321         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
5322         (queue_out_of_data), (gen_preroll_element),
5323         (preroll_remove_overrun), (probe_triggered):
5324         Refactor handling of overrun detection.
5325         Separate handling of group completion and deadlock detection when doing
5326         network buffering. This should fix some deadlocks that were not detected
5327         because the group was completed.
5328         Add more comments, improve debugging.
5329
5330 2006-09-21  Wim Taymans  <wim@fluendo.com>
5331
5332         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
5333         * tests/check/libs/audio.c:
5334         Some more compilation fixes.
5335
5336 2006-09-21  Wim Taymans  <wim@fluendo.com>
5337
5338         * gst-libs/gst/audio/gstringbuffer.c:
5339         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
5340         (gst_ring_buffer_read):
5341         Early morning compilation fix.
5342
5343 2006-09-20  Wim Taymans  <wim@fluendo.com>
5344
5345         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
5346         * tests/check/elements/multifdsink.c: (GST_START_TEST):
5347         * tests/check/elements/videorate.c: (GST_START_TEST):
5348         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
5349         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
5350         Fix some warnings.
5351
5352 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
5353
5354         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
5355         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
5356         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
5357           Handcrafted merge to help CVS understanding what I changed and what
5358           not.
5359
5360 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
5361
5362         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
5363         (gst_xvimagesink_get_times):
5364           change colorkey behaviour back according to #354773 comment 6/7
5365
5366 2006-09-19  Michael Smith  <msmith@fluendo.com>
5367
5368         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
5369         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
5370         (gst_multi_fd_sink_recover_client),
5371         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
5372         (gst_multi_fd_sink_get_property):
5373         * gst/tcp/gstmultifdsink.h:
5374           Implement stubbed out properties unit-type, units-soft-max,
5375           units-max, to allow specifying maximum sizes in units other than
5376           buffers.
5377           Fixes #355935
5378
5379 2006-09-19  Wim Taymans  <wim@fluendo.com>
5380
5381         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
5382         (gst_riff_create_audio_template_caps):
5383         Reorder the audio formats a bit for clarity.
5384         Detect and create caps for MSGSM and MSN (WAV49).
5385         Fixes #356596.
5386
5387         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
5388         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
5389         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
5390         Small cleanups, move error handling out of normal flow for clarity.
5391
5392 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
5393
5394         * docs/libs/gst-plugins-base-libs-docs.sgml:
5395         * docs/libs/gst-plugins-base-libs.types:
5396         * gst-libs/gst/interfaces/Makefile.am:
5397         * gst-libs/gst/interfaces/videoorientation.c:
5398         (gst_video_orientation_get_type),
5399         (gst_video_orientation_iface_init),
5400         (gst_video_orientation_get_hflip),
5401         (gst_video_orientation_get_vflip),
5402         (gst_video_orientation_get_hcenter),
5403         (gst_video_orientation_get_vcenter),
5404         (gst_video_orientation_set_hflip),
5405         (gst_video_orientation_set_vflip),
5406         (gst_video_orientation_set_hcenter),
5407         (gst_video_orientation_set_vcenter):
5408         * gst-libs/gst/interfaces/videoorientation.h:
5409           API: Add new interface to control video orientation (fixes #354908)
5410
5411 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
5412
5413         * gst/videotestsrc/gstvideotestsrc.c:
5414           Use G_UNLIKELY in _create and log one more detail.
5415           
5416         (gst_video_test_src_get_times), (gst_video_test_src_create):
5417         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
5418           Use gst_util_uint64_scale_int in _get_times().
5419
5420 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
5421
5422         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
5423           Give better warning message (add object and detail).
5424
5425 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
5426
5427         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
5428         (gst_xvimagesink_get_times):
5429           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
5430           #354773), use gst_util_uint64_scale_int in _get_times()
5431
5432 2006-09-18  Michael Smith  <msmith@fluendo.com>
5433
5434         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
5435           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
5436           always true, leading to dropping all timestamps.
5437
5438 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
5439
5440         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
5441         (gst_visual_chain), (gst_visual_change_state):
5442           update to work also with libvisual 0.4 API, fix double unref (#355914)
5443           
5444         * tools/gst-launch-ext.1.in:
5445         * tools/gst-visualise.1.in:
5446           remove references to old man-pages
5447
5448         * tests/examples/seek/seek.c: (main):
5449           add real meadi-buttons, add tool-tips for the seek-options, arrange
5450           seek options in a table
5451
5452 2006-09-18  Michael Smith  <msmith@fluendo.com>
5453
5454         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
5455         (gst_ogg_mux_push_buffer):
5456           Don't generate out-of-order timestamps from oggmux, instead clamp
5457           output timestamps to be >= the previously output ts.
5458           Fixes #355595
5459
5460 2006-09-18  Michael Smith  <msmith@fluendo.com>
5461
5462         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
5463         (gst_multi_fd_sink_class_init):
5464           Updates, fixes, and typo corrections for multifdsink. No functional
5465           changes.
5466
5467 2006-09-17  Michael Smith  <msmith@fluendo.com>
5468
5469         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
5470           Don't crash on truncated files - check that we got an 8 byte buffer
5471           before trying to memcmp it.
5472
5473 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
5474
5475         * gst/playback/gstplaybasebin.c: (get_active_source):
5476           Make stream-switching appear instant to the application
5477           (ie. make sure that a g_object_get on 'current-foo' returns
5478           the stream previously set with g_object_set(). Totem needs
5479           this to update stream-related meta-info (like audio-codec)
5480           correctly when switching streams.
5481
5482 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
5483
5484         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
5485         (gst_alsa_mixer_ensure_track_list):
5486           Try harder to guess which mixer track is the master mixer
5487           track (instead of just taking the first one that has a pvolume).
5488           Fixes #342228.
5489
5490 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
5491
5492         reviewed by: <delete if not using a buddy>
5493
5494         * gst-libs/gst/audio/audio.h:
5495         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
5496
5497 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
5498
5499         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
5500         (gst_audio_convert_transform_caps):
5501           Get structure-name just once.
5502
5503 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
5504
5505         * tests/check/elements/audioresample.c: (GST_START_TEST):
5506         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
5507         * tests/check/elements/volume.c: (GST_START_TEST):
5508         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
5509         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
5510         (test_pipeline), (GST_START_TEST):
5511         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
5512         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
5513           Fix big batch of compiler warnings.
5514
5515 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
5516
5517         * ext/gnomevfs/gstgnomevfssrc.c:
5518           Add docs about icydemux usage in connection with gnomevfssrc
5519
5520         * ext/libvisual/visual.c:
5521         * ext/ogg/gstoggaviparse.c:
5522         * ext/ogg/gstoggdemux.c:
5523         * ext/ogg/gstoggmux.c:
5524         * ext/ogg/gstoggparse.c:
5525         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
5526         * gst-libs/gst/audio/gstaudiosink.c:
5527         * gst-libs/gst/audio/gstaudiosrc.c:
5528         * gst/audiorate/gstaudiorate.c:
5529           More G_OBJECT macro fixing.
5530
5531         * gst/audiotestsrc/gstaudiotestsrc.h:
5532           Fix wrong info in header due to copy & paste
5533
5534 2006-09-15  Wim Taymans  <wim@fluendo.com>
5535
5536         * gst-libs/gst/audio/gstbaseaudiosink.c:
5537         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
5538         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5539         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
5540         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
5541         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
5542         Do the delay calculation in the source/sink base classes as this is
5543         specific for the capture/playback mode.
5544         Try to fixate a bit better, like round depth up to a multiple of 8
5545         bigger than width.
5546         Handle underruns correctly by marking DISCONT on buffers and adjusting
5547         timestamps to handle the gap.
5548         Set offset/offset_end correctly on buffers.
5549
5550         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
5551         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
5552         (gst_ring_buffer_read):
5553         Remove resync and underrun recovery from the ringbuffer.
5554         Fix ringbuffer read code on under/overrun.
5555
5556 2006-09-15  Wim Taymans  <wim@fluendo.com>
5557
5558         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5559         (gst_play_base_bin_init), (fill_buffer), (check_queue),
5560         (queue_threshold_reached), (gst_play_base_bin_set_property),
5561         (gst_play_base_bin_get_property):
5562         * gst/playback/gstplaybasebin.h:
5563         Don't use a 0 low watermark when buffering, it is catching starvation
5564         way too late. Instead, use a 3 second queue with 30 and 95
5565         percent low/high watermarks. 
5566         Added queue-min-threshold property to configure low watermark.
5567         Use new _buffering message API.
5568         Make queue_threshold variable big enough to store a uint64 time value.
5569         API: playbin::queue-min-threshold property.
5570
5571 2006-09-15  Wim Taymans  <wim@fluendo.com>
5572
5573         * configure.ac:
5574         We require 0.10.10.1 now because of _wait_preroll().
5575
5576         * gst-libs/gst/audio/gstbaseaudiosink.c:
5577         (gst_base_audio_sink_render):
5578         Use gst_base_sink_wait_preroll().
5579
5580 2006-09-15  Wim Taymans  <wim@fluendo.com>
5581
5582         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
5583         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
5584         Use DEBUG_OBJECT more.
5585
5586 === release 0.10.10 ===
5587
5588 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
5589
5590         patch by: Michael Smith <msmith at fluendo dot com>
5591
5592         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
5593         (gst_multi_fd_sink_client_queue_buffer),
5594         (gst_multi_fd_sink_new_client):
5595         * tests/check/elements/multifdsink.c: (GST_START_TEST),
5596         (multifdsink_suite):
5597           Fix implementation of sync-method 'next-keyframe'
5598           Closes #354594
5599
5600 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
5601
5602         patch by: Wim Taymans <wim at fluendo dot com>
5603
5604         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
5605         This patch removes the RANDOM flag that was incorrectly introduced with
5606         revision 1.91.  Fixes #354590
5607
5608 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
5609
5610         * tests/check/Makefile.am:
5611           Random variation in Makefile line to see if it makes the
5612           gen64-base-full bot any happier.
5613
5614 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
5615
5616         * tests/check/pipelines/oggmux.c: (oggmux_suite):
5617           Disable test that fails at the moment (killed after timeout).
5618
5619 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
5620
5621         Patch by: James Livingston  <doclivingston at gmail.com>
5622
5623         * tests/check/Makefile.am:
5624         * tests/check/pipelines/.cvsignore:
5625         * tests/check/pipelines/oggmux.c: (get_page_codec),
5626         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
5627         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
5628         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
5629         (test_theora_vorbis), (oggmux_suite):
5630           Add simple unit test for oggmux from #337026 with checking for the
5631           EOS flags disabled for the time being.
5632
5633 2006-09-04  Wim Taymans  <wim@fluendo.com>
5634
5635         patch by: Alessandro Dessina <alessandro nnva org>
5636
5637         * ext/ogg/gstoggmux.c:
5638         Add cmml caps to oggmux. Fixes #353912
5639
5640 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
5641
5642         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
5643           Returning a return value often helps. In this case, we
5644           don't need the return value anyway, so just get rid of it.
5645           Should make build bots much happier.
5646
5647 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
5648
5649         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
5650         (paint_get_structure), (gst_video_test_src_get_size),
5651         (gst_video_test_src_smpte), (gst_video_test_src_snow),
5652         (gst_video_test_src_unicolor), (paint_setup_AYUV),
5653         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
5654         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
5655         * gst/videotestsrc/videotestsrc.h:
5656           Add support for AYUV and the various RGBA formats. Initialise
5657           fields of paintinfo structs allocated on the stack.
5658
5659         * tests/check/elements/videotestsrc.c: (right_shift_colour),
5660         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
5661         (check_rgb_buf), (videotestsrc_suite):
5662           Add unit tests for videotestsrc's RGB output.
5663
5664 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
5665
5666         * gst/videotestsrc/gstvideotestsrc.c:
5667         (gst_video_test_src_pattern_get_type),
5668         (gst_video_test_src_set_pattern):
5669         * gst/videotestsrc/gstvideotestsrc.h:
5670         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
5671         (gst_video_test_src_black), (gst_video_test_src_white),
5672         (gst_video_test_src_red), (gst_video_test_src_green),
5673         (gst_video_test_src_blue):
5674         * gst/videotestsrc/videotestsrc.h:
5675           Add more uni-colour patterns ("white", "red", "green", and "blue").
5676
5677 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
5678
5679         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
5680           Fix stride for YVYU, should be word-aligned (#353658).
5681
5682 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
5683
5684         * gst/adder/gstadder.c: (gst_adder_src_event):
5685           Fix build.
5686
5687 2006-08-31  Edward Hervey  <edward@fluendo.com>
5688
5689         * gst/adder/gstadder.c: (forward_event_func),
5690         (gst_adder_src_event), (gst_adder_collected),
5691         (gst_adder_change_state):
5692         * gst/adder/gstadder.h:
5693         Remember the start position asked in the incoming seeks, so we can
5694         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
5695         of assuming it will always be 0).
5696
5697 2006-08-31  Edward Hervey  <edward@fluendo.com>
5698
5699         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
5700         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
5701         (gst_ogg_demux_loop):
5702         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
5703
5704 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
5705
5706         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5707         (gst_ffmpegcsp_get_unit_size):
5708           Return FALSE instead of returning a random false unit
5709           size when the format isn't known/supported (even if
5710           this shouldn't happen under normal circumstances).
5711
5712 2006-08-29  Wim Taymans  <wim@fluendo.com>
5713
5714         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
5715
5716         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
5717         (gst_gnome_vfs_src_start):
5718         Try harder to get the size from a uri by using _info_uri() when
5719         _info_from_handle() does not give us enough info. 
5720         Also follow symlinks when getting the size.
5721         Partially Fixes #332864.
5722
5723 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
5724
5725         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
5726
5727         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
5728         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
5729         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
5730         (gst_alsa_mixer_set_record):
5731         * ext/alsa/gstalsamixertrack.c:
5732         (gst_alsa_mixer_track_update_alsa_capabilities),
5733         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
5734         (gst_alsa_mixer_track_update):
5735         * ext/alsa/gstalsamixertrack.h:
5736           Improve and fix mixer track handling, in particular better handling
5737           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
5738           separate track objects for tracks that have both capture and playback
5739           volume (and label them differently as well so they're not mistakenly
5740           assumed to be duplicates); classify mixer tracks that only affect
5741           the audible volume of something (rather than the capture volume)
5742           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
5743           for capture tracks to correspond to alsa-pswitch alsa-cswitch
5744           (following the meaning documented in the mixer interface header
5745           file); add support for alsa's exclusive cswitch groups; update/sync
5746           state/flags better if mixer settings are changed by another
5747           application. Fixes #336075.
5748
5749 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
5750
5751         * gst/playback/gstplaybin.c:
5752           Improve docs: add section about BUFFERING messages sent by playbin.
5753
5754 2006-08-29  Michael Smith  <msmith@fluendo.com>
5755
5756         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
5757         (gst_vorbis_enc_buffer_check_discontinuous),
5758         (gst_vorbis_enc_chain):
5759           Ignore explicit DISCONT marked on buffers (which is often spurious,
5760           particularly when using multiple segments), in favour of solely
5761           using the timestamps/durations.
5762
5763 2006-08-29  Edward Hervey  <edward@fluendo.com>
5764
5765         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
5766         Don't rely on incoming buffers offset anymore, since it is completely
5767         broken when using multiple segments.
5768         Instead convert the incoming buffers timestamp to running time, and
5769         then convert that value to the offsets.
5770         Also inform GstSegment of the last outputted stop position, which is
5771         needed if we received several segments with an unknown stop value.
5772
5773 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5774
5775         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
5776           fix buffer unreffing on a header push failure
5777
5778 2006-08-28  Wim Taymans  <wim@fluendo.com>
5779
5780         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
5781         (gst_audio_rate_chain):
5782         Make the metadata of the buffer writable before changing its
5783         flags.
5784
5785 2006-08-28  Wim Taymans  <wim@fluendo.com>
5786
5787         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
5788         (gst_audio_rate_setcaps), (gst_audio_rate_init),
5789         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
5790         (gst_audio_rate_chain), (gst_audio_rate_change_state):
5791         Fix audiorate some more.
5792         Reset and resync counters on flush and READY.
5793         Handle the DISCONT flag correctly.
5794         Use GstSegment to track position.
5795         Fail when not negotiated.
5796         Fixes #353234.
5797
5798 2006-08-25  Michael Smith  <msmith@fluendo.com>
5799
5800         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
5801           Fix spelling.
5802           Remove accidently included debug line.
5803
5804 2006-08-25  Wim Taymans  <wim@fluendo.com>
5805
5806         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
5807         Small cleanups.
5808         If a buffer is received with no caps, make the buffer metadata
5809         writable and set the caps, making sure that we don't screw up the
5810         refcounts.
5811
5812 2006-08-25  Michael Smith  <msmith@fluendo.com>
5813
5814         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
5815         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
5816           Fix memory leaks and misleading debug messages, add a couple of
5817           comments.
5818
5819         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
5820         (gst_multi_fd_sink_render):
5821           Do not use gst_buffer_make_writable() in a basesink render method,
5822           as it may incorrectly unref the buffer. Instead, use convoluted
5823           dance to avoid copying the buffer except when we need to.
5824
5825 2006-08-25  Michael Smith  <msmith@fluendo.com>
5826
5827         * ext/vorbis/vorbisenc.c:
5828         (gst_vorbis_enc_buffer_check_discontinuous):
5829           Allow very small discontinuities in the timestamps. These we can't
5830           do anything useful with anyway (because vorbis's timestamps have
5831           only sample granularity), and are commonly produced by elements with
5832           minor bugs. Allow up to 1/2 a sample out.
5833           Fixes #351742.
5834
5835 2006-08-24  Wim Taymans  <wim@fluendo.com>
5836
5837         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
5838         (play_scrub_toggle_cb), (main):
5839         Add a checkbox to enable play scrubbing. Makes it possible to disable
5840         normal scrubbing.
5841
5842 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
5843
5844         * tests/check/elements/.cvsignore:
5845           make buildbot happy
5846
5847 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
5848
5849         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
5850         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
5851         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
5852         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
5853         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
5854         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
5855         (gst_ogm_text_parse_strip_trailing_zeroes),
5856         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
5857         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
5858           Refactor ogm parse, do better input checking, misc. clean-ups.
5859           Cache incoming events and push them once the source pad has
5860           been created. Don't pass unterminated strings to sscanf().
5861           Strip trailing zeroes from subtitle text output, since they
5862           are not valid UTF-8. Don't push vorbiscomment packets on
5863           the subtitle text pad. Output perfect streams if possible.
5864
5865 2006-08-23  Wim Taymans  <wim@fluendo.com>
5866
5867         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
5868         Waits for tasks to settle down so that we clean up correctly for 
5869         valgrind.
5870
5871 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
5872
5873         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
5874           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
5875           actually return return value in taglists_are_equal.
5876
5877 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
5878
5879         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
5880           Fix crash due to broken bitstream parsing on x86-64: can't make
5881           any assumptions about sizeof(struct) due to alignment/packing
5882           differences on different architectures. Fixes #351790.
5883
5884 2006-08-22  Wim Taymans  <wim@fluendo.com>
5885
5886         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
5887         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
5888         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
5889         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
5890         (gst_riff_parse_info):
5891         Protect public functions against bad input.
5892         Do some cleanups.
5893         Fix documentation.
5894
5895 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
5896
5897         * gst-libs/gst/riff/riff-ids.h:
5898         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5899           Add voxware audio IDs (even if we can't play it) (#351795).
5900
5901 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
5902
5903         * gst-libs/gst/riff/riff-media.c:
5904         (gst_riff_create_video_template_caps),
5905         (gst_riff_create_audio_template_caps),
5906         (gst_riff_create_iavs_template_caps):
5907           Const-ify some arrays and use G_N_ELEMENTS instead
5908           of wasting oodles of RAM on terminator bits.
5909
5910 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
5911
5912         * gst-libs/gst/tag/gstvorbistag.c:
5913         (gst_tag_list_to_vorbiscomment_buffer):
5914         * tests/check/libs/tag.c: (GST_START_TEST):
5915           And the same for _to_vorbiscomment_buffer(): allow
5916           id_data_len == 0 for speex.
5917
5918 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
5919
5920         * configure.ac:
5921         * docs/plugins/Makefile.am:
5922         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5923         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5924         * docs/plugins/inspect/plugin-gdp.xml:
5925         * gst/gdp/Makefile.am:
5926         * tests/check/Makefile.am:
5927           Move GDP plugin to -base from -bad.  Closes #347783.
5928
5929 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
5930
5931         * gst-libs/gst/tag/gstvorbistag.c:
5932         (gst_tag_list_from_vorbiscomment_buffer):
5933           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
5934           Also add some checks to make sure we don't memcmp() beyond the end of
5935           vorbiscomment buffer if the ID to check for is larger than the buffer.
5936
5937         * tests/check/libs/tag.c: (GST_START_TEST):
5938           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
5939
5940 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
5941
5942         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
5943         (gst_vorbis_enc_set_metadata):
5944           Use vorbis comment utility functions from libgsttag
5945           instead of re-inventing the wheel (partially fixes #347091).
5946
5947 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
5948
5949         * tests/check/elements/audioconvert.c: (GST_START_TEST):
5950         Fix leaks. Wait for state transitions that might happen ASYNC, as well
5951         as some that won't.
5952
5953 2006-08-21  Wim Taymans  <wim@fluendo.com>
5954
5955         * docs/libs/Makefile.am:
5956         * docs/libs/gst-plugins-base-libs-sections.txt:
5957         * docs/libs/gst-plugins-base-libs.types:
5958         Don't try to GObject scan the netbuffer as it's not a GObject.
5959         Fixes #351308.
5960
5961         * gst-libs/gst/netbuffer/gstnetbuffer.c:
5962         * gst-libs/gst/netbuffer/gstnetbuffer.h:
5963         Document GstNetBuffer.
5964
5965 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
5966
5967         * tests/check/elements/audioconvert.c: (GST_START_TEST),
5968         (audioconvert_suite):
5969           Add testcase for caps-size-explosion
5970
5971 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
5972
5973         * gst/audioconvert/gstaudioconvert.c:
5974         (gst_audio_convert_get_unit_size), (set_structure_widths):
5975           Lower debug, use g_assert in _get_unit_size
5976
5977         * gst/audioresample/gstaudioresample.c:
5978         (audioresample_get_unit_size):
5979         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5980         (gst_ffmpegcsp_get_unit_size):
5981         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
5982           use g_assert in _get_unit_size
5983
5984 2006-08-18  Wim Taymans  <wim@fluendo.com>
5985
5986         * docs/libs/gst-plugins-base-libs-sections.txt:
5987         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
5988         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
5989         (gst_rtp_buffer_get_payload_buffer):
5990         * gst-libs/gst/rtp/gstrtpbuffer.h:
5991         Document GstRTPBuffer.
5992         Added function to efficiently strip payload headers.
5993         API: gst_rtp_buffer_get_payload_subbuffer()
5994
5995 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
5996
5997         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
5998         (gst_tag_to_vorbis_comments):
5999           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
6000           tags and deserialise them properly as well (#347091).
6001           Add some more gtk-doc blurbs and also some g_return_if_fail().
6002
6003         * tests/check/libs/tag.c: (GST_START_TEST),
6004         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
6005           More tests.
6006
6007 2006-08-17  Wim Taymans  <wim@fluendo.com>
6008
6009         * ext/ogg/Makefile.am:
6010         * ext/ogg/gstogg.c: (plugin_init):
6011         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
6012         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
6013         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
6014         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
6015         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
6016         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
6017         Added ogg-in-avi parser element. Fixes #140139.
6018
6019         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
6020         Fixed a bug in oggdemux debug code.
6021
6022         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
6023         (gst_riff_create_audio_template_caps):
6024         Recognise Ogg in the AVI extensible wave format.
6025
6026 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
6027
6028         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
6029           Make buffer durations add up (duration should be next_ts-ts for
6030           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
6031           from CVS.
6032
6033         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
6034         (test_buffer_timestamps), (cddabasesrc_suite):
6035           Add unit test for the above.
6036
6037         * tests/check/Makefile.am:
6038           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
6039           to see what happens.
6040
6041 2006-08-16  Wim Taymans  <wim@fluendo.com>
6042
6043         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
6044         (gst_alsasink_open):
6045         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
6046         (gst_alsasrc_open):
6047         Avoid setting and using a NULL device name.
6048         Print more info when we fail to open a device.
6049
6050 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
6051
6052         * docs/libs/gst-plugins-base-libs-sections.txt:
6053         * gst-libs/gst/tag/tag.h:
6054         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
6055           API: add gst_tag_parse_extended_comment() (#351426).
6056
6057         * tests/check/Makefile.am:
6058         * tests/check/libs/.cvsignore:
6059         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
6060           Add unit test for gst_tag_parse_extended_comment().
6061
6062 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
6063
6064         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
6065         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
6066           Fix leak (#351502).
6067
6068 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
6069
6070         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6071         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6072         * docs/plugins/gst-plugins-base-plugins.args:
6073         * gst/playback/gstplaybin.c:
6074           Document playbin.
6075           
6076         * docs/plugins/inspect/plugin-adder.xml:
6077         * docs/plugins/inspect/plugin-alsa.xml:
6078         * docs/plugins/inspect/plugin-audioconvert.xml:
6079         * docs/plugins/inspect/plugin-audiorate.xml:
6080         * docs/plugins/inspect/plugin-audioresample.xml:
6081         * docs/plugins/inspect/plugin-audiotestsrc.xml:
6082         * docs/plugins/inspect/plugin-cdparanoia.xml:
6083         * docs/plugins/inspect/plugin-decodebin.xml:
6084         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
6085         * docs/plugins/inspect/plugin-gnomevfs.xml:
6086         * docs/plugins/inspect/plugin-ogg.xml:
6087         * docs/plugins/inspect/plugin-pango.xml:
6088         * docs/plugins/inspect/plugin-playbin.xml:
6089         * docs/plugins/inspect/plugin-subparse.xml:
6090         * docs/plugins/inspect/plugin-tcp.xml:
6091         * docs/plugins/inspect/plugin-theora.xml:
6092         * docs/plugins/inspect/plugin-typefindfunctions.xml:
6093         * docs/plugins/inspect/plugin-video4linux.xml:
6094         * docs/plugins/inspect/plugin-videorate.xml:
6095         * docs/plugins/inspect/plugin-videoscale.xml:
6096         * docs/plugins/inspect/plugin-videotestsrc.xml:
6097         * docs/plugins/inspect/plugin-volume.xml:
6098         * docs/plugins/inspect/plugin-vorbis.xml:
6099         * docs/plugins/inspect/plugin-ximagesink.xml:
6100         * docs/plugins/inspect/plugin-xvimagesink.xml:
6101           Update to CVS version.
6102
6103 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
6104
6105         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
6106         (gst_play_bin_set_property), (gst_play_bin_get_property),
6107         (value_list_append_structure_list),
6108         (gst_play_bin_handle_redirect_message),
6109         (gst_play_bin_handle_message):
6110           API: GstPlayBin::connection-speed
6111           Add "connection-speed" property; re-order redirect messages with
6112           multiple redirect locations depending on the minimum bitrate if
6113           that information is available and a connection speed is set
6114           (#350399).
6115
6116 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
6117
6118         * gst/playback/gstplaybin.c:
6119           Update max volume to the same value that the volume element uses.
6120
6121 2006-08-14  Wim Taymans  <wim@fluendo.com>
6122
6123         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
6124         Less uglyness..
6125
6126 2006-08-14  Wim Taymans  <wim@fluendo.com>
6127
6128         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
6129         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
6130         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
6131         Add some more debug info.
6132         Don't crash when a seek failed.
6133         Actually return the result of the seek instead of TRUE.
6134         Ignore multiple BOS pages with the same serial so that we don't create
6135         the same stream multiple times.
6136         Post an error when we fail to do the initial seek.
6137
6138 2006-08-13  Wim Taymans  <wim@fluendo.com>
6139
6140         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
6141         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
6142         Small code cleanup.
6143
6144         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
6145         (gst_alsa_mixer_new):
6146         Remove hack that always set the device to hw:0*.
6147         Properly find the card name for whatever device was configured.
6148         Do some better debugging.
6149         Fixes #350784.
6150
6151         * ext/alsa/gstalsamixerelement.c:
6152         (gst_alsa_mixer_element_set_property),
6153         (gst_alsa_mixer_element_change_state):
6154         Cleanups.
6155         Handle setting of a NULL device name better.
6156
6157 2006-08-11  Wim Taymans  <wim@fluendo.com>
6158
6159         * gst/adder/gstadder.c:
6160         Don't clip float values. Fixes #350900.
6161
6162 2006-08-11  Andy Wingo  <wingo@pobox.com>
6163
6164         * gst/tcp/gsttcp.c: Really fix the build?
6165
6166         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
6167         fixes the build.
6168
6169 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
6170
6171         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
6172           Float caps shouldn't have a "signed" field.
6173
6174 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
6175
6176         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
6177           Implement SEEKING query in its most basic form, so that we can
6178           at least check if we're seekable or not (#350655).
6179
6180 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
6181
6182         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
6183           The checks here are not even close to anything that would
6184           justify MAXIMUM probability, lowering to POSSIBLE until someone
6185           fixes the checks (case at hand: quicktime redirection files
6186           might start with 00 00 01 XX and pass the checks here just
6187           fine, see #350399).
6188
6189 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
6190
6191         Patch by: Sjoerd Simons  <sjoerd at luon net>
6192
6193         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
6194           Better detection for multipart/x-mixed-replace: accept leading
6195           whitespaces before the boundary marker as well (as our very own
6196           multipartmux used to produce) (#349068).
6197
6198 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
6199
6200         Patch by: Young-Ho Cha  <ganadist at chollian net>
6201
6202         * gst-libs/gst/riff/riff-ids.h:
6203         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
6204         (gst_riff_create_audio_template_caps):
6205           Detect DTS audio streams (#350157).
6206
6207 2006-08-05  Andy Wingo  <wingo@pobox.com>
6208
6209         * ext/theora/gsttheoraparse.h:
6210         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
6211         (theora_parse_dispose, theora_parse_set_property)
6212         (theora_parse_get_property, theora_parse_munge_granulepos)
6213         (theora_parse_push_buffer, theora_parse_change_state):
6214         API: GstTheoraParse::synchronization-points
6215         Add a property 'synchronization-points' to fix badly synchronized oggs.
6216
6217 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
6218
6219         * tests/check/Makefile.am:
6220         * tests/check/libs/.cvsignore:
6221         * tests/check/libs/audio.c: (structure_contains_channel_positions),
6222         (fixed_caps_have_channel_positions), (GST_START_TEST),
6223         (audio_suite), (main):
6224           Add a few tests for the channel position stuff in libgstaudio.
6225
6226 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
6227
6228         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
6229         (gst_alsa_detect_channels):
6230         * ext/alsa/gstalsasink.c:
6231           Add support for cards that (only) do more than 8 channels,
6232           like the Delta 44 (#345188).
6233
6234         * gst-libs/gst/audio/multichannel.c:
6235         (gst_audio_check_channel_positions):
6236         * gst-libs/gst/audio/multichannel.h:
6237           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
6238           unspecified channel position and cannot be combined with any
6239           of the other audio channel positions; adjust position layout
6240           checks accordingly (#345188).
6241
6242 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
6243
6244         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6245           Recognise ancient RealAudio files (see #349779).
6246
6247 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
6248
6249         Patch by: Jens Granseuer  <jensgr at gmx net>
6250
6251         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6252           Add typefinder for Interplay's MVE format (#348973).
6253
6254 2006-08-02  Wim Taymans  <wim@fluendo.com>
6255
6256         Patch by: Marcel Moreaux <marcelm at luon dot net>
6257
6258         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6259         (gst_base_rtp_depayload_add_to_queue):
6260         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6261         Handle RTP sequence number rollover.
6262         Disable jitterbuffer by default.
6263
6264 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
6265
6266         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
6267         (audioresample_set_caps):
6268         Don't leak references to the incoming caps. Clean them up when
6269         stopping.
6270
6271         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
6272         (gst_video_scale_finalize):
6273         Don't leak our temporary pixel buffer.
6274
6275         * tests/check/Makefile.am:
6276         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
6277         (GST_START_TEST), (simple_launch_lines_suite):
6278
6279         Fix leaks and re-enable the test for valgrind checking.
6280
6281 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
6282
6283         Patch by: Sjoerd Simons  <sjoerd at luon net>
6284
6285         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
6286         (plugin_init):
6287           Add typefind function for multipart/x-mixed-replace (#348916).
6288
6289 2006-07-28  Wim Taymans  <wim@fluendo.com>
6290
6291         * gst/adder/gstadder.c: (gst_adder_setcaps),
6292         (gst_adder_query_duration):
6293         Fix leak in duration query.
6294         Reflow some docs and notes.
6295
6296 2006-07-28  Michael Smith  <msmith@fluendo.com>
6297
6298         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
6299         (vorbisenc_suite):
6300           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
6301           aspect of it.
6302
6303 2006-07-28  Michael Smith  <msmith@fluendo.com>
6304
6305         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
6306         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
6307         (gst_vorbis_enc_push_buffer),
6308         (gst_vorbis_enc_buffer_check_discontinuous),
6309         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
6310         * ext/vorbis/vorbisenc.h:
6311           Handle discontinuities in the input vorbis stream correctly,
6312           so that the output is properly timestamped (and has good granulepos
6313           values). Needs some oggmux fixes too.
6314
6315 2006-07-27  Wim Taymans  <wim@fluendo.com>
6316
6317         patch by: Kai Vehmanen <kv2004 eca cx>
6318
6319         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6320         (gst_base_rtp_depayload_chain),
6321         (gst_base_rtp_depayload_handle_sink_event),
6322         (gst_base_rtp_depayload_change_state):
6323         Don't send multiple newsegments with different formats.
6324         Fixes #348677.
6325
6326 2006-07-26  Wim Taymans  <wim@fluendo.com>
6327
6328         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
6329         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
6330         Make seeking in ogg more accurate again by doing the more correct
6331         granuletime to stream time conversion.
6332
6333 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6334
6335         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
6336         (gst_multi_fd_sink_new_client):
6337           debug a little more understandably
6338           do not use goto as a substitute for break, especially if
6339           break is also being used
6340
6341 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
6342
6343         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
6344         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
6345           Remove GLib-2.6 compatibility cruft.
6346
6347 2006-07-24  Wim Taymans  <wim@fluendo.com>
6348
6349         * gst-libs/gst/audio/gstbaseaudiosink.c:
6350         (gst_base_audio_sink_render):
6351         Don't try to align a sample to an unknown value.
6352
6353 2006-07-24  Wim Taymans  <wim@fluendo.com>
6354
6355         * gst-libs/gst/audio/gstbaseaudiosink.c:
6356         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
6357         When the audio clock is slaved to another clock, never try to align
6358         samples but trust the rate interpolation algorithm.
6359
6360 2006-07-24  Wim Taymans  <wim@fluendo.com>
6361
6362         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
6363         Don't try to calculate silence samples, base class does this much
6364         better now.
6365
6366         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
6367         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
6368         (gst_ring_buffer_acquire):
6369         Calculate silence samples correctly.
6370
6371         * gst-libs/gst/audio/gstringbuffer.h:
6372         Add _CAST macro.
6373
6374 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
6375
6376         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
6377           Limit search for the first markup tag to the first few kB of
6378           the file. If we don't find one there, it's highly unlikely that
6379           this is an XML(-ish) file.
6380
6381 2006-07-21  Andy Wingo  <wingo@pobox.com>
6382
6383         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
6384         test to the one in vorbisenc. Also commented out.
6385
6386         * tests/check/pipelines/vorbisenc.c: 
6387         (test_discontinuity): New test, commented out until Mike lands
6388         some elite vorbisenc patches.
6389
6390         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
6391         Bufferstraw was actually factored out of these tests. Now we share
6392         code yay.
6393
6394         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
6395         for bufferstraw addition to gstcheck.
6396
6397 2006-07-21  Wim Taymans  <wim@fluendo.com>
6398
6399         * ext/theora/theoradec.c: (clip_buffer):
6400         Better clipping.
6401
6402 2006-07-21  Wim Taymans  <wim@fluendo.com>
6403
6404         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
6405         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
6406         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
6407         Fix leak.
6408         Avoid type casting when we can.
6409
6410         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
6411         Fix mem leak.
6412
6413 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
6414
6415         * ext/alsa/gstalsamixerelement.c:
6416         (gst_alsa_mixer_element_change_state):
6417           Make state change fail if the specified device can't be opened
6418           for some reason.
6419
6420 2006-07-20  Wim Taymans  <wim@fluendo.com>
6421
6422         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
6423         (cb_newpad), (main):
6424         Example of a small audio/video player using decodebin.
6425
6426 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
6427
6428         * gst-libs/gst/riff/riff-ids.h:
6429           Add 'fact' chunk id
6430
6431 2006-07-19  Wim Taymans  <wim@fluendo.com>
6432
6433         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6434         (gst_base_rtp_depayload_chain),
6435         (gst_base_rtp_depayload_change_state):
6436         Don't assert when not negotiated but post a meaningfull 
6437         error message. Fixes #347918.
6438
6439         * gst-libs/gst/rtp/gstbasertppayload.c:
6440         Add comment about better default MTU size.
6441
6442         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
6443         Small cleanups, start docs.
6444
6445 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
6446
6447         Patch by: Martin Szulecki
6448
6449         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
6450           If "device-name" is requested and the device is not
6451           open, try to temporarily open it to obtain this
6452           information (#342494).
6453
6454 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
6455
6456         * gst-libs/gst/tag/gstid3tag.c:
6457           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
6458
6459         * gst-libs/gst/tag/gsttageditingprivate.h:
6460         * gst-libs/gst/tag/gstvorbistag.c:
6461           Some more random const-ifications.
6462
6463 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
6464
6465         * gst-libs/gst/riff/riff-ids.h:
6466         * gst-libs/gst/riff/riff-media.c:
6467         (gst_riff_create_video_template_caps):
6468           Add more FOURCCs (sort list to make stuff easier to find),
6469           add comment what those 16 bytes in struct _gst_riff_strh according to
6470           one avi-dumper are
6471
6472 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
6473
6474         * gst-libs/gst/audio/multichannel.c:
6475         (gst_audio_check_channel_positions),
6476         (gst_audio_fixate_channel_positions):
6477           Const-ify two arrays.
6478
6479 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
6480
6481         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
6482           Fix typo, so that alsasink also advertises 8 channels
6483           if that's supported (tags: can, worms, open, alsa, ph34r).
6484
6485 2006-07-17  Wim Taymans  <wim@fluendo.com>
6486
6487         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
6488         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
6489         *sigh*, when is the compiler going to warn when the comments
6490         are out-of-sync with the code.. Refix case of busted theora
6491         headers with 0 granule pos.
6492
6493 2006-07-14  Wim Taymans  <wim@fluendo.com>
6494
6495         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6496         (gst_base_rtp_depayload_wait),
6497         (gst_base_rtp_depayload_change_state),
6498         (gst_base_rtp_depayload_set_property),
6499         (gst_base_rtp_depayload_get_property):
6500         Fix 99% cpu load by waiting for absolute times on the
6501         clock. Fixes #347300.
6502
6503 2006-07-14  Andy Wingo  <wingo@pobox.com>
6504
6505         * ext/theora/gsttheoraparse.h: 
6506         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
6507         (theora_parse_push_headers, theora_parse_clear_queue)
6508         (theora_parse_drain_queue_prematurely, )
6509         (theora_parse_sink_event, theora_parse_change_state): Queue events
6510         until we initialized our state, like in vorbisparse.
6511
6512         * ext/vorbis/vorbisparse.h: 
6513         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
6514         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
6515         (vorbis_parse_drain_queue_prematurely, )
6516         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
6517         until we have initialized our state. Fixes seeking after an
6518         initial pad block.
6519
6520 2006-07-14  Andy Wingo  <wingo@pobox.com>
6521
6522         Patch by: Iain Holmes <iaingnome@gmail.com>
6523         
6524         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
6525
6526 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
6527
6528         * configure.ac:
6529         Bump nano back to CVS
6530
6531 === release 0.10.9 ===
6532
6533 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
6534
6535         * configure.ac:
6536           releasing 0.10.9, "I walk the line"
6537
6538 2006-07-14  Michael Smith  <msmith@fluendo.com>
6539
6540         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
6541           Move a g_cond_signal to earlier to avoid sometimes deadlocking
6542           (commonly happens when running this test under valgrind) when trying
6543           to remove the buffer probe.
6544
6545 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
6546
6547         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
6548         Fix missing g_unlock from the previous commit
6549
6550 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
6551
6552         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
6553         (gst_ximagesink_change_state):
6554         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
6555         (gst_xvimagesink_change_state):
6556         Implement a locking order to ensure we always take the object lock
6557         before the x_lock and never vice-versa.
6558
6559 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
6560
6561         * gst/playback/gstdecodebin.c: (find_compatibles):
6562         Fix a caps leak when linking (#347304)
6563
6564         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
6565         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
6566         (gst_ximagesink_change_state):
6567         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
6568         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
6569         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
6570         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
6571         Don't leak shared memory resources. Use the object lock to protect
6572         against the xcontext disappearing while returning a buffer from the
6573         pipeline. (#347304)
6574
6575 2006-07-12  Edward Hervey  <edward@fluendo.com>
6576
6577         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
6578         (vorbis_handle_comment_packet):
6579         gst_tag_list_merge() returns a new object. Take that into account when
6580         using it. This avoids memleak.
6581         Revert previous commit which is not needed.
6582
6583 2006-07-12  Edward Hervey  <edward@fluendo.com>
6584
6585         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
6586         Reset the decoder in finalize so that all fields get cleared.
6587
6588 2006-07-12  Wim Taymans  <wim@fluendo.com>
6589
6590         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6591         (gst_base_audio_src_set_clock),
6592         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
6593         Don't try to post an error message when setting the clock fails
6594         as this can happen when adding an element to a bin which will then
6595         deadlock. Fixes #347296.
6596
6597 2006-07-12  Edward Hervey  <edward@fluendo.com>
6598
6599         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
6600         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
6601         (vorbis_handle_type_packet):
6602         Post tag messages on the bus even if we're not initialized.
6603         If we're not initialized, we still postpone the event pushing of tags.
6604
6605 2006-07-12  Wim Taymans  <wim@fluendo.com>
6606
6607         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
6608         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
6609         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
6610         Revert last two changes that broke the freeze.
6611
6612 2006-07-12  Wim Taymans  <wim@fluendo.com>
6613
6614         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
6615         basesink calculates silence sample correctly for us.
6616
6617 2006-07-12  Wim Taymans  <wim@fluendo.com>
6618
6619         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
6620         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
6621         Calculate correct silence samples so we don't fill our ringbuffer
6622         with noise.
6623
6624 2006-07-12  Edward Hervey  <edward@fluendo.com>
6625
6626         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
6627         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
6628         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
6629         * ext/vorbis/vorbisdec.h:
6630         Delay sending events (newsegment, tags) until the decoder is properly
6631         initialized.
6632         Fixes #347295
6633
6634 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
6635
6636         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
6637         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
6638           Patch from #347221 adding a test for audioconvert
6639           channel remappings.
6640
6641 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
6642
6643         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
6644         (gst_ssa_parse_parse_line):
6645           Don't include the terminating NUL in the buffer size,
6646           it's only there for extra paranoia (would add random
6647           '*' characters at the end of each subtitle since the
6648           terminator itself is not valid UTF-8 technically).
6649           Also fix indenting after boilerplate macro.
6650
6651 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
6652
6653         * gst/playback/gstdecodebin.c: (close_pad_link):
6654           Also emit 'unknown-type' signal (which should really be
6655           called unhandled-type) if we found potential decoders/demuxers
6656           in the registry but none of them worked in the end (as in the
6657           case where the plugins don't exist any longer but are still
6658           listed in the registry). Fixes #329798.
6659
6660 2006-07-08  Andy Wingo  <wingo@pobox.com>
6661
6662         * theoraparse.c (theora_parse_push_buffer)
6663         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
6664         Add some more debugging. Fix granulepos reconstruction in the face
6665         of discontinuities.
6666
6667 2006-07-06  Wim Taymans  <wim@fluendo.com>
6668
6669         * gst-libs/gst/audio/gstbaseaudiosink.c:
6670         (gst_base_audio_sink_class_init),
6671         (gst_base_audio_sink_provide_clock):
6672         Use gobject_class instead of G_OBJECT_CLASS (klass)
6673
6674         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6675         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
6676         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
6677         (gst_base_audio_src_get_time),
6678         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
6679         (gst_base_audio_src_create_ringbuffer):
6680         Fix latency and buffer-time constants and properties ala basesink.
6681         Implement pull based scheduling. Fixes #346527.
6682         Set default blocksize in GstBaseSrc to 0, we default to pushing out
6683         one segment.
6684         Refuse slaving to another clock instead of silently not working.
6685         Only provide a clock when we are actually able to do so.
6686         Various small cleanups and compiler hints.
6687
6688 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
6689
6690         Patch by: Lutz Mueller <lutz at topfrose de>
6691
6692         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
6693         (plugin_init):
6694           Add typefinding for text/html (#346581).
6695
6696 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
6697
6698         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
6699         (xml_check_first_element), (xml_type_find), (smil_type_find):
6700           Fix SMIL typefinding, make xml_check_first_element() more
6701           useful.
6702
6703 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
6704
6705         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
6706         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
6707         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
6708         * gst/playback/gstplaybasebin.h:
6709           Protect list of elements with a subtitle-encoding property and
6710           the subtitle encoding member itself with a lock of their own
6711           instead of using the object lock. This prevents a dead-lock in
6712           the element-remove callback in some circumstances when shutting
6713           down playbin.
6714
6715 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
6716
6717         * win32/common/libgsttag.def:
6718         Export some new functions.
6719         * win32/vs6/libgstogg.dsp:
6720         Add a link to libgsttag-0.10.lib.
6721
6722 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
6723
6724         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
6725           Some const-ification.
6726
6727 2006-07-04  Wim Taymans  <wim@fluendo.com>
6728
6729         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
6730         Improve checking if we are dealing with a stream. Added some
6731         more uris that need buffering.
6732
6733 2006-07-03  Edward Hervey  <edward@fluendo.com>
6734
6735         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
6736         Remove unused variable.
6737
6738 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
6739
6740         * Makefile.am:
6741           include lcov.mak
6742         * configure.ac:
6743           add GCOV_LIBS to GST_LIBS
6744
6745 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
6746
6747         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
6748
6749         * ext/alsa/gstalsasrc.c:
6750           Add 32 bps to template caps and increase channels range
6751           from [1,2] to [1,MAX]. See #346326.
6752
6753 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
6754
6755         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6756           Recognise 'WMVA' video codec fourcc (#345879).
6757           
6758 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
6759          
6760         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
6761           Fixed nasty memory leak
6762
6763 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6764
6765         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
6766         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
6767           fix logging
6768
6769 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
6770
6771         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
6772         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
6773         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
6774         Protect remove_fakesink using a mutex, so that we don't try and
6775         remove the fakesink simultaneously from multiple threads.
6776
6777         When going from READY to PAUSED, restore the fakesink, so that
6778         it is there when decodebin gets reused.
6779
6780 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
6781
6782         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
6783         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6784         * gst-libs/gst/rtp/gstbasertppayload.c:
6785         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6786         * gst/tcp/gstmultifdsink.c:
6787         * gst/tcp/gsttcpclientsink.c:
6788         * gst/tcp/gsttcpclientsrc.c:
6789         * gst/tcp/gsttcpserversink.c:
6790         * gst/tcp/gsttcpserversrc.c:
6791         * gst/videorate/gstvideorate.c:
6792         * gst/videotestsrc/gstvideotestsrc.c:
6793         * sys/v4l/gstv4ljpegsrc.c:
6794         * sys/v4l/gstv4lmjpegsink.c:
6795         * sys/v4l/gstv4lsrc.c:
6796         * tests/examples/seek/scrubby.c:
6797         * tests/examples/seek/seek.c:
6798           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
6799
6800 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
6801
6802         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
6803           Second field in GEnumValue shouldn't be a description,
6804           but a stringified version of the enum value.
6805
6806 2006-06-22  Wim Taymans  <wim@fluendo.com>
6807
6808         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
6809         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
6810         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
6811         Avoid type checking in buffer casts.
6812         Avoid caps copy in buffer_alloc when we can.
6813         Use pad_peer_accept.
6814
6815 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
6816
6817         * gst-libs/gst/tag/tag.h:
6818           Oops, make that 'Since: 0.10.9'.
6819
6820 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
6821
6822         * docs/libs/gst-plugins-base-libs-sections.txt:
6823         * gst-libs/gst/tag/tag.h:
6824         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
6825         (gst_tag_image_type_get_type):
6826           API: add GstTagImageType enum to describe images contained
6827           in image tags (#345641).
6828
6829 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
6830
6831         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
6832           Fix warnings with gst-inspect: "buffers-min" property
6833           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
6834           typo in property description.
6835
6836 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
6837
6838         Patch by: Cody Russell <bratsche at gnome org>
6839
6840         * gst/audioresample/gstaudioresample.c:
6841         (gst_audioresample_class_init):
6842         * gst/playback/gststreamselector.c:
6843         (gst_stream_selector_class_init):
6844         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
6845         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
6846         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
6847         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
6848         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
6849         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
6850         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
6851         * gst/videotestsrc/gstvideotestsrc.c:
6852         (gst_video_test_src_class_init):
6853         * gst/volume/gstvolume.c: (gst_volume_class_init):
6854           Avoid unnecessary class cast check in class_init
6855           functions (#337747).
6856
6857 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
6858
6859         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
6860         (gst_text_overlay_video_chain):
6861           g_markup_escape_text() REALLY doesn't like non-UTF8 input
6862           and doesn't validate its input either (and neither did
6863           textoverlay it seems). Let's do that then and fix #345206.
6864
6865 2006-06-19  Wim Taymans  <wim@fluendo.com>
6866
6867         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
6868         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
6869         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
6870         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
6871         (find_syncframe), (find_limits), (assign_value),
6872         (count_burst_unit), (gst_multi_fd_sink_new_client),
6873         (gst_multi_fd_sink_handle_client_write),
6874         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
6875         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
6876         (gst_multi_fd_sink_change_state):
6877         * gst/tcp/gstmultifdsink.h:
6878         Added shiny new burst-on-connect methods.
6879         Add properties to control the minimal amount of data queued.
6880         Small cleanups.
6881         API: bytes-min property
6882         API: time-min property
6883         API: buffers-min property
6884         API: burst-unit property
6885         API: burst-value property
6886         API: add-full signal
6887
6888         * gst/tcp/gsttcp-marshal.list:
6889         Added new marshaller code for the new signal.
6890
6891         * tests/check/elements/multifdsink.c: (GST_START_TEST),
6892         (multifdsink_suite):
6893         Added testcases for new burst methods.
6894
6895 2006-06-19  Edward Hervey  <edward@fluendo.com>
6896
6897         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
6898         Implement clipping for accurate seeking.
6899         Closes #345225
6900
6901 2006-06-19  Wim Taymans  <wim@fluendo.com>
6902
6903         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
6904
6905         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
6906         (gst_video_scale_transform):
6907         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
6908
6909 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
6910
6911         * configure.ac:
6912           Fix --disable-external (can't set conditionals conditionally,
6913           #343602).
6914
6915 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
6916
6917         * tests/check/elements/audioresample.c: (test_reuse),
6918         (audioresample_suite):
6919           Add test case for bug #342789 fixed below.
6920
6921 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
6922
6923         * gst/audioresample/gstaudioresample.c:
6924         (gst_audioresample_class_init), (gst_audioresample_init),
6925         (audioresample_start), (audioresample_stop),
6926         (gst_audioresample_set_property), (gst_audioresample_get_property):
6927           Implement GstBaseTransform::start and ::stop so that audioresample
6928           can clear its internal state properly and be reused instead of
6929           causing non-negotiated errors with playbin under some circumstances
6930           (#342789).
6931
6932         * tests/check/elements/audioresample.c: (setup_audioresample),
6933         (cleanup_audioresample):
6934           Need to set element state here so that ::start and ::stop are
6935           called.
6936
6937 2006-06-16  Wim Taymans  <wim@fluendo.com>
6938
6939         Patch by: Young-Ho Cha <ganadist at chollian dot net>
6940
6941         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
6942         Parse extra data better, apparently it's right behind
6943         the normal strf header size. Fixes #343500.
6944
6945 2006-06-16  Wim Taymans  <wim@fluendo.com>
6946
6947         * ext/alsa/gstalsasink.c: (set_hwparams):
6948         If we fail to set the buffer_time and period_time alsa
6949         parameters, post a warning and leave alsa select a 
6950         default instead of failing. Fixes #342085
6951
6952 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
6953
6954         * docs/libs/gst-plugins-base-libs-sections.txt:
6955         * gst-libs/gst/cdda/gstcddabasesrc.h:
6956           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
6957           out in the header file and shouldn't be listed in the docs.
6958
6959         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
6960           Must dereference pointer to fourcc in the debug statement.
6961
6962 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
6963
6964         * docs/libs/Makefile.am:
6965         * docs/libs/gst-plugins-base-libs-docs.sgml:
6966         * docs/libs/gst-plugins-base-libs-sections.txt:
6967         * docs/libs/gst-plugins-base-libs.types:
6968         add remaining symbols into correct setions
6969         
6970         * gst-libs/gst/audio/gstringbuffer.c:
6971         fix incomplete docs
6972         
6973         * gst-libs/gst/audio/gstringbuffer.h:
6974         comment out not yet implemented function
6975         
6976         
6977         * gst-libs/gst/floatcast/floatcast.h:
6978         * gst-libs/gst/netbuffer/gstnetbuffer.c:
6979         add short descriptions
6980         
6981         
6982         * gst-libs/gst/interfaces/propertyprobe.c:
6983         fix return value docs   
6984         
6985         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
6986         simplify debug logging
6987         
6988         * gst-libs/gst/riff/riff-read.h:
6989         sync function prototype and docs
6990         
6991         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
6992         remove left over symbol
6993
6994 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
6995
6996         * autogen.sh:
6997         * configure.ac:
6998         * docs/Makefile.am:
6999           Use GST_PLUGIN_DOCS macro in configure.ac, add
7000           --enable-plugin-docs default to autogen.sh and use
7001           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
7002
7003 2006-06-15  Wim Taymans  <wim@fluendo.com>
7004
7005         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
7006         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
7007         (gst_ogg_demux_loop):
7008         Combine GstFlowReturn from the source pads to give a
7009         meaningfull result to the upstream peer or to stop the
7010         processing task in case of errors.
7011
7012 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
7013
7014         * gst/playback/gststreaminfo.c: (cb_probe):
7015           Try GST_TAG_CODEC as fallback when extracting the
7016           codec name; more debug info.
7017
7018 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
7019
7020         * ext/ogg/Makefile.am:
7021         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
7022           Extract language tags from ogm subtitle streams, so that
7023           the subtitle menu choices are labelled correctly in
7024           Totem (fixes #344708).
7025
7026 2006-06-14  Wim Taymans  <wim@fluendo.com>
7027
7028         Patch by: Alessandro Decina <alessandro at nnva dot org>
7029
7030         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
7031         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
7032         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
7033         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
7034         Fix various leaks. Fixes #343699.
7035         Add x-smoke mime type.
7036
7037 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
7038
7039         * gst-libs/gst/riff/riff-ids.h:
7040           Add IDs for 'bext' chunks (see #343837).
7041
7042 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
7043
7044         Patch by: Young-Ho Cha  <ganadist at chollian net>
7045
7046         * gst/subparse/samiparse.c: (sami_context_pop_state),
7047         (handle_start_font), (end_sami_element):
7048           Honour font face tags in SAMI subtitles (#344503).
7049
7050 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
7051
7052         * po/POTFILES.in:
7053           add missing files containing translatable strings
7054
7055 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
7056
7057         * docs/libs/tmpl/.cvsignore:
7058           we don't want those *.sgml files in CVS either
7059
7060 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
7061
7062         * docs/libs/.cvsignore:
7063         * tests/check/elements/.cvsignore:
7064         * tests/check/libs/.cvsignore:
7065           ignore more
7066
7067 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
7068
7069         * docs/libs/Makefile.am:
7070           also commiting the changed Makefile.am (added more libs to the
7071           doc-build)
7072
7073 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
7074
7075         * docs/libs/gst-plugins-base-libs-docs.sgml:
7076         * docs/libs/gst-plugins-base-libs-sections.txt:
7077         * docs/libs/gst-plugins-base-libs.types:
7078           first batch of reordering things, add index & hierarchy
7079
7080 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
7081
7082         * configure.ac:
7083           use GST_PKG_CHECK_MODULES, cleans up output
7084
7085 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
7086
7087         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
7088           Add support for burn:// URIs (#343385); const-ify things a bit,
7089           use G_N_ELEMENTS instead of hard-coded array size.
7090
7091 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
7092
7093         Patch by: Young-Ho Cha  <ganadist at chollian net>
7094
7095         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
7096           Fix up broken entities before passing them to libxml *sigh*.
7097           (#343303).
7098           
7099 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7100
7101         * configure.ac:
7102           back to TRUNK
7103
7104 === release 0.10.8 ===
7105
7106 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
7107
7108         * configure.ac:
7109           releasing 0.10.8, "Moar gij ziet mij nie"
7110
7111 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
7112
7113         * configure.ac:
7114         * po/af.po:
7115         * po/az.po:
7116         * po/cs.po:
7117         * po/en_GB.po:
7118         * po/hu.po:
7119         * po/it.po:
7120         * po/nb.po:
7121         * po/nl.po:
7122         * po/or.po:
7123         * po/sq.po:
7124         * po/sr.po:
7125         * po/sv.po:
7126         * po/uk.po:
7127         * po/vi.po:
7128         * win32/common/config.h:
7129           0.10.7.2 prerelease
7130
7131 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
7132
7133         * docs/libs/tmpl/gstaudio.sgml:
7134         * docs/libs/tmpl/gstcolorbalance.sgml:
7135         * docs/libs/tmpl/gstmixer.sgml:
7136         * docs/libs/tmpl/gstringbuffer.sgml:
7137         * docs/libs/tmpl/gsttuner.sgml:
7138         * docs/libs/tmpl/gstxoverlay.sgml:
7139         * gst-libs/gst/audio/audio.c:
7140         * gst-libs/gst/audio/gstringbuffer.c:
7141         * gst-libs/gst/interfaces/colorbalance.c:
7142         * gst-libs/gst/interfaces/mixer.c:
7143         * gst-libs/gst/interfaces/tuner.c:
7144         * gst-libs/gst/interfaces/xoverlay.c:
7145           move last template doc snippets to source code and delete them
7146
7147 2006-06-06  Michael Smith  <msmith@fluendo.com>
7148
7149         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
7150         (theora_parse_drain_queue):
7151           Mark DELTA_UNIT on non-keyframes.
7152
7153 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
7154
7155         * gst-libs/gst/audio/gstbaseaudiosink.c:
7156         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
7157         * gst-libs/gst/audio/gstbaseaudiosink.h:
7158         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
7159         (gst_ring_buffer_samples_done):
7160         * gst-libs/gst/audio/gstringbuffer.h:
7161         Document better the fact that latency_time and buffer_time are values
7162         stored in microseconds, and not the usual GStreamer nanoseconds.
7163         Change the variables (compatibly) that store them from GstClockTime 
7164         to guint64 to make it more clear that they're not storing clock times.
7165         Also, remove the bogus property description that says the user can
7166         specify -1 to get the default value, since that's never been the case.
7167
7168         When computing the default segment size for the ring buffer, make it
7169         an integer number of samples.
7170
7171         When the sub-class indicates a delay greater than the number of
7172         samples we've written return 0 from the audio sink get_time method.
7173
7174 2006-06-02  Michael Smith  <msmith@fluendo.com>
7175
7176         * tests/check/elements/audioconvert.c: (set_channel_positions),
7177         (get_float_mc_caps), (get_int_mc_caps):
7178         * tests/check/elements/audioresample.c:
7179         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
7180         * tests/check/elements/videorate.c:
7181         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
7182         * tests/check/elements/volume.c:
7183         * tests/check/elements/vorbisdec.c:
7184         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
7185           Don't busy-wait in tests; this was causing test timeouts very
7186           frequently when running under valgrind.
7187
7188 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
7189
7190         * gst/tcp/README:
7191         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
7192         (gst_multi_fd_sink_remove_client_link),
7193         (gst_multi_fd_sink_client_queue_caps),
7194         (gst_multi_fd_sink_client_queue_buffer),
7195         (gst_multi_fd_sink_handle_client_write),
7196         (gst_multi_fd_sink_render):
7197         * gst/tcp/gstmultifdsink.h:
7198           make multifdsink properly deal with streamheader:
7199           - streamheader is taken from caps
7200           - buffers marked with IN_CAPS are not sent
7201           - streamheaders are sent, on connection, from the caps of the
7202             buffer where the client gets positioned to
7203           - further streamheader changes are done every time the client
7204             will receive a buffer with different caps
7205         * tests/check/elements/multifdsink.c: (GST_START_TEST),
7206         (gst_multifdsink_create_streamheader):
7207           add tests for this
7208
7209 2006-06-02  Michael Smith  <msmith@fluendo.com>
7210
7211         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
7212           Reinstate limit on channel count. Vorbis does not define the meaning
7213           of > 6 channels, so they're just independent channels. Gstreamer
7214           currently has no mechanism to represent N independent channels.
7215
7216 2006-06-02  Michael Smith  <msmith@fluendo.com>
7217
7218         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
7219           Don't arbitrarily restrict channel counts and rate in vorbis.
7220           In terms of effects likely on real-world files, this fixes 96kHz
7221           playback of vorbis.
7222
7223 2006-06-02  Michael Smith  <msmith@fluendo.com>
7224
7225         * gst/audioconvert/audioconvert.c: (float):
7226           More correct float->int conversion.
7227
7228 2006-06-02  Michael Smith  <msmith@fluendo.com>
7229
7230         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
7231           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
7232           value. Fixes g-critical on trying to play back ogg containing
7233           unknown codec.
7234
7235 2006-06-02  Wim Taymans  <wim@fluendo.com>
7236
7237         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
7238         (setup_source):
7239         * gst/playback/gstplaybasebin.h:
7240         Make the subtitle detection work from any thread so we don't
7241         deadlock. Fixes #343397.
7242
7243 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
7244
7245         * gst/volume/Makefile.am:
7246           Seriously, it's not *that* hard to get compilation right.  Even
7247           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
7248
7249 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
7250
7251         * gst/volume/gstvolume.c: (volume_choose_func),
7252         (volume_update_real_volume), (gst_volume_class_init),
7253         (gst_volume_init), (volume_process_float), (volume_process_int16),
7254         (volume_process_int16_clamp), (volume_set_caps),
7255         (volume_transform_ip), (plugin_init):
7256         * gst/volume/gstvolume.h:
7257         rewrite the passthrough check, split _int16 and _int16_clamp, fix
7258         another property desc., remove unused param from process function
7259         
7260         * tests/check/elements/volume.c: (volume_suite):
7261         reactivate the passthrough test
7262
7263 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
7264
7265         * ext/alsa/gstalsamixerelement.h:
7266         * ext/alsa/gstalsamixeroptions.h:
7267         * ext/alsa/gstalsamixertrack.h:
7268         * ext/gnomevfs/gstgnomevfssink.h:
7269         * ext/gnomevfs/gstgnomevfssrc.h:
7270         * ext/theora/gsttheoradec.h:
7271         * ext/theora/gsttheoraenc.h:
7272         * ext/theora/gsttheoraparse.h:
7273         * ext/vorbis/vorbisparse.h:
7274         * gst-libs/gst/audio/gstaudioclock.h:
7275         * gst-libs/gst/audio/gstaudiofilter.h:
7276         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
7277         * gst/audioconvert/gstaudioconvert.h:
7278         * gst/audioresample/gstaudioresample.h:
7279         * gst/audiotestsrc/gstaudiotestsrc.h:
7280         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7281         * gst/playback/gststreamselector.h:
7282         * gst/tcp/gstmultifdsink.h:
7283         * gst/tcp/gsttcpclientsink.h:
7284         * gst/tcp/gsttcpclientsrc.h:
7285         * gst/tcp/gsttcpserversink.h:
7286         * gst/tcp/gsttcpserversrc.h:
7287         * gst/videorate/gstvideorate.h:
7288         * gst/videoscale/gstvideoscale.h:
7289         * gst/videotestsrc/gstvideotestsrc.h:
7290         * gst/volume/gstvolume.h:
7291         * sys/v4l/gstv4ljpegsrc.h:
7292         * sys/v4l/gstv4lmjpegsink.h:
7293         * sys/v4l/gstv4lmjpegsrc.h:
7294         * sys/v4l/gstv4lsrc.h:
7295         * sys/ximage/ximagesink.h:
7296         * sys/xvimage/xvimagesink.h:
7297         * tests/old/testsuite/alsa/sinesrc.h:
7298         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
7299
7300 2006-05-31  Wim Taymans  <wim@fluendo.com>
7301
7302         * ext/libvisual/visual.c: (gst_visual_reset),
7303         (gst_visual_sink_setcaps), (gst_visual_sink_event),
7304         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
7305         Handle DISCONT.
7306         Use running time before doing QoS.
7307         Handle mono too.
7308
7309 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
7310
7311         * docs/libs/Makefile.am:
7312           set a magic variable to indicate we know the docs are incomplete
7313
7314 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
7315
7316         * win32/common/libgstvideo.def:
7317           export gst_video_calculate_display_ratio
7318         * win32/vs6/libgstvideoscale.dsp:
7319           add link to libgstvideo-0.10.lib
7320
7321 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
7322
7323         * gst/playback/gstplaybasebin.c: (gen_source_element):
7324           Throw a more comprehensible error for rtsp:// URIs (rather
7325           than erroring out with a negotiation error later on) until
7326           we fix playbin to handle rtspsrc etc.
7327
7328 2006-05-30  Wim Taymans  <wim@fluendo.com>
7329
7330         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
7331         (gst_text_overlay_text_event):
7332         Added some FIXMEs.
7333
7334 2006-05-30  Wim Taymans  <wim@fluendo.com>
7335
7336         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
7337         (gst_adder_request_new_pad), (gst_adder_release_pad):
7338         * gst/adder/gstadder.h:
7339         Implement release_request_pad.
7340         Make padcounter atomic.
7341
7342         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
7343         Added check for release_pad in adder.
7344
7345 2006-05-30  Wim Taymans  <wim@fluendo.com>
7346
7347         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
7348         Fix build again.
7349
7350 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
7351
7352         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
7353         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
7354         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7355         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
7356         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
7357         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
7358         (gst_ogg_demux_bisect_forward_serialno),
7359         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
7360         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
7361           add more debugging
7362           clean up printf formats for granulepos and serialno
7363
7364 2006-05-30  Michael Smith  <msmith@fluendo.com>
7365
7366         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
7367         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
7368         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
7369         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
7370         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
7371         * ext/vorbis/vorbisenc.h:
7372           Multi-channel caps negotiation, so we can do proper multichannel
7373           vorbis encoding, negotiated through audioconvert.
7374
7375 2006-05-30  Wim Taymans  <wim@fluendo.com>
7376
7377         * tests/check/elements/adder.c: (test_event_message_received),
7378         (test_play_twice_message_received), (GST_START_TEST),
7379         (adder_suite):
7380         Added check to show that #339935 is fixed with ongoing
7381         adder and collectpads fixes.
7382
7383 2006-05-29  Wim Taymans  <wim@fluendo.com>
7384
7385         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
7386         Don't leak pad name.
7387
7388 2006-05-29  Wim Taymans  <wim@fluendo.com>
7389
7390         * gst/adder/gstadder.c: (gst_adder_query_duration),
7391         (forward_event_func), (forward_event), (gst_adder_src_event):
7392         Fix adder seeking.
7393         Make query/seeking code threadsafe.
7394
7395         * tests/check/Makefile.am:
7396         * tests/check/elements/adder.c: (test_event_message_received),
7397         (GST_START_TEST), (test_play_twice_message_received):
7398         Fix adder test case.
7399
7400 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
7401
7402         Patch by: Young-Ho Cha  <ganadist at chollian net>
7403
7404         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7405         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
7406         (set_encoding_element), (decodebin_element_added_cb),
7407         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
7408         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
7409         * gst/playback/gstplaybasebin.h:
7410           Add 'subtitle-encoding' property to playbin, so applications can
7411           force a subtitle encoding for non-UTF8 subtitles (#342268).
7412
7413         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
7414         (gst_sub_parse_set_property):
7415           Rename recently-added 'encoding' property to 'subtitle-encoding'
7416           (so it can be proxied by playbin/decodebin in a generic way
7417           with less danger of false positives).
7418
7419 2006-05-29  Michael Smith  <msmith@fluendo.com>
7420
7421         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
7422         (append_with_other_format), (set_structure_widths),
7423         (gst_audio_convert_transform_caps):
7424           Patch from #341562: give more specific audio caps in get_caps, so
7425           that basetransform  can make better decisions on what caps to
7426           negotiate.
7427
7428 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
7429
7430         * tests/check/elements/volume.c:
7431         make it compile again
7432
7433 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
7434
7435         * tests/check/elements/volume.c: (volume_suite):
7436         disable test until #343196 gets resolved
7437
7438 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
7439
7440         * gst/adder/gstadder.c: (gst_adder_get_type):
7441         Make it easier to copy&paste
7442         
7443         * gst/volume/Makefile.am:
7444         * gst/volume/gstvolume.c: (volume_update_real_volume),
7445         (gst_volume_set_volume), (gst_volume_set_mute),
7446         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
7447         (volume_transform_ip), (volume_update_mute),
7448         (volume_update_volume):
7449         * gst/volume/gstvolume.h:
7450         Add own debug category, move duplicate code to helper function, fix
7451         property texts, add more comments and prepare ffor liboil-goodness
7452         
7453         * tests/check/Makefile.am:
7454         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
7455         add test for mute and passtrough case, be a bit more verbose to track
7456         failure
7457         
7458         * tests/check/generic/states.c: (GST_START_TEST):
7459         catch elements that fail to instantiate
7460
7461 2006-05-28  Edward Hervey  <edward@fluendo.com>
7462
7463         * tests/check/pipelines/simple-launch-lines.c:
7464         * tests/check/pipelines/theoraenc.c:
7465         * tests/check/pipelines/vorbisenc.c:
7466         Comment out tests using parse_launch() if core was built without
7467         parsing capabilities.
7468
7469 2006-05-27  Edward Hervey  <edward@fluendo.com>
7470
7471         * tests/check/Makefile.am:
7472         Extra bonus points for whoever explains to ensonic that you are meant
7473         to test unit tests thoroughly before commiting them, especially if
7474         you know it's going to break.
7475         De-activated element/adder tests.
7476
7477 2006-05-27  Edward Hervey  <edward@fluendo.com>
7478
7479         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7480         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
7481         Marking caps conversion issues as GST_WARNING is way too verbose,
7482         Moving them to GST_LOG.
7483
7484 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
7485
7486         * README:
7487           Replace current README (containing the release notes from
7488           some 0.9.x version) with a proper README taken from the core.
7489
7490 2006-05-26  Wim Taymans  <wim@fluendo.com>
7491
7492         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
7493         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
7494         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
7495         (vorbis_dec_change_state):
7496         Small cleanups.
7497         Add some FIXMEs
7498         Clip output samples to segment boundaries.
7499
7500 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
7501
7502         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
7503         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
7504         Improve the errors produced on bad output, including some human
7505         readable description strings.
7506         Handle the (theoretical for ximagesink) case where the XServer 
7507         has a different idea about the size required for a particular 
7508         frame and gives us too small a memory allocation.
7509
7510 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
7511
7512         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7513         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
7514         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
7515         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
7516         Improve the errors produced on bad output, including some human 
7517         readable description strings.
7518         Handle RGB Xv formats properly by transforming them into our 
7519         big-endian caps description.
7520         Use gst_caps_truncate to ensure that we never try and choose a
7521         non-fixed caps in buffer_alloc.
7522         Handle the case where the XServer has a different idea about the size
7523         required for a particular frame and gives us too small a memory
7524         allocation.
7525         Use -1 to indicate 'no image format', because 0 is a valid XServer
7526         image format number.
7527         Put RGB Xv formats at the end of the caps, so that we always prefer
7528         YUV format frames.
7529         Iterate the available Xv Encodings to determine the maximum width and
7530         height, and then return that in our caps.
7531         (Closes #315312, #337544)
7532
7533 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
7534
7535         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
7536         When there is only one unfinished pad and it receives an event that
7537         doesn't match our requirements, we need to set alldone=FALSE so that
7538         the fakesink is not removed yet.
7539
7540 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
7541
7542         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
7543           Use gst_type_find_helper_for_buffer() to find the type
7544           of stream from the first packet.
7545
7546         * configure.ac:
7547           Bump requirements to core CVS (needed for vorbis
7548           typefinding to work).
7549
7550 2006-05-24  Edward Hervey  <edward@fluendo.com>
7551
7552         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
7553         Added the 'prfl' atom type which MQV (no, it's not a typo) files
7554         contain.  Else they play perfectly fine with qtdemux.
7555
7556 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
7557
7558         * ext/theora/theoradec.c:
7559         * ext/theora/theoraenc.c:
7560         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
7561         * gst/audiorate/gstaudiorate.c:
7562           make more debug catagories static
7563         
7564         * tests/check/Makefile.am:
7565         * tests/check/elements/adder.c: (message_received),
7566         (test_event_message_received), (GST_START_TEST),
7567         (test_play_twice_message_received), (adder_suite):
7568           added test case for using element twice, extra bonus points for anyone
7569           who can make these test run reliably
7570
7571 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
7572
7573         * ext/theora/theoradec.c: (theora_dec_chain):
7574           Make work with time-stamped input buffers that do not
7575           have a granulepos in BUFFER_OFFSET_END (like theora
7576           buffers coming from matroskademux). Fixes #342448.
7577
7578 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
7579
7580         Patch by: Peter Kjellerstedt  <pkj at axis com>
7581
7582         * gst/tcp/Makefile.am:
7583           fdstresstest doesn't need Gtk+, fix compilation if 
7584           gtk is not available (#342566).
7585
7586 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
7587          
7588         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
7589           80 line columns
7590           Removed redundant floor()
7591
7592 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
7593
7594         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
7595           On second thought, just skip JUNK chunks automatically, so
7596           the caller doesn't have to handle this. Fixes #342345.
7597           Also, return GST_FLOW_UNEXPECTED if we get a short read,
7598           not GST_FLOW_ERROR.
7599
7600 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
7601
7602         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
7603           Don't bail out on JUNK chunks with a size of 0 (would try to
7604           pull_range 0 bytes before, which sources don't like too much).
7605           See #342345.
7606
7607 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
7608
7609         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
7610         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
7611         Use the gstutil scaling function to preserve 64 bits while calculating
7612         output width and height from the display-aspect-ratio. (A continuation
7613         of #341542)
7614
7615 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
7616
7617         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
7618         (gst_xvimagesink_buffer_alloc):
7619         * sys/xvimage/xvimagesink.h:
7620         When performing buffer allocations, remember the caps and image format
7621         we return so that if the same caps are asked for next time we can
7622         return them immediately without doing any caps intersections.
7623
7624 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
7625          
7626         * gst-libs/gst/rtp/README:
7627           Some new documentation
7628         * gst-libs/gst/rtp/gstrtpbuffer.h:       
7629           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
7630         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
7631         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
7632           New RTP audio base payloader class. Supports frame or sample based
7633           codecs.  Not enabled in Makefile.am until approved.
7634
7635 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
7636
7637         * tests/check/elements/alsa.c: (test_device_property_probe):
7638           Fix test case: don't try to free NULL GValueArray when there
7639           are no devices.
7640
7641 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
7642
7643         * tests/check/Makefile.am:
7644         * tests/check/elements/alsa.c: (test_device_property_probe),
7645         (alsa_suite), (main):
7646           Add simple test that runs a device property probe on alsasrc,
7647           alsasink and alsamixer. Disable valgrind check for now (too
7648           many leaks in libasound, and valgrind ignored my suppressions
7649           additions).
7650
7651 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
7652
7653         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
7654         (gst_alsa_device_property_probe_probe_property),
7655         (gst_alsa_device_property_probe_needs_probe),
7656         (gst_alsa_device_property_probe_get_values),
7657         (gst_alsa_type_add_device_property_probe_interface):
7658         * ext/alsa/gstalsadeviceprobe.h:
7659         * ext/alsa/gstalsamixerelement.c:
7660         (gst_alsa_mixer_element_init_interfaces):
7661         * ext/alsa/gstalsamixerelement.h:
7662           Clean up and simplify alsa device probing. Make it actually work
7663           for multiple classes. Don't cache results any longer.
7664
7665         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
7666         (gst_alsasink_init):
7667         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
7668         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
7669         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
7670           Make alsasink and alsasrc implement the GstPropertyProbe interface
7671           for device probing (#342181).
7672           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
7673
7674 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
7675
7676         * gst/subparse/samiparse.c: (handle_start_font):
7677           Don't ignore return value of strtol (++compiler_happiness).
7678
7679 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
7680
7681         Patch by: Young-Ho Cha  <ganadist chollian net>
7682
7683         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
7684         (gst_sub_parse_class_init), (gst_sub_parse_init),
7685         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
7686         (convert_encoding):
7687         * gst/subparse/gstsubparse.h:
7688           Add 'encoding' property (#341681).
7689
7690         * gst/subparse/samiparse.c: (characters_sami):
7691           Output is pango markup, so we need to escape text
7692           between tags (#342143).
7693
7694 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
7695
7696         * gst-libs/gst/audio/multichannel.c:
7697         (gst_audio_check_channel_positions):
7698           It's okay to have caps with channels=1 and a channel position
7699           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
7700           (deinterleavers might want to keep the position in the caps,
7701           so that they can be re-interleaved again properly later).
7702           Leave check for unexpected 2-channel layouts intact for now.
7703
7704 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7705
7706         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
7707         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
7708         basesrc can do its job correctly.
7709
7710 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
7711
7712         * ext/alsa/Makefile.am:
7713         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
7714         (gst_alsa_detect_formats), (get_channel_free_structure),
7715         (caps_add_channel_configuration), (gst_alsa_detect_channels),
7716         (gst_alsa_probe_supported_formats):
7717         * ext/alsa/gstalsa.h:
7718         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
7719           Refactor and improve caps probing code: probe signedness
7720           when we probe the supported formats/widths; set endianness
7721           to the one we actually probed for (ie. cpu endianness).
7722           
7723         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
7724         (gst_alsasrc_close):
7725         * ext/alsa/gstalsasrc.h:
7726           Implement caps probing for alsasrc.
7727
7728 2006-05-15  Wim Taymans  <wim@fluendo.com>
7729
7730         * ext/theora/theoradec.c: (gst_theora_dec_reset),
7731         (theora_dec_src_query), (theora_dec_src_event),
7732         (theora_dec_sink_event), (theora_handle_comment_packet),
7733         (theora_handle_data_packet), (theora_dec_change_state):
7734         Cleanups, add some G_LIKELY.
7735         Use segment helpers instead of our own wrong code.
7736         Clear queued buffers on seek and READY.
7737
7738         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
7739         (vorbis_dec_convert), (vorbis_dec_src_query),
7740         (vorbis_dec_src_event), (vorbis_dec_sink_event),
7741         (vorbis_handle_comment_packet), (vorbis_dec_push),
7742         (vorbis_handle_data_packet), (vorbis_dec_chain),
7743         (vorbis_dec_change_state):
7744         * ext/vorbis/vorbisdec.h:
7745         Remove old useless packetno variable.
7746         Do position query properly.
7747         Add some G_LIKELY.
7748         Do cleanup of queued buffers in new helper function
7749         and use it.
7750
7751 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
7752
7753         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
7754           Query supported sample rates. Fixes #341732.
7755
7756 2006-05-15  Julien MOUTTE  <julien@moutte.net>
7757
7758         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
7759         (gst_decode_bin_change_state): Make decodebin reusable
7760         when going from PAUSE_TO_READY and then back to PAUSED.
7761         Fixes #331678.
7762
7763 2006-05-15  Wim Taymans  <wim@fluendo.com>
7764
7765         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
7766         (vorbis_dec_convert), (vorbis_dec_src_query),
7767         (vorbis_dec_sink_query), (vorbis_dec_src_event),
7768         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
7769         (vorbis_dec_clean_queued), (vorbis_dec_push),
7770         (vorbis_handle_data_packet), (vorbis_dec_change_state):
7771         Cleanups. Use refcounting and DEBUG_OBJECT.
7772         Reset segment on flush, use code methods instead of our
7773         own wrong version.
7774         Fix potential memleak.
7775
7776 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
7777
7778         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
7779         (gst_alsasink_init):
7780         * ext/alsa/gstalsasink.h:
7781           Don't leak allocated snd_output_t structure if there's
7782           more than one alsasink instance at a time (#341873).
7783           Also fix GObject macros in header file.
7784           
7785 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
7786
7787         * gst/subparse/gstsubparse.c:
7788         (gst_sub_parse_data_format_autodetect):
7789           Don't use libxml functions in the typefinding code.
7790
7791 2006-05-15  Wim Taymans  <wim@fluendo.com>
7792
7793         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
7794         Fix seeking performance in the case where a non-header 
7795         packet has a 0 granulepos (busted theora case). 
7796         Fixes #341719
7797         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
7798          the first place, you limelight stealer you)
7799
7800 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
7801
7802         * gst/subparse/gstsubparse.c:
7803         (gst_sub_parse_data_format_autodetect):
7804           Improve SAMI typefinding: handle case where there are
7805           whitespaces or newlines in front of the first <SAMI>
7806           tag (#169936).
7807
7808 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
7809
7810         * configure.ac:
7811           Build video4linux plugin even if there's no XVIDEO, just
7812           without implementing the GstXOverlay interface (#334002).
7813          
7814 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
7815
7816         * configure.ac:
7817         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
7818         (plugin_init):
7819           Add tentative support for libvisual-0.4 (#336881).
7820
7821 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
7822
7823         Patch by: Young-Ho Cha <ganadist at chollian net>
7824
7825         * gst/subparse/samiparse.c: (handle_start_font):
7826           Need to map "silver" colour explicitly (#169936).
7827
7828 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
7829
7830         Patch by: Young-Ho Cha  <ganadist at chollian net>
7831
7832         * gst/subparse/Makefile.am:
7833         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
7834         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
7835         (gst_sub_parse_format_autodetect), (feed_textbuf),
7836         (gst_subparse_type_find), (plugin_init):
7837         * gst/subparse/gstsubparse.h:
7838         * gst/subparse/samiparse.c:
7839         * gst/subparse/samiparse.h:
7840           Add support for SAMI subtitles (#169936).
7841
7842 2006-05-14  Michael Smith  <msmith@fluendo.com>
7843
7844         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
7845           Fix #341696: crash when mixing L+R+C to mono or stereo.
7846         * tests/check/Makefile.am:
7847         * tests/check/elements/audioconvert.c: (set_channel_positions),
7848         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
7849         (audioconvert_suite):
7850           Add test for the above, including some generic framework bits for
7851           testing multichannel things.
7852
7853 === release 0.10.7 ===
7854
7855 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
7856
7857         * configure.ac:
7858           releasing 0.10.7, "Leave the gun"
7859
7860 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
7861
7862         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
7863         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
7864         Fix the build.
7865
7866 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
7867
7868         * docs/libs/gst-plugins-base-libs-docs.sgml:
7869         * docs/libs/gst-plugins-base-libs-sections.txt:
7870         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
7871         * gst-libs/gst/video/video.h:
7872         * gst/videoscale/Makefile.am:
7873         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
7874         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
7875         * tests/check/Makefile.am:
7876         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
7877         (main):
7878           Fix integer overflow problem with pixel-aspect-ratio calculations
7879           in videoscale and xvimagesink (#341542)
7880
7881 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
7882
7883         * gst-libs/gst/tag/gstid3tag.c:
7884           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
7885
7886 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
7887
7888         * win32/MANIFEST:
7889           update win32 files listing
7890
7891 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
7892
7893         patch by: Sjoerd Simons (sjoerd@luon.net)
7894
7895         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7896         (group_create), (group_destroy), (add_stream),
7897         (gst_play_base_bin_get_property),
7898         (gst_play_base_bin_get_streaminfo_value_array):
7899         * gst/playback/gstplaybasebin.h:
7900           API: GstPlayBaseBin::stream-info-value-array property
7901           use a more bindings-friendly way of exposing streaminfo
7902           using a GValueArray.  Tested in ipython.
7903           Closes #341114
7904
7905 2006-05-11  Wim Taymans  <wim@fluendo.com>
7906
7907         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
7908         (queue_underrun_cb), (queue_filled_cb):
7909         Also catch queue underruns but don't do anything yet.
7910         Refactor and comment queue enlarging code a bit.
7911
7912         * gst/playback/gstplaybasebin.c: (queue_overrun),
7913         (queue_threshold_reached), (queue_out_of_data),
7914         (gen_preroll_element):
7915         If a queue over/underruns check that we don't create nasty
7916         deadlocks when the min-threshold is not reached but the
7917         max-bytes is. In those cases disable max-bytes when we
7918         know that the queue is fed timed data.
7919         Add more comments.
7920
7921 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
7922
7923         * gst/playback/gstplaybin.c: (gen_audio_element):
7924           Make playbin automatically plug an 'audioresample'
7925           element before the audio sink as well. This solves
7926           problems with sinks that only accept a very specific
7927           sample rate, like esdsink (e.g. #340379).
7928
7929 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
7930
7931         * gst/playback/gstplaybasebin.c: (gen_source_element):
7932           Make http sources send special headers so that we receive
7933           icecast metadata if the http stream is an icecast stream
7934           (otherwise the server will just ignore them). This also
7935           means that from now on users will need the 'icydemux'
7936           element from gst-plugins-good installed if they want to
7937           listen to icecast radio streams. (#341432, #333657).
7938
7939 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
7940
7941         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
7942         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
7943           remove stupid example from docs - it should come with a simple
7944           C program instead.
7945           Clean up/fix docs
7946         * tests/check/elements/multifdsink.c: (wait_bytes_served),
7947         (fail_if_can_read), (GST_START_TEST),
7948         (gst_multifdsink_create_streamheader), (multifdsink_suite):
7949           add a test for changing streamheader which exposes a bug in
7950           multifdsink
7951
7952 2006-05-11  Michael Smith  <msmith@fluendo.com>
7953
7954         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
7955         (gst_gnome_vfs_src_received_headers_callback):
7956         * ext/gnomevfs/gstgnomevfssrc.h:
7957           Don't set icy-caps unless we have a sane interval value. Move
7958           interval to a local variable; we never use it outside this function.
7959
7960 2006-05-11  Wim Taymans  <wim@fluendo.com>
7961
7962         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
7963         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
7964         Register special buffer types along with the objects so
7965         that they are not registered at runtime from N different
7966         streaming threads since they are not threadsafe.
7967
7968 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
7969
7970         * tests/check/elements/multifdsink.c: (wait_bytes_served),
7971         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
7972           add two more tests, one doing streamheader
7973
7974 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
7975
7976         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
7977           clean up the bufqueue when shutting down
7978         * tests/check/Makefile.am:
7979         * tests/check/elements/multifdsink.c: (setup_multifdsink),
7980         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
7981         (main):
7982           add a test for the leak that was just fixed
7983
7984 2006-05-10  Wim Taymans  <wim@fluendo.com>
7985
7986         * gst/adder/gstadder.c: (gst_adder_setcaps),
7987         (gst_adder_query_duration), (gst_adder_query), (forward_event),
7988         (gst_adder_src_event), (gst_adder_sink_event),
7989         (gst_adder_class_init), (gst_adder_finalize),
7990         (gst_adder_request_new_pad), (gst_adder_collected):
7991         * gst/adder/gstadder.h:
7992         Updated some docs. Added comments and FIXMEs all over the place.
7993         Improve debugging info.
7994         Fix leak on finalize by not calling the parent.
7995         Implement duration query.
7996         Make event forwarding threadsafe.
7997         Correctly send NEWSEGMENT at start and after flush.
7998         Handle EOS correctly.
7999         Post error when not negotiated.
8000
8001         * tests/check/elements/adder.c: (GST_START_TEST):
8002         Added FIXME in the test.
8003
8004 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
8005
8006         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
8007         (gst_text_overlay_halign_get_type),
8008         (gst_text_overlay_wrap_mode_get_type):
8009         * ext/theora/theoradec.c: (theora_handle_type_packet),
8010         (theora_handle_data_packet):
8011         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
8012         (theora_enc_sink_setcaps), (theora_enc_chain):
8013         * gst-libs/gst/cdda/gstcddabasesrc.c:
8014         (gst_cdda_base_src_mode_get_type):
8015         * gst/audiotestsrc/gstaudiotestsrc.c:
8016         (gst_audiostestsrc_wave_get_type):
8017         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
8018         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
8019         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
8020         (gst_sync_method_get_type), (gst_unit_type_get_type),
8021         (gst_client_status_get_type):
8022         * gst/videoscale/gstvideoscale.c:
8023         (gst_video_scale_method_get_type):
8024         * gst/videotestsrc/gstvideotestsrc.c:
8025         (gst_video_test_src_pattern_get_type):
8026         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
8027         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
8028         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
8029         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
8030         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
8031         (paint_setup_RGB565), (paint_setup_xRGB1555):
8032           Const-ify GEnumValue and GFlagsValue arrays. Use
8033           GST_ROUND_UP_* macros instead of home-made ones.
8034
8035 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
8036
8037         * configure.ac:
8038           Require core CVS for the new newsegment stuff.
8039
8040 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
8041
8042         Patch by: Sjoerd Simons  <sjoerd at luon net>
8043
8044         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
8045           Register nick for enum value (#341160).
8046
8047 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
8048
8049         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
8050         (plugin_init):
8051          backout typefind patch #340375
8052          
8053         * tests/check/elements/adder.c: (message_received),
8054         (GST_START_TEST), (adder_suite):
8055           redo, signal-handling of test
8056
8057 2006-05-09  Wim Taymans  <wim@fluendo.com>
8058
8059         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
8060         (gst_adder_collected):
8061         * gst/adder/gstadder.h:
8062         Remove bogus segment merging and forwarding, we don't
8063         care about timestamps anyway and we just produce a
8064         continuous stream. 
8065         Also create a nice NEWSEGMENT event when we start.
8066         Use _scale_int some more.
8067
8068 2006-05-09  Edward Hervey  <edward@fluendo.com>
8069
8070         * tests/icles/stress-xoverlay.c:
8071         Fix if core was built without parsing support.
8072
8073 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
8074
8075         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
8076           Add SEDG (Samsung MPEG-4) fourcc.
8077
8078 2006-05-09  Edward Hervey  <edward@fluendo.com>
8079
8080         * tests/icles/stress-xoverlay.c:
8081         * tests/examples/volume/volume.c:
8082         Fix if core was built without parsing support.
8083
8084         * tests/examples/seek/seek.c:
8085         Disable the parse_launch example if core was built without parsing
8086         support.
8087
8088 2006-05-08  Edward Hervey  <edward@fluendo.com>
8089
8090         * autogen.sh: (CONFIGURE_DEF_OPT): 
8091         libtoolize on Darwin/MacOSX is called glibtoolize
8092
8093 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
8094
8095         * tests/check/Makefile.am:
8096         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
8097           Disable the adder test, until the build-slaves posses the kindness to 
8098           either like it or to give valid reason for not doing so 
8099
8100 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
8101
8102         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
8103         (adder_suite):
8104           Shuffle NULL state change around and raise timeout more
8105
8106 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
8107
8108         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
8109         (mp4_type_find), (plugin_init):
8110           Add typefind to distinguish between "audio/x-m4a" and new type
8111           "video/mp4". Fixes #340375
8112
8113         * tests/check/elements/adder.c: (adder_suite):
8114           Raise timeout to make buildbot happy
8115
8116 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
8117
8118         * gst/adder/gstadder.c: (gst_adder_sink_event),
8119         (gst_adder_request_new_pad), (gst_adder_change_state):
8120         * gst/adder/gstadder.h:
8121         * tests/check/Makefile.am:
8122         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
8123         (adder_suite), (main):
8124           Add sink-event handling to adder. It tries to merge incomming
8125           newsegment-events. Added test to check if segment_done is comming
8126           through. Fixes #340060
8127
8128 2006-05-05  Andy Wingo  <wingo@pobox.com>
8129
8130         * ext/theora/theoraparse.c (gst_theora_parse_init)
8131         (theora_parse_src_convert, theora_parse_src_query):
8132         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
8133         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
8134         query functions on the source pads of the theora and vorbis parse
8135         elements. Fixes position querying when doing a remux.
8136
8137 2006-05-05  Michael Smith  <msmith@fluendo.com>
8138
8139         * ext/theora/theoraparse.c: (parse_granulepos),
8140         (theora_parse_drain_queue_prematurely),
8141         (theora_parse_queue_buffer), (theora_parse_sink_event):
8142           Fix flushing.
8143           Fix invalid granulepos outputs when starting with a non-keyframe.
8144
8145 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
8146
8147         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
8148         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
8149         Rearrange MPEG system stream detection, fixing some memleaks in the
8150         process.
8151         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
8152         they clean up their data correctly.
8153         Remove unused ogganx caps and move the 'is_annodex' check to inside
8154         the 'is_ogg' if statement.
8155
8156 2006-05-05  Wim Taymans  <wim@fluendo.com>
8157
8158         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
8159         Properly remove ghostpads. Fixes #340392
8160
8161 2006-05-04  David Schleef  <ds@schleef.org>
8162
8163         * gst/typefind/gsttypefindfunctions.c:
8164
8165 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
8166
8167         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
8168         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
8169
8170         When typefinding an MP3 in push-based mode, don't penalise the
8171         probability down to 74% when we found 5 valid frames just because we
8172         can't peek the end of the file.
8173
8174         Make the probability for detecting MPEG Transport Streams based on the
8175         number of sequential headers we successfully detected.
8176
8177 2006-05-03  Wim Taymans  <wim@fluendo.com>
8178
8179         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
8180         (vorbis_dec_push), (vorbis_dec_chain):
8181         Still produce an error when we receive an empty packet.
8182
8183 2006-05-03  Wim Taymans  <wim@fluendo.com>
8184
8185         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
8186         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
8187         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
8188         Mark buffers with DISCONT after seek and after activating new
8189         chains.
8190
8191         * ext/theora/gsttheoradec.h:
8192         * ext/theora/theoradec.c: (gst_theora_dec_reset),
8193         (theora_get_query_types), (theora_dec_sink_event),
8194         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
8195         (theora_dec_change_state):
8196         Fix frame counter.
8197         Detect and mark DISCONT buffers.
8198
8199         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8200         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
8201         (vorbis_dec_change_state):
8202         * ext/vorbis/vorbisdec.h:
8203         Use GstSegment.
8204         Detect and mark DISCONT buffers.
8205         Don't crash on 0 sized buffers.
8206
8207 2006-05-03  Wim Taymans  <wim@fluendo.com>
8208
8209         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
8210         (volume_transform_ip):
8211         Increase "volume" property to 10.0. Fixes #340369.
8212         Set the process function to NULL when capsnego fails so that
8213         we properly error out.
8214
8215 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
8216
8217         * gst/playback/gstplaybin.c: (add_sink):
8218         * gst/playback/test.c: (main):
8219         * gst/playback/test5.c: (dump_element_stats):
8220         * gst/playback/test6.c: (main):
8221           free caps using gst_caps_unref, don't leak caps-strings
8222
8223 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
8224
8225         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
8226         (plugin_init):
8227           Refine musepack typefinding a bit. Return MAXIMUM
8228           probability when we detect stream version 7 to make
8229           sure the mpeg audio typefinder doesn't trump us.
8230
8231 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
8232
8233         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8234           Protect against unexpected NULL strf_data buffer.
8235
8236 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8237
8238         * tests/check/elements/audioconvert.c: (verify_convert),
8239         (GST_START_TEST):
8240           interpret the out[] buffer in the order the bytes are actually
8241           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
8242           Other tests should use BYTE_ORDER since the array is filled in
8243           with actual values
8244
8245 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8246
8247         * tests/check/elements/audioconvert.c: (verify_convert),
8248         (GST_START_TEST):
8249           when a test fails, give an indication of which it is
8250
8251 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8252
8253         * gst-libs/gst/cdda/gstcddabasesrc.c:
8254           compile fix; strtol() needs <stdlib.h>
8255
8256 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
8257
8258         * ext/alsa/gstalsamixerelement.c:
8259         * ext/alsa/gstalsasrc.c:
8260         * ext/cdparanoia/gstcdparanoiasrc.c:
8261         * ext/gnomevfs/gstgnomevfssink.c:
8262         * ext/gnomevfs/gstgnomevfssrc.c:
8263         * ext/ogg/gstoggdemux.c:
8264         * ext/ogg/gstoggmux.c:
8265         * ext/ogg/gstoggparse.c:
8266         * ext/ogg/gstogmparse.c:
8267         * ext/pango/gstclockoverlay.c:
8268         * ext/pango/gsttextoverlay.c:
8269         * ext/pango/gsttextrender.c:
8270         * ext/pango/gsttimeoverlay.c:
8271         * ext/theora/theoradec.c:
8272         * ext/theora/theoraenc.c:
8273         * ext/vorbis/vorbisdec.c:
8274         * ext/vorbis/vorbisenc.c:
8275         * gst-libs/gst/audio/gstaudiofilter.c:
8276         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
8277         * gst/audioconvert/gstaudioconvert.c:
8278         * gst/audiorate/gstaudiorate.c:
8279         * gst/audioresample/gstaudioresample.c:
8280         * gst/audiotestsrc/gstaudiotestsrc.c:
8281         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8282         * gst/playback/gstdecodebin.c:
8283         * gst/playback/gstplaybin.c:
8284         * gst/playback/gststreamselector.c:
8285         * gst/subparse/gstsubparse.c:
8286         * gst/tcp/gstmultifdsink.c:
8287         * gst/tcp/gsttcpclientsink.c:
8288         * gst/tcp/gsttcpclientsrc.c:
8289         * gst/tcp/gsttcpserversink.c:
8290         * gst/tcp/gsttcpserversrc.c:
8291         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
8292         * gst/videorate/gstvideorate.c:
8293         * gst/videoscale/gstvideoscale.c:
8294         * gst/videotestsrc/gstvideotestsrc.c:
8295         * gst/volume/gstvolume.c:
8296         * sys/v4l/gstv4ljpegsrc.c:
8297         * sys/v4l/gstv4lmjpegsink.c:
8298         * sys/v4l/gstv4lmjpegsrc.c:
8299         * sys/v4l/gstv4lsrc.c:
8300         * sys/ximage/ximagesink.c:
8301         * sys/xvimage/xvimagesink.c:
8302         * tests/check/libs/cddabasesrc.c:
8303           make GstElementDetails const
8304
8305 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
8306
8307         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
8308         (gst_adder_init):
8309           send events from src-pad to all sink-pads fixes #338657
8310
8311 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
8312
8313         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
8314         (alsasink_parse_spec):
8315           query width capabilities from alsa, fixes #338919
8316
8317 2006-04-28  Wim Taymans  <wim@fluendo.com>
8318
8319         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
8320         (gst_multi_fd_sink_remove_client_link):
8321         * gst/tcp/gstmultifdsink.h:
8322         Fix race condition in multifdsink that can lead to spurious 
8323         duplicate clients. this patch adds a new signal that is fired when
8324         multifdsink has removed all references to the fd.
8325         Fixes #339574.
8326         Updated documentation.
8327         API: client-fd-removed signal added
8328
8329 2006-04-28  Michael Smith  <msmith@fluendo.com>
8330
8331         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
8332           When asking g_value_array_new to prealloc elements, we may as well
8333           ask for the right number of elements.
8334
8335 2006-04-28  Wim Taymans  <wim@fluendo.com>
8336
8337         * gst-libs/gst/audio/gstbaseaudiosink.c:
8338         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
8339         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8340         patch to make timestamp checking more tollerant to rounding 
8341         errors given that real discontinuities are to be marked on
8342         buffers. Fixes some asf files and #338778.
8343         Also avoid some crashers when we receive an event in the 
8344         NULL state.
8345
8346 2006-04-28  Michael Smith  <msmith@fluendo.com>
8347
8348         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
8349         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
8350         (gst_gnome_vfs_src_get_property),
8351         (gst_gnome_vfs_src_send_additional_headers_callback),
8352         (gst_gnome_vfs_src_received_headers_callback),
8353         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
8354         (gst_gnome_vfs_src_stop):
8355         * ext/gnomevfs/gstgnomevfssrc.h:
8356           Remove ICY handling (mostly) from gnomevfssrc, in favour of
8357           proper shared support within icydemux.
8358
8359 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8360
8361         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
8362         (gst_video_rate_swap_prev), (gst_video_rate_chain):
8363           fix up docs
8364           fix a leak when no caps negotiated
8365           fix counting of input frames
8366         * tests/check/elements/.cvsignore:
8367         * tests/check/elements/videorate.c: (assert_videorate_stats),
8368         (GST_START_TEST), (videorate_suite):
8369           add tests for these
8370
8371 2006-04-28  Wim Taymans  <wim@fluendo.com>
8372
8373         * gst-libs/gst/audio/gstringbuffer.c:
8374         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
8375         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
8376         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
8377         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
8378         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
8379         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
8380         (gst_ring_buffer_commit), (gst_ring_buffer_read),
8381         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
8382         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
8383         Check arguments passed to public functions instead of
8384         crashing.
8385
8386 2006-04-28  Wim Taymans  <wim@fluendo.com>
8387
8388         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
8389         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
8390         GstBaseAudioSrc must be live or it does not work.
8391
8392         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
8393         Don't set live to TRUE as this is the default in the parentclass.
8394
8395 2006-04-28  Wim Taymans  <wim@fluendo.com>
8396
8397         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
8398         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
8399         Videoscale doesn't pass on pixel-aspect ratio. Handle all
8400         fixation cases better. Fixes #338991
8401
8402 2006-04-28  Wim Taymans  <wim@fluendo.com>
8403
8404         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
8405         Handle 0/1 framerate correctly Fixes #331901.
8406
8407 2006-04-28  Wim Taymans  <wim@fluendo.com>
8408
8409         * tests/check/elements/audioconvert.c: (get_float_caps),
8410         (GST_START_TEST), (audioconvert_suite):
8411         Added check for correct clipping when doing float samples
8412         in audioconvert.
8413
8414 2006-04-28  Wim Taymans  <wim@fluendo.com>
8415
8416         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
8417         (gst_video_rate_chain):
8418         Print more debugging info.
8419
8420 2006-04-28  Wim Taymans  <wim@fluendo.com>
8421
8422         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
8423         (resample_set_state_from_caps):
8424         Add support for other formats audioresample can handle such as
8425         32 bits in and float and 64 bits float. Fixes #301759
8426
8427 2006-04-28  Wim Taymans  <wim@fluendo.com>
8428
8429         * gst/audioconvert/audioconvert.c: (float):
8430         correctly clip float samples > 1.0. Fixes #338718
8431
8432 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
8433
8434         Patch by: Young-Ho Cha  <ganadist at chollian net>
8435
8436         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
8437         (gst_text_overlay_render_text):
8438           Don't strip newlines from the text. Also, center lines
8439           within multi-line paragraphs (#339405).
8440
8441 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
8442
8443         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
8444           Fix wavpack typefinding to work in more cases (don't peek
8445           for chunks of multiple hundred kBs at once, but process
8446           things step-by-step in smaller units). Fixes #339786.
8447
8448 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8449
8450         * configure.ac:
8451           back to HEAD
8452
8453 === release 0.10.6 ===
8454
8455 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
8456
8457         * configure.ac:
8458           releasing 0.10.6, "Chao"
8459
8460 2006-04-26  David Schleef  <ds@schleef.org>
8461
8462         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
8463           Fixes #338897.
8464
8465 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
8466
8467         * configure.ac:
8468         * win32/common/config.h:
8469           new prerelease
8470
8471 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
8472
8473         patch by: Wim Taymans
8474
8475         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8476         (gst_ogg_demux_perform_seek):
8477           make sure correct newsegments are sent, so that the decoder
8478           and the demuxer agree on timestamps.  Fixes playback of a lot
8479           of Ogg files that do not start from 0.  Fixes #339833.
8480
8481 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
8482
8483         Patch by: Edward Hervey  <edward@fluendo.com>
8484
8485         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
8486         * tests/check/Makefile.am:
8487         * tests/check/elements/videorate.c: (assert_videorate_stats),
8488         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
8489         (videorate_suite), (main):
8490           Fix an infinite loop if frames are passed in with wrongly ordered
8491           timestamps.  Fixes #339013.
8492
8493 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8494
8495         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
8496
8497         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
8498           fix typefinding on some ISO files.  Fixes #339212.
8499
8500 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8501
8502         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
8503
8504         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
8505           add another H264 fourcc.  Fixes #339047.
8506
8507 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8508
8509         Patch by: Jan Schmidt
8510
8511         * gst/playback/gststreamselector.c:
8512         (gst_stream_selector_bufferalloc):
8513           Restore old StreamSelector behaviour.
8514           Fixes #338419.
8515
8516 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
8517
8518         * configure.ac:
8519         * win32/common/config.h:
8520           prerelease
8521
8522 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
8523
8524         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
8525
8526         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8527         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
8528           Fix some memory leaks: on finalize, free buffers left in the queue
8529           before destroying the queue; in _push(), unref rtp_buf even if
8530           the process vfunc returned a NULL buffer as output buffer (#337548);
8531           demote some recuring debug messages to LOG level.
8532
8533 2006-04-11  Wim Taymans  <wim@fluendo.com>
8534
8535         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
8536         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
8537         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
8538         (gst_ogg_demux_loop):
8539         More cleanups.
8540         Respect segment stop when emiting EOS or SEGMENT_DONE.
8541         Fixes (#337945).
8542
8543 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
8544
8545         * gst/playback/gststreamselector.c:
8546         (gst_stream_selector_get_property):
8547           Don't leak pad name.
8548
8549 2006-04-10  Michael Smith  <msmith@fluendo.com>
8550
8551         * tests/check/Makefile.am:
8552         * tests/check/gst-plugins-base.supp:
8553           Suppress an old libtheora bug (fixed in more recent versions), so 
8554           that FC4 buildslaves can pass.
8555
8556 2006-04-10  Wim Taymans  <wim@fluendo.com>
8557
8558         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
8559         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
8560         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
8561         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
8562         (gst_ogg_demux_loop):
8563         Don't leak events.
8564         Remember what error we got when finding chains, if we
8565         were shutdown, that would not be an error.
8566
8567 2006-04-10  Wim Taymans  <wim@fluendo.com>
8568
8569         * gst-libs/gst/audio/gstbaseaudiosink.c:
8570         (gst_base_audio_sink_event):
8571         Starting the ringbuffer when we did not acquire it can cause
8572         a deadlock, is pointless and causes nasty things for
8573         subclasses. 
8574         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
8575
8576 2006-04-10  Wim Taymans  <wim@fluendo.com>
8577
8578         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
8579         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
8580         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
8581         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
8582         (gst_ogg_demux_deactivate_current_chain),
8583         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
8584         (gst_ogg_demux_bisect_forward_serialno),
8585         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
8586         Add some more debugging.
8587
8588 2006-04-10  Wim Taymans  <wim@fluendo.com>
8589
8590         * ext/theora/theoradec.c: (theora_dec_src_event),
8591         (theora_handle_data_packet):
8592         Some more debug info.
8593
8594         * tests/examples/seek/seek.c: (start_seek), (main):
8595         Print element messages too.
8596
8597 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
8598
8599         * gst/audioresample/debug.h:
8600           replace debug macros with variable number of parameters
8601           by a simple alias to gstreamer standard debug macros 
8602          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
8603           supported by MSVC 6.0 and 7.1)
8604         * gst/audioresample/resample.h:
8605           define M_PI and rint for WIN32
8606         * win32/common/libgstaudio.def:
8607         * win32/common/libgstriff.def:
8608         * win32/common/libgsttag.def:
8609         * win32/common/libgstvideo.def:
8610           add new exported functions
8611         * win32/vs6:
8612           update project files
8613
8614 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
8615
8616         * ext/alsa/gstalsamixeroptions.c:
8617         (gst_alsa_mixer_options_class_init):
8618         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
8619         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
8620         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
8621         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
8622         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
8623         * gst-libs/gst/audio/gstaudiofilter.c:
8624         (gst_audio_filter_class_init):
8625         * gst-libs/gst/audio/gstaudiosink.c:
8626         (gst_audioringbuffer_class_init):
8627         * gst-libs/gst/audio/gstaudiosrc.c:
8628         (gst_audioringbuffer_class_init):
8629         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
8630         * gst-libs/gst/interfaces/colorbalancechannel.c:
8631         (gst_color_balance_channel_class_init):
8632         * gst-libs/gst/interfaces/mixeroptions.c:
8633         (gst_mixer_options_class_init):
8634         * gst-libs/gst/interfaces/mixertrack.c:
8635         (gst_mixer_track_class_init):
8636         * gst-libs/gst/interfaces/tunerchannel.c:
8637         (gst_tuner_channel_class_init):
8638         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
8639         * gst-libs/gst/netbuffer/gstnetbuffer.c:
8640         (gst_netbuffer_class_init):
8641         * gst-libs/gst/rtp/gstbasertppayload.c:
8642         (gst_basertppayload_class_init):
8643         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
8644         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
8645         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
8646         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
8647         * gst/playback/gststreamselector.c:
8648         (gst_stream_selector_class_init):
8649         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
8650         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
8651         * sys/v4l/gstv4lcolorbalance.c:
8652         (gst_v4l_color_balance_channel_class_init):
8653         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
8654         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
8655         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
8656         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
8657         (gst_v4l_tuner_norm_class_init):
8658         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
8659         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
8660         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
8661         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
8662
8663 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
8664
8665         * ext/pango/gsttextrender.h:
8666         * gst-libs/gst/audio/gstaudiosink.h:
8667         * gst-libs/gst/audio/gstaudiosrc.h:
8668         * gst-libs/gst/audio/gstbaseaudiosink.h:
8669         * gst-libs/gst/audio/gstbaseaudiosrc.h:
8670         * gst-libs/gst/audio/gstringbuffer.h:
8671         * gst-libs/gst/rtp/gstbasertpdepayload.h:
8672         * gst-libs/gst/rtp/gstbasertppayload.h:
8673         * gst-libs/gst/video/gstvideofilter.h:
8674         * gst-libs/gst/video/gstvideosink.h:
8675         * gst/playback/gstplaybasebin.h:
8676         * gst/tcp/gstmultifdsink.h:
8677         * sys/v4l/gstv4lelement.h:
8678         Fix broken GObject macros
8679
8680 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
8681
8682         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
8683         More debug to trace why my USB headset is not working with gst
8684
8685 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
8686
8687         * gst/playback/gstplaybasebin.c: (group_destroy):
8688         Clean up our group elements properly in the case where it never 
8689         got committed - it still got added unconditionally to the bin.
8690
8691 2006-04-07  Wim Taymans  <wim@fluendo.com>
8692
8693         * ext/theora/theoradec.c: (theora_dec_sink_event),
8694         (theora_handle_data_packet), (theora_dec_chain):
8695         Unref unhandled events.
8696         Protect against empty buffers.
8697         Perform QoS on running time.
8698
8699 2006-04-07  Michael Smith  <msmith@fluendo.com>
8700
8701         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
8702         (gst_vorbis_enc_chain):
8703           Remove leaks from vorbisenc.
8704           Mostly minor changes, the only significant one is that now the
8705           buffers we set as 'streamheader' on the caps are copies of the
8706           original buffers, to avoid circular refcounting problems.
8707
8708 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
8709
8710         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
8711           Don't remove our mute-probe if someone else already did so.
8712           Don't set a 2nd one if there is already one pending on the pad.
8713
8714         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
8715         (do_playbin_seek):
8716           When a seek fails, ensure that playbin is still set back to playing.
8717           
8718         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
8719         (mpeg_ts_type_find), (plugin_init):
8720           Add a typefind function for mpeg-ts streams. (Closes: #336617)
8721
8722 2006-04-06  Andy Wingo  <wingo@pobox.com>
8723
8724         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
8725         (gst_video_rate_init): Caps-related parameters should not be reset
8726         by a flush -- move their inits to the instance init function.
8727         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
8728         is not OK, just return the result.
8729
8730         * gst/audiotestsrc/gstaudiotestsrc.c
8731         (gst_audio_test_src_class_init)
8732         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
8733         broken by Stefan's commit on 24 March.
8734
8735         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
8736         buffers being pushed out. Fixes oggmux ! multifdsink.
8737
8738 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
8739
8740         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
8741         (gst_vorbis_dec_init), (vorbis_dec_finalize):
8742         * ext/vorbis/vorbisdec.h:
8743         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
8744         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
8745         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
8746         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
8747         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
8748         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
8749         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
8750         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
8751         (gst_vorbis_enc_buffer_from_packet),
8752         (gst_vorbis_enc_buffer_from_header_packet),
8753         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
8754         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
8755         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
8756         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
8757         (gst_vorbis_enc_change_state):
8758         * ext/vorbis/vorbisenc.h:
8759           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
8760           vorbisenc adhere to the official nomenclature; use boilerplate
8761           macro.
8762
8763 2006-04-04  Andy Wingo  <wingo@pobox.com>
8764
8765         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
8766         Whoops, fix bug introduced. Bad hacker!
8767         
8768         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
8769         Properly handle the case where you get EOS before any buffers are
8770         received. Use gst_buffer_make_metadata_writable where appropriate.
8771
8772         * ext/theora/theoradec.c (theora_handle_data_packet): This value
8773         is often negative -- make it signed so as not to wrap around.
8774         Fixes segfaults introduced on 9 March.
8775
8776 2006-04-03  Wim Taymans  <wim@fluendo.com>
8777
8778         * ext/theora/gsttheoradec.h:
8779         * ext/theora/theoradec.c: (theora_dec_src_event):
8780         Don't try to store a gdouble in a gboolean.
8781         Small cleanups.
8782
8783 2006-04-03  Michael Smith  <msmith@fluendo.com>
8784
8785         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
8786           Oggmux sucks.
8787           Make it suck slightly less by writing out the final page.
8788           Still can't encode a vorbis-in-ogg file correctly, though.
8789
8790 2006-04-03  Andy Wingo  <wingo@pobox.com>
8791
8792         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
8793         a g_print.
8794
8795         * ext/theora/theora.c (plugin_init): Register theoraparse.
8796
8797         * ext/theora/gsttheoraparse.h: 
8798         * ext/theora/theoraparse.c: New files implementing a theora
8799         parser. Now we can properly remux ogg/theora+vorbis, yay.
8800
8801         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
8802
8803 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
8804
8805         * gst/audiotestsrc/gstaudiotestsrc.c:
8806           Fixed the sample pipeline (see #323798)
8807
8808 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
8809
8810         * configure.ac:
8811         * win32/common/config.h:
8812         * win32/common/config.h.in:
8813           use AS_VERSION and AS_NANO
8814           more cleanups
8815
8816 2006-03-31  Andy Wingo  <wingo@pobox.com>
8817
8818         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
8819         uninitialized variable return that would happen.
8820         
8821         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
8822         uninitialized variable return that would never happen.
8823
8824         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
8825         (vorbis_parse_sink_event): Add an event function to flush our
8826         state on a seek, and to drain buffers on a premature EOS.
8827         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
8828         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
8829         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
8830         (vorbis_parse_drain_queue): Queue up buffers until we can set
8831         their timestamps and granulepos values.
8832
8833         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
8834         and keep track of data needed for deriving granulepos and
8835         timestamps for buffers.
8836
8837 2006-03-29  Wim Taymans  <wim@fluendo.com>
8838
8839         Patch by: j^ <j at bootlab dot org>
8840
8841         * ext/alsa/gstalsamixerelement.c:
8842         (gst_alsa_mixer_element_class_init):
8843         * ext/alsa/gstalsasink.c:
8844         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
8845         * ext/ogg/gstoggdemux.c:
8846         * ext/ogg/gstoggmux.c:
8847         * ext/ogg/gstoggparse.c:
8848         * ext/pango/gstclockoverlay.c:
8849         * ext/pango/gsttextoverlay.c:
8850         * ext/pango/gsttextrender.c:
8851         * ext/pango/gsttimeoverlay.c:
8852         * ext/theora/theoradec.c:
8853         * ext/theora/theoraenc.c:
8854         * ext/vorbis/vorbisdec.c:
8855         * ext/vorbis/vorbisenc.c:
8856         * gst/audioconvert/gstaudioconvert.c:
8857         * gst/subparse/gstsubparse.c:
8858         * gst/tcp/gstmultifdsink.c:
8859         * gst/tcp/gsttcpclientsink.c:
8860         * gst/tcp/gsttcpclientsrc.c:
8861         * gst/tcp/gsttcpserversink.c:
8862         * gst/tcp/gsttcpserversrc.c:
8863           better/unified long descriptions
8864           Fixes #336477
8865
8866 2006-03-29  Wim Taymans  <wim@fluendo.com>
8867
8868         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
8869         (stop_seek):
8870         Don't let double and triple clicks mess up our state.
8871
8872 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
8873
8874         * gst/playback/gstplaybin.c: (gen_video_element),
8875         (gen_text_element), (gen_audio_element), (gen_vis_element):
8876           Error out gracefully when we can't create any of the usual
8877           conversion elements for some reason. Also, don't try to
8878           create an audioscale (sic) element that's not used anyway.
8879
8880 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
8881
8882         * gst/playback/gstplaybasebin.c: (setup_source):
8883           Don't post RESOURCE_NOT_FOUND error when we can't find a source
8884           element for a particular protocol, that's confusing for users.
8885           Instead, post a RESOURCE_FAILED error, so that our own error
8886           message is actually shown in totem etc. (#336303).
8887
8888 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
8889
8890         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
8891
8892         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
8893         (gst_gnome_vfs_src_get_icy_metadata):
8894           Fix some minor memory leaks (#336194).
8895
8896 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
8897
8898         * ext/gnomevfs/gstgnomevfs.c:
8899         (gst_gnome_vfs_location_to_uri_string):
8900         * ext/gnomevfs/gstgnomevfs.h:
8901         * ext/gnomevfs/gstgnomevfssink.c:
8902         (gst_gnome_vfs_sink_set_property):
8903         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
8904           Make gnomevfssink accept filenames as well as URIs for the
8905           "location" property, just like gnomevfssrc does (and
8906           filesrc/filesink do) (#336190).
8907
8908 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
8909
8910         * tests/check/generic/clock-selection.c: (GST_START_TEST):
8911           set to NULL before unreffing, fixes a valgrind leak.
8912           Why was this not triggering the error that an object needs to
8913           be NULL before unreffing ?
8914         * win32/common/config.h:
8915           update
8916
8917 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
8918
8919         * gst/subparse/gstsubparse.c: (convert_encoding),
8920         (gst_sub_parse_change_state):
8921         * gst/subparse/gstsubparse.h:
8922           Text subtitle files may or may not be UTF-8. If it's not, we
8923           don't really want to see '?' characters in place of non-ASCII
8924           characters like accented characters. So let's assume the input
8925           is UTF-8 until we come across text that is clearly not. If it's
8926           not UTF-8, we don't really know what it is, so try the following:
8927           (a) see whether the GST_SUBTITLE_ENCODING environment variable
8928           is set; if not, check (b) if the current locale encoding is
8929           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
8930           the current locale encoding is UTF-8 and the environment variable
8931           was not set to any particular encoding. Not perfect, but better
8932           than nothing (and better than before, I think) (fixes #172848).
8933
8934 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
8935
8936         * configure.ac:
8937           update core requirement to 0.10.4.1 because of async_playback
8938           vmethod on GstBaseSink
8939
8940 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
8941
8942         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
8943         * gst/adder/gstadder.c: (gst_adder_init):
8944         use DEBUG_FUNCPTR for collectpads
8945
8946 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
8947
8948         * docs/plugins/Makefile.am:
8949         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
8950         * docs/plugins/gst-plugins-base-plugins-sections.txt:
8951         * ext/cdparanoia/gstcdparanoiasrc.c:
8952         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
8953         (gst_gnome_vfs_sink_class_init):
8954         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
8955         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
8956         * ext/ogg/gstoggmux.c:
8957         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
8958         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
8959         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
8960         * ext/pango/gsttextoverlay.c:
8961         * ext/pango/gsttextrender.c:
8962         * ext/theora/theoradec.c:
8963         * ext/theora/theoraenc.c:
8964         * ext/vorbis/vorbisdec.c:
8965         * ext/vorbis/vorbisenc.c:
8966         * gst-libs/gst/audio/gstaudiofilter.c:
8967         (gst_audio_filter_base_init):
8968         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
8969         (gst_audio_filter_template_base_init):
8970         * gst/adder/gstadder.c: (gst_adder_get_type):
8971         * gst/adder/gstadder.h:
8972         * gst/audioconvert/gstaudioconvert.c:
8973         * gst/audiotestsrc/gstaudiotestsrc.c:
8974         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
8975         (gst_audio_test_src_create):
8976         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8977         * gst/playback/gstdecodebin.c:
8978         * gst/playback/gstplaybin.c:
8979         * gst/playback/gststreamselector.c:
8980         (gst_stream_selector_base_init):
8981         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
8982         * gst/volume/gstvolume.c:
8983         * sys/v4l/gstv4lmjpegsink.c:
8984         * sys/v4l/gstv4lmjpegsrc.c:
8985         * tests/check/libs/cddabasesrc.c:
8986         * tests/old/examples/gob/gst-identity2.gob:
8987           Add docs for adder, use GST_ELEMENT_DETAILS macro,
8988           define GstElementDetails at the top
8989
8990 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
8991
8992         * win32/common/libgstinterfaces.def:
8993         Add a lot of export functions for gst-python
8994         * win32/vs6/libgstinterfaces.dsp:
8995         Add a missing include folder in the project configuration
8996         
8997 2006-03-23  Wim Taymans  <wim@fluendo.com>
8998
8999         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9000         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
9001         (gst_base_audio_src_change_state):
9002         Fix audio sources, forgot to make the ringbuffer
9003         startable...
9004
9005 2006-03-23  Wim Taymans  <wim@fluendo.com>
9006
9007         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9008         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
9009         (gst_base_audio_src_change_state):
9010         unparent instead of unref the ringbuffer.
9011
9012 2006-03-23  Wim Taymans  <wim@fluendo.com>
9013
9014         * gst-libs/gst/audio/gstbaseaudiosink.c:
9015         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
9016         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
9017         Implement new async_play vmethod to start slaving and allow
9018         playback start in case of async PLAY state changes. 
9019
9020         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
9021         Enable QoS with new method in base class.
9022
9023 2006-03-23  Wim Taymans  <wim@fluendo.com>
9024
9025         Patch by: Julien MOUTTE <julien at moutte dot net>
9026
9027         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
9028         (gst_video_test_src_do_seek), (gst_video_test_src_create):
9029         Partially handle 0 framerate, only EOS after the first frame
9030         is missing.
9031
9032 2006-03-23  Wim Taymans  <wim@fluendo.com>
9033
9034         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
9035
9036         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
9037         (gst_riff_create_video_template_caps):
9038         * gst/ffmpegcolorspace/avcodec.h:
9039         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9040         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
9041         (gst_ffmpegcsp_avpicture_fill):
9042         * gst/ffmpegcolorspace/imgconvert.c:
9043         Patch for support of YVU9 AVI files (#334822)
9044
9045 2006-03-22  Edward Hervey  <edward@fluendo.com>
9046
9047         * docs/design/design-decodebin.txt:
9048         Added design document for new decodebin
9049         (Target Caps): text/x-pango-markup is also a default target caps.
9050
9051 2006-03-22  Wim Taymans  <wim@fluendo.com>
9052
9053         * gst-libs/gst/audio/gstbaseaudiosink.c:
9054         (gst_base_audio_sink_dispose):
9055         Since we _parent the ringbuffer, we also need to
9056         _unparent instead of a plain _unref.
9057
9058 2006-03-22  Wim Taymans  <wim@fluendo.com>
9059
9060         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
9061         (stop_seek), (scrub_toggle_cb), (main):
9062         Add scrub checkbox.
9063
9064 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9065
9066         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
9067         (gst_ogg_parse_chain):
9068           Fix very inefficient usage of linked lists (#335365).
9069
9070 2006-03-21  Edward Hervey  <edward@fluendo.com>
9071
9072         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
9073         * gst/playback/gstplaybin.c: (handoff):
9074         * gst/playback/gststreamselector.c:
9075         (gst_stream_selector_set_property):
9076         gcc 4.1 unreferenced pointer fixes.
9077         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
9078         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
9079         gst_buffer_ref() now takes a GstBuffer*.
9080
9081 2006-03-20  Julien MOUTTE  <julien@moutte.net>
9082
9083         * sys/xvimage/xvimagesink.c:
9084         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
9085         by Jan Schmidt.
9086
9087 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
9088
9089         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
9090         (id3v1_type_find), (apetag_type_find), (plugin_init):
9091           Can't do tag preferences via probability, as tags would then
9092           lose against types that are recognised with MAXIMUM probability
9093           (like .wav); so let all tag typefinders return MAXIMUM themselves
9094           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
9095           that we can prefer APE to ID3v1 (fixes #335028).
9096           
9097 2006-03-17  Wim Taymans  <wim@fluendo.com>
9098
9099         * gst-libs/gst/audio/gstbaseaudiosink.c:
9100         (gst_base_audio_sink_change_state):
9101         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
9102         (gst_ring_buffer_may_start):
9103         * gst-libs/gst/audio/gstringbuffer.h:
9104         Only start playback if we are playing.
9105         should fix #330748.
9106
9107 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
9108
9109         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
9110         * win32/common/config.h:
9111           Revert accidental commits to these files.
9112
9113 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
9114
9115         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
9116
9117         * tests/Makefile.am:
9118           Don't try to build tests in tests/icles if we
9119           don't have X (#323852)
9120
9121 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
9122
9123         * gst-libs/gst/tag/gstid3tag.c:
9124           Add TXXX frame identifiers for replaygain stuff as used
9125           by some taggers (see #323721).
9126
9127 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
9128
9129         * gst/playback/gststreamselector.c:
9130         (gst_stream_selector_set_property),
9131         (gst_stream_selector_bufferalloc):
9132           Preserve the existing buggy streamselector behaviour by performing
9133           a fallback buffer allocation when downstream isn't linked yet.
9134           This should really be fixed in playbin by blocking pads until it's
9135           linked them.
9136           Also, use gst_pad_alloc_buffer instead of
9137           gst_pad_alloc_buffer_and_set.
9138
9139 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
9140
9141         * gst-libs/gst/tag/gstid3tag.c:
9142           Don't crash on unknown ID3v2 TXXX frames.
9143           
9144 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
9145
9146         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
9147           Chain up to the parent finalize method.
9148           Add 32-bit sample size to the template caps.
9149
9150         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
9151         (gst_riff_create_video_template_caps):
9152           Add the fourcc that the VMWare codec uses.
9153           
9154         * gst/playback/gststreamselector.c:
9155         (gst_stream_selector_set_property),
9156         (gst_stream_selector_bufferalloc),
9157         (gst_stream_selector_request_new_pad):
9158           For the active pad, forward buffer-alloc requests, otherwise
9159           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
9160           having to memcpy every frame when used by playbin.
9161
9162         * gst/tcp/gstmultifdsink.c:
9163         (gst_multi_fd_sink_handle_client_write):
9164           Get negotiated caps from the sink pad, rather than the sink
9165           pad's peer.
9166
9167 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
9168
9169         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
9170         
9171         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
9172           Don't forget to set src->callbacks_pushed to FALSE again when
9173           popping them, otherwise re-activation in a different mode won't
9174           work (#334620).
9175
9176 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
9177
9178         Patch by: Sebastien Moutte  <sebastien moutte net>
9179
9180         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
9181         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
9182         (gst_ffmpeg_smpfmt_to_caps):
9183           Replace __VA_ARGS__ caps creation macros with varargs functions.
9184           Makes things compile on MSVC (#320765), looks nicer, and we can
9185           tell the compiler to check for the NULL terminator.
9186
9187 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
9188
9189         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
9190
9191         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
9192           Make sure the buffer we copy into is really always big
9193           enough, this time for real (#333488).
9194           
9195 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
9196
9197         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
9198           Add support for 24bpp DIB (#305279).
9199
9200 2006-03-14  Wim Taymans  <wim@fluendo.com>
9201
9202         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
9203         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
9204         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
9205         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
9206         (gst_video_scale_init), (gst_video_scale_src_event):
9207         Re-enable QoS after the release.
9208         Rework videoscale to use the base class src_event handler.
9209
9210 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
9211
9212         * configure.ac:
9213           back to CVS.
9214
9215 === release 0.10.5 ===
9216
9217 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
9218
9219         * configure.ac:
9220           releasing 0.10.5, "Net"
9221
9222 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
9223
9224         * docs/plugins/Makefile.am:
9225           Part of previous cdparanoiasrc docs fixes, forgot to commit.
9226           
9227 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
9228
9229         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9230         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9231         * docs/plugins/gst-plugins-base-plugins.hierarchy:
9232           Add cdparanoiasrc to docs.
9233
9234         * gst-libs/gst/cdda/gstcddabasesrc.c:
9235           More GstCddaBaseSrc docs.
9236
9237 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
9238
9239         * docs/libs/gst-plugins-base-libs-sections.txt:
9240         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
9241         * gst-libs/gst/tag/tag.h:
9242           API: libgsttag: new method gst_tag_from_id3_user_tag().
9243
9244 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
9245
9246         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9247           NULL-terminate array of mpeg4 video file extensions.
9248           Fixes crash on PPC (#334226).
9249
9250 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
9251
9252         * ext/gnomevfs/gstgnomevfssrc.c:
9253         (gst_gnome_vfs_src_check_get_range):
9254           gnome_vfs_uri_is_local() alone is not a good indicator
9255           whether we can operate in pull-mode with a specific URI,
9256           as it returns FALSE for file:// URIs that point to an
9257           NFS-mounted path. Be more conservative here: whitelist
9258           local files, blacklist http URIs and use the old
9259           mechanism for anything else (fixes #334216).
9260
9261 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
9262
9263         * configure.ac:
9264           back to trunk
9265
9266 === release 0.10.4 ===
9267
9268 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
9269
9270         * configure.ac:
9271           releasing 0.10.4, "Power"
9272
9273 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
9274
9275         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
9276         Disable max-lateness by setting it to -1 for now, so that 
9277         we can bed QoS stuff in thoroughly between now and the next
9278         release.
9279
9280 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9281
9282         Patch by: Fabrizio Gennari
9283
9284         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
9285           Make sure we don't read beyond the palette buffer in case of
9286           broken or manipulated files (#333488)
9287
9288 2006-03-10  Edward Hervey  <edward@fluendo.com>
9289
9290         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
9291         Fix for variable not initialized.
9292
9293 2006-03-09  Wim Taymans  <wim@fluendo.com>
9294
9295         * ext/libvisual/visual.c: (gst_visual_get_type),
9296         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
9297         (gst_visual_chain):
9298         Small cleanups.
9299
9300         * ext/theora/gsttheoradec.h:
9301         * ext/theora/theoradec.c: (gst_theora_dec_init),
9302         (gst_theora_dec_reset), (_theora_granule_time),
9303         (theora_dec_src_convert), (theora_dec_sink_convert),
9304         (theora_dec_src_query), (theora_dec_src_event),
9305         (theora_dec_sink_event), (theora_handle_comment_packet),
9306         (theora_handle_header_packet), (theora_dec_push),
9307         (theora_handle_data_packet), (theora_dec_chain),
9308         (theora_dec_change_state):
9309         Add simple QoS.
9310
9311 2006-03-09  Wim Taymans  <wim@fluendo.com>
9312
9313         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
9314         (audiocast_register_listener), (gst_gnome_vfs_src_start):
9315         Some cleanups.
9316
9317 2006-03-09  Wim Taymans  <wim@fluendo.com>
9318
9319         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
9320         Don't try to activate NULL chains.
9321
9322 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9323
9324         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
9325           Fix invalid memory access to region before peek'd data (#332964).
9326
9327 2006-03-09  Wim Taymans  <wim@fluendo.com>
9328
9329         Patch by: Christophe Fergeau
9330
9331         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
9332         * ext/pango/gsttextrender.c: (gst_text_render_init):
9333         * gst/adder/gstadder.c: (gst_adder_init):
9334         Don't leak padtemplates, closes #333510.
9335
9336 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9337
9338         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
9339           Fix invalid memory access: make sure string passed to
9340           regexec() is NUL-termianted.
9341
9342 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9343
9344         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
9345         (mp3_type_find):
9346           Refactor mpeg/audio typefinding to make it more maintainable
9347           and easier to fine-tune. Make probing into middle of the file
9348           work properly (fixes #333900, also see #152688).
9349
9350 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9351
9352         * gst/typefind/gsttypefindfunctions.c:
9353         (utf8_type_find_have_valid_utf8_at_offset):
9354           Remove part from previous commit that was bogus:
9355           g_utf8_validate() does in fact not accept embedded
9356           zeroes, so we don't need to check for those (thanks
9357           to Mike for the hint).
9358
9359 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
9360
9361         * gst/typefind/gsttypefindfunctions.c:
9362         (utf8_type_find_count_embedded_zeroes),
9363         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
9364           Make plain/text typefinder more conservative: firstly, check
9365           for embedded zeroes, which are perfectly valid UTF-8 characters,
9366           but also a fairly good sign that something is not a plain text
9367           file; secondly, probe into the middle of the file if possible.
9368           If we can't probe into the middle, limit the probability value
9369           to be returned to TYPE_FIND_POSSIBLE (see #333900).
9370
9371 2006-03-08  Michael Smith  <msmith@fluendo.com>
9372
9373         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9374           Make typefind function name for mpeg4 video unique.
9375
9376 2006-03-08  Wim Taymans  <wim@fluendo.com>
9377
9378         * ext/libvisual/visual.c: (gst_visual_init),
9379         (gst_visual_clear_actors), (gst_visual_dispose),
9380         (gst_visual_reset), (gst_visual_src_setcaps),
9381         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
9382         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
9383         (gst_visual_chain), (gst_visual_change_state):
9384         Cleanups, post nice errors.
9385         Handle sink and src events.
9386         Implement simple QoS.
9387
9388         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
9389         Use new basesink methods to configure max-lateness.
9390         Small doc update.
9391
9392         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9393         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
9394         Debug statement cleanups.
9395
9396         * gst/volume/gstvolume.c: (gst_volume_class_init):
9397         Simple cleanup.
9398
9399 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
9400
9401         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
9402         (gst_text_overlay_init), (gst_text_overlay_set_property),
9403         (gst_text_overlay_get_property):
9404           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
9405           as string type properties, but mark them deprecated. Add
9406           'halignment' and 'valignment' properties that use enums
9407           instead of strings.
9408
9409 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
9410
9411         Patch by: Fabrizio Gennari
9412
9413         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
9414           Allow palettes with less than 256 colours in AVI files
9415           (#333488)
9416
9417 2006-03-07  Julien MOUTTE  <julien@moutte.net>
9418
9419         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
9420         (gst_text_overlay_video_event): Fix wrong EOS handling on text
9421         pad. We were releasing the queued text buffer when we should keep
9422         it until video pad gets EOS or discard the text buffer because it's
9423         too old. That was eating the last subtitle buffer. Add some more
9424         debug.
9425
9426 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
9427
9428         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
9429         (gst_text_overlay_video_chain):
9430           Fix invalid memory access (we can't access a buffer after it's been
9431           pushed downstream without taking a reference); fix memory leak (if
9432           there's no text to render, bail out before allocating stuff).
9433
9434 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
9435
9436         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
9437         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
9438         * ext/pango/gsttextoverlay.h:
9439           If input is plain text, escape it before passing it to
9440           pango_layout_set_markup().
9441
9442 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
9443
9444         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
9445           Don't ignore flow return from gst_pad_push().
9446
9447 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
9448
9449         Patch by: Fabrizio Gennari
9450
9451         * ext/libvisual/visual.c: (gst_visual_getcaps),
9452         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
9453         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
9454         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
9455         (gst_vorbisenc_convert_sink):
9456         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
9457         (gst_audio_duration_from_pad_buffer):
9458         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
9459         (gst_audio_filter_chain):
9460         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9461         (gst_base_rtp_depayload_setcaps):
9462         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
9463         (gst_video_get_size):
9464         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
9465           Don't leak references returned by gst_pad_get_parent()
9466           (#333663)
9467
9468 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
9469
9470         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
9471           change location param details
9472         * gst/volume/gstvolume.c: (plugin_init):
9473           correct plugin description
9474
9475 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
9476
9477         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
9478         (gst_gnome_vfs_src_check_get_range):
9479           Override GstBaseSrc::check_get_range() in order to avoid opening
9480           the resource just to check whether we can operate in pull-mode or
9481           not - we can predict that pretty well from the URI alone. Should
9482           fix problems with last.fm (#331690). (Requires latest core CVS).
9483
9484 2006-03-06  Wim Taymans  <wim@fluendo.com>
9485
9486         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
9487         (gst_video_sink_class_init):
9488         Throw away frames that are later than 20 ms.
9489
9490 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
9491
9492         Patch by: Fabrizio Gennari
9493
9494         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9495           Set depth on WMA caps (#333545)
9496
9497 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
9498
9499         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
9500         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
9501           put Theora BOS pages before others.  This hardcodes
9502           the Ogg/Theora I profile, but hey.
9503
9504 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
9505
9506         * ext/ogg/README:
9507           updated with some examples
9508         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
9509         (granulepos_add), (theora_buffer_from_packet):
9510         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
9511         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
9512         (gst_vorbisenc_chain):
9513           implement strategy from ext/ogg/README
9514         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
9515         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
9516         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
9517         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
9518           Fix muxer so that oggz-validate is happy with all streams;
9519           except for no eos mark, and the BOS page ordering
9520         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
9521         (check_buffer_granulepos):
9522         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
9523           update tests to check for OFFSET being set as requested
9524           fixed type of granulepos, it's not a ClockTime
9525
9526 2006-03-05  Julien MOUTTE  <julien@moutte.net>
9527
9528         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
9529         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
9530         Check that the xvimage we are creating has a correct size
9531         before returning it. (#314897)
9532
9533 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
9534
9535         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9536           Give id3 and ape tag typefinders a rank slightly higher
9537           than PRIMARY to ensure they're always run before any of
9538           the other typefinders (in particular wav and mp3) (#324186).
9539
9540 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
9541
9542         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
9543           Add support for '3IVD' fourcc (#333403).
9544
9545 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
9546
9547         * configure.ac:
9548           Bump requirements to GStreamer CVS for the new error enum.
9549
9550         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
9551           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
9552           space left on the device (fixes #333352).
9553
9554 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
9555
9556         * win32/vs6:
9557           add a project file for libgstvolume
9558           update the workspace
9559
9560 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
9561
9562         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
9563         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
9564         (GST_START_TEST):
9565           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
9566           Set IN_CAPS on header buffers
9567
9568 2006-03-02  Wim Taymans  <wim@fluendo.com>
9569
9570         * docs/plugins/Makefile.am:
9571         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9572         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9573         Add audioresample to docs.
9574
9575         * gst/audioconvert/gstaudioconvert.c:
9576         Add revision date.
9577
9578         * gst/audioresample/gstaudioresample.c:
9579         (gst_audioresample_base_init), (gst_audioresample_class_init),
9580         (gst_audioresample_init), (gst_audioresample_dispose),
9581         (audioresample_get_unit_size), (audioresample_transform_caps),
9582         (resample_set_state_from_caps), (audioresample_transform_size),
9583         (audioresample_set_caps), (audioresample_event),
9584         (audioresample_do_output), (audioresample_transform),
9585         (audioresample_pushthrough), (gst_audioresample_set_property),
9586         (gst_audioresample_get_property), (plugin_init):
9587         * gst/audioresample/gstaudioresample.h:
9588         Added docs.
9589         Small code cleanups.
9590
9591 2006-03-02  Wim Taymans  <wim@fluendo.com>
9592
9593         * docs/plugins/Makefile.am:
9594         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9595         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9596         Added videoscale to docs.
9597
9598         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
9599         (gst_video_rate_swap_prev), (gst_video_rate_event),
9600         (gst_video_rate_chain):
9601         Fix typo in docs.
9602
9603         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
9604         (gst_video_scale_init), (gst_video_scale_prepare_size),
9605         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
9606         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
9607         * gst/videoscale/gstvideoscale.h:
9608         Added docs, examples.
9609         Some code cleanups.
9610         Post errors instead of g_warning.
9611
9612 2006-03-02  Wim Taymans  <wim@fluendo.com>
9613
9614         * docs/libs/gst-plugins-base-libs-docs.sgml:
9615         * docs/libs/gst-plugins-base-libs-sections.txt:
9616         * docs/libs/gst-plugins-base-libs.types:
9617         * docs/plugins/Makefile.am:
9618         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9619         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9620         Added some more docs to libs and plugins.
9621
9622         * gst-libs/gst/audio/gstringbuffer.c:
9623         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
9624         * gst-libs/gst/audio/gstringbuffer.h:
9625         Document ringbuffer some more.
9626
9627         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
9628         (gst_video_rate_setcaps), (gst_video_rate_reset),
9629         (gst_video_rate_init), (gst_video_rate_flush_prev),
9630         (gst_video_rate_swap_prev), (gst_video_rate_event),
9631         (gst_video_rate_chain), (gst_video_rate_change_state):
9632         * gst/videorate/gstvideorate.h:
9633         Fix videorate to use segments.
9634         Make it work with 0/1 framerates (closes #331903)
9635         Handle EOS correctly.
9636         Added docs.
9637
9638 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
9639
9640         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
9641         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
9642         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
9643           In state change function, first chain up to parent class,
9644           then handle downwards state change stuff. Remove some
9645           commented out cruft from 0.8 code.
9646
9647 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
9648
9649         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
9650         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
9651         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
9652         (gst_ogm_parse_chain):
9653           Don't remove/re-add source pad if the new caps are the same as
9654           the old caps anyway (#333042). When removing source pad, don't
9655           unref it afterwards - we didn't ref it when adding. Sprinkle some
9656           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
9657           after using gst_pad_get_parent(). Return downstream flow return
9658           value in chain function.
9659
9660 2006-03-02  Wim Taymans  <wim@fluendo.com>
9661
9662         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9663         * docs/plugins/gst-plugins-base-plugins.args:
9664         * docs/plugins/gst-plugins-base-plugins.hierarchy:
9665         * docs/plugins/gst-plugins-base-plugins.interfaces:
9666         * docs/plugins/gst-plugins-base-plugins.signals:
9667         Fix hierarchy, added some more elements to the docs.
9668
9669         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9670         (gst_ffmpegcsp_get_type):
9671         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
9672         Fix docs for ffmpegcolorspace.
9673
9674 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
9675
9676         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
9677         (apetag_type_find), (ape_type_find), (plugin_init):
9678           Some typefinding fine-tuning:
9679           - rank ID3/APE tags in order of preference via probabilities, so that
9680             ID3v2 > APEv2 > APEv1 > ID3v1.
9681           - three or four bytes don't really justify MAXIMUM probability,
9682             change those to 'very likely' (musepack and monkeysaudio).
9683
9684 2006-03-01  Wim Taymans  <wim@fluendo.com>
9685
9686         * docs/plugins/Makefile.am:
9687         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9688         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9689         * ext/alsa/gstalsamixer.c:
9690         * ext/alsa/gstalsamixer.h:
9691         * ext/alsa/gstalsamixerelement.c:
9692         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
9693         * ext/alsa/gstalsamixerelement.h:
9694         * ext/alsa/gstalsasink.c:
9695         * ext/alsa/gstalsasink.h:
9696         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
9697         (gst_alsasrc_init):
9698         * ext/alsa/gstalsasrc.h:
9699         Added alsa docs.
9700         Small code cleanups.
9701
9702 2006-03-01  Wim Taymans  <wim@fluendo.com>
9703
9704         * ext/theora/Makefile.am:
9705         Dist new header too,
9706
9707 2006-03-01  Wim Taymans  <wim@fluendo.com>
9708
9709         * docs/plugins/Makefile.am:
9710         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9711         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9712         * ext/gnomevfs/gstgnomevfssink.h:
9713         * ext/gnomevfs/gstgnomevfssrc.h:
9714         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9715         * ext/vorbis/vorbisdec.h:
9716         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
9717         * ext/vorbis/vorbisenc.h:
9718         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
9719         (vorbis_parse_chain), (vorbis_parse_change_state):
9720         * ext/vorbis/vorbisparse.h:
9721         * gst/audioconvert/gstaudioconvert.h:
9722         * gst/tcp/gsttcpserversink.h:
9723         * gst/videotestsrc/gstvideotestsrc.c:
9724         * gst/videotestsrc/gstvideotestsrc.h:
9725         * gst/volume/gstvolume.c:
9726         * gst/volume/gstvolume.h:
9727         Fix some more docs.
9728         Added docs for vorbisdec and vorbisparse.
9729         Fix vorbisparse.
9730
9731 2006-03-01  Wim Taymans  <wim@fluendo.com>
9732
9733         * docs/plugins/Makefile.am:
9734         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9735         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9736         * ext/pango/gstclockoverlay.h:
9737         * ext/pango/gsttextoverlay.h:
9738         * ext/pango/gsttextrender.h:
9739         * ext/pango/gsttimeoverlay.h:
9740         * ext/theora/gsttheoradec.h:
9741         * ext/theora/gsttheoraenc.h:
9742         * ext/theora/theoradec.c:
9743         * ext/theora/theoraenc.c:
9744         * gst/audioconvert/gstaudioconvert.h:
9745         * gst/audiotestsrc/gstaudiotestsrc.h:
9746         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
9747         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
9748         * gst/tcp/gstmultifdsink.h:
9749         Updated/added documentation.
9750
9751         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
9752         (gst_text_overlay_halign_get_type),
9753         (gst_text_overlay_wrap_mode_get_type),
9754         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
9755         (gst_text_overlay_init), (gst_text_overlay_set_property),
9756         (gst_text_overlay_get_property):
9757         Fix up properties to be enums instead of string to make bindings,
9758         introspection and automatic GUI creation possible.
9759         Add getters for the properties.
9760
9761 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
9762
9763         * gst/audiotestsrc/gstaudiotestsrc.c:
9764           added defines of M_PI and M_PI_2
9765         * gst/ffmpegcolorspace/avcodec.h:
9766           removed #include "stdint.h" for win32 as _stdint.h is 
9767           autogenerated to win32/common
9768         * win32/common/libgstaudio.def:
9769         * win32/common/libgsttag.def:
9770           added some exports
9771         * win32/vs6:
9772           some project files bugs corrected
9773         * win32/vs7:
9774           project files are reset to the default vs7 configuration 
9775           (they link to msvcr71.dll using default optimizations)
9776           
9777 2006-02-28  Wim Taymans  <wim@fluendo.com>
9778
9779         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
9780         Fix some docs.
9781
9782 2006-02-28  Edward Hervey  <edward@fluendo.com>
9783
9784         * ext/alsa/gstalsasrc.c:
9785         Set proper class on the ElementDetails:
9786         Source/Audio instead of Src/Audio/
9787
9788 2006-02-28  Edward Hervey  <edward@fluendo.com>
9789
9790         * gst/videoscale/vs_scanline.c:
9791         (vs_scanline_resample_nearest_RGBA):
9792         Revert optimization in videoscale. It should go in liboil and have
9793         an appropriate liboil function.
9794
9795 2006-02-28  Wim Taymans  <wim@fluendo.com>
9796
9797         * gst-libs/gst/audio/gstbaseaudiosink.c:
9798         (gst_base_audio_sink_provide_clock):
9799         Don't try to provide a clock in the NULL state.
9800
9801 2006-02-28  Wim Taymans  <wim@fluendo.com>
9802
9803         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
9804         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
9805         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
9806         (gst_ogg_demux_deactivate_current_chain),
9807         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
9808         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
9809         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
9810         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
9811         Use GstSegment infrastructure to remove duplicated code
9812         and handle more seek cases correctly.
9813
9814 2006-02-28  Wim Taymans  <wim@fluendo.com>
9815
9816         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9817         (gst_ffmpegcsp_transform):
9818         Don't ignore return code from ffmpeg convert function.
9819
9820         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
9821         Split out some long statements to ease debugging.
9822
9823 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
9824
9825         * ext/libvisual/visual.c: (gst_visual_init),
9826         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
9827         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
9828         being able to renegotiate the size. Instead, use the negotiation
9829         algorithm from the goom plugin to pick an initial output caps. 
9830
9831         Also, allow theoretical libvisual plugins that might support non-GL 
9832         output even if they also do GL.
9833
9834 2006-02-26  Julien MOUTTE  <julien@moutte.net>
9835
9836         * ext/libvisual/visual.c: (gst_visual_init),
9837         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
9838         (plugin_init): Load only non GL plugins. Fix some memleaks and 
9839         possible negotiation issues.
9840
9841 2006-02-25  Julien MOUTTE  <julien@moutte.net>
9842
9843         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
9844
9845 2006-02-24  Michael Smith  <msmith@fluendo.com>
9846
9847         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
9848         (cmml_type_find), (plugin_init):
9849           Fix CMML type find function to not require a specific minor version
9850           of the CMML header.
9851
9852           Add an MPEG4 video elementary stream typefind function.
9853
9854 2006-02-04  Michael Smith  <msmith@fluendo.com>
9855
9856         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
9857         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
9858         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
9859         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
9860         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
9861         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
9862           Annodex support in ogg demuxer. Doesn't do very much without the
9863           other annodex patches (to come).
9864
9865 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
9866
9867         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
9868
9869         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
9870           Pick up palette for MS video v1 (#327028)
9871
9872 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
9873
9874         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9875         (gst_ffmpegcsp_caps_remove_format_info),
9876         (gst_ffmpegcsp_get_unit_size):
9877           The 'palette_data' field from incoming RGB caps shouldn't be
9878           proxied on outgoing YUV caps; also, restrict unit size
9879           adjustment in case of paletted data only to the unit that
9880           actually has a palette. Fixes #330711.
9881
9882 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
9883
9884         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9885         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
9886         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
9887         (gst_ffmpegcsp_get_unit_size):
9888           Plug some memory leaks.
9889
9890 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
9891
9892         * sys/ximage/Makefile.am:
9893         * sys/xvimage/Makefile.am:
9894           Add some _CFLAGS and _LIBS that seem to be missing
9895           and/or required for Cygwin (see #317048).
9896
9897 2006-02-22  Wim Taymans  <wim@fluendo.com>
9898
9899         * ext/alsa/gstalsasrc.c:
9900         Fix description as pointed out by caugier.
9901
9902 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
9903
9904         Reviewed by : Edward Hervey  <edward@fluendo.com>
9905
9906         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
9907         (qt_type_find):
9908         Better 3gp typefinding (#331526).
9909
9910 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
9911
9912         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
9913           Don't send EOS event here, the base class will send one for us.
9914
9915         * gst/playback/gstplaybasebin.c: (prepare_output):
9916           Subpictures without video stream aren't allowed either.
9917         
9918         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
9919           Fix debug statement copy'n'paste-o.
9920
9921 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
9922
9923         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
9924           Fix issues with mixer keeping state when muting/unmuting
9925           and when changing the volume whilst muted (see #331763
9926           and #331765).
9927
9928 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
9929
9930         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
9931         (parse_subrip), (gst_sub_parse_format_autodetect):
9932           Set right caps given that we send escaped text. Also,
9933           honour <i></i>, <b></b> and <u></u> markers that can be found
9934           in .srt files (fixes #310202).
9935
9936 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
9937
9938         * gst-libs/gst/audio/mixerutils.c:
9939         (element_factory_rank_compare_func):
9940           Make order in which elements are tried more determinable.
9941
9942 2006-02-20  Julien MOUTTE  <julien@moutte.net>
9943
9944         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
9945         (remove_element_chain), (cleanup_decodebin),
9946         (gst_decode_bin_change_state): Make decodebin reusable by
9947         fixing remove_element_chain first and then introduce a
9948         cleaner in state change to ->NULL. (Closes #331678)
9949
9950 2006-02-19  Wim Taymans  <wim@fluendo.com>
9951
9952         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
9953         use 0666 mask when creating files so umask gets applied
9954         correctly. Fixes #331295.
9955
9956 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
9957
9958         * gst/subparse/Makefile.am:
9959         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
9960         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
9961         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
9962         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
9963         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
9964         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
9965         * gst/subparse/gstssaparse.h:
9966         * gst/subparse/gstsubparse.c: (plugin_init):
9967           Add very basic parser for SSA subtitle streams (as often
9968           found in matroska files).
9969
9970 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
9971
9972         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
9973           That should be text/x-pango-markup, not text/x-pango-layout.
9974
9975 2006-02-19  Julien MOUTTE  <julien@moutte.net>
9976
9977         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
9978         Polishing.
9979
9980 2006-02-19  Julien MOUTTE  <julien@moutte.net>
9981
9982         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
9983         (gst_text_overlay_finalize), (gst_text_overlay_init),
9984         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
9985         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
9986         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
9987         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
9988         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
9989         Fix state change deadlock.
9990
9991 2006-02-19  Julien MOUTTE  <julien@moutte.net>
9992
9993         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
9994         (gst_text_overlay_finalize), (gst_text_overlay_init),
9995         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
9996         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
9997         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
9998         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
9999         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
10000         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
10001         and subtitles files.
10002
10003 2006-02-19  Julien MOUTTE  <julien@moutte.net>
10004
10005         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
10006         should be considered as raw.
10007
10008 2006-02-19  Julien MOUTTE  <julien@moutte.net>
10009
10010         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
10011         (cb_probe):
10012         * gst/playback/gststreaminfo.h: Introduce language informations.
10013
10014 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
10015
10016         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
10017         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
10018         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
10019         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
10020         Set shared memory segments to be deleted as soon as we have attached,
10021         that way they get cleaned up automatically if we crash.
10022
10023 2006-02-18  Julien MOUTTE  <julien@moutte.net>
10024
10025         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
10026         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
10027         functions are called with lock held.
10028
10029 2006-02-18  Julien MOUTTE  <julien@moutte.net>
10030
10031         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
10032         (gst_text_overlay_finalize), (gst_text_overlay_init),
10033         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
10034         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
10035         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
10036         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
10037         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
10038         (gst_text_overlay_change_state): Refactoring of textoverlay
10039         without collectpads. This now supports sparse subtitles coming
10040         from a demuxer instead of a sub file. Seeking is still broken 
10041         though. Need to discuss with wtay some more on how to handle
10042         seeking correctly.
10043         * ext/pango/gsttextoverlay.h:
10044         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
10045         subtitles coming from the demuxer.
10046
10047 2006-02-17  Wim Taymans  <wim@fluendo.com>
10048
10049         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
10050         (gst_vorbisenc_convert_sink):
10051         Use some more scaling functions.
10052
10053 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
10054
10055         * ext/cdparanoia/gstcdparanoiasrc.c:
10056         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
10057         (gst_cd_paranoia_paranoia_callback),
10058         (gst_cd_paranoia_src_signal_is_being_watched),
10059         (gst_cd_paranoia_src_read_sector):
10060         * ext/cdparanoia/gstcdparanoiasrc.h:
10061           Add back 'transport-error' and 'uncorrected-error' signals and
10062           make them actually be fired when bad stuff happens (#319340).
10063
10064 2006-02-17  Wim Taymans  <wim@fluendo.com>
10065
10066         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
10067         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
10068         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
10069         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
10070         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
10071         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
10072         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
10073         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
10074         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
10075         (gst_ring_buffer_clear):
10076         Small cleanups.
10077         Added some G_LIKELY.
10078
10079 2006-02-17  Wim Taymans  <wim@fluendo.com>
10080
10081         * gst-libs/gst/audio/TODO:
10082         Update TODO
10083
10084         * gst-libs/gst/audio/gstbaseaudiosink.c:
10085         (gst_base_audio_sink_get_offset):
10086         When trying to play samples ASAP and we don't have a
10087         previous sample, try to play at position 0 instead of
10088         an invalid position.
10089
10090 2006-02-17  Wim Taymans  <wim@fluendo.com>
10091
10092         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
10093         (gst_alsasink_reset):
10094         Also release lock when we get an error in _reset();
10095         fix an error message.
10096
10097 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10098
10099         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
10100         (gst_alsasink_init), (get_channel_free_structure),
10101         (caps_add_channel_configuration), (gst_alsasink_getcaps),
10102         (gst_alsasink_close):
10103         * ext/alsa/gstalsasink.h:
10104           Add support for more than 2 channels (#326720).
10105
10106 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10107
10108         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
10109           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
10110           with 4 or 6 channels, assume a default channel layout to make things
10111           work (not sure there's anything else we can do in those cases).
10112
10113 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10114
10115         * gst-libs/gst/audio/multichannel.c:
10116           Minor docs fix.
10117
10118         * gst-libs/gst/riff/Makefile.am:
10119         * gst-libs/gst/riff/riff-ids.h:
10120         * gst-libs/gst/riff/riff-media.c:
10121         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
10122           Add support for WAVEFORMATEX, eg. PCM audio with more than two
10123           channels and a channel layout map.
10124           
10125 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
10126
10127         Reviewed by Edward Hervey  <edward@fluendo.com>
10128
10129         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
10130         C-level optimization of the RGBA nearest neighbour function.
10131         Eventually this might end up in liboil with vectorized versions.
10132
10133 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10134
10135         * gst-libs/gst/audio/multichannel.c:
10136         (gst_audio_get_channel_positions):
10137           When we have more than 2 channels, but no channel layout is
10138           specified in the caps, return some default channel layout
10139           to the caller and warn about about a possibly buggy element
10140           (could be buggy filtercaps as well of course) (#317038).
10141
10142 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10143
10144         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
10145           Add gst-libs/gst/cdda to list of lib search paths.
10146
10147 2006-02-15  Andy Wingo  <wingo@pobox.com>
10148
10149         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
10150         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
10151         to the Lord Jesus that I do not have to touch the ogg muxer ever
10152         again.
10153
10154 2006-02-15  Edward Hervey  <edward@fluendo.com>
10155
10156         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
10157         quicktime movie files can also contain 'uuid' atoms.
10158
10159 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
10160
10161         * gst/audioconvert/plugin.c: (plugin_init):
10162           Register the GstAudioChannelPosition enum type with the type
10163           system in the plugin_init function, so that it is known before
10164           any element actually makes use of multi-channel stuff. This is
10165           required for example if one wants to be able to deserialise/use
10166           a caps string with channel positions before any pipeline has
10167           been setup and started, like with gst-launch.
10168
10169 2006-02-14  Wim Taymans  <wim@fluendo.com>
10170
10171         * gst-libs/gst/audio/gstringbuffer.c:
10172         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
10173         (gst_ring_buffer_samples_done), (wait_segment),
10174         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
10175         Add some compiler G_(UN_)LIKELY help.
10176         SIGNAL the ringbuffer waiters when going to PAUSED as well to
10177         make sure they can exit their functions. Should fix #330748
10178
10179 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
10180
10181         * Makefile.am:
10182         * configure.ac:
10183         * win32/MANIFEST:
10184         * win32/common/_stdint.h:
10185           Windows does not have long long; copy the generated _stdint.h
10186         * win32/common/interfaces-enumtypes.c:
10187         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
10188         (gst_mixer_track_flags_get_type),
10189         (gst_tuner_channel_flags_get_type):
10190         * win32/common/multichannel-enumtypes.c:
10191         (gst_audio_channel_position_get_type):
10192           update
10193
10194 2006-02-13  Wim Taymans  <wim@fluendo.com>
10195
10196         * gst-libs/gst/audio/gstbaseaudiosink.c:
10197         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
10198         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10199         Always sync on first sample we receive when starting.
10200
10201 2006-02-13  Wim Taymans  <wim@fluendo.com>
10202
10203         * gst/playback/gstplaybin.c: (gen_vis_element):
10204         Update vis bin docs.
10205         Move queue after tee so we don't queue video buffers but
10206         audio samples instead. Fixes problems where the video queue
10207         is filled and the audio queue empty.
10208
10209 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
10210
10211         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
10212           No need to push an EOS event here, GstBaseSrc will do that for us
10213           when we return FLOW_UNEXPECTED.
10214           
10215 2006-02-12  Wim Taymans  <wim@fluendo.com>
10216
10217         * gst-libs/gst/audio/gstbaseaudiosink.c:
10218         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
10219         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
10220         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10221         Use scale functions when possible.
10222         Fix error messages.
10223         Free clockid when after waiting for EOS.
10224         Use G_(UN_)LIKLY when it makes sense.
10225         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
10226
10227 2006-02-12  Edward Hervey  <edward@fluendo.com>
10228
10229         * gst/playback/gstplaybasebin.c: (prepare_output): 
10230         Remove stray semi-colon (fixes #330888).
10231
10232 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
10233
10234         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
10235         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
10236         Fix up the XShm call testing so that we catch errors, and don't
10237         cause new ones by attempting to detach from a segment we failed
10238         to attach to. Fixes #312439.
10239
10240 2006-02-10  Edward Hervey  <edward@fluendo.com>
10241
10242         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10243         Added flv file typefind (video/x-flv).
10244
10245 2006-02-10  Edward Hervey  <edward@fluendo.com>
10246
10247         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
10248         (gst_riff_create_video_template_caps):
10249         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
10250         Also added the caps to the default set of riff video caps.
10251
10252 2006-02-09  Andy Wingo  <wingo@pobox.com>
10253
10254         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
10255         time and the end time of the last packet in the page.
10256         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
10257         on the pages in our queue, set the duration as well. Reflow a
10258         debug statement.
10259         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
10260         Fixes bad muxing order.
10261
10262 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
10263
10264         * gst-libs/gst/rtp/gstbasertppayload.c:
10265         (gst_basertppayload_setcaps), (gst_basertppayload_push):
10266           update seqnum before setting it on the packet; this makes sure
10267           that the timestamp and seqnum properties match after pushing
10268           a buffer
10269
10270 2006-02-09  Andy Wingo  <wingo@pobox.com>
10271
10272         * gst-libs/gst/audio/gstringbuffer.c
10273         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
10274         overflow after 13.5 hours of recording. Kapow!
10275
10276         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
10277         the buffer size -- we don't care about underrun/overrun reporting
10278         right now, just need to return a useful value.
10279
10280 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
10281
10282         * configure.ac:
10283           Back to CVS
10284
10285 === release 0.10.3 ===
10286
10287 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
10288
10289         * configure.ac:
10290           releasing 0.10.3, "Under Pressure"
10291
10292 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
10293
10294         * configure.ac:
10295         Drat. Bump libtool version number for new API.
10296         Prelease 0.10.2.3 (of 0.10.3)
10297
10298 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
10299
10300         * configure.ac:
10301         * win32/common/config.h:
10302         0.10.2.2 prerelease (of 0.10.3).
10303
10304 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
10305
10306         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
10307           Revert Andy's newsegment change pending a more correct
10308           fix.
10309
10310 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
10311
10312         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
10313         (qt_type_find), (plugin_init):
10314           detect more files as 3gp
10315           group and reorder the iso file formats
10316
10317 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10318
10319         * ext/vorbis/vorbis.c: (plugin_init):
10320           Register musicbrainz tags, so apps don't have to.
10321
10322 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10323
10324         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
10325         (gst_tag_to_vorbis_tag):
10326           Make sure we called gst_tag_register_musicbrainz_tags()
10327           before possibly mapping a vorbiscomment string from/to a
10328           musicbrainz tag.
10329
10330 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10331
10332         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
10333           In case we can't find the required number of consecutive
10334           mpeg audio frames to positively identify an MPEG audio
10335           stream, check if there's at least a valid mpeg audio
10336           frame right at offset 0 and if so suggest mpeg/audio
10337           caps with a very low probability (#153004).
10338
10339 2006-02-07  Andy Wingo  <wingo@pobox.com>
10340
10341         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
10342         a TIME segment if we get timestamped buffers. Requires recent
10343         fixes in core to work properly.
10344
10345 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10346
10347         * gst/playback/gstplaybasebin.c: (prepare_output):
10348           Don't print the URI as part of the error message, it
10349           makes error dialogs look rather ugly, especially if
10350           the URI is very long or has characters in it that
10351           need escaping.
10352
10353 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10354
10355         * gst/playback/gstplaybasebin.c: (prepare_output):
10356           Error out if we have only text or subtitles, but nothing
10357           else. Also error out if we have subtitles but no video
10358           stream.
10359
10360 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10361
10362         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
10363           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
10364           Post an error message on the bus when we encounter an
10365           error, which will hopefully be more meaningful than the
10366           'Internal Flow Error' message users get to see if we
10367           just return GST_FLOW_ERROR.
10368
10369 2006-02-07  Andy Wingo  <wingo@pobox.com>
10370
10371         * configure.ac (GST_MAJORMINOR): Update core version req to
10372         0.10.2.2, for the collectpads API addition (#330244).
10373
10374 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
10375
10376         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
10377           Return FALSE from plugin_init() when GnomeVFS can't
10378           be initialised for some reason (#328423).
10379
10380 2006-02-06  Julien MOUTTE  <julien@moutte.net>
10381
10382         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
10383         Stick to seeking theory until i find the bug.
10384         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
10385
10386 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
10387
10388         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
10389         (theora_enc_finalize), (theora_enc_sink_setcaps),
10390         (theora_set_header_on_caps), (theora_enc_chain),
10391         (theora_enc_change_state):
10392         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
10393           Make theoraenc and the tests leak free. Like, really.
10394
10395 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
10396
10397         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
10398         (theora_enc_finalize), (theora_enc_sink_setcaps):
10399           Add a finalize method to ensure we clean up state even if
10400           someone omitted the state change back to NULL.
10401
10402         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
10403         (gst_vorbisenc_chain):
10404           Free some more leaked bits.
10405
10406         * tests/check/pipelines/theoraenc.c: (start_pipeline),
10407         (stop_pipeline):
10408           Wait for state changes to happen if they're ASYNC.
10409
10410           This ought to teach those fancy pants buildbots a lesson.
10411
10412 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
10413
10414         * gst-libs/gst/tag/gstid3tag.c:
10415           Add mapping for ID3 International Standard Recording Code
10416           tag "TSRC"
10417
10418 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
10419
10420         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
10421           Don't leak tag names.
10422
10423 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
10424
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:
10428         * gst-libs/gst/tag/gstvorbistag.c:
10429         * gst-libs/gst/tag/tags.c:
10430           Split libgsttag docs into multiple sections.
10431
10432 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
10433
10434         * docs/libs/Makefile.am:
10435         * docs/libs/gst-plugins-base-libs-docs.sgml:
10436         * docs/libs/gst-plugins-base-libs-sections.txt:
10437         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
10438         * gst-libs/gst/tag/gstvorbistag.c:
10439         * gst-libs/gst/tag/tag.h:
10440         * gst-libs/gst/tag/tags.c:
10441           Add libgsttag to the docs.
10442
10443 2006-02-05  Julien MOUTTE  <julien@moutte.net>
10444
10445         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
10446         (gst_text_overlay_init), (gst_text_overlay_src_event),
10447         (gst_text_overlay_collected): Fix clockoverlay.
10448
10449 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
10450
10451         * docs/libs/compiling.sgml:
10452           Fix typo: it's pkg-config, not pkg-gconfig
10453
10454         * docs/libs/gst-plugins-base-libs-docs.sgml:
10455         * docs/libs/gst-plugins-base-libs-sections.txt:
10456         * docs/libs/tmpl/gstgconf.sgml:
10457           There is no libgstgconf in 0.10, remove it
10458           from the docs.
10459
10460 2006-02-05  Julien MOUTTE  <julien@moutte.net>
10461
10462         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
10463         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
10464         (gst_text_overlay_src_event), (gst_text_overlay_collected):
10465         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
10466         (gst_sub_parse_class_init), (gst_sub_parse_init),
10467         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
10468         (parse_mpsub), (parser_state_init), (handle_buffer),
10469         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
10470         * gst/subparse/gstsubparse.h: Introduce seeking code.
10471
10472 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
10473
10474         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
10475           Add comment about LANGUAGE tag inconsistency (we want
10476           ISO-639-1, but extract three-letter identifiers?)
10477
10478         * po/POTFILES.in:
10479           Add two translatable files.
10480
10481 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
10482
10483         * gst-libs/gst/tag/Makefile.am:
10484         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
10485         * gst-libs/gst/tag/tag.h:
10486         * gst-libs/gst/tag/tags.c:
10487         (gst_tag_register_musicbrainz_tags_internal),
10488         (gst_tag_register_musicbrainz_tags):
10489           Forward-port some tags stuff from the 0.8 branch. This is
10490           mostly the addition of musicbrainz tags and their mapping
10491           to vorbistags, and a vorbistag mapping of the language tag.
10492
10493 2006-02-05  Julien MOUTTE  <julien@moutte.net>
10494
10495         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
10496         refactoring.
10497
10498 2006-02-04  David Schleef  <ds@schleef.org>
10499
10500         * ext/ogg/gstoggmux.c:
10501         * gst/typefind/gsttypefindfunctions.c:
10502           Add Dirac typefinding and add dirac format to oggmux.
10503
10504 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10505
10506         * gst/playback/gstdecodebin.c: (try_to_link_1):
10507           Don't put essential function call into
10508           g_return_*() macro, otherwise it'll all be
10509           replaced by NOOPs when compiling with
10510           G_DISABLE_CHECKS defined.
10511
10512 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
10513
10514         * ext/ogg/gstoggdemux.c:
10515         * ext/ogg/gstoggparse.c:
10516         * gst/tcp/gsttcpserversink.c:
10517         * sys/v4l/v4lsrc_calls.c:
10518         * sys/v4l/v4lsrc_calls.h:
10519         Just make it compile with --disable-gst-debug.
10520
10521 2006-02-03  Wim Taymans  <wim@fluendo.com>
10522
10523         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
10524         (gst_alsasink_class_init), (gst_alsasink_init),
10525         (gst_alsasink_write), (gst_alsasink_reset):
10526         * ext/alsa/gstalsasink.h:
10527         Add lock to protect alsa calls.
10528         Implement reset to flush samples ASAP, does not work
10529         with dmix though.
10530
10531 2006-02-02  Wim Taymans  <wim@fluendo.com>
10532
10533         * gst-libs/gst/audio/gstbaseaudiosink.c:
10534         (gst_base_audio_sink_provide_clock):
10535         Ugh.. getting late I guess...
10536
10537 2006-02-02  Wim Taymans  <wim@fluendo.com>
10538
10539         * gst-libs/gst/audio/gstbaseaudiosink.c:
10540         (gst_base_audio_sink_provide_clock),
10541         (gst_base_audio_sink_set_property),
10542         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
10543         Don't try to provide a clock when we are not negotiated since
10544         we might not be able to make it run.
10545
10546 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10547
10548         * gst/playback/gstdecodebin.c: (try_to_link_1):
10549           Unlinking two source pads is ... hard.
10550
10551 2006-02-02  Wim Taymans  <wim@fluendo.com>
10552
10553         * gst-libs/gst/audio/TODO:
10554         Updated.
10555
10556         * gst-libs/gst/audio/gstbaseaudiosink.c:
10557         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
10558         On EOS, wait till the last sample is played before posting EOS.
10559
10560 2006-02-01  Philippe Kalaf <burger at speedy dot org>
10561
10562         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10563           Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
10564           setting queue_delay to zero. Also avoid thread being started if
10565           queue_delay is zero.
10566
10567 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
10568
10569         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
10570           Make test work again by connecting fakesinks to each decoded pad,
10571           which makes the pipeline wait until each fakesink has a buffer
10572           queued before going to PAUSED state. At that point we know the
10573           decodebin pads are negotiated.
10574
10575 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
10576
10577         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
10578         (gst_cdda_base_src_handle_event):
10579         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
10580           Pass unhandled queries to the parent class's query function.
10581
10582 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
10583
10584         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
10585         (gst_ogg_pad_src_query):
10586         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
10587         * ext/theora/theoradec.c: (theora_dec_src_query),
10588         (theora_dec_sink_query):
10589         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
10590         (vorbis_dec_sink_query):
10591         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
10592         (gst_vorbisenc_sink_query):
10593         * gst/adder/gstadder.c: (gst_adder_query):
10594           Pass unhandled queries upstream instead of just
10595           dropping them (#326447). Also, fix supported
10596           query types list for some elements.
10597
10598 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
10599
10600         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
10601         (paris_type_find), (ilbc_type_find), (plugin_init):
10602           Fix typefinding for audio/x-au, audio/x-paris and
10603           audio/iLBC-sh. We cannot use the START_WITH macros
10604           here, because there can only be one typefind factory
10605           with the same name (caps), so the second one would
10606           replace the first one and the first one would never
10607           be called when doing typefinding (see #161712).
10608           
10609
10610 2006-01-31  Wim Taymans  <wim@fluendo.com>
10611
10612         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
10613         (vorbis_handle_header_packet), (vorbis_dec_push),
10614         (vorbis_handle_data_packet):
10615         Use scale_int when we can, add some more scaling.
10616         Check packettype before parsing it.
10617
10618 2006-01-31  Wim Taymans  <wim@fluendo.com>
10619
10620         * ext/theora/theoradec.c: (_theora_granule_time),
10621         (theora_dec_src_convert), (theora_dec_sink_convert):
10622         Call right _scale functions.
10623         Use parameter instead of some other random value.
10624
10625 2006-01-31  Wim Taymans  <wim@fluendo.com>
10626
10627         * ext/theora/theoradec.c: (_theora_granule_frame),
10628         (_theora_granule_time), (_inc_granulepos),
10629         (theora_dec_src_convert), (theora_dec_sink_convert),
10630         (theora_handle_type_packet), (theora_handle_data_packet),
10631         (theora_dec_chain):
10632         Use higher precision timestamps calculation.
10633         Convert some other conversions to _scale.
10634
10635 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
10636
10637         * gst/audiotestsrc/gstaudiotestsrc.c:
10638         (gst_audio_test_src_create_sine_table), (plugin_init):
10639         * gst/volume/gstvolume.c: (plugin_init):
10640           initialize gst_controller before using
10641
10642 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
10643
10644         * tests/check/pipelines/theoraenc.c:
10645         * tests/check/pipelines/vorbisenc.c:
10646         Define constant using G_GINT64_CONSTANT to avoid errors when
10647         passing it around - otherwise it gets truncated to 32 bits.
10648
10649         Fixes failing tests.
10650
10651 2006-01-31  Andy Wingo  <wingo@pobox.com>
10652
10653         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
10654         caps being set doesn't have a framerate value. Basically a stopgap
10655         measure.
10656
10657         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
10658         technically correct enough to put into core though.
10659         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
10660         DURATION. Fixes theoraenc ! oggmux.
10661
10662         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
10663         fraction, not double.
10664
10665 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
10666
10667         * win32/vs7:
10668         add vs7 project files created by Sergey Scobich
10669
10670 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
10671
10672         * win32/vs8:
10673         add vs8 project files created by Sergey Scobich
10674         
10675 2006-01-30  Andy Wingo  <wingo@pobox.com>
10676
10677         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
10678         timestamp + duration, not just timestamp -- ogg pages should be
10679         ordered by stop time. Necessary fix given the change in vorbis
10680         timestamps.
10681
10682         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
10683         (gst_theora_enc_init): Pull the granule shift out of the encoder.
10684         (granulepos_add): New function, handles the messiness of adjusting
10685         granulepos values.
10686         (theora_buffer_from_packet):
10687         (theora_enc_chain):
10688         (theora_enc_sink_event): Use granulepos_add, not +.
10689
10690         * tests/check/pipelines/theoraenc.c
10691         (check_buffer_granulepos_from_starttime): Just check the frame
10692         count, not the actual granulepos -- we can't dictate to the
10693         encoder when it should be placing keyframes.
10694
10695 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
10696
10697         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
10698           SERVICE_NOT_AVAILABLE happens for example when you're trying to
10699           play an http:// stream from a server that's not serving
10700
10701 2006-01-30  Andy Wingo  <wingo@pobox.com>
10702
10703         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
10704         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
10705         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
10706         available.
10707
10708         * ext/theora/gsttheoraenc.h:
10709         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
10710         although theoraenc was timestamping correctly. Added handling of
10711         streams that start with nonzero timestamps.
10712
10713         * tests/check/Makefile.am:
10714         * tests/check/pipelines/theoraenc.c: New file, basically does same
10715         tests as vorbisenc.
10716
10717         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
10718
10719 2006-01-30  Wim Taymans  <wim@fluendo.com>
10720
10721         * gst-libs/gst/audio/gstaudiosink.c:
10722         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
10723         (gst_audioringbuffer_pause):
10724         Implement pause that does not wait for completion.
10725
10726         * gst-libs/gst/audio/gstbaseaudiosink.c:
10727         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10728         Don't drop buffers when going to PAUSED but perform preroll on
10729         remaining samples now that core base class supports this.
10730
10731         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
10732         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
10733         (gst_ring_buffer_commit):
10734         Pause should not signal waiters.
10735         Implement return value of _commit correctly.
10736
10737 2006-01-30  Andy Wingo  <wingo@pobox.com>
10738
10739         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
10740
10741         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
10742         updated to timestamp from the first sample, not the last.
10743         (gst_vorbisenc_buffer_from_header_packet): New function, takes
10744         special care of granulepos and timestamp for header packets.
10745         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
10746         when the first buffer has a nonzero timestamp.
10747
10748         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
10749         (GstVorbisEnc.subgranule_offset): New members. Take care of the
10750         case when the first audio buffer we get has a nonzero timestamp.
10751         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
10752         properly timestamp vorbis buffers with the time of the first
10753         sample, not the last.
10754         
10755         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
10756         vorbis_granule_time_copy -- now it takes the granule/subgranule
10757         offset into account.
10758
10759         * tests/check/pipelines/vorbisenc.c: New test for correctness of
10760         timestamps, durations, and granulepos on buffers produced by
10761         vorbisenc.
10762
10763 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
10764
10765         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10766         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
10767           Patch from Eric Jonas to support conversions to/from UYVY 
10768           (Fixes: #324626)
10769
10770 2006-01-30  Julien MOUTTE  <julien@moutte.net>
10771
10772         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
10773         (setup_subtitle), (setup_source), (set_active_source):
10774         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
10775         (gen_text_element), (gen_audio_element), (gen_vis_element),
10776         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
10777
10778 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
10779
10780         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
10781         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
10782                 use gst_guint64_to_gdouble to be compliant with vs6
10783         * gst/playback/gstdecodebin.c: (try_to_link_1)
10784         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
10785                 use G_GINT64_CONSTANT for int64 constants
10786         * win32/common/libgstinterfaces.def:
10787                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
10788         * win32/vs6:
10789                 update and add new project files
10790                 
10791 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10792
10793         * Makefile.am:
10794         * win32/MANIFEST:
10795         * win32/common/interfaces-enumtypes.c:
10796         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
10797         (gst_mixer_track_flags_get_type),
10798         (gst_tuner_channel_flags_get_type):
10799         * win32/common/interfaces-enumtypes.h:
10800         * win32/common/multichannel-enumtypes.c:
10801         (gst_audio_channel_position_get_type):
10802         * win32/common/multichannel-enumtypes.h:
10803           add a win32-update rule like in core, and copy over enumtypes files
10804
10805 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10806
10807         * win32/MANIFEST:
10808         * win32/common/config.h:
10809         * win32/common/config.h.in:
10810           add config files just like in core
10811
10812 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
10813
10814         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
10815           Make gcc-4.1 happy (part of #327357).
10816
10817 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10818
10819         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
10820         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
10821         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
10822         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
10823         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
10824         (gst_alsasrc_unprepare), (gst_alsasrc_read):
10825           Update all error messages.  All of them should either use
10826           the default translated message, or actually provide a
10827           translatable string.
10828           Make the string for channel count problems meaningful.
10829
10830 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10831
10832         * sys/v4l/v4l_calls.c: (gst_v4l_open):
10833           check for and throw RESOURCE_BUSY
10834
10835 2006-01-27  David Schleef  <ds@schleef.org>
10836
10837         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
10838           checked in this change -- it requires liboil features not
10839           in 0.3.6.  Revert parts.
10840
10841 2006-01-27  David Schleef  <ds@schleef.org>
10842
10843         * REQUIREMENTS:
10844         * configure.ac: update liboil requirement to 0.3.6
10845         * gst/videoscale/Makefile.am:
10846         * gst/videoscale/vs_scanline.c: liboilify
10847
10848 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
10849
10850         * ext/libvisual/visual.c: (get_buffer):
10851           When pad_alloc returns a GstFlowReturn other
10852           than GST_FLOW_OK, make sure it is passed upstream.
10853
10854 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
10855
10856         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
10857         (gst_alsasink_class_init):
10858           Free the device name string.
10859
10860         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
10861         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
10862         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
10863           Don't remove a pad from the collectpads structure until it
10864           is released - it's a request pad, and may receive data again
10865           if the element gets moved back to PLAYING state.
10866
10867         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
10868           Ensure we turn on double buffering on the Xv port, and
10869           set the colour key to something dark and mysterious that
10870           isn't black.
10871
10872 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
10873
10874         * ext/alsa/gstalsaplugin.c: (plugin_init):
10875         * ext/cdparanoia/gstcdparanoiasrc.c:
10876         (gst_cd_paranoia_src_base_init), (plugin_init):
10877         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
10878         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
10879           - a library should not call setlocale. see "Libraries" node in
10880             gettext manual
10881           - make sure all plugins that use translation do bindtextdomain
10882             to point to the localedir
10883         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
10884         (setup_sinks), (plugin_init):
10885           all this, and check for NULL when creating sinks
10886
10887 2006-01-27  Julien MOUTTE  <julien@moutte.net>
10888
10889         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
10890         (plugin_init): Make typefinding of subtitles work again.
10891
10892 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
10893
10894         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
10895         (mp3_type_frame_length_from_header), (mp3_type_find),
10896         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
10897         (plugin_init):
10898           Backport a bunch of typefinding fixes from the 0.8 branch.
10899           Also, improve wavpack typefinding: if we can't peek the
10900           entire wavpack block, try to parse the bits we can get and
10901           see if we find what we're looking for in those.
10902
10903 2006-01-26  Julien MOUTTE  <julien@moutte.net>
10904
10905         * sys/ximage/ximagesink.c:
10906         (gst_ximagesink_calculate_pixel_aspect_ratio):
10907         * sys/xvimage/xvimagesink.c:
10908         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
10909         more cases of pixel aspect ratio.
10910
10911 2006-01-26  Edward Hervey  <edward@fluendo.com>
10912
10913         * gst/playback/gstdecodebin.c: (pad_probe):
10914         Also consider the flush-start and tag events as unblockers
10915         for the pad probes.
10916
10917 2006-01-26  Julien MOUTTE  <julien@moutte.net>
10918
10919         * gst/playback/gstplaybin.c: (gst_play_bin_init),
10920         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
10921         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
10922         On the fly visualisation switch, works disabling, enabling as
10923         well but it won't be able to enable vis in a playbin that was
10924         created with no visualisation.
10925
10926 2006-01-25  Wim Taymans  <wim@fluendo.com>
10927
10928         * gst-libs/gst/audio/gstbaseaudiosink.c:
10929         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10930         Undo previous commit that returned WRONG_STATE sooner, it breaks 
10931         resume after pause.
10932
10933 2006-01-25  Wim Taymans  <wim@fluendo.com>
10934
10935         * gst-libs/gst/audio/gstbaseaudiosink.c:
10936         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
10937         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
10938         Improve debugging.
10939         Post error when caps cannot be parsed.
10940         Resync on discontinuity in the stream.
10941         Clip samples to segment boundaries.
10942         return WRONG_STATE sooner when we are flushing.
10943
10944         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
10945         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
10946         Make audiosrc operate in TIME.
10947         Set TIMESTAMP and DURATION on buffers.
10948
10949 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
10950
10951         * tests/examples/seek/seek.c: (main):
10952           Output tag messages as well.
10953
10954 2006-01-23  Edward Hervey  <edward@fluendo.com>
10955
10956         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
10957         (free_pad_probes), (remove_fakesink), (pad_probe),
10958         (close_pad_link), (gst_decode_bin_change_state):
10959         Replace GstPadBlockCallback with pad probes that detect
10960         first buffer AND eos before removing fakesink.
10961         Fixes hang with demuxers doing EOS while pre-rolling.
10962         Solves #328279
10963
10964 2006-01-23  Andy Wingo  <wingo@pobox.com>
10965
10966         * ext/alsa/gstalsasink.c:
10967         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10968         (gst_base_rtp_depayload_setcaps),
10969         (gst_base_rtp_depayload_add_to_queue),
10970         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
10971         
10972         Patch by: Jens Granseuer <jensgr at gmx dot net>
10973
10974 2006-01-22  Julien MOUTTE  <julien@moutte.net>
10975
10976         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
10977         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
10978         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
10979         frames. We might get a frame destroyed after changing state to
10980         NULL, adding a safety check on xcontext.
10981
10982 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
10983
10984         * gst-libs/gst/interfaces/xoverlay.c:
10985           Fix prepare-xwindow-id code example in the docs - we need to
10986           ignore all messages that aren't element messages as well.
10987           
10988 2006-01-21  Julien MOUTTE  <julien@moutte.net>
10989
10990         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
10991           I think one day i'll completely undestand how caps negotiation
10992           is supposed to work. This refactoring handles buffer_alloc
10993           called with caps we can't handle. We definitely don't want a
10994           set_caps with those caps, so we define and allocate a buffer
10995           we would like to receive.
10996
10997 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10998
10999         * gst/playback/gstplaybasebin.c: (setup_source):
11000           Free iterator when done.
11001
11002 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
11003
11004         * gst-libs/gst/audio/gstbaseaudiosink.c:
11005         (gst_base_audio_sink_render):
11006           Fix playback of non-synchronised streams by assuming a rate
11007           of 1.0 instead of a random one.
11008
11009           Makes this work again:
11010
11011           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
11012           endianness=(int)4321, signed=(boolean)true, width=(int)16,
11013           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
11014           audioresample ! alsasink
11015
11016 === release 0.10.2 ===
11017
11018 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
11019
11020         * configure.ac:
11021           releasing 0.10.2, "Then the devil is six"
11022
11023 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
11024
11025         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
11026         * gst/playback/gststreamselector.c:
11027         (gst_stream_selector_set_property):
11028           Comment out broken code that connects to the state-changed signal.
11029           At this point, changing current stream selection is broken, but 
11030           stuff like gst-launch playbin current-audio=1 works and filters
11031           to the chosen stream.
11032
11033 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11034
11035         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
11036           Fix #327216 (null dereference in vorbisdec)
11037
11038 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
11039
11040         * ext/theora/theoradec.c: (theora_handle_comment_packet):
11041           Post taglist actually on bus instead of just freeing it
11042           (fixes #327114 and totem bug #327080).
11043
11044         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
11045           Use gst_element_found_tags_for_pad(), so that the tags
11046           are sent downstream as an event as well.
11047
11048 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11049
11050         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
11051         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
11052         (gst_ximagesink_buffer_alloc):
11053         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
11054         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
11055         (gst_xvimagesink_buffer_alloc):
11056           move all regularly occurring messages to GST_LOG level
11057           add some more object logs
11058
11059 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
11060
11061         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
11062           fix a silly segfault
11063
11064 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
11065
11066         * docs/libs/gst-plugins-base-libs-docs.sgml:
11067         * docs/libs/gst-plugins-base-libs-sections.txt:
11068         * gst-libs/gst/audio/mixerutils.c:
11069         * gst-libs/gst/audio/mixerutils.h:
11070           Add docs for mixerutils stuff.
11071
11072 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
11073
11074         * gst/playback/gstplaybasebin.c: (setup_source):
11075           Fix playback for sources that emit raw audio or
11076           raw video streams (e.g.: cd audio sources) (#325984).
11077
11078 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
11079
11080         * gst-libs/gst/audio/mixerutils.c:
11081         (gst_audio_mixer_filter_do_filter):
11082           actually save the element we create
11083
11084 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
11085
11086         * gst-libs/gst/cdda/gstcddabasesrc.c:
11087         (gst_cdda_base_src_handle_track_seek):
11088           No need to post a tag message on the bus when seeking
11089           within the same track, only post it when the current
11090           track changes.
11091
11092 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
11093
11094         * gst/playback/gstplaybasebin.c: (group_destroy),
11095         (probe_triggered), (new_decoded_pad), (mute_group_type),
11096         (set_active_source):
11097         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
11098         * gst/playback/gststreamselector.c:
11099         (gst_stream_selector_base_init),
11100         (gst_stream_selector_set_property),
11101         (gst_stream_selector_request_new_pad):
11102           Reenable stream selection. These mechanisms need a complete overhaul
11103           in the face of 0.8->0.10 changes though.
11104
11105 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
11106
11107         * ext/ogg/gstoggdemux.c:
11108           Change the pad template to src_%d to match the pads that 
11109           are created from it. decodebin needs this information in order
11110           to decide that oggdemux is capable of producing multiple pads
11111           (and hence needs queues inserted).
11112
11113         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
11114         (gst_ogg_mux_collected):
11115           Make debug output more useful by using GST_PTR_FORMAT.
11116
11117 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
11118
11119         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11120
11121         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
11122           Set depth and width for alaw/mulaw (fixes #326601).
11123
11124 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
11125
11126         * tests/icles/Makefile.am:
11127           don't build the tests if we don't have the libs
11128
11129 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
11130
11131         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
11132         (gst_cd_paranoia_paranoia_callback):
11133           Don't try to free NULL pointers.
11134
11135 2006-01-10  Edward Hervey  <edward@fluendo.com>
11136
11137         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
11138         (gst_audio_rate_change_state), (plugin_init):
11139         Add debugging category.
11140         Fix type issues.
11141         Add case for incoming buffers without valid offset/offset_end.
11142
11143 2006-01-10  Michael Smith  <msmith@fluendo.com>
11144
11145         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
11146           Don't leak GCond in audio sources.
11147
11148 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
11149
11150         * gst/playback/gstplaybin.c: (gen_audio_element):
11151           Don't leak an autoaudiosink/alsasink when we generate
11152           a new audio element. (old code, I guess)
11153
11154 2006-01-10  Michael Smith  <msmith@fluendo.com>
11155
11156         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
11157           Support float audio in audiorate.
11158           Use width rather than depth for selecting sample width.
11159
11160 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
11161
11162         * gst/videotestsrc/videotestsrc.h:
11163           Use GLib types here (that way we don't have to include the
11164           generated _stdint.h header, which makes life easier for win32
11165           folks that don't use autotools for the build) (#325990, patch
11166           by: Sergey Scobich).
11167
11168 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
11169
11170         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
11171         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
11172         (gst_ring_buffer_pause), (wait_segment):
11173         * gst-libs/gst/audio/gstringbuffer.h:
11174           Name (private) union, makes Forte compiler happy (this time
11175           for real) (#324900).
11176
11177 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11178
11179         * gst-libs/gst/audio/Makefile.am:
11180           Link against libgstinterfaces, needed for mixer
11181           and property probe stuff.
11182
11183 2006-01-09  Edward Hervey  <edward@fluendo.com>
11184
11185         * gst-libs/gst/Makefile.am:
11186
11187 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11188
11189         * gst-libs/gst/audio/Makefile.am:
11190         * gst-libs/gst/audio/mixerutils.c:
11191         (gst_audio_mixer_filter_do_filter),
11192         (gst_audio_mixer_filter_check_element),
11193         (gst_audio_mixer_filter_probe_feature),
11194         (element_factory_rank_compare_func),
11195         (gst_audio_default_registry_mixer_filter):
11196         * gst-libs/gst/audio/mixerutils.h:
11197           Add gst_audio_default_registry_mixer_filter() utility
11198           function.
11199
11200 2006-01-03  Michael Smith  <msmith@fluendo.com>
11201
11202         * gst/audioresample/resample.h:
11203           As before, but for o_buf
11204
11205 2006-01-03  Michael Smith  <msmith@fluendo.com>
11206
11207         * gst/audioresample/resample.h:
11208           Declare struct _ResampleState.buffer as unsigned char *, not void *,
11209           since we do arithmetic on it.
11210
11211 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
11212
11213         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
11214         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
11215         (gst_ring_buffer_pause), (wait_segment):
11216         * gst-libs/gst/audio/gstringbuffer.h:
11217           Sun's Forte compiler doesn't seem to like anonymous structs,
11218           so use same setup as in GstBaseSrc (fixes #324900).
11219
11220 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
11221
11222         * configure.ac:
11223         * gst/volume/Makefile.am:
11224         * gst/volume/demo.c:
11225           move old example to tests/examples/volume/volune.c
11226         * tests/examples/Makefile.am:
11227         * tests/examples/seek/seek.c: (main):
11228           change window-close event from "delete-event" to "destroy"
11229         * tests/examples/volume/Makefile.am:
11230         * tests/examples/volume/volume.c: (value_changed_callback),
11231         (setup_gui), (message_received), (eos_message_received), (main):
11232           fix event handling and bus usage
11233
11234 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
11235
11236         * gst/audiotestsrc/gstaudiotestsrc.c:
11237         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
11238         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
11239         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
11240         (gst_audio_test_src_create_square),
11241         (gst_audio_test_src_create_saw),
11242         (gst_audio_test_src_create_triangle),
11243         (gst_audio_test_src_create_silence),
11244         (gst_audio_test_src_create_white_noise),
11245         (gst_audio_test_src_create_pink_noise),
11246         (gst_audio_test_src_init_sine_table),
11247         (gst_audio_test_src_create_sine_table),
11248         (gst_audio_test_src_change_wave),
11249         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
11250         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
11251         * gst/audiotestsrc/gstaudiotestsrc.h:
11252           update to basesrc changes, implement segmented seeking and eos
11253           handling, add a 'sine-tab' waveform for performance critical playback
11254
11255 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
11256
11257         * po/POTFILES.in:
11258           ... and this time the other modified file that I missed last time.
11259
11260 2005-12-29  Michael Smith  <msmith@fluendo.com>
11261
11262         * gst/playback/gstdecodebin.c: (new_pad):
11263           Fix non-C89 variable declaration not at the start of a block. Should
11264           help some compilers.
11265
11266 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
11267
11268         * tests/check/Makefile.am:
11269           And now fix 'make distcheck' (builddir != srcdir)
11270
11271 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
11272
11273         * configure.ac:
11274         * ext/cdparanoia/Makefile.am:
11275         * ext/cdparanoia/gstcdparanoia.c:
11276         * ext/cdparanoia/gstcdparanoia.h:
11277         * ext/cdparanoia/gstcdparanoiasrc.c:
11278         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
11279         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
11280         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
11281         (gst_cd_paranoia_paranoia_callback),
11282         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
11283         (gst_cd_paranoia_src_set_property),
11284         (gst_cd_paranoia_src_get_property), (plugin_init):
11285         * ext/cdparanoia/gstcdparanoiasrc.h:
11286           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
11287           plugin again (there are still fixes required to playbin to make
11288           cdda:// uris work there).
11289
11290 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
11291
11292         * tests/check/Makefile.am:
11293           Fix test case compilation.
11294
11295 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
11296
11297         * gst-libs/gst/cdda/gstcddabasesrc.c:
11298         (gst_cdda_base_src_update_duration),
11299         (gst_cdda_base_src_calculate_cddb_id):
11300           An integer is not a string. Fix access to uninitialised variable.
11301
11302         * tests/check/Makefile.am:
11303           Add cddabasesrc unit test; also actually enable the vorbis test.
11304
11305         * tests/check/generic/states.c:
11306           Blacklist new cd audio elements as well.
11307
11308         * tests/check/libs/cddabasesrc.c:
11309           Unit test for GstCddaBaseSrc (discid calculation mostly).
11310
11311 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
11312
11313         * docs/libs/Makefile.am:
11314         * docs/libs/gst-plugins-base-libs-docs.sgml:
11315         * docs/libs/gst-plugins-base-libs-sections.txt:
11316         * docs/libs/gst-plugins-base-libs.types:
11317           Add docs for libgstcdda/GstCddaBaseSrc.
11318
11319         * gst-libs/gst/interfaces/mixertrack.h:
11320           Do one struct member per line with a semicolon at the end, that way
11321           even gtk-doc might parse it without complaining.
11322
11323 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
11324
11325         * configure.ac:
11326         * gst-libs/gst/Makefile.am:
11327         * gst-libs/gst/cdda/Makefile.am:
11328         * gst-libs/gst/cdda/base64.c:
11329         * gst-libs/gst/cdda/base64.h:
11330         * gst-libs/gst/cdda/gstcddabasesrc.c:
11331         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
11332         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
11333         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
11334         (gst_cdda_base_src_get_property),
11335         (gst_cdda_base_src_get_track_from_sector),
11336         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
11337         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
11338         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
11339         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
11340         (gst_cdda_base_src_uri_get_protocols),
11341         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
11342         (gst_cdda_base_src_uri_handler_init),
11343         (gst_cdda_base_src_setup_interfaces),
11344         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
11345         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
11346         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
11347         (gst_cdda_base_src_add_tags),
11348         (gst_cdda_base_src_add_index_associations),
11349         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
11350         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
11351         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
11352         (gst_cdda_base_src_create):
11353         * gst-libs/gst/cdda/gstcddabasesrc.h:
11354         * gst-libs/gst/cdda/sha1.c:
11355         * gst-libs/gst/cdda/sha1.h:
11356           Add new libgstcdda with GstCddaBaseSrc class.
11357
11358 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
11359
11360         * ext/gnomevfs/gstgnomevfssink.h:
11361           Use GstBaseSinkClass as parent_class member for class struct, not
11362           GstBaseSink.
11363
11364 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
11365
11366         Patch by: Michael Benes
11367
11368         * gst/videotestsrc/gstvideotestsrc.c:
11369         (gst_video_test_src_class_init), (gst_video_test_src_start):
11370           Add start method to reset running time and number of frames sent
11371           when starting up (fixes #324696)
11372
11373 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
11374
11375         * docs/plugins/Makefile.am:
11376         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11377         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11378         * docs/plugins/gst-plugins-base-plugins.args:
11379         * docs/plugins/gst-plugins-base-plugins.hierarchy:
11380         * docs/plugins/gst-plugins-base-plugins.signals:
11381           Add docs stuff for gnomevfssrc and gnomevfssink.
11382
11383         * ext/gnomevfs/gstgnomevfssrc.c:
11384           Fix example pipeline in gtk-doc blurb.
11385
11386 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
11387
11388         * ext/gnomevfs/Makefile.am:
11389         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
11390         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
11391         (gst_gnome_vfs_handle_get_type), (plugin_init):
11392         * ext/gnomevfs/gstgnomevfs.h:
11393         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
11394         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
11395         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
11396         (gst_gnome_vfs_sink_set_property),
11397         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
11398         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
11399         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
11400         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
11401         (gst_gnome_vfs_sink_uri_get_type),
11402         (gst_gnome_vfs_sink_uri_get_protocols),
11403         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
11404         (gst_gnome_vfs_sink_uri_handler_init):
11405         * ext/gnomevfs/gstgnomevfssink.h:
11406           Port gnomevfssink; add gtk-doc blurb.
11407
11408         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
11409         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
11410         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
11411         (gst_gnome_vfs_src_uri_get_type),
11412         (gst_gnome_vfs_src_uri_get_protocols),
11413         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
11414         (gst_gnome_vfs_src_uri_handler_init),
11415         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
11416         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
11417         (gst_gnome_vfs_src_send_additional_headers_callback),
11418         (gst_gnome_vfs_src_received_headers_callback),
11419         (gst_gnome_vfs_src_push_callbacks),
11420         (gst_gnome_vfs_src_pop_callbacks),
11421         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
11422         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
11423         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
11424         * ext/gnomevfs/gstgnomevfssrc.h:
11425           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
11426           file; add gtk-doc blurb with example pipelines.
11427
11428 === release 0.10.1 ===
11429
11430 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
11431
11432         * configure.ac:
11433           releasing 0.10.1, "Dobro Dedek"
11434
11435 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
11436
11437         * gst/typefind/gsttypefindfunctions.c:
11438         iLBC30 and iLBC20 added to typefind.
11439
11440 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
11441
11442         * gst-libs/gst/audio/gstbaseaudiosink.c:
11443         (gst_base_audio_sink_class_init):
11444         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11445         (gst_base_audio_src_class_init):
11446           update strings, values are in microseconds
11447           change the default sink buffer time to something that is smaller
11448           (to help software volume mixing have a slightly lower delay) but
11449           still be acceptable on Wim's laptop
11450
11451 2005-12-20  Edward Hervey  <edward@fluendo.com>
11452
11453         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
11454         Made a quack, forgot to add DUCK to the riff video template.
11455
11456 2005-12-19  Edward Hervey  <edward@fluendo.com>
11457
11458         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
11459         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
11460         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
11461         (gst_ogm_parse_chain):
11462         Make sure pads are initialized correctly.
11463         * gst-libs/gst/riff/riff-ids.h:
11464         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11465         (gst_riff_create_video_template_caps):
11466         Add a whole bunch of FOURCC <=> MimeType.
11467         Extend the riff video pad template to support the newly added fourcc.
11468
11469 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
11470
11471         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
11472         (gst_ogg_demux_activate_chain):
11473           Extra debug output when activating/deactivating chains.
11474
11475         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
11476         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
11477         (unlinked):
11478           Remove a queue from our list when it becomes unlinked.
11479           Don't add queues to elements in class 'Demux' if they
11480           can only produce one pad 
11481
11482 2005-12-18  Julien MOUTTE  <julien@moutte.net>
11483
11484         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
11485         (gst_video_sink_get_type): Add a debug category.
11486
11487 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
11488
11489         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11490         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
11491           Handle downstream newsegment by sending our own newsegment before the
11492           next buffer to be released. (#323900)
11493
11494 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
11495
11496         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11497         (gst_base_rtp_depayload_set_gst_timestamp):
11498           add queue delay to new segment as well (as opposed to just the first
11499           buffer). (bug #322347)
11500
11501 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
11502
11503         * ext/libvisual/visual.c: (make_valid_name):
11504           change some char* into char[]
11505         * gst/audiotestsrc/gstaudiotestsrc.c:
11506         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
11507         (gst_audio_test_src_create):
11508         * gst/audiotestsrc/gstaudiotestsrc.h:
11509           prepare to handle EOS and SEGMENT_DONE
11510
11511 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11512
11513         * tests/check/generic/states.c: (GST_START_TEST):
11514           Blacklist cdparanoia element in state test.
11515
11516 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11517
11518           Patch by: Benjamin Pineau
11519
11520         * gst/tcp/gsttcp.c:
11521         * gst/tcp/gsttcpclientsink.c:
11522         * gst/tcp/gsttcpserversink.c:
11523         * gst/tcp/gsttcpserversrc.c:
11524           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
11525
11526 2005-12-15  Michael Smith  <msmith@fluendo.com>
11527
11528         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
11529         (gst_video_rate_chain):
11530           Fix timestamping for videorate when the first buffer it sees has a
11531           non-zero timestamp. Fix some misleading debug output.
11532
11533 2005-12-15  Michael Smith  <msmith@fluendo.com>
11534
11535         * gst/audioresample/gstaudioresample.c:
11536           Don't leak all input buffers to audioresample.
11537
11538 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
11539
11540         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
11541           Don't operate on empty text buffers. Strip newlines and
11542           tabs only from the end of the text, but leave them intact
11543           in the middle. Fix typo in gtk-doc description.
11544
11545 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
11546
11547         * gst/playback/gstplaybasebin.c:
11548         * gst/playback/gstplaybin.c: (handoff):
11549           Make sure the video frame buffer we return to apps via the
11550           "frame" property always has caps set on it. Modify
11551           _gst_gvalue_set_object() macro to handle NULL objects
11552           gracefully too.
11553
11554 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
11555
11556         * gst/audiotestsrc/gstaudiotestsrc.c:
11557         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
11558         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
11559         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
11560         (gst_audio_test_src_create):
11561         * gst/audiotestsrc/gstaudiotestsrc.h:
11562         Adjust to some recent api changes and add wtays new cool seeking
11563         capabillities
11564
11565 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
11566
11567         * ext/alsa/Makefile.am:
11568         * ext/alsa/gstalsadeviceprobe.c:
11569         * ext/alsa/gstalsadeviceprobe.h:
11570           Helper functions to add device probing via the GstPropertyProbe
11571           interface to a class.
11572
11573         * ext/alsa/gstalsamixer.h:
11574           Comment out GST_ALSA_MIXER, it returns a struct that's not
11575           used.
11576
11577         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
11578           Add some debug info. 
11579
11580         * ext/alsa/gstalsamixerelement.c:
11581         (gst_alsa_mixer_element_interface_supported),
11582         (gst_implements_interface_init),
11583         (gst_alsa_mixer_element_init_interfaces),
11584         (gst_alsa_mixer_element_class_init),
11585         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
11586         (gst_alsa_mixer_element_set_property),
11587         (gst_alsa_mixer_element_get_property),
11588         (gst_alsa_mixer_element_change_state):
11589         * ext/alsa/gstalsamixerelement.h:
11590           Add 'device' and 'device-name' properties. Add GstPropertyProbe
11591           for device handling (gnome-volume-control will need that).
11592
11593 2005-12-12  Christian Schaller  <uraeus@gnome.org>
11594
11595         * ext/Makefile.am: fix cdparanoia entry
11596         * gst-plugins-base.spec.in: add cdparanoia
11597
11598 2005-12-12  Michael Smith  <msmith@fluendo.com>
11599
11600         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
11601           Use the correct function to free list of typefind factories.
11602
11603 2005-12-12  Wim Taymans  <wim@fluendo.com>
11604
11605         * gst/videotestsrc/gstvideotestsrc.c:
11606         (gst_video_test_src_class_init), (gst_video_test_src_init),
11607         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
11608         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
11609         (gst_video_test_src_create):
11610         * gst/videotestsrc/gstvideotestsrc.h:
11611         Implement seeking in videotestsrc.
11612         Small cleanups.
11613
11614 2005-12-12  Wim Taymans  <wim@fluendo.com>
11615
11616         * ext/cdparanoia/Makefile.am:
11617         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
11618         (gst_paranoia_endian_get_type), (_do_init),
11619         (cdparanoia_class_init), (cdparanoia_init),
11620         (cdparanoia_set_property), (cdparanoia_get_property),
11621         (cdparanoia_do_seek), (cdparanoia_is_seekable),
11622         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
11623         (cdparanoia_convert), (cdparanoia_get_query_types),
11624         (cdparanoia_query), (cdparanoia_set_index),
11625         (cdparanoia_uri_set_uri):
11626         * ext/cdparanoia/gstcdparanoia.h:
11627         Partially ported cdparanoia now that basesrc can support a
11628         plugin like this..
11629
11630 2005-12-12  Wim Taymans  <wim@fluendo.com>
11631
11632         * tests/examples/seek/scrubby.c: (main):
11633         Set higher priority for bus events so they don't get reordered with
11634         gtk gui events.
11635
11636         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
11637         (flush_toggle_cb), (main):
11638         Added checkbox to disable flushing seeks. 
11639         Disable scrubbing when doing non flushing seeks.
11640
11641 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
11642
11643         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
11644         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
11645         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
11646         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
11647           Implement some sort of event handling that doesn't rely on
11648           g_return_if_fail; make sure we always push the last chunk of an 
11649           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
11650           state change function; remove some old cruft. Seeking is still
11651           rather unlikely to work though.
11652
11653         * tools/.cvsignore:
11654           Ignore more.
11655
11656 2005-12-11  Julien MOUTTE  <julien@moutte.net>
11657
11658         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
11659         Fixed a leak of the current image reference when cleaning up.
11660         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
11661
11662 2005-12-09  Michael Smith  <msmith@fluendo.com>
11663
11664         * tools/Makefile.am:
11665         * tools/gst-launch-ext-m.m:
11666           Remove gst-launch-ext. It doesn't work, and is no longer
11667           particularly useful.
11668
11669 2005-12-08  Luca Ognibene  <luogni@tin.it>
11670
11671         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
11672           don't pass random values to ogmparse convert function.
11673           Make seeking possible in the exile1.ogm file.
11674
11675 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
11676
11677         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
11678         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
11679           Work around refcount problem with g_value_set_object() that occur
11680           if the core has been compiled against GLib-2.6 (g_value_set_object()
11681           will only g_object_ref() the element, but the caller will
11682           gst_object_unref() it and bad things will happen due to the way
11683           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
11684           totem for people on FC4 using Thomas's 0.10 RPMs.
11685           
11686 2005-12-07  Edward Hervey  <edward@fluendo.com>
11687
11688         Time to welcome ogm to 0.10 :)
11689         
11690         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
11691         (gst_ogg_pad_typefind):
11692         Oggdemux can now properly typefind elements with dynamic pads.
11693         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
11694         Properly set caps on src pad, and set caps on outgoing buffers.
11695
11696 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
11697
11698         * ext/alsa/gstalsamixer.h:
11699         * ext/alsa/gstalsamixerelement.h:
11700         * ext/alsa/gstalsamixeroptions.h:
11701         * ext/alsa/gstalsamixertrack.h:
11702         * ext/alsa/gstalsasink.c:
11703         * ext/alsa/gstalsasink.h:
11704         * ext/alsa/gstalsasrc.c:
11705         * ext/alsa/gstalsasrc.h:
11706         * ext/cdparanoia/gstcdparanoia.h:
11707         * ext/gnomevfs/gstgnomevfsuri.h:
11708         * ext/ogg/gstoggdemux.c:
11709         * ext/ogg/gstoggmux.c:
11710         * ext/pango/gsttextoverlay.h:
11711         * ext/theora/theoradec.c:
11712         * ext/theora/theoraenc.c:
11713         * ext/vorbis/vorbisdec.h:
11714         * ext/vorbis/vorbisenc.c:
11715         * ext/vorbis/vorbisenc.h:
11716         * ext/vorbis/vorbisparse.h:
11717         * gst-libs/gst/audio/gstaudioclock.h:
11718         * gst-libs/gst/audio/gstaudiosink.c:
11719         * gst-libs/gst/audio/gstaudiosink.h:
11720         * gst-libs/gst/audio/gstaudiosrc.c:
11721         * gst-libs/gst/audio/gstaudiosrc.h:
11722         * gst-libs/gst/audio/gstbaseaudiosink.c:
11723         * gst-libs/gst/audio/gstbaseaudiosink.h:
11724         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11725         * gst-libs/gst/audio/gstbaseaudiosrc.h:
11726         * gst-libs/gst/audio/gstringbuffer.h:
11727         * gst-libs/gst/audio/multichannel.h:
11728         * gst-libs/gst/floatcast/floatcast.h:
11729         * gst-libs/gst/interfaces/colorbalance.c:
11730         * gst-libs/gst/interfaces/colorbalance.h:
11731         * gst-libs/gst/interfaces/colorbalancechannel.h:
11732         * gst-libs/gst/interfaces/mixer.h:
11733         * gst-libs/gst/interfaces/mixeroptions.h:
11734         * gst-libs/gst/interfaces/mixertrack.h:
11735         * gst-libs/gst/interfaces/navigation.h:
11736         * gst-libs/gst/interfaces/propertyprobe.h:
11737         * gst-libs/gst/interfaces/tuner.h:
11738         * gst-libs/gst/interfaces/tunerchannel.h:
11739         * gst-libs/gst/interfaces/tunernorm.h:
11740         * gst-libs/gst/interfaces/xoverlay.h:
11741         * gst-libs/gst/netbuffer/gstnetbuffer.h:
11742         * gst-libs/gst/riff/riff-ids.h:
11743         * gst-libs/gst/riff/riff-media.h:
11744         * gst-libs/gst/riff/riff-read.h:
11745         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11746         * gst-libs/gst/rtp/gstbasertppayload.c:
11747         * gst-libs/gst/rtp/gstbasertppayload.h:
11748         * gst-libs/gst/rtp/gstrtpbuffer.c:
11749         * gst-libs/gst/rtp/gstrtpbuffer.h:
11750         * gst-libs/gst/tag/gsttageditingprivate.h:
11751         * gst-libs/gst/tag/gstvorbistag.c:
11752         (gst_tag_list_from_vorbiscomment_buffer):
11753         * gst-libs/gst/tag/tag.h:
11754         * gst-libs/gst/video/video.h:
11755         * gst/adder/gstadder.c:
11756         * gst/adder/gstadder.h:
11757         * gst/audioconvert/audioconvert.c:
11758         * gst/audioconvert/audioconvert.h:
11759         * gst/audioconvert/gstaudioconvert.c:
11760         * gst/audioconvert/gstchannelmix.c:
11761         * gst/audioconvert/gstchannelmix.h:
11762         * gst/audiorate/gstaudiorate.c:
11763         * gst/audioresample/buffer.h:
11764         * gst/audioresample/functable.h:
11765         * gst/audioresample/gstaudioresample.c:
11766         * gst/audioresample/resample.h:
11767         * gst/ffmpegcolorspace/avcodec.h:
11768         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11769         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
11770         * gst/ffmpegcolorspace/imgconvert.c:
11771         * gst/ffmpegcolorspace/imgconvert_template.h:
11772         * gst/playback/gstdecodebin.c:
11773         * gst/playback/gstplaybasebin.h:
11774         * gst/playback/gstplaybin.c:
11775         * gst/playback/gststreaminfo.h:
11776         * gst/tcp/gstfdset.c:
11777         * gst/tcp/gstfdset.h:
11778         * gst/tcp/gstmultifdsink.c:
11779         * gst/tcp/gstmultifdsink.h:
11780         * gst/tcp/gsttcp.h:
11781         * gst/tcp/gsttcpclientsrc.c:
11782         * gst/tcp/gsttcpclientsrc.h:
11783         * gst/tcp/gsttcpplugin.h:
11784         * gst/tcp/gsttcpserversink.c:
11785         * gst/tcp/gsttcpserversrc.c:
11786         * gst/typefind/gsttypefindfunctions.c:
11787         * gst/videorate/gstvideorate.c:
11788         * gst/videotestsrc/gstvideotestsrc.h:
11789         * gst/videotestsrc/videotestsrc.h:
11790         * sys/v4l/gstv4lcolorbalance.h:
11791         * sys/v4l/gstv4ltuner.h:
11792         * sys/v4l/gstv4lxoverlay.h:
11793         * sys/v4l/v4l_calls.h:
11794         * sys/v4l/videodev_mjpeg.h:
11795         * tests/check/elements/audioconvert.c:
11796         * tests/check/elements/audioresample.c:
11797         * tests/check/elements/audiotestsrc.c:
11798         * tests/check/elements/videotestsrc.c:
11799         * tests/check/elements/volume.c:
11800         * tests/examples/seek/scrubby.c:
11801         * tests/examples/seek/seek.c:
11802           expand tabs
11803
11804 === release 0.10.0 ===
11805
11806 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
11807
11808         * configure.ac:
11809           releasing 0.10.0, "Mont-d'or"
11810
11811 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
11812
11813         * tests/examples/seek/Makefile.am:
11814         Build fix for when gtk is not available.
11815
11816 2005-12-05  Andy Wingo  <wingo@pobox.com>
11817
11818         * ext/libvisual/visual.c: (get_buffer):
11819         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
11820         * ext/pango/gsttextrender.c: (gst_text_render_chain):
11821         * ext/theora/theoradec.c: (theora_handle_data_packet):
11822         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
11823         (theora_enc_chain):
11824         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11825         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
11826         Update for alloc_buffer changes.
11827
11828 2005-12-05  Andy Wingo  <wingo@pobox.com>
11829
11830         patch by: Kai Vehmanen <kv2004 eca cx>
11831         
11832         * gst-libs/gst/rtp/gstbasertpdepayload.c
11833         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
11834
11835 2005-12-04  Andy Wingo  <wingo@pobox.com>
11836
11837         patch by: Sebastien Cote <sebas642 yahoo ca>
11838         
11839         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
11840         Fixes #319172.
11841
11842 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
11843
11844         * docs/plugins/Makefile.am:
11845         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11846         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11847         * docs/plugins/gst-plugins-base-plugins.hierarchy:
11848         * ext/pango/gstclockoverlay.c:
11849         * ext/pango/gsttextoverlay.c: 
11850         * ext/pango/gsttextrender.c:
11851         * ext/pango/gsttimeoverlay.c:
11852           Add gtk-doc blurbs to pango elements.
11853
11854 2005-12-02  Wim Taymans  <wim@fluendo.com>
11855
11856         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
11857         * gst/audioresample/buffer.h:
11858         * gst/audioresample/gstaudioresample.c:
11859         * gst/audioresample/gstaudioresample.h:
11860         * gst/audioresample/resample.c: (resample_input_flush),
11861         (resample_input_pushthrough), (resample_input_eos),
11862         (resample_get_output_size_for_input),
11863         (resample_get_input_size_for_output), (resample_get_output_size),
11864         (resample_get_output_data):
11865         * gst/audioresample/resample.h:
11866         * gst/audioresample/resample_ref.c: (resample_scale_ref):
11867         Fix audioresample, seek torture, new segments, reverse negotiation
11868         etc.. work fine.
11869
11870 2005-12-02  Wim Taymans  <wim@fluendo.com>
11871
11872         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11873         Small cleanups.
11874
11875 2005-12-02  Wim Taymans  <wim@fluendo.com>
11876
11877         * gst/audioconvert/gstaudioconvert.c:
11878         (gst_audio_convert_transform):
11879         Post errors.
11880
11881 === release 0.9.7 ===
11882
11883 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
11884
11885         * configure.ac:
11886           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
11887
11888 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
11889
11890         * Makefile.am:
11891         * po/hu.po:
11892         * win32/MANIFEST:
11893         * win32/gst.sln:
11894           add win32 MANIFEST file
11895           do something to the hungarian translation
11896
11897 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
11898
11899         * ext/Makefile.am:
11900           Add $(PANGO_DIR) to SUBDIRS
11901
11902         * ext/pango/gstclockoverlay.c:
11903         * ext/pango/gsttimeoverlay.c:
11904           Fix and improve element descriptions.
11905
11906 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
11907
11908         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11909         * docs/plugins/inspect/plugin-libvisual.xml:
11910         * docs/plugins/inspect/plugin-pango.xml:
11911           add pango plugin to docs
11912
11913 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
11914
11915         * configure.ac:
11916         * ext/Makefile.am:
11917           moved pango to base
11918
11919 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
11920
11921         * configure.ac:
11922         * tests/Makefile.am:
11923         * tests/icles/.cvsignore:
11924         * tests/icles/Makefile.am:
11925         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
11926         (close_display), (resize_window), (move_window), (create_window),
11927         (terminate_playback), (pause_playback), (start_playback), (main):
11928           add stress test for xoverlay from Julien
11929
11930 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
11931
11932         * docs/libs/tmpl/gstcolorbalance.sgml:
11933         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11934         * gst-libs/gst/rtp/gstbasertppayload.c:
11935         * gst-libs/gst/rtp/gstrtpbuffer.c:
11936         * gst-libs/gst/rtp/gstrtpbuffer.h:
11937           Do burger's rename for rtp payloaders and depayloaders
11938
11939 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
11940
11941         * win32/:
11942           add Visual Studio 6 build files
11943
11944 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
11945
11946         * docs/libs/gst-plugins-base-libs-docs.sgml:
11947         * docs/libs/gst-plugins-base-libs-sections.txt:
11948         * docs/libs/tmpl/gstaudio.sgml:
11949         * docs/libs/tmpl/gstringbuffer.sgml:
11950         * gst-libs/gst/interfaces/xoverlay.c:
11951         * gst-libs/gst/video/gstvideofilter.c:
11952         * gst-libs/gst/video/gstvideosink.c:
11953           update documentation
11954
11955 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
11956
11957         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
11958         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
11959         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
11960         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
11961         (gst_multi_fd_sink_get_stats),
11962         (gst_multi_fd_sink_remove_client_link),
11963         (gst_multi_fd_sink_handle_client_read),
11964         (gst_multi_fd_sink_client_queue_data),
11965         (gst_multi_fd_sink_client_queue_caps),
11966         (gst_multi_fd_sink_client_queue_buffer),
11967         (gst_multi_fd_sink_new_client),
11968         (gst_multi_fd_sink_handle_client_write),
11969         (gst_multi_fd_sink_recover_client),
11970         (gst_multi_fd_sink_queue_buffer),
11971         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
11972         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
11973         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
11974         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
11975         * gst/tcp/gstmultifdsink.h:
11976         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
11977         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
11978         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
11979         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
11980         (gst_tcp_client_sink_set_property),
11981         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
11982         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
11983         * gst/tcp/gsttcpclientsink.h:
11984         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
11985         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
11986         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
11987         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
11988         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
11989         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
11990         * gst/tcp/gsttcpclientsrc.h:
11991         * gst/tcp/gsttcpplugin.c: (plugin_init):
11992         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
11993         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
11994         (gst_tcp_server_sink_finalize),
11995         (gst_tcp_server_sink_handle_server_read),
11996         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
11997         (gst_tcp_server_sink_set_property),
11998         (gst_tcp_server_sink_get_property),
11999         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
12000         * gst/tcp/gsttcpserversink.h:
12001         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
12002         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
12003         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
12004         (gst_tcp_server_src_set_property),
12005         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
12006         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
12007         * gst/tcp/gsttcpserversrc.h:
12008           more borgifying
12009
12010 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12011
12012         * docs/plugins/Makefile.am:
12013         * docs/plugins/gst-plugins-base-plugins.args:
12014         * docs/plugins/inspect/plugin-libvisual.xml:
12015         * gst/audioconvert/plugin.h:
12016         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
12017         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
12018         (gst_audio_rate_setcaps), (gst_audio_rate_init),
12019         (gst_audio_rate_chain), (gst_audio_rate_set_property),
12020         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
12021         (plugin_init):
12022         * gst/audiotestsrc/gstaudiotestsrc.c:
12023         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
12024         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
12025         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
12026         (gst_audio_test_src_get_query_types),
12027         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
12028         (gst_audio_test_src_create_square),
12029         (gst_audio_test_src_create_saw),
12030         (gst_audio_test_src_create_triangle),
12031         (gst_audio_test_src_create_silence),
12032         (gst_audio_test_src_create_white_noise),
12033         (gst_audio_test_src_init_pink_noise),
12034         (gst_audio_test_src_generate_pink_noise_value),
12035         (gst_audio_test_src_create_pink_noise),
12036         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
12037         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
12038         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
12039         (plugin_init):
12040         * gst/audiotestsrc/gstaudiotestsrc.h:
12041         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
12042         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
12043         (gst_sub_parse_init), (gst_sub_parse_formats),
12044         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
12045         (convert_encoding), (get_next_line),
12046         (gst_sub_parse_data_format_autodetect),
12047         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
12048         (gst_sub_parse_loop), (gst_sub_parse_chain),
12049         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
12050         (plugin_init):
12051         * gst/subparse/gstsubparse.h:
12052         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
12053         (gst_video_rate_base_init), (gst_video_rate_class_init),
12054         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
12055         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
12056         (gst_video_rate_init), (gst_video_rate_event),
12057         (gst_video_rate_chain), (gst_video_rate_set_property),
12058         (gst_video_rate_get_property), (gst_video_rate_change_state),
12059         (plugin_init):
12060         * gst/videoscale/gstvideoscale.c:
12061         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
12062         (gst_video_scale_src_template_factory),
12063         (gst_video_scale_sink_template_factory),
12064         (gst_video_scale_get_type), (gst_video_scale_base_init),
12065         (gst_video_scale_class_init), (gst_video_scale_init),
12066         (gst_video_scale_set_property), (gst_video_scale_get_property),
12067         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
12068         (gst_video_scale_prepare_size), (parse_caps),
12069         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
12070         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
12071         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
12072         (plugin_init):
12073         * gst/videoscale/gstvideoscale.h:
12074         * gst/videotestsrc/gstvideotestsrc.c:
12075         (gst_video_test_src_pattern_get_type),
12076         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
12077         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
12078         (gst_video_test_src_set_pattern),
12079         (gst_video_test_src_set_property),
12080         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
12081         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
12082         (gst_video_test_src_event), (gst_video_test_src_get_times),
12083         (gst_video_test_src_create), (plugin_init):
12084         * gst/videotestsrc/gstvideotestsrc.h:
12085         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
12086         (gst_video_test_src_smpte), (gst_video_test_src_snow),
12087         (gst_video_test_src_black):
12088         * gst/videotestsrc/videotestsrc.h:
12089           borgify further
12090           clean up docs a little
12091
12092 2005-11-30  Wim Taymans  <wim@fluendo.com>
12093
12094         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12095         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
12096         (gst_basertppayload_event), (gst_basertppayload_push),
12097         (gst_basertppayload_change_state):
12098         * gst-libs/gst/rtp/gstbasertppayload.h:
12099         closed #320644.
12100
12101 2005-11-30  Julien MOUTTE  <julien@moutte.net>
12102
12103         * docs/libs/gst-plugins-base-libs-docs.sgml:
12104         * docs/libs/gst-plugins-base-libs-sections.txt:
12105         * gst-libs/gst/video/gstvideofilter.c:
12106         * gst-libs/gst/video/gstvideosink.c:
12107         * gst-libs/gst/video/gstvideosink.h: Adding docs.
12108
12109 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12110
12111         * LICENSE:
12112           move
12113         * po/af.po:
12114         * po/az.po:
12115         * po/cs.po:
12116         * po/en_GB.po:
12117         * po/hu.po:
12118         * po/it.po:
12119         * po/nb.po:
12120         * po/nl.po:
12121         * po/or.po:
12122         * po/sq.po:
12123         * po/sr.po:
12124         * po/sv.po:
12125         * po/uk.po:
12126         * po/vi.po:
12127         * Makefile.am:
12128           update
12129         * scripts/autoplugins.sh:
12130           remove
12131
12132 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12133
12134         * Makefile.am:
12135         * configure.ac:
12136         * examples/Makefile.am:
12137         * examples/capsfilter/Makefile.am:
12138         * examples/capsfilter/capsfilter1.c:
12139         * examples/gob/Makefile.am:
12140         * examples/gob/gst-identity2.gob:
12141         * examples/indexing/.cvsignore:
12142         * examples/indexing/Makefile.am:
12143         * examples/indexing/indexmpeg.c:
12144         * examples/seeking/.cvsignore:
12145         * examples/seeking/Makefile.am:
12146         * examples/seeking/cdparanoia.c:
12147         * examples/seeking/cdplayer.c:
12148         * examples/seeking/chained.c:
12149         * examples/seeking/scrubby.c:
12150         * examples/seeking/seek.c:
12151         * examples/stats/Makefile.am:
12152         * examples/stats/mp2ogg.c:
12153         * examples/switch/.cvsignore:
12154         * examples/switch/Makefile.am:
12155         * examples/switch/switcher.c:
12156         * tests/Makefile.am:
12157         * tests/check/generic/.cvsignore:
12158         * tests/check/pipelines/.cvsignore:
12159         * tests/examples/Makefile.am:
12160         * tests/examples/seek/Makefile.am:
12161           reorganize stuff under tests/
12162
12163 2005-11-30  Edward Hervey  <edward@fluendo.com>
12164
12165         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
12166         Go away you stupid GstStaticPadTemplate memleak.
12167
12168 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12169
12170         * gst-libs/gst/net/Makefile.am:
12171         * gst-libs/gst/net/README:
12172         * gst-libs/gst/net/gstnetbuffer.c:
12173         * gst-libs/gst/net/gstnetbuffer.h:
12174           this was moved to "netbuffer"
12175
12176 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12177
12178         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
12179         (gst_video_filter_class_init), (gst_video_filter_init):
12180         * gst-libs/gst/video/gstvideofilter.h:
12181           borgify name to bring in line with other classes
12182
12183 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12184
12185         * gst/audioscale/.cvsignore:
12186         * gst/audioscale/Makefile.am:
12187         * gst/audioscale/README:
12188         * gst/audioscale/audioscale.vcproj:
12189         * gst/audioscale/dtof.c:
12190         * gst/audioscale/dtos.c:
12191         * gst/audioscale/functable.c:
12192         * gst/audioscale/gstaudioscale.c:
12193         * gst/audioscale/gstaudioscale.h:
12194         * gst/audioscale/private.h:
12195         * gst/audioscale/resample.c:
12196         * gst/audioscale/resample.h:
12197         * gst/audioscale/test.c:
12198           remove
12199
12200 2005-11-30  Edward Hervey  <edward@fluendo.com>
12201
12202         * gst-libs/gst/netbuffer/Makefile.am:
12203         really, really tired
12204
12205 2005-11-30  Edward Hervey  <edward@fluendo.com>
12206
12207         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
12208         Update for new GstTypeFindFactory _register()
12209
12210 2005-11-30  Edward Hervey  <edward@fluendo.com>
12211
12212         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
12213         Let's not override libgstnet from core for no reason...
12214         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
12215         Ok, maybe not so quick next time.
12216
12217 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12218
12219         * configure.ac:
12220         * gst-libs/gst/Makefile.am:
12221           moved gst-libs/gst/net to netbuffer through CVS surgery
12222           remove old directory
12223           updating build to accomodate
12224           (#322257)
12225
12226 2005-11-29  Andy Wingo  <wingo@pobox.com>
12227
12228         * pkgconfig/gstreamer-plugins-base.pc.in:
12229         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
12230         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
12231         (#322257).
12232
12233 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
12234
12235         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
12236         3rd time's the charm. Correct ref-counting for discarded buffers.
12237
12238 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
12239
12240         * gst/playback/gststreamselector.c:
12241         (gst_stream_selector_class_init),
12242         (gst_stream_selector_set_property),
12243         (gst_stream_selector_get_property),
12244         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
12245         Fix ref-counting
12246
12247 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
12248
12249         * gst/subparse/gstsubparse.c: (feed_textbuf):
12250           Don't access already unref'ed buffer.
12251
12252 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
12253
12254         * gst/playback/gststreamselector.c:
12255         (gst_stream_selector_class_init), (gst_stream_selector_init),
12256         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
12257         (gst_stream_selector_get_property),
12258         (gst_stream_selector_get_linked_pad),
12259         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
12260         * gst/playback/gststreamselector.h:
12261         Add the active-pad property for playbin to use shortly. Ignore buffers
12262         from any other pad, returning GST_FLOW_NOT_LINKED
12263
12264 2005-11-29  Julien MOUTTE  <julien@moutte.net>
12265
12266         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
12267         patch from bug #322704 (Alessandro Decina).
12268
12269 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12270
12271         * gst-libs/gst/audio/Makefile.am:
12272           folded audiofilter into the audio library
12273
12274 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12275
12276         * gst/videoscale/gstvideoscale.h:
12277         * gst/videoscale/gstvideoscale.c:
12278           remove unimplemented scale methods
12279
12280 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
12281
12282         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
12283           Don't leak caps.
12284
12285 2005-11-28  Julien MOUTTE  <julien@moutte.net>
12286
12287         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
12288         (gst_ximagesink_setcaps):
12289         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
12290         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
12291         happens (only visible on ximagesink but bug is in xv too) set_caps was
12292         destroying the internal x[v]image used to memcpy non locally alloced
12293         buffers so that it got renewed on next _chain. The issue is that 
12294         _expose will try to put that image as it reffed it in _put.
12295         Using gst_buffer_unref instead of destroy fixes it !
12296
12297 2005-11-28  Edward Hervey  <edward@fluendo.com>
12298
12299         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
12300         (try_to_link_1), (queue_filled_cb):
12301         Better use of the queues. Start with a small size queue and only increase
12302         the size of the queues when the other queues are empty.
12303
12304 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
12305
12306         * gst-libs/gst/video/Makefile.am:
12307           compile in copied-over videofilter into the video library
12308         * gst-libs/gst/video/videosink.h:
12309           rename the header to gstvideosink.h since it's a base GstObject class
12310         * sys/ximage/ximagesink.h:
12311         * sys/xvimage/xvimagesink.h:
12312           use the new header
12313
12314 2005-11-28  Wim Taymans  <wim@fluendo.com>
12315
12316         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
12317         * gst/playback/gstplaybasebin.h:
12318         Prepare to handle errors betters.
12319
12320         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
12321         Set sinks to PAUSED first before adding and linking them so that
12322         we don't interrupt dataflow.
12323
12324 2005-11-28  Wim Taymans  <wim@fluendo.com>
12325
12326         * gst-libs/gst/audio/TODO:
12327         Updated TODO
12328
12329         * gst-libs/gst/audio/gstaudiosink.c:
12330         (gst_audioringbuffer_open_device),
12331         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
12332         (gst_audioringbuffer_release):
12333         Small cleanups.
12334
12335         * gst-libs/gst/audio/gstbaseaudiosink.c:
12336         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
12337         (gst_base_audio_sink_change_state):
12338         Slave to the master clock when going to PLAYING and unslave when
12339         going to PAUSED.
12340
12341         * gst-libs/gst/audio/gstringbuffer.c:
12342         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
12343         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
12344         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
12345         (gst_ring_buffer_clear_all), (wait_segment),
12346         (gst_ring_buffer_commit), (gst_ring_buffer_read),
12347         (gst_ring_buffer_advance):
12348         * gst-libs/gst/audio/gstringbuffer.h:
12349         Add some docs and cleanups.
12350
12351 2005-11-28  Julien MOUTTE  <julien@moutte.net>
12352
12353         * sys/xvimage/xvimagesink.c:
12354         (gst_xvimagesink_navigation_send_event): Fix navigation events
12355         coordinates translation with pixel aspect ratios.
12356
12357 2005-11-28  Julien MOUTTE  <julien@moutte.net>
12358
12359         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
12360         Use calculated video geometry from _setcaps instead of buffer
12361         caps to respect pixel aspect ratio. (fixes #322388)
12362
12363 2005-11-28  Julien MOUTTE  <julien@moutte.net>
12364
12365         * docs/libs/tmpl/gstcolorbalance.sgml:
12366         * docs/libs/tmpl/gstmixer.sgml:
12367         * docs/libs/tmpl/gstxoverlay.sgml:
12368         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
12369         interface.
12370
12371 2005-11-28  Julien MOUTTE  <julien@moutte.net>
12372
12373         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
12374         Refuse to create an XvImage if we can't find the format.
12375
12376 2005-11-28  Edward Hervey  <edward@fluendo.com>
12377
12378         * gst-libs/gst/riff/riff-media.c:
12379         (gst_riff_create_audio_template_caps):
12380         Add ATRAC3 to the list of riff-possible audio caps.
12381         I know we still don't have a plugin for atrac3, but it's saner to output
12382         that than a cryptic mimetype.
12383
12384 2005-11-27  Edward Hervey  <edward@fluendo.com>
12385
12386         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
12387         Don't try to create a zero-sized subbuffer.
12388
12389 2005-11-27  Julien MOUTTE  <julien@moutte.net>
12390
12391         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
12392         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
12393         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
12394         (gst_ximagesink_expose): Fixed a tricky race.
12395         * sys/ximage/ximagesink.h:
12396         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
12397         (gst_xvimagesink_expose): Fixed a tricky race.
12398         * sys/xvimage/xvimagesink.h:
12399
12400 2005-11-27  Edward Hervey  <edward@fluendo.com>
12401
12402         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
12403         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
12404         Remove unused properties, and add queues between demuxers and decoders
12405         so that a lot more files can preroll properly.
12406
12407 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12408
12409         * gst-libs/gst/net/Makefile.am:
12410         * gst-libs/gst/rtp/Makefile.am:
12411         * gst-libs/gst/tag/Makefile.am:
12412           remove silly include
12413         * gst/tags/Makefile.am:
12414         * gst/tags/gsttagediting.c:
12415         * gst/tags/gsttageditingprivate.h:
12416         * gst/tags/tagedit.vcproj:
12417           remove directory, is as good as empty
12418
12419 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12420
12421         * configure.ac:
12422           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
12423         * gst-libs/Makefile.am:
12424         * gst-libs/gst/audio/Makefile.am:
12425         * gst-libs/gst/interfaces/Makefile.am:
12426         * gst-libs/gst/net/Makefile.am:
12427         * gst-libs/gst/riff/Makefile.am:
12428         * gst-libs/gst/rtp/Makefile.am:
12429         * gst-libs/gst/tag/Makefile.am:
12430         * gst-libs/gst/video/Makefile.am:
12431           and use them
12432
12433 2005-11-27  Julien MOUTTE  <julien@moutte.net>
12434
12435         * docs/libs/tmpl/gstcolorbalance.sgml:
12436         * docs/libs/tmpl/gstmixer.sgml:
12437         * docs/libs/tmpl/gstxoverlay.sgml:
12438         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
12439         * sys/ximage/ximagesink.h:
12440         * sys/xvimage/xvimagesink.h: More and more documentation.
12441
12442 2005-11-26  Julien MOUTTE  <julien@moutte.net>
12443
12444         * docs/libs/gst-plugins-base-libs-docs.sgml:
12445         * docs/libs/gst-plugins-base-libs-sections.txt:
12446         * docs/libs/tmpl/gstcolorbalance.sgml:
12447         * docs/libs/tmpl/gstmixer.sgml:
12448         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
12449         to documentation.
12450
12451 2005-11-26  Julien MOUTTE  <julien@moutte.net>
12452
12453         * docs/plugins/Makefile.am:
12454         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12455         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12456         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
12457
12458 2005-11-26  Julien MOUTTE  <julien@moutte.net>
12459
12460         * docs/plugins/Makefile.am:
12461         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12462         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12463         * docs/plugins/inspect/plugin-adder.xml:
12464         * docs/plugins/inspect/plugin-alsa.xml:
12465         * docs/plugins/inspect/plugin-audioconvert.xml:
12466         * docs/plugins/inspect/plugin-audiorate.xml:
12467         * docs/plugins/inspect/plugin-audioresample.xml:
12468         * docs/plugins/inspect/plugin-audiotestsrc.xml:
12469         * docs/plugins/inspect/plugin-decodebin.xml:
12470         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12471         * docs/plugins/inspect/plugin-gnomevfs.xml:
12472         * docs/plugins/inspect/plugin-ogg.xml:
12473         * docs/plugins/inspect/plugin-playbin.xml:
12474         * docs/plugins/inspect/plugin-subparse.xml:
12475         * docs/plugins/inspect/plugin-tcp.xml:
12476         * docs/plugins/inspect/plugin-theora.xml:
12477         * docs/plugins/inspect/plugin-typefindfunctions.xml:
12478         * docs/plugins/inspect/plugin-video4linux.xml:
12479         * docs/plugins/inspect/plugin-videorate.xml:
12480         * docs/plugins/inspect/plugin-videoscale.xml:
12481         * docs/plugins/inspect/plugin-videotestsrc.xml:
12482         * docs/plugins/inspect/plugin-volume.xml:
12483         * docs/plugins/inspect/plugin-vorbis.xml:
12484         * docs/plugins/inspect/plugin-ximagesink.xml:
12485         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
12486         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
12487
12488 2005-11-26  Edward Hervey  <edward@fluendo.com>
12489
12490         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
12491         Properly return GstFlowReturn from gst_pad_push in chain functions.
12492
12493 2005-11-25  Michael Smith  <msmith@fluendo.com>
12494
12495         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
12496         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
12497         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
12498         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
12499           Handle various conditions better when we don't understand a stream.
12500           Removes a heap of CRITICALs on ogg streams containing unknown data.
12501
12502 2005-11-24  Andy Wingo  <wingo@pobox.com>
12503
12504         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
12505         Be threadsafe.
12506
12507 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12508
12509         * configure.ac: back to HEAD
12510
12511 === release 0.9.6 ===
12512
12513 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
12514
12515         * configure.ac:
12516           releasing 0.9.6, "White Eight"
12517
12518 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12519
12520         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
12521         * docs/plugins/inspect/plugin-sine.xml:
12522           remove sinesrc some more
12523
12524 2005-11-23  Wim Taymans  <wim@fluendo.com>
12525
12526         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
12527         If we are reading too slowly, jump forward in the ringbuffer
12528         instead of blocking.
12529
12530 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
12531
12532         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
12533         (gst_visual_chain):
12534         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
12535         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
12536         (gst_videorate_chain):
12537         * gst/videotestsrc/gstvideotestsrc.c:
12538         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
12539         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
12540         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
12541         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
12542         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
12543         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
12544           Updates for API changes
12545
12546 2005-11-23  Wim Taymans  <wim@fluendo.com>
12547
12548         * gst-libs/gst/audio/gstbaseaudiosink.c:
12549         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
12550         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
12551         Fix for calibration API change.
12552
12553 2005-11-23  Michael Smith <msmith@fluendo.com>
12554
12555         * gst-libs/gst/audio/multichannel.c:
12556         (gst_audio_get_channel_positions),
12557         (gst_audio_set_channel_positions),
12558         (gst_audio_set_structure_channel_positions_list),
12559         (gst_audio_fixate_channel_positions):
12560           Use gst_value_array_*() functions on value arrays, not
12561           gst_value_list_*().
12562
12563 2005-11-23  Edward Hervey  <edward@fluendo.com>
12564
12565         * autogen.sh:
12566         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
12567         Fixes autogen
12568
12569 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12570
12571         * check/Makefile.am:
12572         * check/elements/videotestsrc.c: (setup_videotestsrc),
12573         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
12574         (main):
12575           add a test for videotestsrc
12576
12577 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12578
12579         * gst/sine/.cvsignore:
12580         * gst/sine/Makefile.am:
12581         * gst/sine/gstsinesrc.c:
12582         * gst/sine/gstsinesrc.h:
12583         * gst/sine/sinesrc.vcproj:
12584           and remove sinesrc from the repository.  Closes #321446
12585
12586 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12587
12588         * configure.ac:
12589         * gst-plugins-base.spec.in:
12590           remove sinesrc from the build
12591
12592 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12593
12594         * check/Makefile.am:
12595         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
12596         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
12597         (main):
12598           add a test for audiotestsrc, testing all waves.  Even seems
12599           leak-free at first glance, nice job Stefan
12600
12601 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
12602
12603         * po/af.po:
12604         * po/az.po:
12605         * po/cs.po:
12606         * po/en_GB.po:
12607         * po/hu.po:
12608         * po/it.po:
12609         * po/nb.po:
12610         * po/nl.po:
12611         * po/or.po:
12612         * po/sq.po:
12613         * po/sr.po:
12614         * po/sv.po:
12615         * po/uk.po:
12616         * po/vi.po:
12617           Translation string updates
12618
12619         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
12620         (gst_v4lsrc_set_caps):
12621         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
12622         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
12623         * sys/v4l/v4lsrc_calls.h:
12624           Improve v4lsrc, by making it work again.
12625
12626 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
12627
12628         * ext/libvisual/visual.c: (gst_visual_chain):
12629           Fix the fps calculations.
12630
12631         * gst/ffmpegcolorspace/avcodec.h:
12632           Move structure element for clarity
12633
12634         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
12635         * gst-libs/gst/interfaces/tunernorm.h:
12636         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
12637         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
12638         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
12639         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
12640         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
12641         (gst_v4lmjpegsrc_getcaps):
12642         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
12643         (gst_v4lsrc_set_caps):
12644         * sys/v4l/gstv4lsrc.h:
12645         * sys/v4l/v4l_calls.c: (gst_v4l_open):
12646         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
12647         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
12648         * sys/v4l/v4lsrc_calls.h:
12649           Fractional framerates...
12650
12651 2005-11-22  Wim Taymans  <wim@fluendo.com>
12652
12653         * gst-libs/gst/audio/gstbaseaudiosink.c:
12654         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
12655         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
12656         And we provide a clock by default, of course...
12657
12658 2005-11-22  Wim Taymans  <wim@fluendo.com>
12659
12660         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
12661         This clock can be slaved to a master clock now.
12662
12663         * gst-libs/gst/audio/gstbaseaudiosink.c:
12664         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
12665         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
12666         (gst_base_audio_sink_set_clock),
12667         (gst_base_audio_sink_set_property),
12668         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
12669         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
12670         * gst-libs/gst/audio/gstbaseaudiosink.h:
12671         Handle slaving the internal clock to the clock selected in the
12672         pipeline.
12673         Add property to make the basesink not provide a clock.
12674
12675         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12676         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
12677         (gst_base_rtp_depayload_wait):
12678         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12679         We can use the clock in GstElement, no need to store it ourselves.
12680
12681 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
12682
12683         * docs/libs/tmpl/gstaudio.sgml:
12684           update
12685         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
12686         (gst_paranoia_endian_get_type):
12687         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
12688         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
12689         * gst/audiotestsrc/gstaudiotestsrc.c:
12690         (gst_audiostestsrc_wave_get_type):
12691         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
12692         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
12693         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
12694         (gst_sync_method_get_type), (gst_unit_type_get_type),
12695         (gst_client_status_get_type), (gst_multifdsink_class_init),
12696         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
12697         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
12698         (gst_multifdsink_get_property):
12699         * gst/tcp/gstmultifdsink.h:
12700         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
12701         * gst/videotestsrc/gstvideotestsrc.c:
12702         (gst_videotestsrc_pattern_get_type):
12703           remove deprecated properties
12704           fix up enums to correctly have short lowercase dashed nicks
12705
12706 2005-11-22  Michael Smith <msmith@fluendo.com>
12707
12708         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
12709         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
12710           Add underscore.
12711
12712 2005-11-22  Michael Smith <msmith@fluendo.com>
12713
12714         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
12715         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
12716           Use utility method for scaling clocktime for fractional framerates.
12717
12718 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
12719
12720         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
12721         (gst_visual_chain):
12722         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
12723         * ext/theora/theoradec.c: (theora_handle_type_packet):
12724         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
12725         (theora_enc_chain):
12726         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
12727         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
12728         * gst-libs/gst/video/video.h:
12729         * gst/ffmpegcolorspace/avcodec.h:
12730         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12731         (gst_ffmpeg_caps_to_pixfmt):
12732         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12733         (gst_ffmpegcsp_set_caps):
12734         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
12735         (gst_videorate_setcaps), (gst_videorate_blank_data),
12736         (gst_videorate_chain):
12737         * gst/videotestsrc/gstvideotestsrc.c:
12738         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
12739         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
12740         (gst_videotestsrc_event), (gst_videotestsrc_create):
12741         * gst/videotestsrc/gstvideotestsrc.h:
12742         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
12743         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
12744         (gst_ximagesink_get_times), (gst_ximagesink_init):
12745         * sys/ximage/ximagesink.h:
12746         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
12747         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
12748         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
12749         * sys/xvimage/xvimagesink.h:
12750           Convert elements to use fractions for their framerate.
12751           V4L elements to come later tonight.
12752
12753 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
12754
12755         * gst-libs/gst/audio/audio.c:
12756         * gst-libs/gst/audio/audio.h:
12757           remove some deprecated functions
12758
12759 2005-11-22  Andy Wingo  <wingo@pobox.com>
12760
12761         * Update for gst_tag_setter API changes.
12762
12763 2005-11-22  Andy Wingo  <wingo@pobox.com>
12764
12765         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
12766         (gst_ogg_demux_perform_seek):
12767         * ext/theora/theoradec.c (theora_dec_sink_event):
12768         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
12769         update-funcnames.
12770
12771 2005-11-22  Wim Taymans  <wim@fluendo.com>
12772
12773         * examples/seeking/seek.c: (main):
12774         Give higher priority to bus signals than the gtk events
12775         to fix a race condition in the segment looping.
12776
12777 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
12778
12779         * ext/theora/Makefile.am:
12780         * ext/vorbis/Makefile.am:
12781         * gst-libs/gst/tag/Makefile.am:
12782         * gst-plugins-base.spec.in:
12783           Rename libgsttagedit to libgsttag (#322117).
12784
12785 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
12786
12787         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
12788         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
12789           Call gst_x_overlay_prepare_xwindow_id() to give applications
12790           a final chance to set their own xwindow id before the video
12791           sink creates its own window.
12792
12793 2005-11-22  Julien MOUTTE  <julien@moutte.net>
12794
12795         * sys/xvimage/xvimagesink.c:
12796         (gst_xvimagesink_navigation_send_event): Handle navigation
12797         events correcly with borders if applicable.
12798
12799 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
12800
12801         Patch by: Luca Ognibene
12802
12803         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12804         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
12805         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12806         (gst_ffmpegcsp_caps_remove_format_info):
12807         * gst/ffmpegcolorspace/imgconvert.c:
12808         * gst/ffmpegcolorspace/imgconvert_template.h:
12809           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
12810           #318353); use gst_structure_has_name().
12811
12812 2005-11-22  Julien MOUTTE  <julien@moutte.net>
12813
12814         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
12815         (gst_ximagesink_class_init): Add debug macros on functions.
12816         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
12817         (gst_xvimagesink_xwindow_draw_borders),
12818         (gst_xvimagesink_xvimage_put),
12819         (gst_xvimagesink_xwindow_update_geometry),
12820         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
12821         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
12822         (gst_xvimagesink_xcontext_clear),
12823         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
12824         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
12825         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
12826         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
12827         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
12828         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
12829         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
12830         expose while being PAUSED, out of data flow navigation events, etc..
12831
12832 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
12833
12834         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
12835         * gst-libs/gst/audio/audio.h:
12836           fix prototype - wondering why the test worked regardless
12837
12838 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
12839
12840         * check/Makefile.am:
12841         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
12842         * gst-libs/gst/audio/audio.h:
12843           add a method that returns a proper GstClockTime
12844
12845 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
12846
12847         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
12848         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
12849         * gst-libs/gst/interfaces/xoverlay.h:
12850           Remove everything having to do with the desired size; add 
12851           gst_x_overlay_prepare_xwindow_id() function; remove the
12852           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
12853           post a message on the bus instead (#321816).
12854
12855         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
12856         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
12857         (gst_xvimagesink_xoverlay_init):
12858           Remove desired size stuff (#321816).
12859
12860 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
12861
12862         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
12863         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
12864         (mpeg_video_type_find), (mpeg_video_stream_type_find):
12865           Terminate vararg functions with NULL instead of 0 to 
12866           make gcc4 happy.
12867
12868 2005-11-21  Andy Wingo  <wingo@pobox.com>
12869
12870         patch by: Sebastien Cote <sebas642@yahoo.ca>
12871         
12872         * gst-libs/gst/rtp/gstrtpbuffer.h: 
12873         * gst-libs/gst/rtp/gstrtpbuffer.c
12874         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
12875
12876 2005-11-21  Andy Wingo  <wingo@pobox.com>
12877
12878         * gst/playback/gstplaybin.c (gen_audio_element) 
12879         (gen_video_element): Use the new MISSING_PLUGIN core error
12880         category. Closes #320060.
12881
12882         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
12883         * gst/videorate/gstvideorate.c (gst_videorate_event):
12884         * ext/theora/theoradec.c (theora_dec_sink_event): 
12885         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
12886         stream lock.
12887
12888         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
12889         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
12890         stream lock changes.
12891
12892 2005-11-21  Wim Taymans  <wim@fluendo.com>
12893
12894         * gst-libs/gst/audio/gstbaseaudiosink.c:
12895         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
12896         (gst_base_audio_sink_provide_clock),
12897         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
12898         (gst_base_audio_sink_change_state):
12899         * gst/audioresample/gstaudioresample.c:
12900         Segment update fix.
12901
12902 2005-11-21  Andy Wingo  <wingo@pobox.com>
12903
12904         * *.h:
12905         * *.c: Ran scripts/update-macros. Oh yes.
12906
12907 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
12908
12909         * sys/ximage/Makefile.am:
12910         * sys/ximage/ximage.c:
12911           Rename ximage plugin to ximagesink (#321426) (Don't forget to
12912           remove your old libgstximage.* manually if necessary).
12913
12914 2005-11-21  Michael Smith <msmith@fluendo.com>
12915
12916         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
12917           Minimal fix for bug #320200: set the min/max bitrate in the correct
12918           units. A better fix would be to upgrade to the RATEMANAGE2
12919           interface, rather than using the deprecated interface used here, but
12920           that would require an update in our libvorbis dependency (to 1.1),
12921           which is probably undesirable.
12922
12923 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
12924
12925         * ext/libvisual/visual.c: (get_buffer):
12926         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12927         (gst_base_audio_src_fixate):
12928         * gst/audioconvert/gstaudioconvert.c:
12929         (gst_audio_convert_fixate_caps):
12930         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
12931         * gst/audiotestsrc/gstaudiotestsrc.c:
12932         (gst_audiotestsrc_src_fixate):
12933         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
12934         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
12935         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
12936         * gst/videotestsrc/gstvideotestsrc.c:
12937         (gst_videotestsrc_src_fixate):
12938         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
12939         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
12940           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
12941           (#322027)
12942
12943
12944 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
12945
12946         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
12947         (gst_riff_create_iavs_caps):
12948         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
12949         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
12950         (gst_riff_parse_info):
12951         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
12952         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
12953         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
12954           Fixes for GST_FOURCC_FORMAT API change.
12955
12956 2005-11-21  Andy Wingo  <wingo@pobox.com>
12957
12958         patch by: Alessandro Dessina <alessandro nnva org>
12959
12960         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
12961         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
12962         (gst_ogg_parse_chain):
12963         * ext/theora/theoraenc.c (theora_set_header_on_caps):
12964         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
12965         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
12966         gst_value_list calls on arrays. Fixes #321962.
12967
12968 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
12969
12970         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
12971         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
12972         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
12973         * gst/adder/gstadder.c: (gst_adder_init),
12974         (gst_adder_request_new_pad), (gst_adder_collected),
12975         (gst_adder_change_state):
12976           Update for gst_collectpads_foo() to gst_collect_pads_foo()
12977           API change.
12978
12979 2005-11-21  Michael Smith <msmith@fluendo.com>
12980
12981         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
12982         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
12983           Properly handle pad_push return values.
12984
12985 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
12986
12987         * gst-libs/gst/tag/Makefile.am:
12988         * gst-libs/gst/tag/gstvorbistag.c:
12989         (gst_tag_list_to_vorbiscomment_buffer):
12990           Remove obsolete vorbistag element and debug category.
12991
12992         * gst/playback/gstplaybasebin.c: (check_queue):
12993           Don't divide by 0 when queue-threshold is 0.
12994
12995         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
12996           Don't modify an existing pixel-aspect-ratio if we fail to read
12997           a new one.
12998
12999 2005-11-20  Wim Taymans  <wim@fluendo.com>
13000
13001         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
13002         (gst_vorbisenc_push_packet):
13003         GST_PAD_IS_USABLE is gone, use the return value of
13004         the push or pad_alloc_buffer instead.
13005
13006 2005-11-18  Julien MOUTTE  <julien@moutte.net>
13007
13008         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
13009         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
13010         (gst_ximagesink_ximage_destroy),
13011         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
13012         (gst_ximagesink_xwindow_new),
13013         (gst_ximagesink_xwindow_update_geometry),
13014         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
13015         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
13016         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
13017         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
13018         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
13019         (gst_ximagesink_navigation_send_event),
13020         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
13021         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
13022         (gst_ximagesink_finalize), (gst_ximagesink_init),
13023         (gst_ximagesink_class_init):
13024         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
13025         This new version brings correct software scaling, non flickering
13026         window while resizing, pixel aspect ratio handling, usage of
13027         hardware buffer pools, out of data flow event thread for 
13028         navigation and handling of expose events even when being PAUSED,
13029         a new property to keep video aspect ratio when resizing, etc...
13030
13031 2005-11-18  Julien MOUTTE  <julien@moutte.net>
13032
13033         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
13034         (gst_videoscale_fixate_caps): Introduce back caps fixate with
13035         handling of PAR.
13036
13037 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
13038
13039         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
13040         Unsetting IS_SINK flag from the fakesink, so decodebin
13041         never behaves as a sink.
13042
13043 2005-11-17  Wim Taymans  <wim@fluendo.com>
13044
13045         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13046         (gst_base_audio_src_change_state):
13047         Fix the audiosrc base class again, we did not unflush.
13048
13049 2005-11-17  Julien MOUTTE  <julien@moutte.net>
13050
13051         * examples/seeking/seek.c: (make_dv_pipeline),
13052         (make_vorbis_theora_pipeline), (make_avi_pipeline),
13053         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
13054         to ogg/vorbis/theora pipeline.
13055
13056 2005-11-17  Wim Taymans  <wim@fluendo.com>
13057
13058         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
13059         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
13060         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
13061         Fix EOS on multiple streams.
13062         More debugging.
13063
13064 2005-11-16  Wim Taymans  <wim@fluendo.com>
13065
13066         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
13067         (gst_ogg_demux_perform_seek):
13068         Segment done must include stream time.
13069
13070         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
13071         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
13072         (gst_ogg_mux_change_state):
13073         Fix ogg muxer again.
13074
13075 2005-11-16  Wim Taymans  <wim@fluendo.com>
13076
13077         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
13078         Fix compile again.
13079
13080 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
13081
13082         * ext/libvisual/visual.c: (gst_visual_init):
13083         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
13084         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
13085         (gst_ogg_parse_chain):
13086         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
13087         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
13088         * ext/theora/theoradec.c: (gst_theora_dec_init):
13089         * ext/theora/theoraenc.c: (gst_theora_enc_init):
13090         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
13091         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
13092         * gst/adder/gstadder.c: (gst_adder_class_init),
13093         (gst_adder_dispose):
13094         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
13095         * gst/subparse/gstsubparse.c: (gst_subparse_init):
13096         * gst/videorate/gstvideorate.c: (gst_videorate_init):
13097           Fix a whole set of pad template leaks
13098
13099 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
13100
13101         * check/generic/states.c: (GST_START_TEST):
13102           fix the test so that it only checks for elements that are part of
13103           this source module
13104
13105 2005-11-16  Michael Smith <msmith@fluendo.com>
13106
13107         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
13108         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
13109         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
13110         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
13111         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
13112         (gst_ogg_mux_change_state):
13113           Fix leaking collectpads.
13114
13115 2005-11-16  Edward Hervey  <edward@fluendo.com>
13116
13117         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
13118         (gst_videorate_event), (gst_videorate_chain):
13119         Handle segment seeks
13120
13121 2005-11-16  Wim Taymans  <wim@fluendo.com>
13122
13123         * gst-libs/gst/audio/gstbaseaudiosink.c:
13124         (gst_base_audio_sink_provide_clock),
13125         (gst_base_audio_sink_change_state):
13126         Set ringbuffer to non-flushing when going to PAUSED, set to
13127         flushing again when going to READY.
13128
13129         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
13130         (gst_ring_buffer_stop):
13131         Start in flushing mode by default.
13132         Don't set flushing in the _stop method, let the app call
13133         this explicitly.
13134
13135 2005-11-16  Julien MOUTTE  <julien@moutte.net>
13136
13137         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
13138         * gst-libs/gst/video/videosink.h: Add helper function needed
13139         for video sinks.
13140
13141 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
13142
13143         * gst/videoscale/gstvideoscale.c:
13144         (gst_videoscale_handle_src_event):
13145           Don't leak reference to pad parent.
13146
13147 2005-11-16  Wim Taymans  <wim@fluendo.com>
13148
13149         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
13150         Set ringbuffer to flushing when stopping so that we don't
13151         block on wait_segment anymore and livelock.
13152
13153 2005-11-16  Wim Taymans  <wim@fluendo.com>
13154
13155         * examples/seeking/seek.c: (send_event), (do_seek),
13156         (loop_toggle_cb), (segment_done), (main):
13157         Added looping checkbox.
13158
13159 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
13160
13161         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
13162         (gst_ogg_demux_init):
13163         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
13164         (gst_vorbis_dec_init):
13165           revert unrefs, they don't pass make check
13166
13167 2005-11-15  Johan Dahlin  <johan@gnome.org>
13168
13169         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
13170         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
13171         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
13172         (gst_vorbis_dec_init):
13173         Fix pad template leaks. 
13174
13175 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
13176
13177         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
13178           Make state change function thread safe.
13179
13180 2005-11-15  Edward Hervey  <edward@fluendo.com>
13181
13182         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
13183         (gst_ogg_demux_class_init):
13184         Implement GstElement::send_event, so we can send seek events
13185         in GST_STATE_READY
13186
13187 2005-11-14  Julien MOUTTE  <julien@moutte.net>
13188
13189         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
13190         Discovered how to take away flickering while resizing the
13191         window. Please don't put that in ximagesink, refactoring in
13192         progress.
13193
13194 2005-11-14  Michael Smith <msmith@fluendo.com>
13195
13196         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
13197         (gst_multifdsink_render):
13198           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
13199
13200 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
13201
13202         * gst/playback/gstplaybin.c: (gen_audio_element):
13203           Use autoaudiosink, it tends to be more widely available than
13204           autoaudiiosink.
13205           
13206 2005-11-14  Andy Wingo  <wingo@pobox.com>
13207
13208         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
13209         as well if it is available. Fixes #316442.
13210
13211 2005-11-14  Michael Smith <msmith@fluendo.com>
13212
13213         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
13214         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
13215         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
13216         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
13217         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
13218         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
13219         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
13220         (gst_vorbisenc_change_state):
13221           Fix a small memory leak in vorbisenc.
13222           Fix large memory leaks in oggmux, also fix lots of state change
13223           bugs in oggmux.
13224
13225 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13226
13227         * gst/videotestsrc/gstvideotestsrc.c:
13228         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
13229         (gst_videotestsrc_src_fixate):
13230           move fixation to a fixate function
13231           remove negotiate function, basesrc's is good enough
13232           fixes a bug for check when using the element alone
13233
13234 2005-11-13  Edward Hervey  <edward@fluendo.com>
13235
13236         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
13237         (key_toggle_cb), (main):
13238         Added checkboxes for adding/removing the accurate and key_unit seek
13239         flags.
13240
13241 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
13242
13243         * configure.ac: back to HEAD
13244
13245 === release 0.9.5 ===
13246
13247 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
13248
13249         * configure.ac:
13250           releasing 0.9.5, "No No Kia"
13251
13252 2005-11-11  Edward Hervey  <edward@fluendo.com>
13253
13254         * examples/seeking/seek.c: (make_parselaunch_pipeline):
13255         Added parse-launch syntax seeking mode for the seeking example.
13256         This should help stress-test even more cases.
13257         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
13258
13259 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
13260
13261         * sys/xvimage/xvimagesink.c:
13262         (gst_xvimagesink_navigation_send_event):
13263           Check whether peer pad exists before sending navigation events
13264           to it.
13265
13266 2005-11-11  Michael Smith <msmith@fluendo.com>
13267
13268         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
13269         (gst_vorbisenc_buffer_from_packet):
13270         * ext/vorbis/vorbisenc.h:
13271           Set duration on encoded buffers. This allows oggmux's
13272           max_page_delay parameter to actually work.
13273
13274 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
13275
13276         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13277         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
13278         (gst_ffmpegcsp_avpicture_fill):
13279         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13280         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
13281           Make palettes work again (see #132341). Use our own macros
13282           for rounding up.
13283
13284 2005-11-10  Andy Wingo  <wingo@pobox.com>
13285
13286         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
13287         string doober.
13288
13289 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
13290
13291         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13292         (gst_ffmpegcsp_transform_caps):
13293           Prefer passthrough in transform_caps
13294
13295 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
13296
13297         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
13298           check for ALSA errors properly, instead of relying on ALSA's
13299           error strings to serve to the user.
13300
13301 2005-11-10  Wim Taymans  <wim@fluendo.com>
13302
13303         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
13304         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
13305         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
13306         Modernise the seek code.
13307
13308 2005-11-10  Michael Smith <msmith@fluendo.com>
13309         
13310         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
13311         (setup_substreams), (set_active_source):
13312           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
13313           trying to go to NULL if we failed to read a file.
13314
13315 2005-11-10  Wim Taymans  <wim@fluendo.com>
13316
13317         * gst/audiotestsrc/gstaudiotestsrc.c:
13318         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
13319         (gst_audiotestsrc_create):
13320         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
13321         (gst_sinesrc_get_times), (gst_sinesrc_create):
13322         * gst/videotestsrc/gstvideotestsrc.c:
13323         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
13324         (gst_videotestsrc_create):
13325         The base class can now sync for us.
13326
13327 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
13328
13329         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
13330           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
13331           name=source autoprobe=false autoprobe-fps=false copy-mode=1
13332           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
13333           format=(fourcc)I420" ! xvimagesink
13334
13335 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
13336
13337         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
13338         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
13339         (gst_sinesrc_newsegment):
13340           Send newsegment event in TIME format, set duration if
13341           num-buffers is set, fix duration querying.
13342
13343 2005-11-10  Michael Smith <msmith@fluendo.com>
13344
13345         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
13346         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
13347         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
13348         (gst_ogg_mux_collected):
13349          Fix EOS handling, partially. Now forwarding an EOS event once we have
13350          EOS on all pads works correctly. However, we still don't properly set
13351          EOS on the actual ogg stream pages.
13352
13353 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
13354
13355         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
13356           Set elements to NULL state before disposing of them.
13357
13358 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
13359
13360         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13361
13362         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13363         (gst_base_rtp_depayload_init),
13364         (gst_base_rtp_depayload_set_gst_timestamp):
13365         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13366           We need to send a newsegment event for each instance, not
13367           just for the first instance of this class (get rid of
13368           static variable in function). (#321011).
13369           
13370 2005-11-08  Michael Smith <msmith@fluendo.com>
13371
13372         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
13373         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
13374         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
13375         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
13376           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
13377           This makes us mux things correctly according to the ogg muxing
13378           rules. Still not handling EOS correctly right now, though.
13379
13380 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
13381
13382         * gst/audioconvert/gstaudioconvert.c:
13383           Fix typo in docs. 
13384
13385 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
13386
13387         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
13388         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
13389           Initialise segment_stop to GST_CLOCK_TIME_NONE when
13390           creating a new chain; should fix live streaming. Also
13391           add more debug output and fix a typo.
13392
13393 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
13394
13395         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13396
13397         * gst/volume/gstvolume.c: (volume_set_caps):
13398           Fix compilation on Solaris with Forte. (#320923)
13399
13400 2005-11-08  Wim Taymans  <wim@fluendo.com>
13401
13402         * gst-libs/gst/audio/gstbaseaudiosink.c:
13403         (gst_base_audio_sink_render):
13404         No need to do a typecheck.
13405
13406 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
13407
13408         * ext/alsa/gstalsa.h:
13409           We register a debug category, so let's use it.
13410
13411 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
13412
13413         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13414         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
13415         Fixed a small problem.
13416
13417 2005-11-04  Wim Taymans  <wim@fluendo.com>
13418
13419         * examples/seeking/Makefile.am:
13420         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
13421         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
13422         (make_playerbin_pipeline), (format_value), (update_scale),
13423         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
13424         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
13425         (print_usage), (main):
13426         Added app for playback speed testing.
13427
13428         * examples/seeking/seek.c: (dynamic_link),
13429         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
13430         (make_mpeg_pipeline), (do_seek), (set_update_scale),
13431         (message_received), (main):
13432         Updated seek example.
13433
13434 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
13435
13436         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13437         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
13438         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
13439         (gst_base_rtp_depayload_set_clock):
13440         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13441         Don't sleep on the bench (system clock) when you have a nice 
13442         comfortable bed (Gstreamer clock) to sleep on.
13443
13444 2005-11-03  Wim Taymans  <wim@fluendo.com>
13445
13446         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
13447         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
13448         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
13449         Handle the case where a pad_block failed.
13450
13451 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
13452
13453         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
13454
13455         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13456         (gst_base_rtp_depayload_add_to_queue),
13457         (gst_base_rtp_depayload_push),
13458         (gst_base_rtp_depayload_set_gst_timestamp),
13459         (gst_base_rtp_depayload_queue_release):
13460           Fixes some bugs in the depayloader's queuing/de-queueing code.
13461
13462 2005-10-31  Michael Smith <msmith@fluendo.com>
13463
13464         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
13465         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
13466         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
13467           Patch from Alessandro Decina <alessandro@nnva.org>.
13468           Make oggdemux only find the final time in a chain, not per-pad,
13469           since the per-pad information can be very expensive to locate, and
13470           it isn't used anywhere. This makes reading a file containing
13471           OggSkeleton reasonably fast.
13472           Also, make chain finding work when there are logical bitstreams that
13473           can't be decoded. Fixes #319110.
13474
13475 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
13476
13477         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13478         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
13479         (gst_base_rtp_depayload_chain),
13480         (gst_base_rtp_depayload_add_to_queue),
13481         (gst_base_rtp_depayload_push),
13482         (gst_base_rtp_depayload_set_gst_timestamp),
13483         (gst_base_rtp_depayload_queue_release),
13484         (gst_base_rtp_depayload_start_thread),
13485         (gst_base_rtp_depayload_set_property),
13486         (gst_base_rtp_depayload_get_property):
13487         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13488         Some random fixes, to fullfill the desires of thomas.
13489
13490 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
13491
13492         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13493         (gst_base_rtp_depayload_add_to_queue),
13494         (gst_base_rtp_depayload_push):
13495         Fixed the queueing algorithm.
13496
13497 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
13498
13499         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13500         (gst_base_rtp_depayload_push):
13501         A small fix
13502
13503 2005-10-31  Wim Taymans  <wim@fluendo.com>
13504
13505         * gst-libs/gst/audio/gstringbuffer.h:
13506         Don't break ABI.
13507
13508         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13509         (gst_ffmpeg_caps_to_pixfmt):
13510         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13511         (gst_ffmpegcsp_set_caps):
13512         Some more comments.
13513         Handle missing required caps fields better.
13514
13515 2005-10-31  Wim Taymans  <wim@fluendo.com>
13516
13517         * gst-libs/gst/audio/gstbaseaudiosink.c:
13518         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
13519         (gst_base_audio_sink_render):
13520         * gst-libs/gst/audio/gstringbuffer.c:
13521         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
13522         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
13523         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
13524         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
13525         (gst_ring_buffer_read):
13526         * gst-libs/gst/audio/gstringbuffer.h:
13527         Add flushing mode to the ringbuffer so that it in all cases does
13528         not try to handle more audio. This makes sure it does not try to
13529         block anymore when flushing and fixes a livelock.
13530
13531 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
13532
13533         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
13534         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
13535         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
13536           Explicitly check for -1 values before doing a conversion
13537           and always map them to -1. (#315545)
13538
13539 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
13540
13541         * gst/playback/gstplaybin.c: (gen_video_element):
13542           first try autovideosink, then xvimagesink, then error out
13543         * po/POTFILES.in:
13544           add translatable file
13545         * po/af.po:
13546         * po/az.po:
13547         * po/cs.po:
13548         * po/en_GB.po:
13549         * po/hu.po:
13550         * po/it.po:
13551         * po/nb.po:
13552         * po/nl.po:
13553         * po/or.po:
13554         * po/sq.po:
13555         * po/sr.po:
13556         * po/sv.po:
13557         * po/uk.po:
13558         * po/vi.po:
13559           update translations
13560
13561 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
13562
13563         * gst-libs/gst/rtp/gstbasedepayload.c:
13564         * gst-libs/gst/rtp/gstbasedepayload.h:
13565           Minor cleanups
13566
13567 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
13568
13569         * gst/playback/.cvsignore:
13570         * gst/playback/decodetest.c:
13571         * gst/playback/test3.c:
13572           Port these two tests as well.
13573
13574 2005-10-27  Wim Taymans  <wim@fluendo.com>
13575
13576         * ext/theora/theoradec.c: (theora_dec_src_query),
13577         (theora_dec_sink_event):
13578         * ext/theora/theoraenc.c: (theora_enc_sink_event),
13579         (theora_enc_change_state):
13580         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
13581         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
13582         Take proper locks when handling events.
13583
13584 2005-10-27  Wim Taymans  <wim@fluendo.com>
13585
13586         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
13587         (gst_adder_change_state):
13588         Fix timestamps and fix deadlock when stopping the collectpads.
13589
13590 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
13591
13592         * gst-libs/gst/rtp/gstrtpbuffer.h:
13593         Declaring the payload types as strings too so that they can be used
13594         in the padtemplate inialization.
13595
13596 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
13597
13598         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
13599
13600         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13601         (gst_base_rtp_depayload_class_init):
13602         Fixes a small but nasty bug. The derived elements no longer segfaults
13603         on finalization.
13604
13605 2005-10-26  Michael Smith <msmith@fluendo.com>
13606
13607         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
13608           When clearing an audioconvert context, set tmpbufsize to zero, so
13609           we'll allocate it again later if required.
13610           This fixes audioconvert re-negotiating formats, which previously
13611           segfaulted with a NULL destination buffer.
13612
13613 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
13614
13615         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13616         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
13617         (gst_base_rtp_depayload_set_gst_timestamp),
13618         (gst_base_rtp_depayload_queue_release):
13619         Fixed a smalll memleak.
13620
13621 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
13622         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13623         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
13624         (gst_base_rtp_depayload_finalize),
13625         (gst_base_rtp_depayload_setcaps),
13626         (gst_base_rtp_depayload_add_to_queue),
13627         (gst_base_rtp_depayload_push),
13628         (gst_base_rtp_depayload_set_gst_timestamp),
13629         (gst_base_rtp_depayload_queue_release),
13630         (gst_base_rtp_depayload_thread),
13631         (gst_base_rtp_depayload_change_state):
13632         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13633         Changed the C++ comments to C comments
13634
13635 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
13636
13637         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
13638         * gst/tcp/gsttcpclientsrc.h:
13639         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
13640         * gst/tcp/gsttcpserversrc.h:
13641           Remove unused 'curoffset' structure member.
13642
13643 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
13644
13645         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13646         (gst_base_rtp_depayload_base_init),
13647         (gst_base_rtp_depayload_finalize):
13648         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13649         * gst-libs/gst/rtp/gstbasertppayload.h:
13650           The pad-template on the sinkpad should be set by the derived classes.
13651           Also added some useful macros.
13652
13653 2005-10-24  Wim Taymans  <wim@fluendo.com>
13654
13655         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
13656         Correctly flush decoder samples even if we could not
13657         copy them to an output buffer. Fixes #319618.
13658
13659 2005-10-24  Julien MOUTTE  <julien@moutte.net>
13660
13661         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
13662         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
13663         the caps against our xcontext caps.
13664
13665 2005-10-24  Wim Taymans  <wim@fluendo.com>
13666
13667         * gst-libs/gst/audio/gstbaseaudiosink.c:
13668         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
13669         Remove g_print
13670         Use sync property from baseclass to disable sync.
13671
13672 2005-10-24  Wim Taymans  <wim@fluendo.com>
13673
13674         * gst-libs/gst/audio/gstbaseaudiosink.c:
13675         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
13676         Buffers with no timestamps get aligned with previous buffers or
13677         on underrun, played ASAP.
13678
13679 2005-10-24  Julien MOUTTE  <julien@moutte.net>
13680
13681         * gst-libs/gst/video/video.h:
13682         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13683         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
13684         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
13685         here comes my change on caps for framerate and geometry range.
13686         We are now accepting 1 to MAXINT for width and height, and from
13687         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
13688         to be blended correctly in videomixer.
13689
13690 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13691
13692         * configure.ac:
13693           back to HEAD
13694
13695 === release 0.9.4 ===
13696
13697 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13698
13699         * NEWS:
13700         * RELEASE:
13701         * configure.ac:
13702           releasing 0.9.4, "Velociraptor"
13703
13704 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13705
13706         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
13707         * po/POTFILES.in:
13708           STOPPED -> FAILED
13709
13710 2005-10-21  Wim Taymans  <wim@fluendo.com>
13711
13712         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
13713         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
13714         (pad_blocked), (close_pad_link), (new_pad):
13715         Don't try to remove elements twice.
13716
13717 2005-10-21  Wim Taymans  <wim@fluendo.com>
13718
13719         * ext/theora/theoradec.c: (theora_dec_src_query),
13720         (theora_dec_sink_event):
13721         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
13722         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
13723         (vorbis_handle_data_packet):
13724         * ext/vorbis/vorbisdec.h:
13725         Fix old naming.
13726
13727         * gst-libs/gst/audio/gstbaseaudiosink.c:
13728         (gst_base_audio_sink_render):
13729         Don't try to sync on buffers without a timestamp.
13730
13731 2005-10-21  Wim Taymans  <wim@fluendo.com>
13732
13733         * ext/theora/theoradec.c: (theora_dec_src_query),
13734         (theora_dec_sink_event):
13735         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
13736         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
13737         (vorbis_handle_data_packet):
13738         * ext/vorbis/vorbisdec.h:
13739         Fix old naming.
13740
13741 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
13742
13743         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
13744         (gst_vorbisenc_src_query):
13745           Implement position and duration queries.
13746
13747         * gst/playback/test3.c: (update_scale), (main):
13748           Fix for async state changes and print nicer output.
13749
13750 2005-10-20  Wim Taymans  <wim@fluendo.com>
13751
13752         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
13753         (dump_element_stats), (main):
13754         * gst/playback/test6.c: (main):
13755         Fix tests again
13756
13757 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
13758
13759         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
13760         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
13761           Don't use functions for position queries when handling
13762           duration queries.
13763
13764 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
13765
13766         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
13767         (vorbis_handle_data_packet), (vorbis_dec_chain),
13768         (vorbis_dec_change_state):
13769         * ext/vorbis/vorbisdec.h:
13770           Vorbis streams can be embedded in other container formats
13771           than ogg, container formats where the demuxer might set 
13772           timestamps on encoded vorbis buffers instead of those silly 
13773           granulepos thingies. In short: make vorbisdec handle 
13774           timestamps on incoming buffers as well.
13775
13776 2005-10-20  Wim Taymans  <wim@fluendo.com>
13777
13778         * gst/playback/gstplaybasebin.c: (group_destroy),
13779         (gst_play_base_bin_change_state):
13780         Fix leak.
13781         Handle case where playbasebin is now ASYNC because
13782         decodebin is.
13783
13784 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
13785
13786         * gst/audioconvert/Makefile.am:
13787         * gst/audioconvert/bufferframesconvert.c:
13788         * gst/audioconvert/plugin.c: (plugin_init):
13789         * gst/audioconvert/plugin.h:
13790           And bye bye buffer-frames-convert
13791
13792 2005-10-19  Wim Taymans  <wim@fluendo.com>
13793
13794         * check/elements/audioconvert.c:
13795         * docs/libs/tmpl/gstaudio.sgml:
13796         * docs/libs/tmpl/gstcolorbalance.sgml:
13797         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
13798         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
13799         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
13800         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
13801         * gst-libs/gst/audio/audio.h:
13802         * gst/audioconvert/audioconvert.h:
13803         * gst/audioconvert/gstaudioconvert.c:
13804         (gst_audio_convert_parse_caps):
13805         * gst/volume/gstvolume.c:
13806         Bye bye buffer-frames.
13807
13808 2005-10-19  Wim Taymans  <wim@fluendo.com>
13809
13810         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
13811         (query_positions_elems), (query_positions_pads), (update_scale),
13812         (do_seek), (set_update_scale), (message_received), (main):
13813         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
13814         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
13815         (gst_ogg_demux_loop):
13816         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
13817         * ext/theora/theoradec.c: (theora_dec_src_query),
13818         (theora_dec_sink_event):
13819         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
13820         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
13821         * gst/adder/gstadder.c: (gst_adder_query):
13822         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
13823         * gst/playback/test3.c: (update_scale):
13824         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
13825         (dump_element_stats), (main):
13826         * gst/playback/test6.c: (main):
13827         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
13828         Query API update.
13829
13830 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
13831
13832         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
13833         (xml_check_first_element), (xml_type_find), (smil_type_find),
13834         (plugin_init):
13835           Add typefinding for SMIL and for generic XML. Based on patch by
13836           Akos Maroy (#308663).
13837
13838 2005-10-18  Wim Taymans  <wim@fluendo.com>
13839
13840         * gst/playback/Makefile.am:
13841         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
13842         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
13843         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
13844         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
13845         (gst_decode_bin_change_state):
13846         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
13847         (gst_play_bin_send_event_to_sink):
13848         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
13849         (dump_element_stats), (main):
13850         * gst/playback/test6.c: (main):
13851         Make playbin async, it'll commit state to paused when all streams
13852         are detected.
13853         Remove ugly hack.
13854         Added test6.c to show async behaviour.
13855
13856 2005-10-18  Wim Taymans  <wim@fluendo.com>
13857
13858         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
13859         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
13860         Fix for segment-start/stop API change.
13861
13862 2005-10-18  Wim Taymans  <wim@fluendo.com>
13863
13864         * check/Makefile.am:
13865         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
13866         (main):
13867         Add future test for clock selection.
13868
13869 2005-10-18  Wim Taymans  <wim@fluendo.com>
13870
13871         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
13872         (gst_alsasink_close):
13873         Set handle to NULL.
13874
13875         * gst-libs/gst/audio/gstringbuffer.c:
13876         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
13877         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
13878         (gst_ring_buffer_start), (gst_ring_buffer_pause),
13879         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
13880         (gst_ring_buffer_read):
13881         More debug info.
13882
13883 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
13884
13885         * gst/audiotestsrc/Makefile.am:
13886         * gst/sine/Makefile.am:
13887         * gst/volume/Makefile.am:
13888           fix broken build of controllerized plugins
13889
13890 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
13891
13892         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13893
13894         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
13895         (gst_riff_create_video_template_caps):
13896           Add support for Indeo-3 (IV32).
13897
13898 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
13899
13900         * configure.ac:
13901           rewrite
13902
13903 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
13904
13905         * gst-libs/gst/video/video.c: (gst_video_get_size):
13906         * gst/audiotestsrc/gstaudiotestsrc.c:
13907           doc updates
13908
13909 2005-10-17  Andy Wingo  <wingo@pobox.com>
13910
13911         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
13912         with the collectpads change.
13913         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
13914
13915         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
13916
13917         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
13918
13919         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
13920         alloc_buffer flow return to callers.
13921         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
13922         change. Fix some memleaks in theoraenc.
13923
13924         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
13925         in strange circumstance.
13926
13927 2005-10-17  Julien MOUTTE  <julien@moutte.net>
13928
13929         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13930         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
13931         from caps, let's use the caps...
13932
13933 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
13934
13935         * configure.ac:
13936           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
13937
13938 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
13939
13940         * gst-libs/gst/interfaces/Makefile.am:
13941           fix silly typo
13942
13943 2005-10-16  Andy Wingo  <wingo@pobox.com>
13944
13945         * gst/playback/gstdecodebin.c
13946         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
13947         function!
13948         (try_to_link_1): Increase kraziness level.
13949
13950 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
13951
13952         * configure.ac:
13953           restructure like the core one
13954         * gst-libs/gst/audio/Makefile.am:
13955         * gst-libs/gst/interfaces/Makefile.am:
13956         * gst-libs/gst/net/Makefile.am:
13957         * gst-libs/gst/riff/Makefile.am:
13958         * gst-libs/gst/rtp/Makefile.am:
13959         * gst-libs/gst/tag/Makefile.am:
13960         * gst-libs/gst/video/Makefile.am:
13961           use correct linker flags, now the libs are properly versioned
13962         * check/elements/audioconvert.c: (verify_convert):
13963         * ext/alsa/gstalsaplugin.c:
13964         * ext/cdparanoia/gstcdparanoia.c:
13965         * ext/gnomevfs/gstgnomevfs.c:
13966         * ext/libvisual/visual.c:
13967         * ext/ogg/gstogg.c:
13968         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
13969         * ext/theora/theora.c:
13970         * ext/vorbis/vorbis.c:
13971         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
13972         * gst-libs/gst/tag/gsttagediting.c:
13973         * gst-libs/gst/video/video.c:
13974         * gst/adder/gstadder.c:
13975         * gst/audioconvert/plugin.c:
13976         * gst/audiorate/gstaudiorate.c:
13977         * gst/audioresample/gstaudioresample.c:
13978         * gst/audioresample/resample_ref.c: (resample_scale_ref):
13979         * gst/audioscale/gstaudioscale.c:
13980         * gst/audioscale/resample.c:
13981         * gst/audiotestsrc/gstaudiotestsrc.c:
13982         * gst/ffmpegcolorspace/gstffmpeg.c:
13983         * gst/playback/gstdecodebin.c: (close_pad_link):
13984         * gst/playback/gstplaybin.c: (gen_video_element),
13985         (gen_audio_element):
13986         * gst/sine/gstsinesrc.c:
13987         * gst/subparse/gstsubparse.c:
13988         * gst/tags/gsttagediting.c:
13989         * gst/tcp/gsttcpplugin.c:
13990         * gst/typefind/gsttypefindfunctions.c:
13991         * gst/videorate/gstvideorate.c:
13992         * gst/videoscale/gstvideoscale.c:
13993         * gst/videotestsrc/gstvideotestsrc.c:
13994         * gst/volume/gstvolume.c:
13995         * sys/v4l/gstv4l.c:
13996         * sys/ximage/ximage.c:
13997         * sys/xvimage/xvimagesink.c:
13998           fix up defines
13999
14000 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
14001
14002         * ext/vorbis/vorbisenc.c:
14003         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
14004         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
14005         (gst_tag_to_vorbis_comments):
14006           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
14007
14008 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
14009
14010         * examples/stats/mp2ogg.c:
14011         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14012           typo fixes
14013
14014 2005-10-13  Michael Smith <msmith@fluendo.com>
14015
14016         * ext/ogg/gstoggmux.c:
14017           Use magic glib macros to define constants as 64 bit, to ensure
14018           appropriate vararg passing.
14019
14020 2005-10-13  Michael Smith <msmith@fluendo.com>
14021
14022         * ext/ogg/gstoggmux.c:
14023         * gst/audioconvert/audioconvert.c: (float):
14024           Don't use LL suffix, as it's not portable, and neither of these
14025           uses required it anyway.
14026
14027 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
14028
14029         * examples/indexing/indexmpeg.c: (main):
14030         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
14031         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
14032         (cdparanoia_convert), (cdparanoia_query):
14033         * ext/cdparanoia/gstcdparanoia.h:
14034         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
14035         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
14036         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
14037         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
14038         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
14039         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
14040         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
14041         (gst_multifdsink_render), (gst_multifdsink_start),
14042         (gst_multifdsink_stop):
14043         * gst/tcp/gstmultifdsink.h:
14044         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
14045         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
14046         (gst_tcpclientsink_stop):
14047         * gst/tcp/gsttcpclientsink.h:
14048         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
14049         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
14050         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
14051         * gst/tcp/gsttcpclientsrc.h:
14052         * gst/tcp/gsttcpserversink.h:
14053         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
14054         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
14055         (gst_tcpserversrc_stop):
14056         * gst/tcp/gsttcpserversrc.h:
14057         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
14058         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
14059         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
14060           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
14061           moved bitshift from macro to enum definition
14062
14063 2005-10-12  Wim Taymans  <wim@fluendo.com>
14064
14065         * examples/seeking/Makefile.am:
14066         Oops.
14067
14068 2005-10-12  Wim Taymans  <wim@fluendo.com>
14069
14070         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
14071         (gst_ring_buffer_read), (gst_ring_buffer_clear):
14072         Don't assert on normal stuff.
14073
14074         * gst/playback/gstplaybin.c: (do_playbin_seek):
14075         API fix.
14076
14077 2005-10-12  Wim Taymans  <wim@fluendo.com>
14078
14079         * check/pipelines/simple_launch_lines.c: (run_pipeline):
14080         * examples/seeking/Makefile.am:
14081         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
14082         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
14083         (do_seek), (set_update_scale), (message_received), (main):
14084         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
14085         (gst_ring_buffer_read), (gst_ring_buffer_clear):
14086         Update for _get_state() API change.
14087
14088 2005-10-11  Wim Taymans  <wim@fluendo.com>
14089
14090         * gst-libs/gst/audio/gstbaseaudiosink.c:
14091         (gst_base_audio_sink_render):
14092         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14093         (gst_base_audio_src_create):
14094         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
14095         (gst_ring_buffer_read):
14096         Cleanups.
14097         Commit and read from ringbuffer in samples rather than bytes.
14098
14099 2005-10-11  Wim Taymans  <wim@fluendo.com>
14100
14101         * gst-libs/gst/audio/gstbaseaudiosink.c:
14102         (gst_base_audio_sink_render):
14103         Respect segment rate and accum when scheduling samples.
14104
14105 2005-10-11  Julien MOUTTE  <julien@moutte.net>
14106
14107         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
14108         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
14109         EOS correctly, that needs more work.
14110
14111 2005-10-11  Wim Taymans  <wim@fluendo.com>
14112
14113         * check/generic/states.c: (GST_START_TEST):
14114         remove old property.
14115
14116         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14117         (gst_ogg_demux_perform_seek):
14118         * ext/theora/theoradec.c: (theora_dec_sink_event):
14119         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14120         (vorbis_handle_data_packet):
14121         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14122         (gst_base_rtp_depayload_set_gst_timestamp):
14123         * gst/videorate/gstvideorate.c: (gst_videorate_event):
14124         Update for newsegment API change.
14125
14126 2005-10-11  Michael Smith <msmith@fluendo.com>
14127
14128         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
14129         (do_playbin_seek), (gst_play_bin_send_event):
14130           Override send_event differently, so that we can takes bits of
14131           functionality from GstPipeline (special handling for seeks,
14132           including pausing/resuming, and resetting stream time) and still get
14133           the appropriate behaviour of only forwarding event to a single sink,
14134           rather than all of them.
14135           Unfortunately requires a lot of code duplication, but the
14136           alternatives are equally ugly in the end.
14137
14138 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14139
14140         * check/elements/audioconvert.c: (setup_audioconvert),
14141         (cleanup_audioconvert), (get_int_caps), (verify_convert),
14142         (GST_START_TEST), (audioconvert_suite):
14143           clean up tests a little, fix some leaks.
14144
14145 2005-10-10  Wim Taymans  <wim@fluendo.com>
14146
14147         * ext/alsa/gstalsasink.c:
14148         Also allow unsigned int.
14149
14150         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14151         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
14152         Small cleanup
14153
14154 2005-10-10  Wim Taymans  <wim@fluendo.com>
14155
14156         * check/pipelines/simple_launch_lines.c: (run_pipeline):
14157         Small update, use API as stated in design docs.
14158
14159         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
14160         (update_scale), (do_seek), (seek_cb), (set_update_scale),
14161         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
14162         (message_received), (main):
14163         Updated seek example for GOption. Some usability improvements.
14164
14165 2005-10-10  Wim Taymans  <wim@fluendo.com>
14166
14167         * gst/audioconvert/audioconvert.h:
14168         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
14169         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
14170         Alloc temp storage somewhere else where we can do it more
14171         portable.
14172
14173 2005-10-10  Wim Taymans  <wim@fluendo.com>
14174
14175         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
14176         (gst_tcpserversrc_start):
14177         Don't block in accept while doing the state change, move
14178         to poll and make cancellable.
14179
14180 2005-10-09  Philippe Khalaf <burger@speedy.org>
14181
14182         * gst-libs/gst/rtp/rtpbasedepayload.c:
14183         Set timestamp and add queue delay to timestamp
14184         * gst-libs/gst/rtp/rtpbuffer.h:
14185         Set correct payload type for h263
14186
14187 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
14188
14189         * gst/audiotestsrc/gstaudiotestsrc.c:
14190         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
14191         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
14192         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
14193         (gst_audiotestsrc_create_triangle),
14194         (gst_audiotestsrc_create_silence),
14195         (gst_audiotestsrc_create_white_noise),
14196         (gst_audiotestsrc_init_pink_noise),
14197         (gst_audiotestsrc_generate_pink_noise_value),
14198         (gst_audiotestsrc_create_pink_noise),
14199         (gst_audiotestsrc_change_wave):
14200         * gst/audiotestsrc/gstaudiotestsrc.h:
14201           fixed typo, added pink noise
14202
14203 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
14204
14205         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
14206         (plugin_init):
14207           Add wavpack and spc typefind functions from 0.8 branch.
14208
14209 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
14210
14211         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
14212         (ar_type_find), (msdos_type_find), (plugin_init):
14213           Add typefind functions for tar archives, ar archives,
14214           RAR archives, and msdos-executables (dlls, exe, etc.).
14215           Some of those would be wrongly identified as mpeg
14216           streams of some sort before (#315550).
14217
14218 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
14219
14220         * configure.ac:
14221         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
14222         * docs/plugins/gst-plugins-base-plugins-sections.txt:
14223         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
14224         * gst/audiotestsrc/Makefile.am:
14225         * gst/audiotestsrc/gstaudiotestsrc.c:
14226         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
14227         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
14228         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
14229         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
14230         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
14231         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
14232         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
14233         (gst_audiotestsrc_create_silence),
14234         (gst_audiotestsrc_create_white_noise),
14235         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
14236         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
14237         (gst_audiotestsrc_start), (plugin_init):
14238         * gst/audiotestsrc/gstaudiotestsrc.h:
14239           add new plugin and element
14240         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
14241           use gobject_class
14242
14243 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
14244
14245         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
14246         (gst_adder_init), (gst_adder_request_new_pad),
14247         (gst_adder_change_state):
14248           Add query function to source pad, so adder reports the correct
14249           time/sample position when queried (#315457); fix state change
14250           function; use GST_DEBUG_FUNCPTR() for pad functions.
14251
14252 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14253
14254         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
14255           Fix leaks in typefind registration
14256           Clean up the gratuitous commenting and whitespacing a little
14257
14258 2005-10-08  Wim Taymans  <wim@fluendo.com>
14259
14260         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
14261         Only actually wait for the thread to be stopped if it's 
14262         running.
14263
14264 2005-10-08  Wim Taymans  <wim@fluendo.com>
14265
14266         * gst-libs/gst/audio/gstbaseaudiosink.c:
14267         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
14268         If we receive EOS we can start playback of what we had.
14269
14270 2005-10-08  Wim Taymans  <wim@fluendo.com>
14271
14272         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
14273         (gst_multifdsink_finalize), (multifdsink_hash_remove),
14274         (gst_multifdsink_stop):
14275         Fix crasher when going to NULL multiple times.
14276
14277 2005-10-06  Wim Taymans  <wim@fluendo.com>
14278
14279         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
14280         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
14281         * gst-libs/gst/audio/gstbaseaudiosrc.h:
14282         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
14283         patch from Edgard Lima <edgard.lima@indt.org.br>
14284         Fixed gstbaseaudiosrc adding ring buffer sync to it.
14285
14286 2005-10-06  Wim Taymans  <wim@fluendo.com>
14287
14288         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
14289         Report the FLOW_RETURN as string in the error message.
14290
14291         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
14292         Don't assert when clearing an unnegotiated buffer.
14293
14294 2005-10-04  Michael Smith <msmith@fluendo.com>
14295
14296         * gst/playback/gstplaybasebin.c: (group_destroy),
14297         (gen_preroll_element), (remove_groups), (setup_source):
14298         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
14299         (setup_sinks), (gst_play_bin_send_event),
14300         (gst_play_bin_change_state):
14301           Set state to NULL before removing from bin. Fix refcounting.
14302
14303 2005-10-04  Michael Smith <msmith@fluendo.com>
14304
14305         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
14306           Correct refcounting in send_event() function. Previously was wrong
14307           if the first sink was unable to handle the event.
14308
14309 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
14310
14311         * configure.ac:
14312           back to development
14313
14314 === release 0.9.3 ===
14315
14316 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
14317
14318         * configure.ac:
14319           Releasing 0.9.3, "De Facto"
14320
14321 2005-10-03  Andy Wingo  <wingo@pobox.com>
14322
14323         * gst/playback/gstdecodebin.c (try_to_link_1)
14324         (remove_element_chain): set element to NULL before removing it.
14325
14326 2005-10-02  Johan Dahlin  <johan@gnome.org>
14327
14328         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
14329         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
14330         MT safe.
14331
14332 2005-10-02  Andy Wingo  <wingo@pobox.com>
14333
14334         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
14335         (gst_ring_buffer_prepare_read): 
14336         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
14337         Demote to LOG.
14338
14339 2005-09-29  Wim Taymans  <wim@fluendo.com>
14340
14341         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
14342         * ext/theora/theoradec.c: (theora_handle_data_packet):
14343         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
14344         Propagate error codes from alloc_buffer too.
14345
14346 2005-09-29  Wim Taymans  <wim@fluendo.com>
14347
14348         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
14349         We use fixed caps.
14350
14351         * gst/playback/Makefile.am:
14352         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
14353         (dump_element_stats), (main):
14354         Added example stream introspection code.
14355
14356 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
14357
14358         * gst/adder/gstadder.c: (gst_adder_collected):
14359           fix adder for float elements
14360
14361 2005-09-28  Wim Taymans  <wim@fluendo.com>
14362
14363         * gst-libs/gst/audio/gstbaseaudiosink.c:
14364         (gst_base_audio_sink_class_init),
14365         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
14366         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14367         (gst_base_audio_src_class_init),
14368         (gst_base_audio_src_provide_clock):
14369         get_clock -> provide_clock
14370
14371 2005-09-28  Andy Wingo  <wingo@pobox.com>
14372
14373         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
14374         and unlocking.
14375
14376         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
14377         unlocking.
14378
14379         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
14380         Actually add the pad template.
14381         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
14382
14383         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
14384         I'm at it...
14385
14386         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
14387         from fdsrc. Get caps in create() instead of start() so it can be
14388         interrupted. Interruption somewhat untested.
14389
14390         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
14391         Proper EOS handling.
14392
14393 2005-09-27  Andy Wingo  <wingo@pobox.com>
14394
14395         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
14396
14397         * gst/tcp/gsttcpserversrc.c: Cleaned up.
14398
14399         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
14400
14401         * gst/tcp/gsttcp.h: 
14402         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
14403         out of tcpclientsrc.c. Cancellable.
14404         (gst_tcp_socket_read): Made private, cancellable, with better
14405         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
14406         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
14407         whole buffer, and better diagnostics.
14408         (gst_tcp_gdp_read_caps): Same.
14409
14410         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
14411
14412 2005-09-26  Andy Wingo  <wingo@pobox.com>
14413
14414         * gst/sine/gstsinesrc.h:
14415         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
14416         change the 'sync' property to 'is-live' and implement it halfway,
14417         update for controller api change.
14418
14419         * gst/volume/gstvolume.c (volume_transform_ip): Update for
14420         controller api change.
14421
14422 2005-09-24  Wim Taymans  <wim@fluendo.com>
14423
14424         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
14425         * gst-libs/gst/audio/gstaudiosink.c:
14426         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
14427         (gst_audioringbuffer_stop):
14428         * gst-libs/gst/audio/gstbaseaudiosink.c:
14429         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
14430         (gst_base_audio_sink_change_state):
14431         * gst-libs/gst/audio/gstbaseaudiosink.h:
14432         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
14433         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
14434         (gst_ring_buffer_commit), (gst_ring_buffer_read):
14435         * gst-libs/gst/audio/gstringbuffer.h:
14436         Fix sync again. Moved sample alignment to basesink.
14437
14438 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14439
14440         * docs/plugins/Makefile.am:
14441         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
14442         * docs/plugins/gst-plugins-base-plugins-sections.txt:
14443         * gst/volume/gstvolume.c:
14444           add/fix docs
14445         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
14446         * gst-libs/gst/audio/audio.h:
14447           add conversion macros for frames <-> clocktime
14448
14449 2005-09-23  David Schleef  <ds@schleef.org>
14450
14451         * gst/audioresample/Makefile.am:
14452         * gst/audioresample/debug.h:
14453         * gst/audioresample/gstaudioresample.c:
14454         * gst/audioresample/resample.c: Convert to using gst debugging
14455
14456 2005-09-22  Wim Taymans  <wim@fluendo.com>
14457
14458         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14459         (gst_play_bin_send_event):
14460         Only seek on one sink, the first one that succeeds.
14461
14462 2005-09-22  Michael Smith <msmith@fluendo.com>
14463
14464         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
14465         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
14466         Don't flush encoder state unless we have an initialised encoder.
14467         Clear out encoder state on PAUSED_TO_READY.
14468
14469 2005-09-22  Wim Taymans  <wim@fluendo.com>
14470
14471         * gst-libs/gst/rtp/gstbasertppayload.c:
14472         (gst_basertppayload_class_init), (gst_basertppayload_init),
14473         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
14474         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
14475         (gst_basertppayload_is_filled), (gst_basertppayload_push),
14476         (gst_basertppayload_set_property),
14477         (gst_basertppayload_get_property),
14478         (gst_basertppayload_change_state):
14479         * gst-libs/gst/rtp/gstbasertppayload.h:
14480         Added max-ptime to control amount of data in the rtp packets.
14481
14482 2005-09-21  Andy Wingo  <wingo@pobox.com>
14483
14484         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
14485         thingies.
14486
14487         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
14488         can be called multiple times, dogs.
14489
14490 2005-09-21  Wim Taymans  <wim@fluendo.com>
14491
14492         * gst-libs/gst/rtp/gstbasertppayload.c:
14493         (gst_basertppayload_class_init), (gst_basertppayload_init),
14494         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
14495         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
14496         (gst_basertppayload_push), (gst_basertppayload_get_property),
14497         (gst_basertppayload_change_state):
14498         Allow 0 ssrc too.
14499
14500 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
14501
14502         * docs/libs/compiling.sgml:
14503           fixing typos
14504
14505 2005-09-20  Wim Taymans  <wim@fluendo.com>
14506
14507         * gst-libs/gst/rtp/gstbasertppayload.c:
14508         (gst_basertppayload_class_init), (gst_basertppayload_init),
14509         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
14510         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
14511         (gst_basertppayload_push), (gst_basertppayload_set_property),
14512         (gst_basertppayload_get_property),
14513         (gst_basertppayload_change_state):
14514         * gst-libs/gst/rtp/gstbasertppayload.h:
14515         Added property to configure sequence number offsets.
14516
14517 2005-09-20  Wim Taymans  <wim@fluendo.com>
14518
14519         * gst-libs/gst/rtp/gstbasertppayload.c:
14520         (gst_basertppayload_class_init), (gst_basertppayload_init),
14521         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
14522         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
14523         (gst_basertppayload_push), (gst_basertppayload_set_property),
14524         (gst_basertppayload_get_property),
14525         (gst_basertppayload_change_state):
14526         * gst-libs/gst/rtp/gstbasertppayload.h:
14527         Make timestamp offset configurable.
14528
14529 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
14530
14531         * check/pipelines/simple_launch_lines.c: (run_pipeline):
14532           fix wrong pop/unref
14533
14534 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
14535
14536         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14537
14538         * gst-libs/gst/interfaces/propertyprobe.c:
14539         (gst_property_probe_probe_property_name),
14540         (gst_property_probe_needs_probe_name),
14541         (gst_property_probe_get_values_name),
14542         (gst_property_probe_probe_and_get_values_name):
14543           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
14544           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
14545
14546 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14547
14548         * check/Makefile.am:
14549           have some tests be disabled for valgrinding
14550         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
14551         (GST_START_TEST):
14552         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
14553           Fix A Leak.  Chain To Parent Finalize.
14554
14555 2005-09-19  Wim Taymans  <wim@fluendo.com>
14556
14557         * examples/seeking/seek.c: (make_wav_pipeline), (main):
14558         Fixed wav pipeline.
14559
14560 2005-09-19  Wim Taymans  <wim@fluendo.com>
14561
14562         * gst-libs/gst/rtp/gstbasertppayload.c:
14563         (gst_basertppayload_class_init), (gst_basertppayload_init),
14564         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
14565         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
14566         (gst_basertppayload_push), (gst_basertppayload_get_property),
14567         (gst_basertppayload_change_state):
14568         Posting ERROR and WARNING messages is good.
14569
14570 2005-09-19  Wim Taymans  <wim@fluendo.com>
14571
14572         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14573         (gst_base_rtp_depayload_add_to_queue),
14574         (gst_base_rtp_depayload_push),
14575         (gst_base_rtp_depayload_set_gst_timestamp),
14576         (gst_base_rtp_depayload_queue_release):
14577         This one was not supposed to go in.
14578
14579 2005-09-19  Wim Taymans  <wim@fluendo.com>
14580
14581         * check/pipelines/simple_launch_lines.c: (run_pipeline):
14582         Fix for bus API.
14583
14584         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14585         (gst_base_rtp_depayload_chain),
14586         (gst_base_rtp_depayload_add_to_queue),
14587         (gst_base_rtp_depayload_push),
14588         (gst_base_rtp_depayload_set_gst_timestamp),
14589         (gst_base_rtp_depayload_queue_release):
14590         Some cleanups.
14591
14592         * gst-libs/gst/rtp/gstbasertppayload.c:
14593         (gst_basertppayload_class_init), (gst_basertppayload_init),
14594         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
14595         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
14596         (gst_basertppayload_get_property),
14597         (gst_basertppayload_change_state):
14598         Added debugging category.
14599
14600 2005-09-18  David Schleef  <ds@schleef.org>
14601
14602         * gst/playback/gstdecodebin.c: free plugin list correctly
14603         * gst/playback/gstplaybin.c: emit warning if autovideosink
14604           and autoaudiosink can't be found (instead of segfaulting)
14605
14606 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14607
14608         * check/elements/audioconvert.c: (GST_START_TEST):
14609           try out 24 bit conversion
14610
14611 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
14612
14613         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
14614         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
14615         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
14616         * ext/vorbis/vorbisenc.h:
14617           Fix EOS handling.  Still needs a fix in the ogg muxer to
14618           mark the last page as eos.
14619
14620 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
14621
14622         * common/gtk-doc-plugins.mak:
14623         * docs/plugins/Makefile.am:
14624         * docs/plugins/gst-plugins-base-plugins-sections.txt:
14625         * gst/ffmpegcolorspace/Makefile.am:
14626         * gst/ffmpegcolorspace/avcodec.h:
14627         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14628         * gst/tcp/gstmultifdsink.c:
14629           fix up ffmpegcolorspace docs; extract header
14630
14631 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
14632
14633         * common/gtk-doc-plugins.mak:
14634         * docs/plugins/Makefile.am:
14635         * docs/plugins/gst-plugins-base-plugins-sections.txt:
14636         * ext/theora/Makefile.am:
14637         * ext/theora/gsttheoraenc.h:
14638         * ext/theora/theoraenc.c:
14639         * ext/vorbis/vorbisenc.c:
14640           pick up signals and args for vorbis; add some docs for vorbis
14641
14642 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
14643
14644         * common/gstdoc-scangobj:
14645         * common/gtk-doc-plugins.mak:
14646         * docs/libs/Makefile.am:
14647         * docs/plugins/gst-plugins-base-plugins.args:
14648         * docs/plugins/gst-plugins-base-plugins.hierarchy:
14649         * docs/plugins/gst-plugins-base-plugins.interfaces:
14650         * docs/plugins/gst-plugins-base-plugins.prerequisites:
14651         * docs/plugins/gst-plugins-base-plugins.signals:
14652           only scanobj stuff from our source module.  Not sure yet
14653           if that's correct, given the hierarchy stuff :)
14654
14655 2005-09-15  Wim Taymans  <wim@fluendo.com>
14656
14657         * gst/audioconvert/gstaudioconvert.c:
14658         And enable 24 bits mode as well..
14659
14660 2005-09-15  Wim Taymans  <wim@fluendo.com>
14661
14662         * gst-libs/gst/rtp/Makefile.am:
14663         * gst-libs/gst/rtp/gstbasertppayload.c:
14664         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
14665         (gst_basertppayload_class_init), (gst_basertppayload_init),
14666         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
14667         (gst_basertppayload_chain), (gst_basertppayload_set_options),
14668         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
14669         (gst_basertppayload_set_property),
14670         (gst_basertppayload_get_property),
14671         (gst_basertppayload_change_state):
14672         * gst-libs/gst/rtp/gstbasertppayload.h:
14673         Added rtp payloader base class.
14674
14675 2005-09-15  Andy Wingo  <wingo@pobox.com>
14676
14677         * configure.ac (plugindir): Remove the EOL matcher from the
14678         regexp, as it causes me problems. Libtool? Make? Who knows?
14679
14680 2005-09-14  David Schleef  <ds@schleef.org>
14681
14682         * check/generic/states.c: 
14683         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
14684         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
14685           Fixes for changes in registry API.
14686
14687         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
14688           to GST_PLUGIN_LDFLAGS.
14689         * ext/libvisual/visual.c: Make the library shut up.
14690         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
14691         * gst-libs/gst/audio/gstaudiofilter.c: same
14692
14693 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14694
14695         * docs/plugins/Makefile.am:
14696         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
14697         * docs/plugins/inspect/plugin-libvisual.xml:
14698         * docs/plugins/tmpl/element-tcpserversink.sgml:
14699         * ext/theora/theoraenc.c:
14700           add libvisual plugin and theoraenc element to docs
14701
14702 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14703
14704         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
14705         * docs/plugins/gst-plugins-base-plugins-sections.txt:
14706         * ext/theora/theoraenc.c:
14707           add theoraenc
14708
14709 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
14710
14711         * gst/audioconvert/Makefile.am:
14712           Audioconvert derives from GstBaseTransform and should
14713           link to the library with our base elements to avoid
14714           unresolved symbols. Makes things work with MinGW (#316160)
14715
14716         * gst/playback/test4.c: (main):
14717           Fix MinGW build problem and use g_usleep() instead of 
14718           sleep() (#316162)
14719
14720 2005-09-12  Wim Taymans  <wim@fluendo.com>
14721
14722         * gst/audioconvert/audioconvert.c: (float),
14723         (audio_convert_prepare_context), (audio_convert_convert):
14724         * gst/audioconvert/audioconvert.h:
14725         Cleanups, speedups, simplifications, added back support
14726         for 24 bits.
14727
14728 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14729
14730         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
14731         * docs/plugins/gst-plugins-base-plugins-sections.txt:
14732         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
14733         * docs/plugins/tmpl/element-tcpserversink.sgml:
14734         * gst/ffmpegcolorspace/gstffmpeg.c:
14735         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14736         * gst/videotestsrc/gstvideotestsrc.c:
14737         * gst/volume/gstvolume.c:
14738           add more elements to the docs
14739
14740 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
14741
14742         * check/Makefile.am:
14743         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
14744         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
14745           Add extra tests for basetransform based components. 
14746           Comment out the test_element_negotiation test until we decide
14747           if it's testing correct behaviour.
14748         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
14749         (gst_visual_chain), (gst_visual_change_state):
14750           Slightly more correct but still bogus timestamping.
14751           Fix state change function.
14752         * gst/audioconvert/gstaudioconvert.c:
14753         (gst_audio_convert_class_init):
14754         * gst/audioresample/gstaudioresample.c:
14755         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14756         (gst_ffmpegcsp_class_init):
14757         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
14758         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
14759         (gst_videoscale_prepare_image):
14760         * gst/volume/gstvolume.c: (gst_volume_class_init),
14761         (volume_transform_ip):
14762           Basetransform updates. Enable passthrough modes.
14763         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
14764         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
14765         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14766           Negotiation fix that allows the window to return to the original
14767           size and renegotiate passthrough upstream. Extra debug output.
14768
14769 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14770
14771         * gst/sine/gstsinesrc.c:
14772         * gst/volume/gstvolume.c:
14773           fix up header include
14774
14775 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
14776
14777         * gst-libs/gst/audio/gstbaseaudiosink.c:
14778         (gst_base_audio_sink_render):
14779         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
14780         * gst/volume/gstvolume.c: (gst_volume_class_init),
14781         (volume_transform):
14782           fixing lost sync, some more debugging
14783
14784 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
14785
14786         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
14787         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
14788         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
14789         (gst_xvimagesink_check_xshm_calls):
14790           Fix compilation when XShm is not available.
14791
14792 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
14793
14794         * ext/libvisual/visual.c: (gst_visual_dispose),
14795         (gst_visual_getcaps), (gst_visual_src_setcaps),
14796         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
14797         (gst_visual_change_state):
14798           Finish fixing up libvisual plugin so that it runs. 
14799
14800 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
14801
14802         * ext/vorbis/vorbisenc.c:
14803         * gst-libs/gst/tag/gstvorbistag.c:
14804           gsttaginterface.h -> gsttagsetter.h
14805
14806 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
14807
14808         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
14809           added another test that failes for me (test is not active by default)
14810
14811 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14812
14813         * configure.ac:
14814           v4l2 is no longer in gst-plugins-base
14815
14816 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
14817
14818         * configure.ac:
14819           In the output at the end, don't show the first plugin on the same
14820           line as "Core plug-ins, always built:".
14821           Indent the output as for other plugin categories
14822         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
14823           #define that can be used to not use peer buffer_alloc functions for
14824           test purposes.
14825         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
14826         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
14827         (gst_ximagesink_show_frame):
14828         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
14829         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
14830         (gst_xvimagesink_show_frame):
14831           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
14832           fails gracefully instead of XError aborting or deadlocking.
14833
14834 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
14835
14836         * ext/libvisual/Makefile.am:
14837           link against gst-base-libs
14838
14839 2005-09-06  David Schleef  <ds@schleef.org>
14840
14841         * configure.ac: Enable libvisual plugin.
14842         * ext/libvisual/Makefile.am:
14843         * ext/libvisual/visual.c: Fixes to make it compile.
14844
14845 === release 0.9.2 ===
14846
14847 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
14848
14849         * NEWS:
14850         * RELEASE:
14851         * configure.ac:
14852         * docs/random/ChangeLog-0.8:
14853           releasing 0.9.2, "Spoon"
14854
14855 2005-09-05  Michael Smith <msmith@fluendo.com>
14856
14857         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
14858           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
14859           that in the vorbisenc element.
14860
14861 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
14862
14863         * common/gtk-doc-plugins.mak:
14864         * docs/plugins/Makefile.am:
14865           fix distcheck
14866         * gst/audioresample/resample.c:
14867           fix wrong docstring
14868
14869 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
14870
14871         * common/gst-xmlinspect.py:
14872         * common/gtk-doc-plugins.mak:
14873           only inspect plugins for this given package
14874           require gst-python 0.9
14875
14876 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
14877
14878         * Makefile.am:
14879         * autogen.sh:
14880         * common/gst-xmlinspect.py:
14881         * configure.ac:
14882         * docs/Makefile.am:
14883         * docs/plugins/inspect/plugin-alsa.xml:
14884         * docs/plugins/inspect/plugin-audioresample.xml:
14885         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
14886         * docs/plugins/inspect/plugin-ogg.xml:
14887         * docs/plugins/tmpl/element-gnomevfssink.sgml:
14888         * docs/plugins/tmpl/element-multifdsink.sgml:
14889         * docs/plugins/tmpl/element-tcpserversink.sgml:
14890         * docs/plugins/tmpl/element-vorbisenc.sgml:
14891         * gst-plugins-base.spec.in:
14892           various doc-related updates
14893
14894 2005-08-31  Wim Taymans  <wim@fluendo.com>
14895
14896         * gst-libs/gst/audio/gstbaseaudiosink.c:
14897         (gst_base_audio_sink_render):
14898         Resync if the buffer timestamps drift more than a 10th 
14899         of a second.
14900
14901 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
14902
14903         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
14904         (gst_v4lsrc_get_property):
14905           The 'timestamp-offset' property is registered as an int64, so
14906           let's use g_value_{set|get}_int64() in our setter and getter
14907           functions (makes it work and fixes warnings with gst-inspect).
14908
14909 2005-08-30  Wim Taymans  <wim@fluendo.com>
14910
14911         * check/elements/audioconvert.c: (setup_audioconvert):
14912         * check/elements/audioresample.c: (setup_audioresample):
14913         * check/elements/volume.c: (setup_volume):
14914         Fix checks.
14915
14916 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14917
14918         * common/gtk-doc-plugins.mak:
14919         * common/plugins.xsl:
14920         * docs/plugins/Makefile.am:
14921           make module a param
14922
14923 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
14924
14925         * examples/seeking/seek.c: (make_mp3_pipeline),
14926         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
14927         (play_cb), (pause_cb), (stop_cb):
14928           update the example
14929
14930 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
14931
14932         * gst/volume/gstvolume.c: (gst_volume_class_init),
14933         (volume_transform):
14934           do not update controlled params, if buffer has no timestamp
14935
14936 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
14937
14938         * configure.ac:
14939         * gst/sine/Makefile.am:
14940         * gst/volume/Makefile.am:
14941           controllerized elements also need to link against controller-libs ;)
14942
14943 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
14944
14945         * docs/libs/tmpl/gstcolorbalance.sgml:
14946         * docs/libs/tmpl/gstgconf.sgml:
14947         * docs/libs/tmpl/gstmixer.sgml:
14948         * docs/libs/tmpl/gstringbuffer.sgml:
14949         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14950         (gst_sinesrc_create):
14951         * gst/volume/gstvolume.c: (gst_volume_class_init),
14952         (volume_transform):
14953           controllerized two audio plugins
14954
14955 2005-08-29  Andy Wingo  <wingo@pobox.com>
14956
14957         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
14958         (vorbis_handle_data_packet): Fix some int overflow errors.
14959
14960         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
14961         -1.
14962         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
14963         valid.
14964         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
14965         if it's valid. Fixed streaming-mode playback.
14966
14967         * check/elements/volume.c (cleanup_volume): Fix for running
14968         CK_FORK=no.
14969
14970         * check/elements/audioconvert.c: Convert from native endian, not
14971         little endian.
14972
14973 2005-08-29  Michael Smith <msmith@fluendo.com>
14974
14975         * ext/ogg/Makefile.am:
14976         * ext/ogg/gstogg.c: (plugin_init):
14977         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
14978         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
14979         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
14980         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
14981         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
14982         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
14983         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
14984         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
14985         Add an ogg parser element.
14986
14987 2005-08-28  Andy Wingo  <wingo@pobox.com>
14988
14989         * Updates for two-arg init from GST_BOILERPLATE_FULL.
14990
14991 2005-08-26  Wim Taymans  <wim@fluendo.com>
14992
14993         * gst/audioconvert/audioconvert.c: (if), (float),
14994         (audio_convert_get_func_index), (check_default),
14995         (audio_convert_clean_fmt), (audio_convert_prepare_context),
14996         (audio_convert_clean_context), (audio_convert_get_sizes),
14997         (audio_convert_convert):
14998         Cleanups.
14999
15000 2005-08-26  Wim Taymans  <wim@fluendo.com>
15001
15002         * gst/audioconvert/audioconvert.c: (if), (float),
15003         (audio_convert_get_func_index), (check_default),
15004         (audio_convert_clean_fmt), (audio_convert_prepare_context),
15005         (audio_convert_clean_context), (audio_convert_get_sizes),
15006         (audio_convert_convert):
15007         More elegant and working temp buffer selection algo.
15008
15009 2005-08-26  Wim Taymans  <wim@fluendo.com>
15010
15011         * gst/audioconvert/audioconvert.c: (if), (float),
15012         (audio_convert_get_func_index), (check_default),
15013         (audio_convert_clean_fmt), (audio_convert_prepare_context),
15014         (audio_convert_clean_context), (audio_convert_get_sizes),
15015         (get_temp_buffer), (audio_convert_convert):
15016         Use realloc else we lose our original data.
15017
15018 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15019
15020         * gst/audioresample/gstaudioresample.c:
15021           use base class' newsegment to properly timestamp
15022
15023 2005-08-26  Wim Taymans  <wim@fluendo.com>
15024
15025         * gst/audioconvert/audioconvert.c: (if), (float),
15026         (audio_convert_get_func_index), (check_default),
15027         (audio_convert_clean_fmt), (audio_convert_prepare_context),
15028         (audio_convert_clean_context), (audio_convert_get_sizes),
15029         (get_temp_buffer), (audio_convert_convert):
15030         * gst/audioconvert/gstaudioconvert.c:
15031         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
15032         (gst_audio_convert_transform_caps),
15033         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
15034         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
15035         Oops, allocate enough space to perform the channel mix.
15036
15037 2005-08-26  Wim Taymans  <wim@fluendo.com>
15038
15039         * gst/audioconvert/Makefile.am:
15040         * gst/audioconvert/audioconvert.c: (if), (float),
15041         (audio_convert_get_func_index), (check_default),
15042         (audio_convert_clean_fmt), (audio_convert_prepare_context),
15043         (audio_convert_clean_context), (audio_convert_get_sizes),
15044         (get_temp_buffer), (audio_convert_convert):
15045         * gst/audioconvert/audioconvert.h:
15046         * gst/audioconvert/gstaudioconvert.c:
15047         (gst_audio_convert_class_init), (gst_audio_convert_init),
15048         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
15049         (gst_audio_convert_get_unit_size),
15050         (gst_audio_convert_transform_caps),
15051         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
15052         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
15053         * gst/audioconvert/gstaudioconvert.h:
15054         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
15055         (gst_channel_mix_fill_identical),
15056         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
15057         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
15058         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
15059         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
15060         (gst_channel_mix_mix):
15061         * gst/audioconvert/gstchannelmix.h:
15062         Cleanups, librarify a bit, optimize, better negotiation and more.
15063
15064 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
15065
15066         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
15067         Another from MikeS:
15068         During typefinding, don't support negative offsets
15069         (offsets from the end of the stream) in our typefind->peek() function
15070         - nothing embedded in ogg ever needs them. However, we need to recognise
15071         those requests and reject them, otherwise we return invalid pointers.
15072
15073 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
15074
15075         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
15076         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
15077         (vorbisdec_finalize), (vorbis_handle_type_packet):
15078           Big shout-out to MikeS for fixing this giant memory leak.
15079           Huzzah!
15080
15081 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15082
15083         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
15084         (audio_convert_get_unit_size):
15085           plug some leaks
15086
15087 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15088
15089         * check/Makefile.am:
15090         * check/elements/audioconvert.c: (setup_audioconvert),
15091         (cleanup_audioconvert), (get_int_caps), (verify_convert),
15092         (GST_START_TEST), (audioconvert_suite), (main):
15093           add a test for audioconvert
15094         * gst/audioresample/gstaudioresample.c:
15095         * gst/audioresample/gstaudioresample.h:
15096           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
15097           note that for buffers of 1/3 sec this means DURATION(c) is 
15098           one nanosecond more than for a and b
15099
15100 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15101
15102         * check/Makefile.am:
15103         * check/elements/audioresample.c: (setup_audioresample),
15104         (cleanup_audioresample), (fail_unless_perfect_stream),
15105         (test_perfect_stream_instance), (GST_START_TEST),
15106           add a check for audioresample
15107         (audioresample_suite), (main):
15108         * check/elements/volume.c: (GST_START_TEST):
15109           remove unused method
15110         * gst/audioresample/gstaudioresample.c:
15111           set correct buffer parameters since we're changing them
15112         * gst/audioresample/resample_ref.c: (resample_scale_ref):
15113           add some debug
15114
15115 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15116
15117         * gst/audioresample/debug.c:
15118         * gst/audioresample/gstaudioresample.c:
15119           add room for extra overlap samples when asked to transform size
15120           protect against possible mem corruption and check for discrepancies
15121           between written size and outbuffer's size so we can warn for
15122           potential problems
15123         * gst/audioresample/resample.c: (resample_init),
15124         (resample_get_output_size_for_input), (resample_get_output_size),
15125         (resample_set_n_channels), (resample_set_format):
15126           set debug level based on RESAMPLE_DEBUG env var
15127           make sure that get_output_size* returns a whole number of
15128           sample_size
15129           set sample_size each time either channel or format is set
15130         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
15131         * gst/audioresample/resample_functable.c:
15132         (resample_scale_functable):
15133         * gst/audioresample/resample_ref.c: (resample_scale_ref):
15134           remove r->sample_size, it's done in resample.c now
15135           add some debugging to the ref implementation
15136           make sure we only give back bytes that are wholes of the sample
15137           size
15138
15139 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
15140         * gst/playback/gstplaybasebin.c: (fill_buffer):
15141         Revert unpopular change for GST_MESSAGE_SRC to GObject.
15142
15143 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
15144
15145         * gst/volume/gstvolume.c:
15146           made set_caps function static
15147
15148 2005-08-24  Wim Taymans  <wim@fluendo.com>
15149
15150         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
15151         (gst_vorbisenc_change_state):
15152         Stop leaking taglists.
15153
15154 2005-08-24  Wim Taymans  <wim@fluendo.com>
15155
15156         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
15157         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
15158         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
15159         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
15160         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
15161         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
15162         Parse seeking events better.
15163         Unref static caps.
15164         Generate correct newsegment events, fixes seeking in live oggs.
15165
15166         * ext/theora/theoradec.c: (theora_dec_src_query),
15167         (theora_dec_src_event), (theora_dec_src_getcaps),
15168         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
15169         Use newsegment values to report correct play time.
15170
15171         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15172         (vorbis_dec_src_event), (vorbis_dec_sink_event):
15173         * ext/vorbis/vorbisdec.h:
15174         Parse and use newsegment values to report correct play time.
15175
15176         * gst-libs/gst/audio/gstbaseaudiosink.c:
15177         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
15178         Clear ringbuffer on flush.
15179         Use newsegment values to calculate playback time.
15180
15181         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
15182         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
15183         Basesink does newsegment calculations for us now.
15184
15185 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15186
15187         * check/Makefile.am:
15188         * configure.ac:
15189           add core's plugins to the mix so that playbin works
15190         * check/generic/states.c: (GST_START_TEST):
15191           set a 0 timeout on pipelines, so they don't force the next
15192           state change
15193         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
15194         (gst_play_base_bin_change_state):
15195           remove the crappy error handling and do GST error handling
15196
15197 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15198
15199         * check/Makefile.am:
15200         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
15201           add same test as to core, it bitches out on playbin atm.
15202
15203 2005-08-24  Wim Taymans  <wim@fluendo.com>
15204
15205         * configure.ac:
15206         Remove audioscale.
15207
15208 2005-08-24  Wim Taymans  <wim@fluendo.com>
15209
15210         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
15211         (gst_videoscale_prepare_size), (parse_caps),
15212         (gst_videoscale_set_caps), (gst_videoscale_get_size),
15213         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
15214         (gst_videoscale_transform):
15215         * gst/videoscale/gstvideoscale.h:
15216         Refactor, make use of BaseTranform really well.
15217
15218 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15219
15220         * configure.ac:
15221           compile audioresample
15222         * gst/audioresample/Makefile.am:
15223         * gst/audioresample/buffer.c:
15224         * gst/audioresample/functable.c:
15225         * gst/audioresample/gstaudioresample.c:
15226         * gst/audioresample/gstaudioresample.h:
15227         * gst/audioresample/resample.c:
15228         (resample_get_output_size_for_input):
15229         * gst/audioresample/resample.h:
15230         * gst/audioresample/resample_chunk.c:
15231         * gst/audioresample/resample_functable.c:
15232         * gst/audioresample/resample_ref.c:
15233           port to use basetransform; doesn't work in all cases yet
15234
15235 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15236
15237         * gst/audioconvert/gstaudioconvert.c:
15238         (gst_audio_convert_class_init), (gst_audio_convert_init),
15239         (audio_convert_get_unit_size), (audio_convert_transform_caps),
15240         (audio_convert_fixate_caps), (audio_convert_set_caps),
15241         (audio_convert_transform),
15242         (gst_audio_convert_buffer_to_default_format),
15243         (gst_audio_convert_buffer_from_default_format),
15244         (gst_audio_convert_channels):
15245         * gst/audioconvert/gstchannelmix.c:
15246         * gst/audioconvert/gstchannelmix.h:
15247           port to basetransform
15248         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15249         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
15250         (gst_ffmpegcsp_get_unit_size):
15251         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
15252         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
15253           fix for basetransform changes
15254
15255 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
15256
15257         * check/Makefile.am:
15258           Add CHECK_CFLAGS and LDFLAGS
15259
15260         * gst/playback/gstplaybasebin.c: (fill_buffer):
15261           GST_MESSAGE_SRC became a GObject
15262
15263 2005-08-24  Wim Taymans  <wim@fluendo.com>
15264
15265         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
15266         (gst_ring_buffer_clear_all):
15267         * gst-libs/gst/audio/gstringbuffer.h:
15268         Added function to clear the ringbuffer.
15269
15270 2005-08-24  Andy Wingo  <wingo@pobox.com>
15271
15272         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
15273         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
15274         of _open and _close.
15275
15276         * sys/v4l/gstv4lxoverlay.h:
15277         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
15278         an Xv connection here, instead of all the time. Make Xv only be
15279         loaded if you axe for it. Kindof a workaround for buggy behaviour
15280         of Xv when using remote xservers (XvQueryExtension would block).
15281         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
15282         replace the _open and _close public API. Only start the xv
15283         connection if necessary.
15284         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
15285
15286 2005-08-23  David Schleef  <ds@schleef.org>
15287
15288         * gst/audioresample/Makefile.am: Leet audioresampling code
15289         * gst/audioresample/buffer.c:
15290         * gst/audioresample/buffer.h:
15291         * gst/audioresample/debug.c:
15292         * gst/audioresample/debug.h:
15293         * gst/audioresample/functable.c:
15294         * gst/audioresample/functable.h:
15295         * gst/audioresample/gstaudioresample.c:
15296         * gst/audioresample/gstaudioresample.h:
15297         * gst/audioresample/resample.c:
15298         * gst/audioresample/resample.h:
15299         * gst/audioresample/resample_chunk.c:
15300         * gst/audioresample/resample_functable.c:
15301         * gst/audioresample/resample_ref.c:
15302
15303 2005-08-23  Wim Taymans  <wim@fluendo.com>
15304
15305         * examples/seeking/seek.c: (make_vorbis_pipeline),
15306         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
15307         Small seek updates.
15308
15309 2005-08-23  Andy Wingo  <wingo@pobox.com>
15310
15311         * gst-libs/gst/audio/gstbaseaudiosrc.c
15312         (gst_base_audio_src_fixate): Only fixate endianness if it is
15313         present in the caps.
15314
15315 2005-08-22  Andy Wingo  <wingo@pobox.com>
15316
15317         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
15318         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
15319         device-name property.
15320
15321         * gst-libs/gst/audio/gstaudiosrc.h:
15322         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
15323         close_device in the ring buffer, like gstaudiosink.
15324
15325         * ext/alsa/gstalsamixer.h:
15326         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
15327         macro to implement the interface without much code. Cleanups. 
15328
15329         * ext/alsa/gstalsasrc.h:
15330         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
15331         READY.
15332
15333         * ext/alsa/Makefile.am: Add new files.
15334         * ext/alsa/gstalsamixerelement.c: 
15335         * ext/alsa/gstalsamixerelement.c: Split element code out from
15336         mixer code so that alsasrc can be a mixer too.
15337
15338 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
15339
15340         * check/elements/volume.c: (setup_volume), (cleanup_volume),
15341         (GST_START_TEST):
15342         * check/elements/vorbisdec.c: (setup_vorbisdec),
15343         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
15344         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15345         (vorbis_handle_identification_packet),
15346         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
15347         (vorbis_handle_header_packet), (vorbis_dec_push),
15348         (vorbis_dec_chain):
15349           use the setup/teardown methods to save code.  save code is good.
15350
15351 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15352
15353         * check/Makefile.am:
15354           add ext dir for plugins
15355           add vorbisdec test conditionally
15356         * check/elements/volume.c: (setup_volume), (cleanup_volume),
15357         (GST_START_TEST), (volume_suite):
15358           add a test with wrong caps
15359         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
15360         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
15361           add a vorbisdec test
15362         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
15363         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
15364           clean up debug output
15365         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
15366           yay, fix a segfault/security issue in vorbisdec
15367           gst-launch fakesrc ! vorbisdec wasn't happy
15368         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
15369         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
15370         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
15371         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
15372         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
15373         (gst_vorbisenc_set_metadata), (get_constraints_string),
15374         (update_start_message), (gst_vorbisenc_setup),
15375         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
15376         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
15377         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
15378         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
15379         * ext/vorbis/vorbisenc.h:
15380           march in line
15381         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15382         (gst_ffmpegcsp_transform):
15383           have the kow come home
15384         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
15385           debug my func ptr
15386         * gst/volume/gstvolume.c: (volume_set_caps):
15387           add a debug
15388
15389 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15390
15391         * Makefile.am:
15392         * check/.cvsignore:
15393         * check/Makefile.am:
15394         * check/elements/.cvsignore:
15395         * check/elements/volume.c: (chain_func), (event_func),
15396         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
15397         (main):
15398         * configure.ac:
15399           add unit test structure for gst-plugins-base
15400           add a test for volume
15401         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
15402         (gst_volume_set_volume), (gst_volume_get_volume),
15403         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
15404         (volume_funcfind), (volume_process_float), (volume_process_int16),
15405         (volume_set_caps), (volume_transform), (volume_update_mute),
15406         (volume_update_volume), (volume_set_property),
15407         (volume_get_property):
15408           document a little; use basetransform vmethod _set_caps
15409
15410 2005-08-19  Andy Wingo  <wingo@pobox.com>
15411
15412         * ext/alsa/gstalsamixertrack.h:
15413         * ext/alsa/gstalsamixertrack.c:
15414         * ext/alsa/gstalsamixeroptions.h:
15415         * ext/alsa/gstalsamixeroptions.c:
15416         * ext/alsa/gstalsamixer.h:
15417         * ext/alsa/gstalsamixer.c: Port to 0.9.
15418
15419         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
15420         Remove gstalsa.c and alsaclock. No more cruft here.
15421         
15422 2005-08-18  Wim Taymans  <wim@fluendo.com>
15423
15424         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15425         (gst_base_rtp_depayload_chain),
15426         (gst_base_rtp_depayload_add_to_queue),
15427         (gst_base_rtp_depayload_push),
15428         (gst_base_rtp_depayload_queue_release):
15429         * gst-libs/gst/rtp/gstbasertpdepayload.h:
15430         Fix for RTPBuffer changes.
15431
15432         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
15433         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
15434         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
15435         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
15436         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
15437         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
15438         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
15439         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
15440         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
15441         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
15442         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
15443         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
15444         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
15445         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
15446         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
15447         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
15448         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
15449         (gst_rtpbuffer_get_payload):
15450         * gst-libs/gst/rtp/gstrtpbuffer.h:
15451         Don't subclass GstBuffer but add methods and helper functions
15452         to construct and manipulate RTP packets in regular GstBuffers.
15453
15454 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
15455
15456         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
15457           moved statement below switch
15458         * gst/volume/gstvolume.c: (gst_volume_class_init):
15459           added debug ptr
15460
15461 2005-08-16  Wim Taymans  <wim@fluendo.com>
15462
15463         * gst-libs/gst/audio/gstbaseaudiosrc.c:
15464         (gst_base_audio_src_change_state):
15465         Open and close device in READY<->NULL state change.
15466
15467 2005-08-16  Andy Wingo  <wingo@pobox.com>
15468
15469         * examples/seeking/Makefile.am: Don't compile non-compiling
15470         compiled objects with the compiler.
15471
15472         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
15473         elements.
15474
15475 2005-08-12  Philippe Khalaf <burger@speedy.org>
15476         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15477         * gst-libs/gst/rtp/gstbasertpdepayload.h:
15478           Made a thread to release the queue.
15479           Removed timestamp conversion for now.
15480
15481 2005-08-10  Philippe Khalaf <burger@speedy.org>
15482         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15483         * gst-libs/gst/rtp/gstbasertpdepayload.h:
15484           Added rtp timestamp -> gst timestamp conversion.
15485           Fixed several problems with queue.
15486
15487 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
15488
15489         * gst-libs/gst/audio/gstaudioclock.h:
15490         * gst-libs/gst/audio/gstaudiofilter.h:
15491         * gst-libs/gst/audio/gstaudiosink.h:
15492         * gst-libs/gst/audio/gstaudiosrc.h:
15493         * gst-libs/gst/audio/gstbaseaudiosink.h:
15494         * gst-libs/gst/audio/gstbaseaudiosrc.h:
15495         * gst-libs/gst/audio/gstringbuffer.h:
15496         * gst-libs/gst/net/gstnetbuffer.h:
15497         * gst-libs/gst/rtp/gstbasertpdepayload.h:
15498         * gst-libs/gst/rtp/gstrtpbuffer.h:
15499           Add padding (you will need to rebuild gst-plugins-base,
15500           gst-plugins and all applications afterwards!)
15501
15502 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
15503
15504         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
15505         (gst_riff_parse_chunk):
15506           Fix bug in debug message and add some more debug messages.
15507
15508 2005-08-08  Edward Hervey  <edward@fluendo.com>
15509
15510         * gst-libs/gst/riff/riff-media.c:
15511         backported updates since branch
15512
15513 2005-08-08  Andy Wingo  <wingo@pobox.com>
15514
15515         * gst-libs/gst/audio/gstbaseaudiosink.c
15516         (gst_base_audio_sink_change_state): Open the device in NULL->READY
15517         like good elements should. Close on READY->NULL too.
15518
15519         * gst-libs/gst/audio/gstaudiosink.c
15520         (gst_audioringbuffer_open_device,
15521         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
15522         (gst_audioringbuffer_release): Updates for new ring buffer API,
15523         hook into the new audio sink api.
15524
15525         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
15526         (GstAudioSinkClass.close): Just open and close the device -- no
15527         resource allocation or configuration.
15528         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
15529         vmethods, handle device setup and resource allocation.
15530
15531         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
15532         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
15533         base class API.
15534
15535         * gst-libs/gst/audio/gstringbuffer.h
15536         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
15537         New vmethods.
15538
15539         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
15540         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
15541         New API functions. The device should be opened before acquiring
15542         and closed after releasing.
15543
15544 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
15545
15546         * gst-libs/gst/interfaces/mixer.h:
15547           Reset padding to GST_PADDING.
15548
15549 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15550
15551         * gst/playback/gstplaybin.c: (remove_sinks):
15552           Remove visualization from parent explicitely; works around some
15553           apparent refcount issue that I haven't tracked down yet.
15554
15555 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15556
15557         * ext/alsa/gstalsasink.c: (set_hwparams):
15558           Assign debug category, add negotiation debug msgs.
15559
15560 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15561
15562         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
15563           Fix error code for file-not-found to NOT_FOUND.
15564
15565 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
15566
15567         * common/gtk-doc-plugins.mak:
15568         * docs/plugins/Makefile.am:
15569         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15570         * docs/plugins/gst-plugins-base-plugins-sections.txt:
15571           renamed to actual element names, so much nicer to look at
15572         * docs/plugins/tmpl/gstmultifdsink.sgml:
15573           remove
15574         * docs/plugins/tmpl/multifdsink.sgml:
15575         * docs/plugins/tmpl/tcpserversink.sgml:
15576           add
15577         * ext/alsa/gstalsa.c:
15578         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
15579         * ext/ogg/gstoggmux.c:
15580         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
15581         * gst/playback/gstdecodebin.c:
15582         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
15583         * gst/tcp/gsttcpserversink.c:
15584           various fixes and documentation additions
15585
15586 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
15587
15588         * common/Makefile.am:
15589         * common/gstdoc-scangobj:
15590         * common/gtk-doc-plugins.mak:
15591         * common/gtk-doc.mak:
15592           add a custom scangobj that uses the registry
15593           add a custom gtk-doc-plugins.mak that uses it
15594           some doc build fixes
15595         * configure.ac:
15596         * docs/Makefile.am:
15597         * docs/plugins/Makefile.am:
15598         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15599         * docs/plugins/gst-plugins-base-plugins-sections.txt:
15600         * docs/plugins/gst-plugins-base-plugins.types:
15601         * docs/plugins/tmpl/gstmultifdsink.sgml:
15602           add docs for one element, multifdsink
15603         * gst/adder/gstadder.h:
15604         * gst/volume/gstvolume.h:
15605           don't privatize enum
15606         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
15607         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
15608         (gst_sync_method_get_type), (gst_client_status_get_type),
15609         (gst_multifdsink_class_init),
15610         (gst_multifdsink_client_queue_buffer),
15611         (gst_multifdsink_handle_client_write):
15612         * gst/tcp/gstmultifdsink.h:
15613         * gst/tcp/gsttcp.h:
15614         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
15615         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
15616         (gst_tcpclientsink_render):
15617         * gst/tcp/gsttcpclientsink.h:
15618         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
15619         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
15620         (gst_tcpclientsrc_start):
15621         * gst/tcp/gsttcpclientsrc.h:
15622         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
15623         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
15624         * gst/tcp/gsttcpserversrc.h:
15625         * gst/typefind/gsttypefindfunctions.c:
15626           remove superfluous Type stuff
15627
15628 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15629
15630         * gst/playback/gstplaybin.c: (gen_video_element):
15631           Enable videoscale.
15632
15633 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15634
15635         * gst-libs/gst/gconf/gconf.c:
15636         * gst-libs/gst/gconf/gconf.h:
15637           Fix some Andy Problem [tm].
15638
15639 2005-08-04  Andy Wingo  <wingo@pobox.com>
15640
15641         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
15642         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
15643         (gst_ffmpegcsp_get_size): Adapt to API changes.
15644
15645         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
15646         Implement an in-place do-nothing transform.
15647
15648 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15649
15650         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
15651         (gst_ximagesink_renegotiate_size):
15652           Do not set new window sizes yet if we prepare a new buffer size
15653           for upstream renegotiation (software scaling) at some point in the
15654           future, because this new size waqs not actually accepted yet. Once
15655           accepted, renegotiation later on will set the new sizes just fine.
15656           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
15657           embedding testcase.
15658
15659 2005-08-03  Andy Wingo  <wingo@pobox.com>
15660
15661         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
15662         (gst_ximagesink_buffer_alloc): 
15663         Protect the height, width, and desired_caps with the pool_lock.
15664         Fixes videotestsrc ! queue ! ximagesink.
15665
15666 2005-08-02  Edward Hervey  <edward@fluendo.com>
15667
15668         * gst/volume/gstvolume.c:
15669         include left from controller cleanup
15670
15671 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
15672         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
15673           Stop collectpads before calling the parent state
15674           change function on PAUSED->READY.
15675
15676 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
15677         * configure.ac:
15678           When testing for X libs, use the X CFlags 
15679         * gst/adder/gstadder.c: (gst_adder_change_state):
15680           Stop the collectpads before calling parent state change function
15681           on PAUSED->READY, otherwise we deadlock deactivating pads.
15682
15683 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
15684
15685         * configure.ac:
15686         * docs/libs/tmpl/gstcolorbalance.sgml:
15687         * docs/libs/tmpl/gstmixer.sgml:
15688         * examples/Makefile.am:
15689         * gst/sine/Makefile.am:
15690         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
15691         (gst_sinesrc_set_property), (plugin_init):
15692         * gst/sine/gstsinesrc.h:
15693         * gst/volume/Makefile.am:
15694         * gst/volume/gstvolume.c: (gst_volume_set_volume),
15695         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
15696         (volume_process_float), (volume_process_int16),
15697         (volume_set_property), (plugin_init):
15698         * gst/volume/gstvolume.h:
15699           deactivate and remove dparams (libgstcontrol)
15700
15701 2005-07-29  Wim Taymans  <wim@fluendo.com>
15702
15703         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
15704         Convert me to BaseTransform!! help..
15705
15706 2005-07-29  Andy Wingo  <wingo@pobox.com>
15707
15708         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
15709         sinks.
15710
15711         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
15712         support of both endiannesses.
15713
15714 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
15715
15716         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
15717           Fix confusing debug message (s/event/query/)
15718
15719 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
15720
15721         * gst/videotestsrc/videotestsrc.h:
15722           Use "_stdint.h" instead of <stdint.h>
15723
15724 2005-07-27  Wim Taymans  <wim@fluendo.com>
15725
15726         * ext/vorbis/Makefile.am:
15727         Revert wrong commit.
15728
15729 2005-07-27  Wim Taymans  <wim@fluendo.com>
15730
15731         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
15732         More compilation fixen.
15733
15734 2005-07-27  Wim Taymans  <wim@fluendo.com>
15735
15736         * gst-libs/gst/audio/gstbaseaudiosink.c:
15737         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
15738         (gst_base_audio_sink_create_ringbuffer),
15739         (gst_base_audio_sink_change_state):
15740         Fix compilation.
15741
15742 2005-07-27  Wim Taymans  <wim@fluendo.com>
15743
15744         * examples/seeking/seek.c: (setup_dynamic_link),
15745         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
15746         (query_positions_elems), (query_positions_pads), (do_seek):
15747         Update seek example.
15748
15749         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
15750         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
15751         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
15752         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
15753         (gst_ogg_demux_handle_event),
15754         (gst_ogg_demux_deactivate_current_chain),
15755         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
15756         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
15757         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
15758         (gst_ogg_demux_loop):
15759         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
15760         * ext/theora/theoradec.c: (theora_dec_src_event),
15761         (theora_dec_src_getcaps), (theora_dec_sink_event),
15762         (theora_dec_push), (theora_dec_chain):
15763         * ext/vorbis/Makefile.am:
15764         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
15765         (vorbis_dec_sink_event), (vorbis_dec_push),
15766         (vorbis_handle_data_packet):
15767         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
15768         (gst_vorbisenc_chain):
15769         * gst/playback/gststreaminfo.c: (cb_probe):
15770         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
15771         * gst/videorate/gstvideorate.c: (gst_videorate_event):
15772         * gst/videoscale/gstvideoscale.c:
15773         (gst_videoscale_handle_src_event):
15774         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
15775         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
15776         (gst_ximagesink_navigation_send_event):
15777         * sys/xvimage/xvimagesink.c:
15778         (gst_xvimagesink_navigation_send_event):
15779         Various event updates and cleanups
15780
15781 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15782
15783         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
15784           Fix segfault for I420/YV12.
15785
15786 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15787
15788         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
15789           Report bitrate.
15790
15791 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15792
15793         * gst/playback/gstplaybin.c: (gen_video_element),
15794         (gen_audio_element):
15795           Switch to auto*sink elements as default sinks; add volume element
15796           so that volume control in totem works.
15797
15798 2005-07-21  Wim Taymans  <wim@fluendo.com>
15799
15800         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
15801         * gst/playback/gstplaybin.c: (setup_sinks),
15802         (gst_play_bin_change_state):
15803         Refcount fix and more comments.
15804
15805 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15806
15807         * sys/ximage/Makefile.am:
15808         * sys/ximage/ximage.c: (plugin_init):
15809         * sys/ximage/ximagesink.c:
15810         Prepare for adding ximagesrc, rename of plugin to ximage etc.
15811         
15812
15813 2005-07-21  Wim Taymans  <wim@fluendo.com>
15814
15815         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
15816         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
15817         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
15818         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
15819         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
15820         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
15821         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
15822         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
15823         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
15824         Generate correct disconts for live chained oggs.
15825
15826         * gst-libs/gst/audio/gstbaseaudiosink.c:
15827         (gst_base_audio_sink_render),
15828         (gst_base_audio_sink_create_ringbuffer),
15829         (gst_base_audio_sink_change_state):
15830         Handle discont math correctly.
15831
15832         * gst/playback/gstplaybin.c: (add_sink):
15833         Some small debug cleanup.
15834
15835 2005-07-21  Wim Taymans  <wim@fluendo.com>
15836
15837         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
15838         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
15839         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
15840         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
15841         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
15842         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
15843         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
15844         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
15845         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
15846         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
15847         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
15848         (gst_ogg_demux_change_state), (gst_ogg_print):
15849         Reorganize code to send the right disconts when in streaming
15850         mode.
15851
15852 2005-07-20  Andy Wingo  <wingo@pobox.com>
15853
15854         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
15855         fix (?), fixes a seggie mcfalterson (#310894).
15856
15857 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15858
15859         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
15860         (gst_ogg_mux_set_header_on_caps):
15861         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
15862         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
15863         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
15864         * gst-libs/gst/audio/multichannel.c:
15865         (gst_audio_set_channel_positions),
15866         (gst_audio_set_structure_channel_positions_list):
15867         * gst/playback/gstdecodebin.c: (dynamic_create):
15868         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
15869         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
15870           Fixes for API changes in core.
15871
15872 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15873
15874         * gst/playback/gstplaybasebin.c: (fill_buffer):
15875           Use _new_custom() so we can set custom message types for buffering
15876           messages.
15877
15878 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15879
15880         * configure.ac:
15881         * gst-libs/gst/Makefile.am:
15882         * gst-libs/gst/gconf/.cvsignore:
15883         * gst-libs/gst/gconf/Makefile.am:
15884         * gst-libs/gst/gconf/test-gconf.c:
15885         * pkgconfig/Makefile.am:
15886         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
15887         * pkgconfig/gstreamer-gconf.pc.in:
15888           Remove gconf stuff, use gconf elements instead from now on.
15889
15890 2005-07-20  Wim Taymans  <wim@fluendo.com>
15891
15892         * gst-libs/gst/audio/TODO:
15893         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
15894         (gst_audio_clock_get_internal_time):
15895         * gst-libs/gst/audio/gstaudioclock.h:
15896         * gst-libs/gst/audio/gstbaseaudiosink.c:
15897         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
15898         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
15899         (gst_base_audio_sink_render),
15900         (gst_base_audio_sink_create_ringbuffer),
15901         (gst_base_audio_sink_change_state):
15902         Make sure the audio clock always returns an increasing value.
15903
15904 2005-07-19  Andy Wingo  <wingo@pobox.com>
15905
15906         * gst/videotestsrc/: Cleanups.
15907
15908 2005-07-19  Wim Taymans  <wim@fluendo.com>
15909
15910         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
15911         Better debugging.
15912
15913 2005-07-19  Wim Taymans  <wim@fluendo.com>
15914
15915         * examples/seeking/seek.c: (make_dv_pipeline),
15916         (make_vorbis_theora_pipeline), (query_rates),
15917         (query_positions_elems), (query_positions_pads), (do_seek):
15918         Make correct DV pipeline.
15919
15920 2005-07-18  Andy Wingo  <wingo@pobox.com>
15921
15922         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
15923         default. Also because it's the only thing that really works. (This
15924         is used in the GConf elements).
15925         Use AS_LIBTOOL_TAGS.
15926
15927 2005-07-18  Wim Taymans  <wim@fluendo.com>
15928
15929         * gst/playback/gstdecodebin.c: (remove_element_chain):
15930         * gst/playback/gstplaybin.c: (add_sink):
15931         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
15932         (gst_stream_info_set_mute):
15933         * gst/playback/gststreamselector.c:
15934         (gst_stream_selector_get_linked_pad),
15935         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
15936         More leak and compile fixes.
15937
15938 2005-07-18  Wim Taymans  <wim@fluendo.com>
15939
15940         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
15941         (query_rates), (query_positions_elems), (query_positions_pads),
15942         (do_seek), (seek_cb), (stop_seek):
15943         Updated seek example. 
15944
15945         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
15946         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
15947         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
15948         * gst/playback/gstplaybin.c: (add_sink):
15949         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
15950         (gst_stream_info_set_mute):
15951         Some refcount leak fixes.
15952
15953 2005-07-16  Wim Taymans  <wim@fluendo.com>
15954
15955         * gst-libs/gst/audio/gstbaseaudiosink.c:
15956         (gst_base_audio_sink_render):
15957         Align samples even if we have roundoff errors in the 
15958         timestamp conversion.
15959
15960 2005-07-16  Wim Taymans  <wim@fluendo.com>
15961
15962         * docs/libs/tmpl/gstringbuffer.sgml:
15963         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
15964         (query_rates), (query_positions_elems), (query_positions_pads),
15965         (update_scale), (do_seek):
15966         Updated seek example.
15967
15968         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
15969         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
15970         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
15971         (gst_ogg_demux_loop):
15972         Push out correct discont values.
15973
15974         * ext/theora/theoradec.c: (theora_dec_src_convert),
15975         (theora_dec_sink_convert), (theora_dec_src_getcaps),
15976         (theora_dec_sink_event), (theora_handle_type_packet),
15977         (theora_handle_header_packet), (theora_dec_push),
15978         (theora_handle_data_packet), (theora_dec_chain),
15979         (theora_dec_change_state):
15980         Better timestamping.
15981
15982         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
15983         (vorbis_dec_sink_event), (vorbis_dec_push),
15984         (vorbis_handle_data_packet), (vorbis_dec_chain):
15985         * ext/vorbis/vorbisdec.h:
15986         Better timestamping.
15987
15988         * gst-libs/gst/audio/gstbaseaudiosink.c:
15989         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
15990         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
15991         Handle syncing on timestamps instead of sample offsets. Make
15992         use of DISCONT values as described in design docs.
15993
15994         * gst-libs/gst/audio/gstbaseaudiosrc.c:
15995         (gst_base_audio_src_get_time):
15996         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
15997         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
15998         (gst_ring_buffer_read):
15999         * gst-libs/gst/audio/gstringbuffer.h:
16000         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
16001         (gst_ximagesink_show_frame):
16002         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
16003         Correcly convert buffer timestamp to stream time.
16004
16005 2005-07-16  Wim Taymans  <wim@fluendo.com>
16006
16007         * gst/audioconvert/gstaudioconvert.c:
16008         (gst_audio_convert_get_buffer):
16009         Timestamp buffers correctly.
16010
16011         * gst/playback/gstplaybin.c: (gen_video_element):
16012         Make internal fakesink silent.
16013
16014 2005-07-15  Wim Taymans  <wim@fluendo.com>
16015
16016         * gst/ffmpegcolorspace/Makefile.am:
16017         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16018         (gst_ffmpegcsp_caps_remove_format_info),
16019         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
16020         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
16021         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
16022         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
16023         Ported ffmpegcolorspace to basetransform.
16024
16025         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
16026         * gst/volume/gstvolume.c: (volume_transform):
16027         Ported to new API.
16028
16029 2005-07-14  Wim Taymans  <wim@fluendo.com>
16030
16031         * gst/videotestsrc/Makefile.am:
16032         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
16033         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
16034         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
16035         (gst_videotestsrc_init), (gst_videotestsrc_event),
16036         (gst_videotestsrc_create), (gst_videotestsrc_start),
16037         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
16038         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
16039         (gst_videotestsrc_get_property):
16040         * gst/videotestsrc/gstvideotestsrc.h:
16041         Make videotestsrc a pushsrc.
16042
16043 2005-07-14  Wim Taymans  <wim@fluendo.com>
16044
16045         * gst/tcp/gstfdset.c: (gst_fdset_free):
16046         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
16047         (gst_multifdsink_add), (gst_multifdsink_remove),
16048         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
16049         (gst_multifdsink_remove_client_link),
16050         (gst_multifdsink_client_queue_data),
16051         (gst_multifdsink_client_queue_caps),
16052         (gst_multifdsink_client_queue_buffer),
16053         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
16054         (gst_multifdsink_stop):
16055         * gst/tcp/gstmultifdsink.h:
16056         0.8 backporting.
16057
16058         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
16059         Also draw image when not from a pool.
16060
16061 2005-07-14  Wim Taymans  <wim@fluendo.com>
16062
16063         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
16064         (mute_stream), (silence_stream):
16065         Small debug additions.
16066
16067 2005-07-14  Wim Taymans  <wim@fluendo.com>
16068
16069         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
16070         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
16071         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
16072         Better error recovery, ignore unconnected pads and
16073         non-fatal errors.
16074
16075 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16076
16077         * docs/libs/tmpl/gstaudio.sgml:
16078         * docs/libs/tmpl/gstcolorbalance.sgml:
16079         * docs/libs/tmpl/gstgconf.sgml:
16080         * docs/libs/tmpl/gstmixer.sgml:
16081         * docs/libs/tmpl/gstringbuffer.sgml:
16082         * docs/libs/tmpl/gsttuner.sgml:
16083         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16084         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
16085         (gst_tcpclientsrc_class_init):
16086         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
16087         (gst_tcpserversrc_class_init):
16088         * sys/v4l/gstv4lelement.c:
16089           more autistic cleanliness in functions/names/defines
16090
16091 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16092
16093         * configure.ac:
16094           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
16095           added manually to each Makefile.am so we are sure it goes
16096           *last* and doesn't add -L flags before linking in libs of our
16097           own, like, say, internal .la libs, that then accidentally pick
16098           up the installed copy.
16099         * docs/libs/Makefile.am:
16100         * ext/alsa/Makefile.am:
16101         * ext/cdparanoia/Makefile.am:
16102         * ext/gnomevfs/Makefile.am:
16103         * ext/libvisual/Makefile.am:
16104         * ext/ogg/Makefile.am:
16105         * ext/theora/Makefile.am:
16106         * ext/vorbis/Makefile.am:
16107         * gst-libs/gst/video/Makefile.am:
16108         * gst/adder/Makefile.am:
16109         * gst/audioconvert/Makefile.am:
16110         * gst/audiorate/Makefile.am:
16111         * gst/audioscale/Makefile.am:
16112         * gst/ffmpegcolorspace/Makefile.am:
16113         * gst/playback/Makefile.am:
16114         * gst/sine/Makefile.am:
16115         * gst/subparse/Makefile.am:
16116         * gst/tags/Makefile.am:
16117         * gst/tcp/Makefile.am:
16118         * gst/typefind/Makefile.am:
16119         * gst/videorate/Makefile.am:
16120         * gst/videoscale/Makefile.am:
16121         * gst/videotestsrc/Makefile.am:
16122         * gst/volume/Makefile.am:
16123         * sys/v4l/Makefile.am:
16124         * sys/ximage/Makefile.am:
16125         * sys/xvimage/Makefile.am:
16126           adapt properly to this change. This should make sure that
16127           plugins and libs properly link to the as-yet-uninstalled
16128           copies of stuff like libgstinterfaces and libgstvideo
16129
16130 2005-07-13  Andy Wingo  <wingo@pobox.com>
16131
16132         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
16133         (gst_v4lsrc_fixate): Fixate on format as well.
16134
16135         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
16136         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
16137         buffer points to it.
16138         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
16139         rather just doing X calls ourselves. Also fixes a memleak.
16140
16141 2005-07-12  Andy Wingo  <wingo@pobox.com>
16142
16143         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
16144         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
16145         (gst_v4lsrc_create): Re-add the copy-mode property, default to
16146         TRUE to avoid deadlocks if an element holds on to our buffers.
16147
16148 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
16149
16150         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
16151         (gst_sinesrc_init), (gst_sinesrc_create),
16152         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
16153         (gst_sinesrc_start):
16154         * gst/sine/gstsinesrc.h:
16155           removing num-buffers property before moving it
16156
16157 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16158
16159         * configure.ac:
16160           use overridable ERROR_CFLAGS
16161         * docs/libs/gst-plugins-base-libs.types:
16162         * docs/libs/tmpl/gstringbuffer.sgml:
16163         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
16164         (gst_alsasink_class_init):
16165         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
16166         (gst_alsasrc_class_init):
16167         * gst-libs/gst/audio/audio.h:
16168         * gst-libs/gst/audio/gstaudioclock.h:
16169         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
16170         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
16171         (gst_audio_filter_link), (gst_audio_filter_init),
16172         (gst_audio_filter_chain), (gst_audio_filter_set_property),
16173         (gst_audio_filter_get_property),
16174         (gst_audio_filter_class_add_pad_templates):
16175         * gst-libs/gst/audio/gstaudiofilter.h:
16176         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
16177         (gst_audio_filter_template_get_type),
16178         (gst_audio_filter_template_base_init),
16179         (gst_audio_filter_template_class_init),
16180         (gst_audio_filter_template_init),
16181         (gst_audio_filter_template_set_property),
16182         (gst_audio_filter_template_get_property), (plugin_init),
16183         (gst_audio_filter_template_setup),
16184         (gst_audio_filter_template_filter),
16185         (gst_audio_filter_template_filter_inplace):
16186         * gst-libs/gst/audio/gstaudiosink.c:
16187         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
16188         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
16189         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
16190         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
16191         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
16192         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
16193         * gst-libs/gst/audio/gstaudiosink.h:
16194         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
16195         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
16196         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
16197         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
16198         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
16199         (gst_audio_src_class_init), (gst_audio_src_init),
16200         (gst_audio_src_create_ringbuffer):
16201         * gst-libs/gst/audio/gstaudiosrc.h:
16202         * gst-libs/gst/audio/gstbaseaudiosink.c:
16203         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
16204         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
16205         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
16206         (gst_base_audio_sink_set_property),
16207         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
16208         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
16209         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
16210         (gst_base_audio_sink_create_ringbuffer),
16211         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
16212         * gst-libs/gst/audio/gstbaseaudiosink.h:
16213         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16214         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
16215         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
16216         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
16217         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
16218         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
16219         (gst_base_audio_src_event), (gst_base_audio_src_create),
16220         (gst_base_audio_src_create_ringbuffer),
16221         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
16222         * gst-libs/gst/audio/gstbaseaudiosrc.h:
16223         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
16224         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
16225         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
16226         (gst_ring_buffer_debug_spec_caps),
16227         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
16228         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
16229         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
16230         (gst_ring_buffer_start), (gst_ring_buffer_pause),
16231         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
16232         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
16233         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
16234         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
16235         (gst_ring_buffer_clear):
16236         * gst-libs/gst/audio/gstringbuffer.h:
16237         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
16238         (gst_video_sink_class_init), (gst_video_sink_get_type):
16239         * gst-libs/gst/video/videosink.h:
16240         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
16241         (gst_multifdsink_class_init),
16242         (gst_multifdsink_handle_client_write),
16243         (gst_multifdsink_change_state):
16244         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
16245         (gst_tcpclientsink_setcaps):
16246         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
16247         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
16248         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
16249         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
16250         (gst_ximagesink_send_pending_navigation),
16251         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
16252         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
16253         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
16254         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
16255         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
16256         (gst_xvimagesink_send_pending_navigation),
16257         (gst_xvimagesink_navigation_send_event),
16258         (gst_xvimagesink_set_xwindow_id),
16259         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
16260         (gst_xvimagesink_get_type):
16261         more macro splitting
16262
16263 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16264
16265         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
16266           plug a memleak, allows me to import 1479 albums in one go
16267           in jamboree
16268         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
16269         (vorbis_handle_type_packet), (vorbis_dec_chain),
16270         (vorbis_dec_change_state):
16271           fix some format strings
16272
16273 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16274
16275         * docs/libs/tmpl/gstcolorbalance.sgml:
16276         * docs/libs/tmpl/gstmixer.sgml:
16277         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
16278         (gst_alsasink_set_property), (gst_alsasink_get_property):
16279         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
16280         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
16281           add device property
16282
16283 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16284
16285         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
16286         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
16287         (audiocast_register_listener), (audiocast_thread_run),
16288         (gst_gnomevfssrc_send_additional_headers_callback),
16289         (gst_gnomevfssrc_received_headers_callback),
16290         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
16291         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
16292         (gst_gnomevfssrc_get_size):
16293           add/clean up debugging
16294         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
16295           cleanups
16296
16297 2005-07-07  Andy Wingo  <wingo@pobox.com>
16298
16299         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
16300         framerate. Need to get a handle on when exactly this function is
16301         called, tho.
16302
16303         * sys/v4l/v4lsrc_calls.h:
16304         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
16305         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
16306         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
16307
16308         * sys/v4l/v4l_calls.h: Cast to V4lElement.
16309         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
16310         v4lelements are sources.
16311
16312         * sys/v4l/gstv4lxoverlay.h:
16313         * sys/v4l/gstv4lxoverlay.c:
16314         * sys/v4l/gstv4ltuner.h:
16315         * sys/v4l/gstv4ltuner.c: Header loc fixen.
16316         
16317         * sys/v4l/gstv4lsrc.h:
16318         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
16319         PushSrc/BaseSrc. Removed most sync-related properties, videorate
16320         or something should handle that. Made a live source.
16321
16322         * sys/v4l/gstv4lelement.h:
16323         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
16324         signals. Some cleanups.
16325
16326         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
16327
16328         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
16329         stuff.
16330
16331         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
16332         stuff.
16333
16334         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
16335
16336 2005-07-07  Wim Taymans  <wim@fluendo.com>
16337
16338         * ext/theora/theoradec.c: (theora_get_query_types),
16339         (theora_dec_src_getcaps), (theora_dec_push):
16340         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
16341         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
16342         Remove deprecated/unused query types.
16343
16344 2005-07-06  Wim Taymans  <wim@fluendo.com>
16345
16346         * ext/alsa/Makefile.am:
16347         * ext/alsa/gstalsaplugin.c: (plugin_init):
16348         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
16349         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
16350         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
16351         (gst_alsasrc_class_init), (gst_alsasrc_init),
16352         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
16353         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
16354         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
16355         (gst_alsasrc_reset):
16356         * ext/alsa/gstalsasrc.h:
16357         * gst-libs/gst/audio/Makefile.am:
16358         * gst-libs/gst/audio/gstaudiosink.c:
16359         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
16360         (gst_audioringbuffer_start):
16361         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
16362         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
16363         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
16364         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
16365         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
16366         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
16367         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
16368         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
16369         * gst-libs/gst/audio/gstaudiosrc.h:
16370         * gst-libs/gst/audio/gstbaseaudiosink.c:
16371         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
16372         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
16373         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
16374         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16375         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
16376         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
16377         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
16378         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
16379         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
16380         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
16381         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
16382         (gst_baseaudiosrc_change_state):
16383         * gst-libs/gst/audio/gstbaseaudiosrc.h:
16384         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
16385         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
16386         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
16387         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
16388         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
16389         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
16390         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
16391         * gst-libs/gst/audio/gstringbuffer.h:
16392         Added audiosource base classes.
16393         Ported alsasrc, still very basic.
16394
16395 2005-07-06  Wim Taymans  <wim@fluendo.com>
16396
16397         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
16398         (theora_dec_push), (theora_handle_data_packet):
16399         Prepare for better timestamp fix later.
16400
16401         * gst/audioconvert/gstaudioconvert.c:
16402         List most accurate caps first
16403
16404         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
16405         Use proper pad task function.
16406
16407         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
16408         (gst_xvimagesink_show_frame):
16409         Fix deadlock when alloc failed.
16410
16411 2005-07-05  Andy Wingo  <wingo@pobox.com>
16412
16413         * ext/gnomevfs/gstgnomevfssrc.c:
16414         * gst/sine/gstsinesrc.c:
16415         * gst/tcp/gsttcpserversrc.c:
16416         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
16417
16418         * sys/v4l/: Port from 0.8.
16419
16420         * Many files: Null if we got it....
16421
16422 2005-07-05  Andy Wingo  <wingo@pobox.com>
16423
16424         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
16425         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
16426         Signedness fixes.
16427
16428 2005-07-05  Wim Taymans  <wim@fluendo.com>
16429
16430         * configure.ac:
16431         * gst/tcp/Makefile.am:
16432         * gst/tcp/README:
16433         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
16434         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
16435         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
16436         (is_sync_frame), (gst_multifdsink_handle_client_write),
16437         (gst_multifdsink_render), (gst_multifdsink_start),
16438         (gst_multifdsink_stop), (gst_multifdsink_change_state):
16439         * gst/tcp/gstmultifdsink.h:
16440         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
16441         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
16442         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
16443         * gst/tcp/gsttcp.h:
16444         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
16445         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
16446         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
16447         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
16448         * gst/tcp/gsttcpclientsink.h:
16449         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
16450         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
16451         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
16452         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
16453         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
16454         * gst/tcp/gsttcpclientsrc.h:
16455         * gst/tcp/gsttcpplugin.c: (plugin_init):
16456         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
16457         * gst/tcp/gsttcpserversink.h:
16458         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
16459         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
16460         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
16461         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
16462         (gst_tcpserversrc_stop):
16463         * gst/tcp/gsttcpserversrc.h:
16464         * gst/tcp/gsttcpsink.c:
16465         * gst/tcp/gsttcpsink.h:
16466         * gst/tcp/gsttcpsrc.c:
16467         * gst/tcp/gsttcpsrc.h:
16468         Ported tcp plugins to 0.9. 
16469         
16470
16471 2005-07-05  Andy Wingo  <wingo@pobox.com>
16472
16473         * gst/playback/gstplaybasebin.c (fill_buffer):
16474         message_new_application fixen.
16475
16476         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
16477         Style fix.
16478
16479 2005-07-04  Wim Taymans  <wim@fluendo.com>
16480
16481         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
16482         Set caps on output buffer.
16483
16484 2005-07-04  Andy Wingo  <wingo@pobox.com>
16485
16486         * ext/gnomevfs/gstgnomevfssrc.c
16487         (gst_gnomevfssrc_received_headers_callback) 
16488         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
16489         hopefully.
16490
16491         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
16492         No refcount leakage.
16493
16494         * configure.ac: Enable -Werror.
16495         
16496         * ext/theora/theoradec.c (theora_dec_src_getcaps):
16497         * gst/audioconvert/bufferframesconvert.c
16498         (buffer_frames_convert_fixate):
16499         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
16500         (gst_audio_convert_fixate):
16501         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
16502         (gst_sinesrc_create): Fixate func changes.
16503         
16504         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
16505         (gst_ximagesink_buffer_alloc): Unused var.
16506
16507 2005-07-01  Andy Wingo  <wingo@pobox.com>
16508
16509         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
16510         getcaps to do explicit caps. Needs to be done in all decoders,
16511         possibly via a base class.
16512
16513         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
16514
16515         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
16516         caps on the sink pad, just rely on the pad template. Also, setting
16517         ANY caps on a pad is not valid because the caps are not fixed.
16518
16519         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
16520         caps on the buffer, and get the width from the desired_caps if
16521         they're set.
16522         (gst_ximagesink_renegotiate_size): Implement via setting the
16523         desired_caps on the ximagesink.
16524         (gst_ximagesink_setcaps): Only reset the width of the player if it
16525         wasn't already set. Not sure if this is right.
16526         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
16527
16528         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
16529         that the user wants. NULL unless the window has been resized.
16530
16531         * gst/volume/gstvolume.c (volume_transform): Adapt to
16532         basetransform refcount changes.
16533         
16534 2005-07-01  Andy Wingo  <wingo@pobox.com>
16535
16536         * gst/videoscale/gstvideoscale.c:
16537         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
16538         from BaseTransform, implements a transform_caps. Removed dead code
16539         including some PAR stuff that was never reached -- should probably
16540         be added back somehow.
16541
16542 2005-07-01  Andy Wingo  <wingo@pobox.com>
16543
16544         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
16545         come later.
16546
16547 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16548
16549         * configure.ac:
16550         * docs/libs/Makefile.am:
16551         * docs/libs/gst-plugins-libs.types:
16552         * ext/alsa/Makefile.am:
16553         * ext/alsa/gstalsamixer.h:
16554         * ext/alsa/gstalsamixeroptions.h:
16555         * ext/alsa/gstalsamixertrack.h:
16556         * gst-libs/gst/Makefile.am:
16557         * gst-libs/gst/colorbalance/.cvsignore:
16558         * gst-libs/gst/colorbalance/Makefile.am:
16559         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
16560         * gst-libs/gst/colorbalance/colorbalance.c:
16561         * gst-libs/gst/colorbalance/colorbalance.h:
16562         * gst-libs/gst/colorbalance/colorbalance.vcproj:
16563         * gst-libs/gst/colorbalance/colorbalancechannel.c:
16564         * gst-libs/gst/colorbalance/colorbalancechannel.h:
16565         * gst-libs/gst/interfaces/Makefile.am:
16566         * gst-libs/gst/interfaces/colorbalance.c:
16567         (gst_color_balance_class_init):
16568         * gst-libs/gst/interfaces/colorbalance.h:
16569         * gst-libs/gst/interfaces/interfaces-marshal.list:
16570         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
16571         * gst-libs/gst/interfaces/mixer.h:
16572         * gst-libs/gst/interfaces/mixeroptions.h:
16573         * gst-libs/gst/interfaces/navigation.c:
16574         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
16575         * gst-libs/gst/interfaces/tuner.h:
16576         * gst/volume/Makefile.am:
16577         * gst/volume/gstvolume.c:
16578         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
16579         * sys/ximage/Makefile.am:
16580         * sys/ximage/ximagesink.c:
16581         * sys/xvimage/Makefile.am:
16582         * sys/xvimage/xvimagesink.c:
16583           fold in all interfaces into an interfaces dir, preserving CVS
16584           history
16585
16586 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16587
16588         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
16589           Fix build after riff changes.
16590
16591 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16592
16593         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16594         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
16595         (gst_riff_create_video_template_caps),
16596         (gst_riff_create_audio_template_caps),
16597         (gst_riff_create_iavs_template_caps):
16598         * gst-libs/gst/riff/riff-media.h:
16599         * gst-libs/gst/riff/riff-read.h:
16600         * gst-libs/gst/riff/riff.c: (gst_riff_init):
16601           Add gst_riff_init() to initialize the debug category, instead
16602           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
16603
16604 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16605
16606         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
16607           Oops, I shouldn't apply hacks.
16608
16609 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16610
16611         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
16612           Remove pad_loop function which doesn't work.
16613
16614 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16615
16616         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
16617           Send EOS when deactivating.
16618         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
16619         (check_queue), (queue_threshold_reached), (queue_out_of_data),
16620         (gen_preroll_element), (probe_triggered), (mute_stream),
16621         (silence_stream), (new_decoded_pad), (setup_substreams),
16622         (set_active_source):
16623         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
16624         (remove_sinks), (add_sink):
16625         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
16626           Change for new probe API.
16627
16628 2005-06-29  Wim Taymans  <wim@fluendo.com>
16629
16630         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
16631         * gst-libs/gst/audio/gstbaseaudiosink.c:
16632         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
16633         (gst_baseaudiosink_change_state):
16634         * gst-libs/gst/audio/gstbaseaudiosink.h:
16635         * gst-libs/gst/audio/gstringbuffer.c:
16636         (gst_ringbuffer_set_callback):
16637         Fix compilation error.
16638         Ringbuffer starts out as not running.
16639         Free our clock in dispose.
16640         When releasing the ringbuffer we need to renegotiate so
16641         clear the pad caps.
16642
16643 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16644
16645         * autogen.sh:
16646         * configure.ac:
16647         * docs/Makefile.am:
16648         * docs/libs/Makefile.am:
16649         * docs/libs/gst-plugins-libs-docs.sgml:
16650         * docs/libs/gst-plugins-libs-sections.txt:
16651         * docs/libs/gst-plugins-libs.types:
16652         * docs/libs/tmpl/gstaudio.sgml:
16653         * docs/libs/tmpl/gstcolorbalance.sgml:
16654         * docs/libs/tmpl/gstringbuffer.sgml:
16655         * gst-libs/gst/audio/gstringbuffer.c:
16656         (gst_ringbuffer_set_callback):
16657           reinstate gtk-doc docs for plugin libs
16658
16659 2005-06-28  Wim Taymans  <wim@fluendo.com>
16660
16661         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
16662         (gst_ogg_demux_init):
16663         Removed pad loop function.
16664
16665 2005-06-28  Wim Taymans  <wim@fluendo.com>
16666
16667         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
16668         If we're building a chain we are not in an error case
16669         when we queue a buffer.
16670
16671 2005-06-28  Andy Wingo  <wingo@pobox.com>
16672
16673         * *.c: Don't cast to GstObject before reffing/unreffing.
16674
16675 2005-06-27  Andy Wingo  <wingo@pobox.com>
16676
16677         * gst/videotestsrc/gstvideotestsrc.c
16678         (gst_videotestsrc_activate_push): Activation API changes.
16679
16680         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
16681         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
16682         they have refs on the decodebin.
16683
16684         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
16685         parent class.
16686         (gst_ogg_pad_typefind): Don't leak a pad ref.
16687         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
16688         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
16689         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
16690
16691 2005-06-27  Edward Hervey  <edward@fluendo.com>
16692
16693         * ext/theora/theoradec.c: (theora_dec_change_state): 
16694         re-arranged call to parent's state change in order to avoid locks (or
16695         worse).
16696
16697 2005-06-26  Edward Hervey  <edward@fluendo.com>
16698
16699         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
16700         2nd argument of 'unknow-type' signal is a GstCaps and not a
16701         GstMiniObject
16702
16703 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
16704         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
16705           Set the worker thread's running flag to TRUE before starting the
16706           thread.
16707         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
16708           Catch a failure to add typefind to the bin.
16709
16710 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
16711
16712         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
16713         (gst_sinesrc_init), (gst_sinesrc_create),
16714         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
16715         (gst_sinesrc_start):
16716         * gst/sine/gstsinesrc.h:
16717           add num-buffers and timestamp-offset properties
16718         * gst/videotestsrc/gstvideotestsrc.c:
16719         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
16720         (gst_videotestsrc_get_property):
16721           add timestamp-offset property
16722
16723 2005-06-23  Christian Schaller  <uraeus@gnome.org>
16724
16725         * configure.ac: add videorate
16726         * gst-plugins-base.spec.in: add videorate
16727
16728 2005-06-23  Wim Taymans  <wim@fluendo.com>
16729
16730         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
16731         (gst_videorate_getcaps), (gst_videorate_setcaps),
16732         (gst_videorate_event), (gst_videorate_chain):
16733         Fixed videorate, fixating an already fixated caps is not
16734         an error.
16735
16736 2005-06-23  Wim Taymans  <wim@fluendo.com>
16737
16738         * ext/ogg/README:
16739         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
16740         Buffer on caps is not boxed anymore.
16741
16742 2005-06-22  Wim Taymans  <wim@fluendo.com>
16743
16744         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
16745         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
16746         Set buffers on caps as miniobjects and not as boxed.
16747
16748 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
16749
16750         * configure.ac:
16751           back to HEAD
16752
16753 === release 0.9.1 ===
16754
16755 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
16756
16757         * .cvsignore:
16758         * NEWS:
16759         * README:
16760         * RELEASE:
16761         * configure.ac:
16762         * po/af.po:
16763         * po/az.po:
16764         * po/cs.po:
16765         * po/en_GB.po:
16766         * po/hu.po:
16767         * po/it.po:
16768         * po/nb.po:
16769         * po/nl.po:
16770         * po/or.po:
16771         * po/sq.po:
16772         * po/sr.po:
16773         * po/sv.po:
16774         * po/uk.po:
16775         * po/vi.po:
16776           updates for release
16777
16778 2005-06-09  Andy Wingo  <wingo@pobox.com>
16779
16780         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
16781         
16782 2005-06-09  Andy Wingo  <wingo@pobox.com>
16783
16784         * configure.ac:
16785         * gst-libs/gst/Makefile.am:
16786         * gst-libs/gst/net/Makefile.am:
16787         Add gstnet to build.
16788
16789 2005-06-09  Andy Wingo  <wingo@pobox.com>
16790
16791         * gst-libs/gst/gconf/gconf.c:
16792         * gst/playback/test.c:
16793         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
16794         fixes.
16795
16796         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
16797
16798         * ext/theora/theoraenc.c (theora_enc_chain): 
16799         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
16800
16801         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
16802         RealPad.
16803
16804 2005-06-02  Wim Taymans  <wim@fluendo.com>
16805
16806         * gst-libs/gst/net/Makefile.am:
16807         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
16808         * pkgconfig/gstreamer-libs.pc.in:
16809         Added net stuff, version net lib.
16810
16811 2005-06-02  Wim Taymans  <wim@fluendo.com>
16812
16813         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
16814         (query_rates), (query_positions_elems), (query_positions_pads),
16815         (do_seek):
16816         Updated seek example.
16817
16818 2005-06-02  Andy Wingo  <wingo@pobox.com>
16819
16820         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
16821         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
16822         list.
16823
16824         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
16825         remove the typefind, the bin dispose will do it for us. When it's
16826         removed and unreffed, the signal handler will be disconnected,
16827         too.
16828         (unlinked): It's too difficult to disconnect from unlinked
16829         handlers, as they are on pads not elements. Just punt if the pads
16830         aren't grandkids of the bin.
16831
16832 2005-06-02  Wim Taymans  <wim@fluendo.com>
16833
16834         * ext/ogg/README:
16835         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
16836         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
16837         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
16838         * ext/theora/theoradec.c: (theora_dec_src_query),
16839         (theora_handle_data_packet):
16840         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
16841         (theora_enc_chain):
16842         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
16843         (vorbis_handle_data_packet):
16844         * gst/audioconvert/bufferframesconvert.c:
16845         (buffer_frames_convert_chain):
16846         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16847         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
16848         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
16849         (gst_ffmpegcsp_chain):
16850         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
16851         (gst_videorate_getcaps), (gst_videorate_setcaps),
16852         (gst_videorate_event), (gst_videorate_chain):
16853         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
16854         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
16855         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
16856         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
16857         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
16858         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
16859         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
16860         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
16861         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
16862         Cleanups and buffer alloc.
16863
16864 2005-05-31  Wim Taymans  <wim@fluendo.com>
16865
16866         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
16867         Don't try to call the delay method when the device is not
16868         opened.
16869
16870 2005-05-31  Wim Taymans  <wim@fluendo.com>
16871
16872         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
16873         Get actual segment size and buffer size after opening
16874         the device.
16875
16876 2005-05-30  Wim Taymans  <wim@fluendo.com>
16877
16878         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
16879         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
16880         Also FLUSH upstream, makes the loop function exit faster.
16881         
16882         * ext/theora/theoradec.c: (theora_dec_src_query):
16883         Some more debug info in the query.
16884         
16885         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
16886         (gst_ximagesink_setcaps):
16887         Release lock on par error, better error reporting.
16888
16889 2005-05-26  Wim Taymans  <wim@fluendo.com>
16890
16891         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
16892         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
16893         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
16894         Clear chains in READY
16895         Queue packets until the chain is activated.
16896
16897 2005-05-25  Wim Taymans  <wim@fluendo.com>
16898
16899         * gst-libs/gst/audio/gstaudiosink.c:
16900         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
16901         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
16902         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
16903         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
16904         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
16905         (gst_audiosink_create_ringbuffer):
16906         * gst-libs/gst/audio/gstbaseaudiosink.c:
16907         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
16908         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
16909         (gst_baseaudiosink_set_property), (build_linear_format),
16910         (debug_spec_caps), (debug_spec_buffer),
16911         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
16912         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
16913         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
16914         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
16915         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
16916         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
16917         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
16918         (gst_ringbuffer_play), (gst_ringbuffer_pause),
16919         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
16920         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
16921         (wait_segment), (gst_ringbuffer_commit),
16922         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
16923         (gst_ringbuffer_clear):
16924         Various small cleanups.
16925
16926         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
16927         (gst_audio_convert_change_state):
16928         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
16929         No need to take the locks anymore.
16930
16931 2005-05-25  Wim Taymans  <wim@fluendo.com>
16932
16933         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
16934         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
16935         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
16936         (type_found):
16937         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
16938         (group_destroy), (group_commit), (queue_overrun),
16939         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
16940         (mute_stream), (new_decoded_pad), (setup_substreams),
16941         (setup_source), (mute_group_type), (set_active_source),
16942         (gst_play_base_bin_change_state):
16943         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
16944         (gen_video_element), (gen_text_element), (gen_audio_element),
16945         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
16946         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
16947         (gst_stream_info_dispose), (gst_stream_info_set_mute):
16948         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
16949         Some playbin cleanups mostly refcounting sloppyness.
16950
16951 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16952
16953         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
16954           Work with streaming input.
16955
16956 2005-05-25  Wim Taymans  <wim@fluendo.com>
16957
16958         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16959         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
16960         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
16961         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
16962         No need to take the STREAM lock anymore.
16963
16964 2005-05-25  Wim Taymans  <wim@fluendo.com>
16965
16966         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
16967         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
16968         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
16969         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
16970         (gst_ogg_demux_sink_activate):
16971         * ext/theora/theoradec.c: (theora_dec_src_event),
16972         (theora_handle_comment_packet), (theora_dec_chain),
16973         (theora_dec_change_state):
16974         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
16975         (vorbis_handle_data_packet), (vorbis_dec_chain),
16976         (vorbis_dec_change_state):
16977         Remove STREAM locks as they are taken in core now.
16978         Never set bogus granulepos on vorbis/theora.
16979         Fix leaks in theoradec tag parsing.
16980
16981 2005-05-25  Wim Taymans  <wim@fluendo.com>
16982
16983         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
16984         Fix memleaks, GST_BUFFER_DATA() is not freed.
16985
16986 2005-05-25  Wim Taymans  <wim@fluendo.com>
16987
16988         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
16989         Open non-blocking, set to blocking mode afterwards to avoid
16990         lockups when audio device is busy.
16991
16992 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16993
16994         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
16995           This can't be good.
16996
16997 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16998
16999         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
17000         (gst_audio_convert_chain), (gst_audio_convert_link_src),
17001         (gst_audio_convert_setcaps):
17002           Implement instant setup switching.
17003
17004 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17005
17006         * gst/playback/gstplaybasebin.c: (probe_triggered):
17007           Fix missing unlock.
17008         * gst/playback/gstplaybin.c: (add_sink):
17009           First add, then link (otherwise pad link fails).
17010
17011 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17012
17013         * examples/Makefile.am:
17014         fix buildbot (make distcheck)
17015
17016 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17017
17018         * gst/playback/gstplaybin.c: (gen_vis_element):
17019           Remove some wrong code. Doesn't work yet.
17020
17021 2005-05-19  Wim Taymans  <wim@fluendo.com>
17022
17023         * gst-libs/gst/net/Makefile.am:
17024         * gst-libs/gst/net/README:
17025         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
17026         (gst_netbuffer_class_init), (gst_netbuffer_init),
17027         (gst_netbuffer_finalize), (gst_netbuffer_copy),
17028         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
17029         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
17030         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
17031         * gst-libs/gst/net/gstnetbuffer.h:
17032         Added buffer subclass to store extra to/from addresses for
17033         network sources/sinks.
17034
17035 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17036
17037         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
17038           Don't lock an unassigned variable.
17039
17040 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17041
17042         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
17043           Increase buffer for video, decrease buffer for other media types.
17044         * gst/playback/gstplaybin.c: (gen_video_element),
17045         (gen_audio_element):
17046           Change names for debugging purposes.
17047
17048 2005-05-18  Wim Taymans  <wim@fluendo.com>
17049
17050         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17051         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
17052         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
17053         (gst_ffmpegcsp_chain):
17054         Enable buffer alloc passthrough if the source and dest
17055         formats are the same.
17056
17057 2005-05-17  Wim Taymans  <wim@fluendo.com>
17058
17059         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
17060         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
17061         (gst_ogg_demux_chain_unlocked):
17062         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
17063         (gst_audio_convert_caps_remove_format_info),
17064         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
17065         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
17066         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17067         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
17068         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
17069         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
17070         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
17071         (gst_ffmpegcsp_get_property):
17072         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
17073         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
17074         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
17075         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
17076         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
17077         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
17078         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
17079         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
17080         Leak fixes in oggdemux.
17081         Some cleanups in audioconvert.
17082         Make passthrough work along with buffer_alloc etc.
17083         Make buffer_alloc and buffer recycling actually work in
17084         xvimagesink.
17085
17086 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17087
17088         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
17089           make the compiler happy
17090
17091 2005-05-17  Wim Taymans  <wim@fluendo.com>
17092
17093         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
17094         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
17095         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
17096         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
17097         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
17098         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
17099         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
17100         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
17101         (gst_xvimagesink_set_xwindow_id):
17102         * sys/xvimage/xvimagesink.h:
17103         Port xvimagesink to new MiniObject.
17104
17105 2005-05-17  Wim Taymans  <wim@fluendo.com>
17106
17107         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
17108         (gst_audiofilter_chain):
17109         * gst-libs/gst/audio/gstaudiosink.c:
17110         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
17111         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
17112         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
17113         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
17114         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
17115         (gst_audiosink_create_ringbuffer):
17116         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
17117         (gst_audio_convert_caps_remove_format_info),
17118         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
17119         (gst_audio_convert_fixate), (gst_audio_convert_channels):
17120         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17121         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
17122         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
17123         Fix passthrough in ffmpegcolorspace.
17124         Fix memset in audiosink on wrong memory.
17125
17126 2005-05-16  David Schleef  <ds@schleef.org>
17127
17128         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
17129         to GstMiniObject.
17130
17131 2005-05-16  David Schleef  <ds@schleef.org>
17132
17133         Port from GstData to GstMiniObject.
17134         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
17135         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
17136         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
17137         (gst_ogg_mux_collected):
17138         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
17139         * ext/theora/theoradec.c: (theora_handle_comment_packet),
17140         (theora_handle_data_packet):
17141         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
17142         (theora_set_header_on_caps), (theora_enc_chain):
17143         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
17144         (vorbis_handle_comment_packet):
17145         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
17146         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
17147         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
17148         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
17149         * gst/audioconvert/gstaudioconvert.c:
17150         (gst_audio_convert_get_buffer):
17151         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
17152         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
17153         (mute_stream), (silence_stream):
17154         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
17155         * gst/volume/gstvolume.c: (volume_transform):
17156         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
17157         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
17158         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
17159         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
17160         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
17161         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
17162         (gst_ximagesink_buffer_alloc):
17163         * sys/ximage/ximagesink.h:
17164
17165 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17166
17167         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17168         (fill_buffer), (check_queue), (queue_threshold_reached),
17169         (queue_out_of_data):
17170         * gst/playback/gstplaybasebin.h:
17171           Post buffer-fullness on the bus.
17172
17173 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17174
17175         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
17176         (try_to_link_1):
17177         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17178         (group_commit), (probe_triggered), (setup_source),
17179         (gst_play_base_bin_change_state):
17180         * gst/playback/gstplaybasebin.h:
17181         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
17182         (gst_play_bin_init), (remove_sinks), (setup_sinks),
17183         (gst_play_bin_change_state):
17184           Move setup_output_pads into a virtual function, remove
17185           group-switch (no longer needed) and redirect (handled by bus
17186           now) signals.
17187
17188 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17189
17190         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
17191         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
17192         (get_active_group), (get_building_group), (group_destroy),
17193         (group_commit), (check_queue), (queue_overrun),
17194         (queue_threshold_reached), (queue_out_of_data),
17195         (gen_preroll_element), (remove_groups), (unknown_type),
17196         (add_element_stream), (no_more_pads), (probe_triggered),
17197         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
17198         (setup_substreams), (setup_source), (finish_source),
17199         (prepare_output), (muted_group_change_state),
17200         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
17201         (gst_play_base_bin_change_state):
17202         * gst/playback/gstplaybasebin.h:
17203         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
17204         (gst_play_bin_init), (gst_play_bin_set_property),
17205         (gen_video_element), (gen_text_element), (gen_audio_element),
17206         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
17207         (gst_play_bin_change_state):
17208         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
17209         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
17210         (stream_info_change_state), (gst_stream_info_set_mute),
17211         (gst_stream_info_get_property):
17212         * gst/playback/gststreaminfo.h:
17213         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
17214         (gst_stream_selector_get_linked_pad),
17215         (gst_stream_selector_getcaps),
17216         (gst_stream_selector_get_linked_pads),
17217         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
17218         * gst/playback/gststreamselector.h:
17219           Rough port of playbin. Needs some more work, but is mostly done,
17220           and uses a few locks in important places, which should make stuff
17221           like chain-switches clean. Still uses GST_STATE() in a few places,
17222           which isn't all that good an idea, subtitles/elements disabled
17223           because no elements to test with and thus probably broken, query
17224           and event handling moved to GstBin, internal thread removed
17225           alltogether because the pipeline does that for us now. Can play
17226           Ogg/Vorbis files. Haven't tested anything else yet.
17227
17228 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17229
17230         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
17231           Do no-more-pads (needed for autoplugging).
17232
17233 2005-05-10  Andy Wingo  <wingo@pobox.com>
17234
17235         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
17236         message to the bus with the tags. Still not sent downstream tho.
17237
17238         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
17239         get_parent.
17240         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
17241         avoid refcounting hassles.
17242
17243 2005-05-09  Andy Wingo  <wingo@pobox.com>
17244
17245         * gst/volume/Makefile.am:
17246         * gst/volume/demo.c
17247         * gst/volume/gstvolume.h
17248         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
17249         basetransform. Probably need an audio filter base class.
17250
17251 2005-05-09  Wim Taymans  <wim@fluendo.com>
17252
17253         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
17254         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
17255         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
17256         (gst_vorbisenc_chain):
17257         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
17258         (gst_audio_convert_caps_remove_format_info),
17259         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
17260         (gst_audio_convert_fixate), (gst_audio_convert_channels):
17261         Make caps writable before writing to it.
17262         Fix negotiation in audioconvert some more.
17263
17264 2005-05-09  Wim Taymans  <wim@fluendo.com>
17265
17266         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
17267         (gst_videorate_getcaps), (gst_videorate_setcaps),
17268         (gst_videorate_event), (gst_videorate_chain):
17269         Better negotiation.
17270
17271 2005-05-09  Wim Taymans  <wim@fluendo.com>
17272
17273         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
17274         (gst_videorate_getcaps), (gst_videorate_setcaps),
17275         (gst_videorate_blank_data), (gst_videorate_init),
17276         (gst_videorate_event), (gst_videorate_chain),
17277         (gst_videorate_change_state):
17278         Port videorate, do a better job at negotiation while we're at
17279         it.
17280
17281 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
17282
17283         * configure.ac:
17284           Disable libvisual
17285
17286         * examples/Makefile.am:
17287         * gst-libs/gst/audio/Makefile.am:
17288         * gst-libs/gst/riff/Makefile.am:
17289         * gst-libs/gst/tag/Makefile.am:
17290         * gst-libs/gst/video/Makefile.am:
17291           Fixups for missing variables.
17292
17293 2005-05-09  Wim Taymans  <wim@fluendo.com>
17294
17295         * examples/seeking/seek.c: (make_theora_pipeline),
17296         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
17297         (query_rates), (query_positions_elems), (query_positions_pads),
17298         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
17299         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
17300         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
17301         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
17302         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
17303         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
17304         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
17305         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
17306         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
17307         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
17308         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
17309         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
17310         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
17311         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
17312         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
17313         (theora_dec_src_convert), (theora_dec_sink_convert),
17314         (theora_dec_src_query), (theora_dec_sink_query),
17315         (theora_dec_src_event), (theora_dec_sink_event),
17316         (theora_handle_comment_packet), (theora_handle_type_packet),
17317         (theora_handle_header_packet), (theora_handle_data_packet),
17318         (theora_dec_chain):
17319         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
17320         (vorbis_dec_convert), (vorbis_dec_src_query),
17321         (vorbis_dec_sink_query), (vorbis_dec_src_event),
17322         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
17323         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
17324         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
17325         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
17326         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
17327         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
17328         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
17329         (gst_play_bin_query):
17330         * gst/playback/test3.c: (update_scale):
17331         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
17332         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
17333         * gst/subparse/gstsubparse.c: (gst_subparse_init):
17334         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
17335         (gst_videotestsrc_src_query):
17336         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
17337         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
17338         (paint_hline_YUV9):
17339         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
17340         Port to new query API.
17341         Updated seek.
17342         Cleanups in x[v]imagesink
17343
17344 2005-05-09  Andy Wingo  <wingo@pobox.com>
17345
17346         * ext/alsa/gstalsasink.h:
17347         * ext/gnomevfs/gstgnomevfssrc.c:
17348         (gst_gnomevfssrc_get_icy_metadata):
17349         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
17350         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
17351         * ext/theora/theoradec.c (theora_dec_src_query)
17352         (theora_dec_src_event, theora_dec_sink_event)
17353         (theora_handle_comment_packet, theora_handle_data_packet):
17354         * ext/theora/theoraenc.c (theora_enc_chain):
17355         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
17356         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
17357         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
17358         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
17359         (qt_type_find):
17360         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
17361         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
17362         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
17363         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
17364         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
17365         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
17366         (paint_setup_xBGR8888, paint_setup_RGBx8888)
17367         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
17368         (paint_setup_RGB565, paint_setup_xRGB1555):
17369         * gst/videotestsrc/videotestsrc.h:
17370         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
17371         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
17372         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
17373         GCC4 fixes.
17374         
17375         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
17376         gst_pad_query_position. Fixes oggdemux.
17377
17378 2005-05-08  David Schleef  <ds@schleef.org>
17379
17380         * configure.ac: Require liboil.
17381         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
17382         a few more.
17383         * gst/videotestsrc/videotestsrc.c:
17384         * gst/videotestsrc/videotestsrc.h:
17385
17386 2005-05-06  Wim Taymans  <wim@fluendo.com>
17387
17388         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17389         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
17390         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
17391         Well, unreffing a buffer right before pushing it is asking
17392         for trouble..
17393
17394 2005-05-06  Christian Schaller  <uraeus@gnome.org>
17395
17396         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
17397
17398 2005-05-06  Wim Taymans  <wim@fluendo.com>
17399
17400         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
17401         (gst_audio_convert_caps_remove_format_info),
17402         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
17403         (gst_audio_convert_fixate), (gst_audio_convert_channels):
17404         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17405         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
17406         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
17407         * gst/sine/Makefile.am:
17408         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
17409         (gst_sinesrc_class_init), (gst_sinesrc_init),
17410         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
17411         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
17412         (gst_sinesrc_update_freq):
17413         * gst/sine/gstsinesrc.h:
17414         * gst/tcp/gstmultifdsink.c:
17415         * sys/xvimage/xvimagesink.c:
17416         Fixed negotiation wrt _peer_get_caps()
17417         Some cleanups.
17418
17419
17420 2005-05-06  Wim Taymans  <wim@fluendo.com>
17421
17422         * gst-libs/gst/audio/gstaudiosink.c:
17423         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
17424         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
17425         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
17426         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
17427         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
17428         (gst_audiosink_create_ringbuffer):
17429         * gst-libs/gst/audio/gstbaseaudiosink.c:
17430         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
17431         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
17432         (gst_baseaudiosink_set_property), (build_linear_format),
17433         (debug_spec_caps), (debug_spec_buffer),
17434         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
17435         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
17436         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
17437         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
17438         * gst-libs/gst/audio/gstbaseaudiosink.h:
17439         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
17440         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
17441         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
17442         (gst_ringbuffer_play), (gst_ringbuffer_pause),
17443         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
17444         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
17445         (wait_segment), (gst_ringbuffer_commit),
17446         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
17447         (gst_ringbuffer_clear):
17448         * gst-libs/gst/audio/gstringbuffer.h:
17449         Make the base audiosink return an error when there is no
17450         audiobuffer negotiated.
17451
17452 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17453
17454         * ext/Makefile.am:
17455         Disable cdparanoia until someone ports it!
17456
17457 2005-05-06  Wim Taymans  <wim@fluendo.com>
17458
17459         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
17460         (gst_ogg_demux_sink_activate):
17461         And revert after wingo's revert.. sigh..
17462
17463 2005-05-05  Andy Wingo  <wingo@pobox.com>
17464
17465         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
17466         GObject.
17467         * configure.ac: Return audiorate and subparse from the ghetto.
17468         Re-enable -Wall -Werror.
17469         * gst/subparse/gstsubparse.c:
17470         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
17471         or chain-based. Cleaned up a bit. Not tested.
17472         
17473 2005-05-05  Christian Schaller <christian@fluendo.com> 
17474
17475         * Makefile.am: remove stuff that is not building
17476         * configure.ac: remove stuff that is not building
17477         * examples/Makefile.am: remove stuff that is not building
17478         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
17479         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
17480         * sys/Makefile.am: remove stuff that is not building
17481         * testsuite/Makefile.am: remove stuff that is not building
17482
17483 2005-05-05  Andy Wingo  <wingo@pobox.com>
17484
17485         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
17486         * gst-libs/gst/tag/gstvorbistag.c:
17487         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
17488         * gst/adder/gstadder.h:
17489         * gst/audioconvert/gstchannelmix.c:
17490         (gst_audio_convert_fill_one_other):
17491         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
17492         (gst_audiorate_init), (gst_audiorate_chain):
17493         * gst/playback/gstplaybasebin.c: (setup_source):
17494         * gst/playback/test3.c: (update_scale):
17495         Some GCC4 fixes
17496         
17497         * po/af.po:
17498         * po/az.po:
17499         * po/cs.po:
17500         * po/en_GB.po:
17501         * po/hu.po:
17502         * po/it.po:
17503         * po/nb.po:
17504         * po/nl.po:
17505         * po/or.po:
17506         * po/sq.po:
17507         * po/sr.po:
17508         * po/sv.po:
17509         * po/uk.po:
17510         * po/vi.po: Foo
17511
17512 2005-05-05  Wim Taymans  <wim@fluendo.com>
17513
17514         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
17515         (gst_audio_convert_caps_remove_format_info),
17516         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
17517         (gst_audio_convert_change_state), (gst_audio_convert_channels):
17518         * gst/videotestsrc/gstvideotestsrc.c:
17519         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
17520         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
17521         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
17522         (gst_videotestsrc_init), (gst_videotestsrc_loop):
17523         Don't ignore _push() return values.
17524         Make sure no processing is done when shutting down.
17525         Videotestsrc pad activation fix.
17526
17527 2005-05-05  Wim Taymans  <wim@fluendo.com>
17528
17529         * gst/adder/Makefile.am:
17530         * gst/adder/gstadder.c: (gst_adder_setcaps),
17531         (gst_adder_class_init), (gst_adder_init),
17532         (gst_adder_request_new_pad), (gst_adder_collected),
17533         (gst_adder_change_state):
17534         * gst/adder/gstadder.h:
17535         Ported adder as an example of a mixer element using
17536         collect pads. Needs more negotiation work.
17537
17538 2005-05-05  Wim Taymans  <wim@fluendo.com>
17539
17540         * ext/theora/theoradec.c: (_inc_granulepos),
17541         (theora_dec_src_event), (theora_dec_sink_event),
17542         (theora_handle_comment_packet), (theora_handle_type_packet),
17543         (theora_handle_header_packet), (theora_handle_data_packet),
17544         (theora_dec_chain):
17545         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17546         (gst_theora_enc_init), (theora_enc_sink_setcaps),
17547         (theora_push_buffer), (theora_push_packet),
17548         (theora_enc_sink_event), (theora_enc_chain),
17549         (theora_enc_change_state), (theora_enc_set_property),
17550         (theora_enc_get_property):
17551         Added stream lock to decoder so that we can serialize
17552         the discont event.
17553         More theoraenc porting, recover from errors, do clean
17554         shutdown.
17555
17556 2005-05-05  Wim Taymans  <wim@fluendo.com>
17557
17558         * ext/ogg/Makefile.am:
17559         * ext/ogg/README:
17560         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
17561         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
17562         (gst_ogg_print):
17563         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
17564         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
17565         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
17566         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
17567         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
17568         (gst_ogg_mux_change_state):
17569         Ported ogg muxer.
17570
17571 2005-05-05  Wim Taymans  <wim@fluendo.com>
17572
17573         * docs/design-audiosinks.txt:
17574         * gst-libs/gst/audio/TODO:
17575         * gst-libs/gst/audio/gstaudiosink.c:
17576         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
17577         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
17578         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
17579         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
17580         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
17581         (gst_audiosink_create_ringbuffer):
17582         * gst-libs/gst/audio/gstbaseaudiosink.c:
17583         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
17584         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
17585         (gst_baseaudiosink_set_property), (build_linear_format),
17586         (debug_spec_caps), (debug_spec_buffer),
17587         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
17588         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
17589         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
17590         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
17591         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
17592         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
17593         (gst_ringbuffer_release), (gst_ringbuffer_play),
17594         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
17595         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
17596         (gst_ringbuffer_set_sample), (wait_segment),
17597         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
17598         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
17599         More work on the audiosink, mostly debugging and a race in
17600         shutdown.
17601
17602 2005-04-28  Wim Taymans  <wim@fluendo.com>
17603
17604         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
17605         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
17606         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
17607         (vorbis_dec_src_query), (vorbis_dec_src_event),
17608         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
17609         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
17610         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
17611         Don't crap out when seeking back to position 0.
17612
17613 2005-04-28  Wim Taymans  <wim@fluendo.com>
17614
17615         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
17616         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
17617         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
17618         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
17619         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
17620         Make audio sink configurable, use alsasink as default.
17621
17622 2005-04-28  Wim Taymans  <wim@fluendo.com>
17623
17624         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
17625         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
17626         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
17627         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
17628         (vorbis_dec_change_state):
17629         * ext/vorbis/vorbisdec.h:
17630         Refactor, use STREAM_LOCK.
17631
17632 2005-04-28  Wim Taymans  <wim@fluendo.com>
17633
17634         * ext/theora/theoradec.c: (_inc_granulepos),
17635         (theora_dec_sink_event), (theora_handle_comment_packet),
17636         (theora_handle_type_packet), (theora_handle_header_packet),
17637         (theora_handle_data_packet), (theora_dec_chain),
17638         (theora_dec_change_state):
17639         Refactor a bit, use STREAM_LOCK.
17640
17641 2005-04-28  Wim Taymans  <wim@fluendo.com>
17642
17643         * ext/alsa/Makefile.am:
17644         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
17645         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
17646         (gst_alsa_link), (gst_alsa_close_audio):
17647         * ext/alsa/gstalsaplugin.c: (plugin_init):
17648         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
17649         (gst_alsasink_dispose), (gst_alsasink_base_init),
17650         (gst_alsasink_class_init), (gst_alsasink_init),
17651         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
17652         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
17653         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
17654         (gst_alsasink_reset):
17655         * ext/alsa/gstalsasink.h:
17656         Implement alsasink with simple open/write/close API. 
17657         Make alsa dir build by disabling compilation of code.
17658
17659 2005-04-28  Wim Taymans  <wim@fluendo.com>
17660
17661         * gst-libs/gst/audio/Makefile.am:
17662         * gst-libs/gst/audio/audio.h:
17663         * gst-libs/gst/audio/audioclock.c:
17664         * gst-libs/gst/audio/audioclock.h:
17665         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
17666         (gst_audio_clock_class_init), (gst_audio_clock_init),
17667         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
17668         * gst-libs/gst/audio/gstaudioclock.h:
17669         * gst-libs/gst/audio/gstaudiosink.c:
17670         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
17671         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
17672         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
17673         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
17674         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
17675         (gst_audiosink_create_ringbuffer):
17676         * gst-libs/gst/audio/gstbaseaudiosink.c:
17677         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
17678         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
17679         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
17680         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
17681         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
17682         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
17683         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
17684         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
17685         * gst-libs/gst/audio/gstbaseaudiosink.h:
17686         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
17687         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
17688         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
17689         (gst_ringbuffer_release), (gst_ringbuffer_play),
17690         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
17691         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
17692         (gst_ringbuffer_set_sample), (wait_segment),
17693         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
17694         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
17695         * gst-libs/gst/audio/gstringbuffer.h:
17696         Make ringbuffer faster and more simple by removing the locks
17697         in the playback thread.
17698         Add sample accurate playback based on buffer sample offsets.
17699         Make the baseaudiosink provide a clock.
17700         Parse caps in the base class.
17701         Correctly handle seeking, flushing and state changes.
17702
17703 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17704
17705         * configure.ac:
17706         * gst/audioconvert/Makefile.am:
17707         * gst/audioscale/Makefile.am:
17708           Fix part of the build.  Come on guys, autogen didn't even work :)
17709
17710 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17711
17712         * configure.ac:
17713         * gst-libs/gst/Makefile.am:
17714         * gst-libs/gst/media-info/.cvsignore:
17715         * gst-libs/gst/media-info/Makefile.am:
17716         * gst-libs/gst/media-info/README:
17717         * gst-libs/gst/media-info/media-info-priv.c:
17718         * gst-libs/gst/media-info/media-info-priv.h:
17719         * gst-libs/gst/media-info/media-info-test.c:
17720         * gst-libs/gst/media-info/media-info.c:
17721         * gst-libs/gst/media-info/media-info.h:
17722         * gst-libs/gst/media-info/media-info.vcproj:
17723         * pkgconfig/Makefile.am:
17724         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
17725         * pkgconfig/gstreamer-media-info.pc.in:
17726           Remove media-info, which is also successed by playbin (see Totem
17727           implementation).
17728
17729 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17730
17731         * configure.ac:
17732         * examples/Makefile.am:
17733         * examples/gstplay/.cvsignore:
17734         * examples/gstplay/Makefile.am:
17735         * examples/gstplay/player.c:
17736         * gst-libs/gst/Makefile.am:
17737         * gst-libs/gst/play/.cvsignore:
17738         * gst-libs/gst/play/Makefile.am:
17739         * gst-libs/gst/play/play.c:
17740         * gst-libs/gst/play/play.h:
17741         * gst-libs/gst/play/play.vcproj:
17742         * pkgconfig/Makefile.am:
17743         * pkgconfig/gstreamer-play-uninstalled.pc.in:
17744         * pkgconfig/gstreamer-play.pc.in:
17745           Remove libgstplay, playbin is now the official successor.
17746
17747 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17748
17749         * configure.ac:
17750         * gst-libs/gst/Makefile.am:
17751         * gst-libs/gst/xwindowlistener/Makefile.am:
17752         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
17753         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
17754           Remove deprecated xwindowlistener (I've moved xwindowlistening
17755           in the v4l/v4l2 plugins over to serverside).
17756
17757 2005-04-25  David Schleef  <ds@schleef.org>
17758
17759         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
17760         to examples/dynparams.  Examples do not belong interspersed with
17761         source code.
17762         * examples/dynparams/demo-dparams.c:
17763         * gst/sine/Makefile.am:
17764         * gst/sine/demo-dparams.c:
17765
17766 2005-04-25  David Schleef  <ds@schleef.org>
17767
17768         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
17769         * gst-libs/gst/audio/Makefile.am:
17770         * gst-libs/gst/riff/Makefile.am:
17771         * gst-libs/gst/tag/Makefile.am:
17772         * gst-libs/gst/video/Makefile.am:
17773         * gst-libs/gst/xwindowlistener/Makefile.am:
17774
17775         Convert to 0.9 API, seems to work:
17776         * sys/ximage/Makefile.am:
17777         * sys/ximage/ximagesink.c:
17778
17779 2005-04-24  David Schleef  <ds@schleef.org>
17780
17781         Link plugins against libraries:
17782         * ext/alsa/Makefile.am:
17783         * gst/tcp/Makefile.am:
17784
17785         Remove asm code that should be in liboil
17786         * gst/videoscale/Makefile.am:
17787         * gst/videoscale/videoscale_x86_asm.s:
17788
17789         gettext wants these checked in:
17790         * po/af.po:
17791         * po/az.po:
17792         * po/cs.po:
17793         * po/en_GB.po:
17794         * po/hu.po:
17795         * po/it.po:
17796         * po/nb.po:
17797         * po/nl.po:
17798         * po/or.po:
17799         * po/sq.po:
17800         * po/sr.po:
17801         * po/sv.po:
17802         * po/uk.po:
17803         * po/vi.po:
17804
17805 2005-04-24  David Schleef  <ds@schleef.org>
17806
17807         Convert gst_main() to g_main_loop_run()
17808         * gst/playback/decodetest.c: (main):
17809         * gst/playback/test2.c: (main):
17810         * gst/playback/test3.c: (main):
17811         * gst/playback/test4.c: (main):
17812
17813         Link plugins against libraries:
17814         * ext/libvisual/Makefile.am:
17815         * sys/xvimage/Makefile.am:
17816
17817 2005-04-24  David Schleef  <ds@schleef.org>
17818
17819         * configure.ac: Remove idct and resample libs
17820         * gst-libs/gst/Makefile.am: same
17821
17822         Remove usage of gst_library_load():
17823         * ext/alsa/gstalsaplugin.c: (plugin_init):
17824         * ext/libvisual/visual.c: (plugin_init):
17825         * ext/ogg/gstogg.c: (plugin_init):
17826         * ext/theora/theora.c: (plugin_init):
17827         * ext/vorbis/vorbis.c: (plugin_init):
17828         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
17829         * gst/audioscale/gstaudioscale.c:
17830         * gst/adder/gstadder.c: (plugin_init):
17831         * gst/audioconvert/plugin.c: (plugin_init):
17832         * sys/ximage/ximagesink.c: (plugin_init):
17833         * sys/xvimage/xvimagesink.c: (plugin_init):
17834         * gst/tcp/gsttcpplugin.c: (plugin_init):
17835
17836         Link plugins against libraries:
17837         * ext/ogg/Makefile.am:
17838         * ext/theora/Makefile.am:
17839         * ext/vorbis/Makefile.am:
17840         * gst/audioconvert/Makefile.am:
17841
17842         Create proper libraries:
17843         * gst-libs/gst/riff/Makefile.am:
17844         * gst-libs/gst/audio/Makefile.am:
17845         * gst-libs/gst/video/Makefile.am:
17846
17847         Move resample library to audioscale plugin directory:
17848         * gst-libs/gst/resample/Makefile.am:
17849         * gst-libs/gst/resample/README:
17850         * gst-libs/gst/resample/dtof.c:
17851         * gst-libs/gst/resample/dtos.c:
17852         * gst-libs/gst/resample/functable.c:
17853         * gst-libs/gst/resample/private.h:
17854         * gst-libs/gst/resample/resample.c:
17855         * gst-libs/gst/resample/resample.h:
17856         * gst-libs/gst/resample/resample.vcproj:
17857         * gst-libs/gst/resample/test.c:
17858         * gst/audioscale/Makefile.am:
17859         * gst/audioscale/README:
17860         * gst/audioscale/dtof.c:
17861         * gst/audioscale/dtos.c:
17862         * gst/audioscale/functable.c:
17863         * gst/audioscale/private.h:
17864         * gst/audioscale/resample.c:
17865         * gst/audioscale/resample.h:
17866         * gst/audioscale/test.c:
17867
17868         Move tagedit library to gst-libs:
17869         * gst-libs/gst/tag/Makefile.am:
17870         * gst-libs/gst/tag/gstid3tag.c:
17871         * gst-libs/gst/tag/gsttagediting.c:
17872         * gst-libs/gst/tag/gsttageditingprivate.h:
17873         * gst-libs/gst/tag/gstvorbistag.c:
17874         * gst/tags/Makefile.am:
17875         * gst/tags/gstid3tag.c:
17876         * gst/tags/gstvorbistag.c:
17877
17878         Fix for core changes:
17879         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
17880         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
17881         (gst_sinesrc_getrange):
17882
17883 2005-04-23  David Schleef  <ds@schleef.org>
17884
17885         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
17886         in gst-plugins in a long time, and properly belongs in liboil.
17887         * gst-libs/gst/idct/Makefile.am:
17888         * gst-libs/gst/idct/README:
17889         * gst-libs/gst/idct/dct.h:
17890         * gst-libs/gst/idct/doieee:
17891         * gst-libs/gst/idct/fastintidct.c:
17892         * gst-libs/gst/idct/floatidct.c:
17893         * gst-libs/gst/idct/idct.c:
17894         * gst-libs/gst/idct/idct.h:
17895         * gst-libs/gst/idct/idtc.vcproj:
17896         * gst-libs/gst/idct/ieeetest.c:
17897         * gst-libs/gst/idct/intidct.c:
17898
17899 2005-04-20  Wim Taymans  <wim@fluendo.com>
17900
17901         * docs/design-audiosinks.txt:
17902         * gst-libs/gst/audio/Makefile.am:
17903         * gst-libs/gst/audio/TODO:
17904         * gst-libs/gst/audio/gstaudiosink.c:
17905         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
17906         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
17907         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
17908         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
17909         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
17910         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
17911         (gst_audiosink_class_init), (gst_audiosink_init),
17912         (gst_audiosink_create_ringbuffer):
17913         * gst-libs/gst/audio/gstaudiosink.h:
17914         * gst-libs/gst/audio/gstbaseaudiosink.c:
17915         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
17916         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
17917         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
17918         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
17919         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
17920         (gst_baseaudiosink_create_ringbuffer),
17921         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
17922         * gst-libs/gst/audio/gstbaseaudiosink.h:
17923         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
17924         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
17925         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
17926         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
17927         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
17928         (gst_ringbuffer_play), (gst_ringbuffer_pause),
17929         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
17930         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
17931         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
17932         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
17933         * gst-libs/gst/audio/gstringbuffer.h:
17934         An attempt at a set of audio base classes together with some
17935         design docs.
17936
17937 2005-04-20  Wim Taymans  <wim@fluendo.com>
17938
17939         * gst/audioconvert/Makefile.am:
17940         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
17941         (gst_audio_convert_caps_remove_format_info),
17942         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
17943         (gst_audio_convert_channels):
17944         Link against audio libs.
17945         Fix audio convert plugin.
17946
17947 2005-04-20  Wim Taymans  <wim@fluendo.com>
17948
17949         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
17950         (gst_ogg_demux_sink_activate):
17951         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
17952         (theora_set_header_on_caps), (theora_enc_sink_event),
17953         (theora_enc_chain):
17954         Fix theora encoder.
17955
17956 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17957
17958         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
17959         * gst/playback/gstdecodebin.c: (find_compatibles):
17960           Work with staticpadtemplates in elementfactories.
17961
17962 2005-04-12  Wim Taymans  <wim@fluendo.com>
17963
17964         * gst/playback/README:
17965         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
17966         (compare_ranks), (print_feature), (gst_decode_bin_init),
17967         (dynamic_create), (dynamic_free), (find_compatibles),
17968         (mimetype_is_raw), (close_pad_link), (got_redirect),
17969         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
17970         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
17971         (gst_decode_bin_change_state):
17972         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17973         (gst_play_base_bin_init), (group_destroy), (group_commit),
17974         (check_queue), (queue_overrun), (queue_threshold_reached),
17975         (queue_out_of_data), (gen_preroll_element), (unknown_type),
17976         (new_decoded_pad), (setup_subtitle), (gen_source_element),
17977         (got_redirect), (setup_source), (play_base_eos),
17978         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
17979         (gst_play_base_bin_remove_element):
17980         * gst/playback/gstplaybasebin.h:
17981         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
17982         (gst_play_bin_init), (gst_play_bin_dispose),
17983         (gst_play_bin_set_property), (gen_video_element),
17984         (gen_text_element), (gen_audio_element), (remove_sinks),
17985         (gst_play_bin_send_event):
17986         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
17987         (stream_info_change_state), (gst_stream_info_set_mute):
17988         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
17989         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
17990         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
17991         (gst_stream_selector_chain):
17992         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
17993         (main):
17994         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
17995         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
17996         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
17997         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
17998         Raw and crude port of decodebin. 
17999         Make playbin compile.
18000
18001 2005-04-06  Wim Taymans  <wim@fluendo.com>
18002
18003         * ext/gnomevfs/Makefile.am:
18004         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
18005         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
18006         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
18007         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
18008         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
18009         (gst_gnomevfssrc_stop):
18010         * ext/ogg/Makefile.am:
18011         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
18012         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
18013         * ext/theora/Makefile.am:
18014         * ext/theora/theoradec.c: (_inc_granulepos),
18015         (theora_dec_sink_event), (theora_dec_chain):
18016         * ext/vorbis/Makefile.am:
18017         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
18018         (vorbis_dec_sink_event), (vorbis_dec_chain):
18019         * gst-libs/gst/audio/Makefile.am:
18020         * sys/xvimage/Makefile.am:
18021         Make gnomevfssrc extend the source base class.
18022         Fix linking against libs in various plugins.
18023
18024 2005-04-06  Andy Wingo  <wingo@pobox.com>
18025
18026         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
18027         GST_BASE_LIBS.
18028
18029         * configure.ac: Add check and AC_SUBST for libgstbase.
18030
18031 2005-03-31  Wim Taymans  <wim@fluendo.com>
18032
18033         * examples/seeking/Makefile.am:
18034         * examples/seeking/cdparanoia.c: (main):
18035         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
18036         (play_cb), (pause_cb), (stop_cb), (main):
18037         * examples/seeking/playbin.c:
18038         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
18039         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
18040         (make_sid_pipeline), (make_vorbis_pipeline),
18041         (make_theora_pipeline), (make_vorbis_theora_pipeline),
18042         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
18043         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
18044         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
18045         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
18046         (stop_cb), (main):
18047         * examples/seeking/spider_seek.c:
18048         * examples/seeking/vorbisfile.c:
18049         * ext/gnomevfs/Makefile.am:
18050         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18051         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
18052         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
18053         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
18054         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
18055         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
18056         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
18057         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
18058         * ext/ogg/README:
18059         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
18060         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
18061         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
18062         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
18063         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
18064         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
18065         (gst_ogg_pad_event), (gst_ogg_pad_reset),
18066         (gst_ogg_demux_factory_filter), (compare_ranks),
18067         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
18068         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
18069         (gst_ogg_chain_new), (gst_ogg_chain_free),
18070         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
18071         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
18072         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
18073         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
18074         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
18075         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
18076         (gst_ogg_demux_get_prev_page),
18077         (gst_ogg_demux_deactivate_current_chain),
18078         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
18079         (gst_ogg_demux_bisect_forward_serialno),
18080         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
18081         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
18082         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
18083         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
18084         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
18085         (gst_ogg_demux_change_state), (gst_ogg_print):
18086         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
18087         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
18088         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
18089         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
18090         (gst_ogg_mux_loop):
18091         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
18092         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
18093         (theora_dec_src_convert), (theora_dec_sink_convert),
18094         (theora_dec_src_query), (theora_dec_src_event),
18095         (theora_dec_sink_event), (theora_dec_chain),
18096         (theora_dec_change_state):
18097         * ext/theora/theoraenc.c: (gst_theora_enc_init),
18098         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
18099         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
18100         (theora_enc_change_state):
18101         * ext/vorbis/Makefile.am:
18102         * ext/vorbis/oggvorbisenc.c:
18103         * ext/vorbis/oggvorbisenc.h:
18104         * ext/vorbis/vorbis.c: (plugin_init):
18105         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
18106         (vorbis_dec_src_query), (vorbis_dec_src_event),
18107         (vorbis_dec_sink_event), (vorbis_dec_chain),
18108         (vorbis_dec_change_state):
18109         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
18110         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
18111         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
18112         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
18113         (gst_vorbisenc_change_state):
18114         * ext/vorbis/vorbisenc.h:
18115         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
18116         * gst-libs/gst/audio/audioclock.c:
18117         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
18118         (gst_audiofilter_init), (gst_audiofilter_chain):
18119         * gst-libs/gst/audio/testchannels.c: (main):
18120         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
18121         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
18122         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
18123         (gmip_find_track_streaminfo), (gmip_find_track_format):
18124         * gst-libs/gst/media-info/media-info.c:
18125         (gst_media_info_read_idler):
18126         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
18127         (gst_play_get_all_by_interface):
18128         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
18129         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
18130         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
18131         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
18132         (gst_riff_parse_info):
18133         * gst-libs/gst/riff/riff-read.h:
18134         * gst-libs/gst/riff/riff.c: (plugin_init):
18135         * gst-libs/gst/video/Makefile.am:
18136         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
18137         (gst_videosink_class_init), (gst_videosink_get_type):
18138         * gst-libs/gst/video/videosink.h:
18139         * gst/audioconvert/bufferframesconvert.c:
18140         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
18141         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
18142         * gst/audioconvert/channelmixtest.c: (main):
18143         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
18144         (gst_audio_convert_chain),
18145         (gst_audio_convert_caps_remove_format_info),
18146         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
18147         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
18148         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
18149         (gst_audio_convert_buffer_to_default_format),
18150         (gst_audio_convert_buffer_from_default_format),
18151         (gst_audio_convert_channels):
18152         * gst/audioconvert/gstchannelmix.h:
18153         * gst/ffmpegcolorspace/avcodec.h:
18154         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18155         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
18156         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
18157         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
18158         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
18159         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
18160         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
18161         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
18162         (mpeg_video_type_find), (mpeg_video_stream_type_find),
18163         (dv_type_find):
18164         * gst/videotestsrc/gstvideotestsrc.c:
18165         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
18166         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
18167         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
18168         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
18169         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
18170         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
18171         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
18172         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
18173         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
18174         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
18175         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
18176         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
18177         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
18178         (gst_xvimagesink_navigation_send_event),
18179         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
18180         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
18181         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
18182         * sys/xvimage/xvimagesink.h:
18183         Plugin port to 0.9, ogg/theora playback should work in the seek
18184         example now.
18185         Removed old examples.
18186         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
18187         explained in 0.9 TODO doc.
18188
18189
18190 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18191
18192         * autogen.sh:
18193         * configure.ac:
18194         * ext/Makefile.am:
18195         * gst/Makefile.am:
18196         * po/POTFILES.in:
18197         * po/af.po:
18198         * po/az.po:
18199         * po/cs.po:
18200         * po/en_GB.po:
18201         * po/hu.po:
18202         * po/it.po:
18203         * po/nb.po:
18204         * po/nl.po:
18205         * po/or.po:
18206         * po/sq.po:
18207         * po/sr.po:
18208         * po/sv.po:
18209         * po/uk.po:
18210         * po/vi.po:
18211         * sys/Makefile.am:
18212         * testsuite/Makefile.am:
18213           remove a whole bunch of plugins.  This module now contains a set
18214           of free reference plugins/elements as agreed.
18215
18216 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
18217
18218         * configure.ac:
18219           hunting season on 0.9 is now OPEN
18220
18221 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18222
18223         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
18224           Kick the hell out of gcc for not warning me about a symbol conflict.
18225
18226 2005-02-22  Luca Ognibene  <luogni@tin.it>
18227
18228         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18229
18230         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
18231           Don't leak caps string (fixes #168134)
18232
18233         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
18234         (gst_jpegenc_init), (gst_jpegenc_finalize),
18235         (gst_jpegenc_change_state):
18236           Don't leak line buffers and context struct (fixes #168133).
18237
18238 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
18239
18240         * configure.ac:
18241         * ext/dirac/gstdiracdec.cc:
18242         (gst_diracdec_chain):
18243           Since dirac 0.5.0 the framerate in dirac is expressed as a
18244           rational number. Fix build and up requirement to 0.5.0, and
18245           also pass parameters to gst_diracdec_link in the right order
18246           (fixes #167959).
18247
18248 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
18249
18250         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
18251         * ext/faad/gstfaad.h:
18252         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
18253         certain invalid muxed streams, where some packets will contain 
18254         junk after decoder data. Partially fixes #149158.
18255
18256 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
18257         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
18258           Make sure we only write to writable buffers
18259
18260 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
18261
18262         * gst-libs/gst/riff/riff-media.c:
18263         (gst_riff_create_audio_caps_with_data):
18264           Do actually fix invalid RIFF fmt header values for alaw
18265           and mulaw audio instead of just saying so.
18266
18267         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
18268           Give gst_riff_create_audio_caps_with_data() a chance to
18269           fix up broken format header fields before extracting any
18270           parameters from the header. (fixes #167633)
18271
18272 2005-02-19  Martin Holters  <martin.holters@gmx.de>
18273
18274         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18275
18276         * gst/audioconvert/bufferframesconvert.c:
18277         (buffer_frames_convert_link):
18278           Don't leak othercaps. (fixes #167878)
18279
18280 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
18281
18282         * configure.ac:
18283         * ext/libvisual/visual.c: (gst_visual_srclink),
18284         (gst_visual_change_state):
18285           Support libvisual 0.2.0.
18286
18287 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
18288
18289         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
18290         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
18291           Use same rowstrides for I420 as used everywhere else.
18292
18293 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
18294
18295         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
18296           Declare variables at beginning of block and make gcc-2.95 happy
18297           (fixes # 167482, patch by Gergely Nagy).
18298           
18299         * gst/tcp/gsttcpclientsrc.c:
18300         * gst/tcp/gsttcpclientsrc.h:
18301           Move some includes into the header, so that struct sockaddr_in is
18302           defined when it should be defined on FreeBSD as well (fixes
18303           #167483).
18304           
18305         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
18306           Don't pass uninitialised values to setsockopt() here either.
18307
18308 2005-02-17  Luca Ognibene  <luogni at tin dot it>
18309
18310         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18311
18312         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
18313           Don't pass uninitialised values to setsockopt(). (fixes #167704)
18314
18315 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18316
18317         * gst/playback/gstplaybin.c: (add_sink):
18318           Invert bin_add/link order to workaround deadlock in opt.
18319
18320 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18321
18322         * gst/modplug/gstmodplug.cc:
18323           Add missing break causing position queries to fail.
18324
18325 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18326
18327         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
18328           Granpos can apparently be -1, which screws up calculations...
18329
18330 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
18331
18332         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
18333         (gst_ximagesink_send_pending_navigation),
18334         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
18335         (gst_ximagesink_init):
18336         * sys/ximage/ximagesink.h:
18337         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
18338         (gst_xvimagesink_send_pending_navigation),
18339         (gst_xvimagesink_navigation_send_event),
18340         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
18341         * sys/xvimage/xvimagesink.h:
18342           Use a mutex protected list to marshal navigation
18343           events into the stream thread from whichever thread
18344           sends them.
18345
18346 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
18347
18348         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
18349           Display current position and track length; misc. clean-ups.
18350           
18351         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
18352         (speed_init), (speed_chain):
18353           Add query function, so that the stream length and current position
18354           get adjusted when queried (note that current position queries may
18355           still be wrong if the audio sink returns values based on buffer
18356           timestamps instead of passing on the query).
18357
18358 2005-02-13  Benjamin Otte  <otte@gnome.org>
18359
18360         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
18361         (gst_audio_convert_channels):
18362           create channel conversion matrix when linking
18363         * gst/audioconvert/.cvsignore:
18364         * gst/audioconvert/Makefile.am:
18365         * gst/audioconvert/channelmixtest.c: (main):
18366           add (ugly) test that ensures stereo <=> mono conversion works
18367           correctly
18368
18369 2005-02-13  Benjamin Otte  <otte@gnome.org>
18370
18371         * gst/audioconvert/gstchannelmix.h:
18372           include missing header file
18373         * gst/audioconvert/gstchannelmix.c:
18374         (gst_audio_convert_fill_compatible):
18375           use same sign for both channels when converting to/from compatible
18376           channel. Previously used different signs made the signals cancel
18377           each other out and appear like silence. (fixes #167269)
18378
18379 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
18380
18381         * gst/ffmpegcolorspace/avcodec.h:
18382         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18383         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
18384         (gst_ffmpegcsp_avpicture_fill):
18385         * gst/ffmpegcolorspace/imgconvert.c:
18386           Convert to and from YV12 (fixes #156379).
18387
18388 2005-02-12  Julien MOUTTE  <julien@moutte.net>
18389
18390         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
18391         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
18392         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
18393         (gst_ximagesink_expose), (gst_ximagesink_set_property),
18394         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
18395         methods from chain and negotiation and vice versa (Fixes #166142).
18396         * sys/ximage/ximagesink.h: Add stream_lock.
18397         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
18398         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
18399         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
18400         (gst_xvimagesink_expose): Check for xcontext before trying to link.
18401
18402 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
18403
18404         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
18405           Don't send "Hey! You gave me a NULL pointer you naughty person" as
18406           error message when we can't open the DVD device (when dvdnav_open()
18407           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
18408           the above). Send something more useful instead (fixes #167117).
18409
18410 2005-02-11  Julien MOUTTE  <julien@moutte.net>
18411
18412         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
18413         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
18414         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
18415         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
18416         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
18417         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
18418         methods from chain and negotiation and vice versa (Fixes #166142).
18419         Fix a possible bug of images in the buffer pool being discarded because
18420         we are looking at the wrong geometry.
18421         * sys/xvimage/xvimagesink.h: Add stream_lock.
18422
18423 2005-02-11  David Schleef  <ds@schleef.org>
18424
18425         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
18426         unsigned int. (fixes #167128)
18427
18428 2005-02-11  David Schleef  <ds@schleef.org>
18429
18430         * gst/librfb/Makefile.am: Testing stuff before committing is
18431           for wimps... and people with fast machines.  Fix stupid
18432           mistake.
18433
18434 2005-02-11  David Schleef  <ds@schleef.org>
18435
18436         * configure.ac: Pull in librfb from my CVS tree, because it is
18437           too small and annoying to be separate.  Move rfbsrc plugin
18438           to gst/.
18439         * ext/Makefile.am:
18440         * ext/librfb/Makefile.am:
18441         * ext/librfb/gstrfbsrc.c:
18442         * gst/librfb/Makefile.am:
18443         * gst/librfb/gstrfbsrc.c:
18444         * gst/librfb/rfb.c:
18445         * gst/librfb/rfb.h:
18446         * gst/librfb/rfbbuffer.c:
18447         * gst/librfb/rfbbuffer.h:
18448         * gst/librfb/rfbbytestream.c:
18449         * gst/librfb/rfbbytestream.h:
18450         * gst/librfb/rfbcontext.h:
18451         * gst/librfb/rfbdecoder.c:
18452         * gst/librfb/rfbdecoder.h:
18453         * gst/librfb/rfbutil.h:
18454
18455 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
18456
18457         * gst/speed/Makefile.am:
18458         * gst/speed/demo-mp3.c: (main):
18459         * gst/speed/filter.func:
18460         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
18461         (speed_class_init), (speed_init), (speed_chain_int16),
18462         (speed_chain_float32), (speed_chain), (speed_set_property),
18463         (speed_get_property), (speed_change_state):
18464         * gst/speed/gstspeed.h:
18465           Fix speed element and make it chain-based (fixes #156467),
18466           and make it handle more than one channel.
18467
18468 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
18469
18470         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
18471         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
18472         (gst_dtsdec_chain), (gst_dtsdec_change_state):
18473         * ext/dts/gstdtsdec.h:
18474           Don't clobber the stack constructing the channels array.
18475           Make the element chain-based. DTS tracks can now be played.
18476           
18477 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
18478
18479         * gst-libs/gst/audio/multichannel.h:
18480         * gst-libs/gst/gconf/gconf.h:
18481         * gst-libs/gst/idct/idct.h:
18482         * gst-libs/gst/media-info/media-info-priv.h:
18483         * gst-libs/gst/play/play.h:
18484         * gst-libs/gst/resample/private.h:
18485         * gst-libs/gst/resample/resample.h:
18486         * gst-libs/gst/riff/riff-ids.h:
18487         * gst-libs/gst/video/video.h:
18488         * gst-libs/gst/video/videosink.h:
18489           Add G_BEGIN_DECLS and G_END_DECLS around headers where
18490           missing, so that they work when included from C++ code.
18491
18492 2005-02-09  David Schleef  <ds@schleef.org>
18493
18494         * testsuite/gst-lint: Check for non-statically scoped
18495           parent_class variables.  This won't be a problem once
18496           plugins are loaded with RTLD_LOCAL.
18497
18498 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18499
18500         * ext/mplex/gstmplexibitstream.cc:
18501           gcc madness.
18502
18503 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18504
18505         * ext/ogg/gstogmparse.c:
18506         * gst/debug/gstnavigationtest.c:
18507           Die, thou faulty symbol pollutors (non-static parent_class).
18508
18509 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18510
18511         * ext/mplex/gstmplexibitstream.cc:
18512           Fix event handling (#165525).
18513
18514 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18515
18516         * ext/mikmod/gstmikmod.c:
18517         * gst/modplug/gstmodplug.cc:
18518           Add missing endianness to template (fixes #165509).
18519
18520 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18521
18522         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
18523           Fix wrong order of reading of optional bytes (#165290).
18524
18525 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18526
18527         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
18528           Implement FILLER event awareness.
18529
18530 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18531
18532         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
18533           Fix track calculations (#166208).
18534
18535 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
18536
18537         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18538
18539         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
18540         * ext/libpng/gstpngenc.c:
18541           Fix byte-order, use proper fixed caps. Fixes #164197.
18542
18543 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
18544
18545         * configure.ac:
18546           Add dvdlpcmdec 
18547
18548         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
18549         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
18550           Don't push buffers if the src pad isn't negotiated yet.
18551           
18552         * gst/audioconvert/gstaudioconvert.c:
18553         (gst_audio_convert_buffer_to_default_format),
18554         (gst_audio_convert_buffer_from_default_format):
18555           Add support for 24-bit width.
18556
18557         * gst/dvdlpcmdec/.cvsignore:
18558         * gst/dvdlpcmdec/Makefile.am:
18559         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
18560         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
18561         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
18562         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
18563         (plugin_init):
18564         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
18565           New decoder for rearranging DVD LPCM into our audio/x-raw-int
18566           format. Needs support for the channels maps if someone can find 
18567           a DVD LPCM track with > 2 channels.
18568
18569         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
18570         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
18571         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
18572         * gst/mpegstream/gstdvddemux.h:
18573         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
18574         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
18575         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
18576         * gst/mpegstream/gstmpegdemux.h:
18577         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
18578         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
18579         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
18580         (gst_mpeg_parse_handle_src_query),
18581         (gst_mpeg_parse_handle_src_event):
18582           Use audio/x-dvd-lpcm for LPCM output.
18583           Add DTS output.
18584
18585 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
18586
18587         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18588
18589         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
18590         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
18591           Add BGRA handling (#165736).
18592
18593 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
18594
18595         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18596
18597         * gst/law/alaw-decode.c: (alawdec_link):
18598         * gst/law/alaw-encode.c: (alawenc_link):
18599         * gst/law/mulaw-decode.c: (mulawdec_link):
18600         * gst/law/mulaw-encode.c: (mulawenc_link):
18601           Fix caps memleaks (#166600).
18602
18603 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
18604
18605         * ext/tarkin/mem.h:
18606         * ext/tarkin/wavelet.h:
18607         * ext/tarkin/yuv.h:
18608         * gst/ffmpegcolorspace/avcodec.h:
18609           Include "_stdint.h" instead of <stdint.h>. Fixes build on
18610           systems that don't have stdint.h, like Solaris9 (fixes #166631).
18611
18612 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18613
18614         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
18615         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
18616         (gst_xvimagesink_change_state):
18617           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
18618           Xv video (and thereby regenerate Xv colourkey) in clear() so
18619           that PLAY -> READY -> PLAY works (fixes #162504).
18620
18621 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18622
18623         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
18624           Switch to list instead of range, since MJPEG-devices really just
18625           support decimations, not any size.
18626
18627 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18628         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
18629         (gst_mpeg2dec_reset), (free_all_buffers),
18630         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
18631         * ext/mpeg2dec/gstmpeg2dec.h:
18632           The libmpeg2 user-allocated buffer management is awkward, 
18633           to say the least. Hopefully this fixes things.
18634
18635 2005-02-04  Andy Wingo  <wingo@pobox.com>
18636
18637         * gst/audioconvert/bufferframesconvert.c
18638         (buffer_frames_convert_fixate): New function, fixates to 256
18639         frames per buffer by default. (Much better than 1.)
18640         (buffer_frames_convert_init): Set the fixate function for both src
18641         and sink pad.
18642         (buffer_frames_convert_link): After success setting nonfixed caps,
18643         get the negotiated caps so we can know how many buffer-frames it
18644         will be. No idea how this worked at all before.
18645
18646 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18647
18648         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
18649         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
18650         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
18651         (handle_sequence), (handle_picture):
18652         * ext/mpeg2dec/gstmpeg2dec.h:
18653           Rearrange buffer tracking and refcounting and refactor
18654           a little for readability. 
18655
18656 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
18657         * sys/v4l/gstv4l.c: (plugin_init):
18658         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
18659         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
18660         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
18661         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
18662         * sys/v4l/gstv4ljpegsrc.h:
18663         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
18664         * sys/v4l/v4l_calls.h:
18665         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
18666         (gst_v4lsrc_get_fps):
18667         * sys/v4l/v4lsrc_calls.h:
18668           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
18669           you jpeg inside rgb frames" driver.
18670           Don't error in the v4lsrc link function, just return 
18671           REFUSED.
18672
18673 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18674
18675         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
18676         (gst_qcamsrc_open):
18677           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
18678
18679 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18680
18681         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
18682           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
18683
18684 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18685
18686         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
18687           Reset negotiated state on PAUSED->READY.
18688
18689 2005-02-02  David Schleef  <ds@schleef.org>
18690
18691         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
18692         whereever possible.  (Fixes #165997)
18693         * examples/capsfilter/capsfilter1.c: (main):
18694         * examples/dynparams/filter.c: (create_ui):
18695         * examples/seeking/cdparanoia.c: (get_track_info), (main):
18696         * examples/seeking/chained.c: (main):
18697         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
18698         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
18699         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
18700         (make_mpeg_pipeline), (make_mpegnt_pipeline):
18701         * examples/seeking/spider_seek.c: (make_spider_pipeline):
18702         * examples/switch/switcher.c: (main):
18703         * ext/dv/demo-play.c: (main):
18704         * ext/faad/gstfaad.c: (gst_faad_change_state):
18705         * ext/mad/gstmad.c: (gst_mad_chain):
18706         * ext/smoothwave/demo-osssrc.c: (main):
18707         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
18708         (gst_gconf_render_bin_from_description),
18709         (gst_gconf_get_default_audio_sink),
18710         (gst_gconf_get_default_video_sink),
18711         (gst_gconf_get_default_audio_src),
18712         (gst_gconf_get_default_video_src),
18713         (gst_gconf_get_default_visualization_element):
18714         * gst/level/demo.c: (main):
18715         * gst/level/plot.c: (main):
18716         * gst/playback/gstplaybin.c: (gen_video_element),
18717         (gen_audio_element):
18718         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
18719         * gst/playondemand/demo-mp3.c: (setup_pipeline):
18720         * gst/sine/demo-dparams.c: (main):
18721         * gst/spectrum/demo-osssrc.c: (main):
18722         * gst/speed/demo-mp3.c: (main):
18723         * gst/volume/demo.c: (main):
18724         * testsuite/embed/embed.c: (main):
18725
18726 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
18727
18728         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
18729         (gst_tcpclientsink_finalize):
18730         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
18731         (gst_tcpclientsrc_finalize):
18732         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
18733         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
18734         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
18735         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
18736           Don't leak the hostname when shutting down.
18737           In tcpserversrc, take a copy of the default hostname.
18738
18739 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18740
18741         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
18742           Set caps to systemstream=TRUE.
18743
18744 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18745
18746         * testsuite/Makefile.am:
18747           Fix more OSX buildbots.
18748
18749 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
18750
18751         * ext/mpeg2dec/gstmpeg2dec.c:
18752           Don't send things to NULL PAD_PEERs
18753
18754         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
18755           Copy-on-write the incoming buffer.
18756
18757         * gst/mpegstream/gstdvddemux.h:
18758         * gst/mpegstream/gstmpegclock.h:
18759         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
18760         (normal_seek), (gst_mpeg_demux_handle_src_event):
18761         * gst/mpegstream/gstmpegdemux.h:
18762         * gst/mpegstream/gstmpegpacketize.h:
18763         * gst/mpegstream/gstmpegparse.c:
18764         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
18765         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
18766         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
18767         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
18768         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
18769         * gst/mpegstream/gstmpegparse.h:
18770         * gst/mpegstream/gstrfc2250enc.h:
18771           Various changes to the way time is computed that make seeking and
18772           total time estimation much better here.
18773           Use G_BEGIN/END_DECLS instead of __cplusplus
18774
18775         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
18776           Use gst_buffer_stamp instead of only copying the TIMESTAMP
18777
18778 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18779
18780         * gst/subparse/gstsubparse.c:
18781           Fix OSX buildbot.
18782
18783 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
18784
18785         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
18786         (theora_enc_chain), (theora_enc_change_state):
18787         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
18788         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
18789         (gst_vorbisenc_change_state):
18790         * ext/vorbis/vorbisenc.h:
18791           Set granulepos and timestamp correctly for streams not
18792           starting at 0, taking into account the initial delay.
18793
18794 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
18795
18796         * gst/mpegstream/gstdvddemux.c:
18797           Add audio/x-dts to audio pad template caps
18798
18799 2005-01-30  David Schleef  <ds@schleef.org>
18800
18801         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
18802         (create_context), (gst_polypsink_link): Fix silly endianness
18803         bug.  Add some debugging.  Remove float from caps; it doesn't
18804         work.  Attempt to get remote audio working.
18805
18806 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18807
18808         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
18809           Add 3IV2 fourcc.
18810
18811 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18812
18813         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
18814         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
18815         (gst_avi_demux_stream_data):
18816         * gst/avi/gstavidemux.h:
18817           Invert DIB images. Fixes #132341.
18818
18819 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18820
18821         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18822         (gst_ffmpegcsp_chain):
18823           D'oh, reference the palette data, not the palette structure.
18824           Fixes color distortion in #132341.
18825
18826 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18827
18828         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
18829           PAR can be non-fixed when not provided as argument (#162626).
18830
18831 2005-01-29  David Moore  <dcm@acm.org>
18832
18833         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18834
18835         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
18836         (gst_qtdemux_loop_header):
18837           Re-apply patch from #142272 that allows non-seekable sources,
18838           re-proposed by Daniel Drake <dsd@gentoo.org>.
18839
18840 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18841
18842         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
18843           Use the src template for creating the src pad (#162330).
18844
18845 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18846
18847         * configure.ac:
18848         * ext/musepack/Makefile.am:
18849         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
18850         (gst_musepackdec_init), (gst_musepackdec_dispose),
18851         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
18852         (gst_musepack_stream_init), (gst_musepackdec_loop),
18853         (gst_musepackdec_change_state):
18854         * ext/musepack/gstmusepackdec.cpp:
18855         * ext/musepack/gstmusepackdec.h:
18856         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
18857         (gst_musepack_reader_read), (gst_musepack_reader_seek),
18858         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
18859         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
18860         * ext/musepack/gstmusepackreader.cpp:
18861         * ext/musepack/gstmusepackreader.h:
18862           Update to 1.1 API (#165446).
18863
18864 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18865
18866         * ext/Makefile.am:
18867           Unbreak buildbot.
18868
18869 2005-01-28  Andy Wingo  <wingo@pobox.com>
18870
18871         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
18872         to reflect a different dubious internet source. Add a reference
18873         and some commentary.
18874
18875 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18876
18877         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
18878         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
18879         * gst/playback/gststreamselector.h:
18880           Be more selective when we're redoing caps negotiation from
18881           within the chain function on a stream change.
18882
18883 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18884
18885         * configure.ac:
18886         * ext/Makefile.am:
18887         * ext/amrnb/Makefile.am:
18888         * ext/amrnb/amrnb.c: (plugin_init):
18889         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
18890         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
18891         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
18892         (gst_amrnbdec_state_change):
18893         * ext/amrnb/amrnbdec.h:
18894         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
18895         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
18896         (gst_amrnbparse_init), (gst_amrnbparse_formats),
18897         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
18898         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
18899         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
18900         * ext/amrnb/amrnbparse.h:
18901           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
18902         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
18903           Add AMR-NB/-WB raw formats.
18904         * ext/alsa/gstalsa.c: (gst_alsa_link):
18905           Keep valid time when changing format.
18906         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
18907         (qtdemux_parse_trak):
18908           Add some more format-specific options (#140141, #143555, #155163).
18909
18910 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18911
18912         * gst/matroska/matroska-demux.c:
18913         (gst_matroska_demux_parse_blockgroup):
18914           Fix logic error in timing of subtitle stream synchronization.
18915         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
18916           Add skip-chunk, which is found in kodak-camera streams.
18917
18918 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
18919
18920         * po/LINGUAS:
18921         * po/vi.po:
18922           Adding Vietnamese translation (submitted by Clytie Siddall)
18923
18924 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18925
18926         * gst/playback/gstdecodebin.c: (try_to_link_1):
18927           Use realpad for signal.
18928
18929 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18930
18931         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
18932           Fix category so decodebin picks it up.
18933
18934 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18935
18936         * ext/mad/Makefile.am:
18937         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
18938         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
18939         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
18940         (found_type), (gst_id3demux_bin_change_state):
18941         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
18942         (gst_id3_tag_init), (gst_id3_tag_handle_event),
18943         (gst_id3_tag_src_link), (gst_id3_tag_chain),
18944         (gst_id3_tag_change_state), (plugin_init):
18945         * ext/mad/gstmad.h:
18946           Add id3demuxbin (which is a simple bin consisting of id3demux
18947           and typefind), take over rank from id3demux, remove typefind
18948           code from id3demux. Makes all broken mp3s that I know of work,
18949           and thereby fixes #152688.
18950
18951 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
18952
18953         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18954
18955         * ext/mad/gstmad.c: (gst_mad_src_event):
18956         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
18957           Allow seeks on audio pad, make mad forward those (#164826).
18958         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
18959           Set duration (#165335).
18960
18961 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18962
18963         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
18964         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
18965         (gst_asf_demux_process_ext_content_desc),
18966         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
18967         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
18968         * gst/asfdemux/gstasfdemux.h:
18969           Improve metadata display, e.g. if the metadata comes before the
18970           streams are loaded (which is perfectly valid).
18971
18972 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18973
18974         * tools/gst-launch-ext-m.m:
18975           Fix AVI/ASF pipelines (#165340).
18976
18977 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
18978         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
18979         build failure on amd64
18980
18981 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
18982
18983         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
18984         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
18985           Check environment variables GST_ID3V2_TAG_ENCODING,
18986           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
18987           list of character encodings to force interpretation of non-unicode
18988           strings stored in an ID3v2 tag to a particular encoding. If none
18989           is specified, try to use current locale's encoding, then fall back
18990           to ISO-8859-1 (which will always succeed). (Resolves #149274)
18991         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
18992         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
18993           Check environment variables GST_ID3V1_TAG_ENCODING,
18994           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
18995           list of character encodings to use in case a string encountered
18996           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
18997           specified, try to use the current locale's encoding, then fall
18998           back to ISO-8859-1 (which will always succeed).
18999
19000 2005-01-25  Benjamin Otte  <otte@gnome.org>
19001
19002         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
19003           - on half framerate, compute the rate in advance so the comparisons
19004             don't compare wrong values
19005           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
19006             behaviour
19007           - don't use mad_header_decode anymore, mad_frame_decode does that
19008             automatically
19009           - when getting rid of consumed bytes, reset the stream's skiplen
19010           (fixes #163867)
19011
19012 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
19013
19014         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
19015           Use 1/2 a second for default max_discont, as PES streams from DVB
19016           seem to have larger spacings in the SCR. 
19017           Fix a typo.
19018
19019 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19020
19021         * gst/playback/gstplaybasebin.c: (group_commit):
19022           Notify delayed stream-info availability.
19023
19024 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
19025         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
19026         (gst_a52dec_handle_event), (gst_a52dec_chain):
19027         Add some debug output. Check that a discont has a valid
19028         time associated.
19029         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
19030         (gst_alsa_sink_loop):
19031         Ignore TAG events. A little extra debug for broken timestamps.
19032         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
19033         (dvdnavsrc_change_state):
19034         Ensure we send a discont to engage the link before we send any
19035         other events.
19036         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
19037         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
19038         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
19039         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
19040         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
19041         dvd://title works in totem because typefinding sends a seek that ends
19042         up going back to chapter 1 regardless.
19043         * ext/mpeg2dec/gstmpeg2dec.c:
19044         * ext/mpeg2dec/gstmpeg2dec.h:
19045         Output correct timestamps and handle disconts.
19046         * ext/ogg/gstoggdemux.c: (get_relative):
19047         Small guard against a null dereference.
19048         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
19049         (gst_textoverlay_set_property):
19050         Free memory when done. Don't call gst_event_filler_get_duration on
19051         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
19052         g_warning.
19053         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
19054         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
19055         (gst_sw_srclink), (gst_smoothwave_chain):
19056         Draw solid lines, prettier colours.
19057         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
19058         Add a default palette that'll work for some movies.
19059         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
19060         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
19061         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
19062         * gst/mpegstream/gstdvddemux.h:
19063         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
19064         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
19065         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
19066         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
19067         * gst/mpegstream/gstmpegparse.h:
19068         Use PTM/NAV events when for timestamp adjustment when connected to 
19069         dvdnavsrc. Don't use many discont events where one suffices.
19070         * gst/playback/gstplaybasebin.c: (group_destroy),
19071         (gen_preroll_element), (gst_play_base_bin_add_element):
19072         * gst/playback/gstplaybasebin.h:
19073         Make sure we remove subtitles from the same bin we put them in.
19074         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
19075         (gst_subparse_buffer_format_autodetect),
19076         (gst_subparse_change_state):
19077         Fix some memleaks and invalid accesses.
19078         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
19079         (oggskel_type_find), (cmml_type_find), (plugin_init):
19080         Some typefind functions for Annodex v3.0 files
19081         * gst/wavparse/gstwavparse.h:
19082         GstRiffReadClass is the correct parent class.
19083
19084 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19085
19086         * gst-libs/gst/riff/riff-media.c:
19087         (gst_riff_create_video_caps_with_data):
19088           Add extradata to huffyuv (fixes #165013).
19089         * gst-libs/gst/riff/riff-read.c:
19090         (gst_riff_read_strf_vids_with_data):
19091           Fix extradata extraction if it is in the chunk size.
19092
19093 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
19094
19095         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19096
19097         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
19098         (gst_quarktv_change_state), (gst_quarktv_dispose):
19099           Memory free'ing location fix (#164708).
19100
19101 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19102
19103         * gst/playback/gstplaybasebin.c: (group_commit),
19104         (gen_preroll_element), (probe_triggered), (gen_source_element),
19105         (setup_source), (gst_play_base_bin_change_state),
19106         (gst_play_base_bin_add_element):
19107           Don't block for streams.
19108         * gst/playback/gststreaminfo.c: (stream_info_change_state),
19109         (gst_stream_info_set_mute):
19110           Use gst_pad_set_active_recursive.
19111
19112 2005-01-25  Andy Wingo  <wingo@pobox.com>
19113
19114         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
19115         for #ifndef HAVE_XVIDEO.
19116
19117 2005-01-24  Jeffrey C. Ollie
19118
19119         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
19120
19121         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
19122         * ext/gsm/gstgsmdec.h:
19123         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
19124         * ext/gsm/gstgsmenc.h:
19125         Fix rate to 8kHz as per spec, removes obscure errors when no rate
19126         was given by property. Add proper buffer timestamps and offsets.
19127
19128 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19129
19130         * gst-libs/gst/riff/riff-media.c:
19131         (gst_riff_create_audio_caps_with_data):
19132           Audio can be <8000Hz.
19133
19134 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19135
19136         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
19137           Explicit state change to workaround refcount bugs.
19138
19139 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19140
19141         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
19142         (gst_avimux_riff_get_avi_header):
19143           Fix...
19144
19145 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19146
19147         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
19148         (gst_riff_read_element_data):
19149         * gst-libs/gst/riff/riff-read.h:
19150           Add _peek version (req'ed in CDXA).
19151         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
19152         (gst_cdxaparse_loop):
19153           Fix parsing in playbin.
19154         * gst/playback/gstdecodebin.c: (close_pad_link):
19155           Ignore current_ pads, they cause major annoyance.
19156
19157 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19158
19159         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19160           Safety guard.
19161
19162 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19163
19164         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
19165           Fix padding...
19166
19167 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19168
19169         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
19170           Allow for 0-sized buffers. Fixes length query problems in
19171           starwars.mkv from the testsuite.
19172
19173 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
19174
19175         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
19176         (gst_video_box_i420), (gst_video_box_chain):
19177           Fix row strides for I420 (fixes #163159)
19178           
19179 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19180
19181         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
19182           MPEG2 has a useful rate property, so we can actually use that.
19183           For MPEG-1, continue using the bytes/time properties.
19184
19185 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19186
19187         * gst-libs/gst/riff/riff-media.c:
19188         (gst_riff_create_video_caps_with_data),
19189         (gst_riff_create_video_template_caps):
19190           Add intel-h263.
19191
19192 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19193
19194         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
19195           Fail if caps negotiation fails. Should fix #162184, and should
19196           definately be in there regardless of it fixing the actual bug.
19197         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
19198         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
19199         (gst_avimux_riff_get_avix_header),
19200         (gst_avimux_riff_get_video_header),
19201         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
19202         (gst_avimux_start_file), (gst_avimux_handle_event),
19203         (gst_avimux_change_state):
19204         * gst/avi/gstavimux.h:
19205           Refactor structure writing to use GST_WRITE_UINT macros, add
19206           metadata writing support.
19207
19208 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19209
19210         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
19211           Elements may already be destroyed when this function is called.
19212
19213 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19214
19215         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
19216         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
19217           More memory leak fixes (#149162).
19218
19219 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19220
19221         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
19222         (gst_qtdemux_add_stream):
19223           Fix two memleaks.
19224
19225 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19226
19227         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
19228           Argh...
19229
19230 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19231
19232         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
19233           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
19234           when fixating to six channels in Totem.
19235
19236 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
19237
19238         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
19239           Fix compile warnings on Solaris 10 buildbot
19240
19241 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
19242
19243         * ext/dvdread/dvdreadsrc.c: (_read):
19244           Don't read beyond the last cell in a chapter (fixes 
19245           invalid memory access)
19246
19247 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
19248
19249         * ext/dvdread/stream_labels.c:
19250         (dvdreadsrc_get_audio_stream_labels):
19251           Use NULL for an empty GList instead of g_list_alloc(); fix 
19252           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
19253           of GString (easier to bulk free later)
19254
19255 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
19256
19257         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19258
19259         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19260         (gst_ffmpeg_pixfmt_to_caps):
19261           Fix BGRA32 caps (#164209).
19262
19263 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
19264
19265         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19266
19267         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19268         (gst_ffmpeg_caps_to_pixfmt):
19269           alpha_mask can be RGBA/ABGR. Fixes #164265.
19270
19271 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
19272
19273         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19274
19275         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
19276         (gst_mpeg2dec_alloc_buffer):
19277         * ext/mpeg2dec/gstmpeg2dec.h:
19278           Crop if decoding size is not the actual image size (#163676).
19279
19280 2005-01-17  Steve Baker  <steve@stevebaker.org>
19281
19282         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19283
19284         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
19285         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
19286           Add libsndfile typefind functions (#163309).
19287
19288 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19289
19290         * tools/gst-launch-ext-m.m:
19291           Add .aac, fix .m1v/.m2v (#163891).
19292
19293 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19294
19295         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
19296           Sanity check, don't wait endlessly since the clock might not
19297           actually run at this point (which is a deadlock). Fixes #164069.
19298
19299 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19300
19301         * gst/playback/gstplaybasebin.c: (probe_triggered):
19302           Of course, only pause if group is done...
19303
19304 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19305
19306         * gst/playback/gstplaybasebin.c: (probe_triggered):
19307           Thread safety.
19308
19309 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
19310
19311         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
19312           Don't return state change success when the parent
19313           failed.
19314
19315 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19316
19317         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
19318           Free events (fix memleak in #162905).
19319
19320 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
19321
19322         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19323
19324         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19325         (gst_ffmpeg_caps_to_pixfmt):
19326           Fix for depth = 15. Fixes #161675.
19327
19328 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19329
19330         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
19331           Set FPS correctly, even for webcams and the like.
19332         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
19333           Don error on setting while capturing.
19334
19335 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
19336
19337         * ext/dv/gstdvdec.c:
19338         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
19339         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
19340           I'm a bad boy. using /1001. to force C to do float division
19341           and not integer division (as it did in my last commit)
19342           Thanks to David I. Lehn for pointing this mistake.
19343
19344 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19345
19346         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
19347           Revert Johan's 1.35->1.36 since it breaks compat.
19348
19349 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
19350
19351         * ext/dv/gstdvdec.c:
19352         * ext/libfame/gstlibfame.c:
19353         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
19354         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
19355           replace framerate aproximations by their real value
19356           (24000/1001, 30000/1001, 60000/1001)
19357           Finish fixing bug #164049
19358
19359 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
19360
19361         * ext/ogg/gstoggmux.c:
19362           eos/bos debugging
19363         * gst/tcp/gstmultifdsink.c:
19364         * gst/tcp/gstmultifdsink.h:
19365         * gst/tcp/gsttcp.c:
19366         * gst/tcp/gsttcp.h:
19367         * gst/tcp/gsttcpclientsink.c:
19368         * gst/tcp/gsttcpclientsrc.c:
19369         * gst/tcp/gsttcpserversink.c:
19370         * gst/tcp/gsttcpserversrc.c:
19371           improve reusability of elements after state changes and errors
19372           make multifdsink throw away streamheaders when receiving new ones
19373
19374 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19375
19376         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
19377           Fix for if items are already in list...
19378
19379 2005-01-12  Benjamin Otte  <otte@gnome.org>
19380
19381         * gst/adder/gstadder.c: (gst_adder_loop):
19382           fix adder a bit so it doesn't screw up with events as much anymore
19383
19384 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
19385
19386         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
19387         (pixbufscale_scale), (gst_pixbufscale_chain):
19388         * ext/gdk_pixbuf/pixbufscale.h:
19389           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
19390           to ensure rowstrides are calculated the same way as 
19391           ffmpegcolorspace
19392           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
19393           that we pick up duration and offset also.
19394
19395 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19396
19397         * gst/avi/gstavimux.c: (gst_avimux_class_init),
19398         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
19399           Reusability fixes.
19400
19401 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19402
19403         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
19404         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
19405         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
19406         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
19407           Update flags when requested.
19408
19409 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19410
19411         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
19412           Fix dmix.
19413
19414 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19415
19416         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
19417         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
19418         (probe_triggered), (new_decoded_pad), (gen_source_element),
19419         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
19420         * gst/playback/gstplaybasebin.h:
19421         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
19422         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
19423         (gst_play_bin_change_state):
19424           Implement group-switch signal for use in apps to clear metadata
19425           cache, clean up subtitle, add suburi property instead of # hack,
19426           some error-out fixes.
19427
19428 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19429
19430         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19431           Debug.
19432         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
19433           If we got a state change in the _get handler, don't return success.
19434
19435 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
19436
19437         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
19438         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
19439           Make jpegdec quiet on MJPEG decoding
19440         * gst/asfdemux/README:
19441           Fix mimetypes for MJPEG and H263
19442
19443 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19444
19445         * ext/theora/theoradec.c: (theora_dec_chain):
19446           Fix broken code generation by gcc by swapping arguments.
19447         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
19448           Fix \n in debug.
19449
19450 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
19451
19452         * TODO:
19453           delete this file, it is by far outdated
19454         * ext/alsa/gstalsa.1: remove
19455         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
19456         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
19457         (gst_alsa_get_caps):
19458           Add HW probing for supported sample rates. Fixes #161704
19459
19460 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19461
19462         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
19463           Don't crash, biatch! :).
19464
19465 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19466
19467         * ext/musepack/gstmusepackreader.cpp:
19468         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
19469           Some work on tags - still doesn't work in playbin...
19470         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
19471           Handle events...
19472
19473 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19474
19475         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
19476           Also shove tags on kid pads.
19477
19478 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19479
19480         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
19481           Don't bail on unknown events.
19482         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
19483           Don't crash on events before negotiation.
19484         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
19485           Send tags on pads, too.
19486         * gst/playback/gststreamselector.c:
19487         (gst_stream_selector_request_new_pad):
19488           Forward events on first pad if no input was selected yet.
19489
19490 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19491
19492         * gst/playback/gstplaybasebin.c: (setup_substreams):
19493           Don't disable streamtype if the stream doesn't exist, since
19494           then playing a video after audio will disable both and nothing
19495           will happen. Fixes the testsuite.
19496
19497 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19498
19499         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
19500         (gst_v4l_xoverlay_set_xwindow_id):
19501         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
19502         (gst_v4l2_xoverlay_set_xwindow_id):
19503           Add debug categories, fix overlay disabling.
19504
19505 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
19506
19507         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
19508         * ext/alsa/gstalsa.h:
19509           Add HW probing for period_count/size and buffer_size MIX/MAX
19510           Adjust default/user defined value if out of bounds
19511           Should fix bug #162024
19512
19513 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19514
19515         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
19516           Fix warning (#161191).
19517
19518 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
19519
19520         * ext/dvdread/stream_labels.c:
19521         (dvdreadsrc_get_audio_stream_labels):
19522           Fix warning (init the good variable in switch default)
19523
19524 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
19525
19526         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19527
19528         * gst/tta/gstttaparse.c: (gst_tta_src_event):
19529           Fix gcc-2.95 compile (#163485).
19530
19531 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19532
19533         * configure.ac:
19534         * ext/flac/gstflacenc.c: (gst_flacenc_init),
19535         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
19536         (gst_flacenc_tell_callback), (gst_flacenc_chain),
19537         (gst_flacenc_change_state):
19538         * ext/flac/gstflacenc.h:
19539           Update for API change in flac-1.1.1. Update requirement in
19540           configure.ac. Fixes #162974.
19541
19542 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19543
19544         * gst/playback/gstplaybasebin.c: (group_destroy):
19545           Remove hack to get rid of assert and get rid of unlinked
19546           signals properly.
19547
19548 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19549
19550         * gst/playback/gstplaybasebin.c: (setup_source):
19551           Set source to NULL so that resources are free'ed. Fixes issues
19552           with playback of CDDA and similar device-accessing things.
19553
19554 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19555
19556         * testsuite/embed/Makefile.am:
19557           test->noinst, fix make test in buildbot.
19558
19559 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
19560
19561         * ext/dvdread/stream_labels.c: new file
19562         * ext/dvdread/stream_labels.h: new file
19563         * ext/dvdread/Makefile.am:
19564         * ext/dvdread/dvdreadsrc.c: (_seek_title):
19565           Extract audio stream label from DVD IFO files.
19566           It only dump them on the console for now, still have to
19567           make playbin aware of them.
19568
19569 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19570
19571         * gst/playback/gstplaybasebin.c: (setup_source):
19572           Fix hanging subs.
19573
19574 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19575
19576         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
19577         (gen_preroll_element), (remove_groups), (setup_subtitle),
19578         (gen_source_element), (setup_source):
19579         * gst/playback/gstplaybasebin.h:
19580           Multiple .sub files is just a stupid idea... Fix some threading
19581           mistakes. Interestingly, external .sub files cause playbin to
19582           hang, I don't know why... Parsing fixes contributed by Fran??ois
19583           Kooman <fkooman@tuxed.net>.
19584
19585 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19586
19587         * testsuite/embed/Makefile.am:
19588           Fix buildbot.
19589
19590 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
19591
19592         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19593
19594         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
19595         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
19596         (gst_pngenc_set_property):
19597         * ext/libpng/gstpngenc.h:
19598           Add compression level property (#163323).
19599
19600 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19601
19602         * configure.ac:
19603         * examples/capsfilter/capsfilter1.c: (main):
19604         * examples/seeking/spider_seek.c: (make_spider_pipeline):
19605         * ext/dvdread/Makefile.am:
19606         * ext/dvdread/demo-play:
19607         * ext/dvdread/demo-play.c:
19608         * gconf/gstreamer.schemas.in:
19609         * gst-libs/gst/gconf/gconf.c:
19610         * sys/v4l/TODO:
19611         * testsuite/Makefile.am:
19612         * testsuite/embed/Makefile.am:
19613         * testsuite/embed/embed.c: (cb_expose), (main):
19614           Remove all references to xvideosink, fix examples (#140845).
19615         * gst/playback/gstplaybasebin.c: (group_destroy):
19616           Apparently, disposal does not unlink - so do explicitely.
19617         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
19618           Add debug.
19619
19620 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
19621
19622         * README: fix PKG_CONFIG_PATH instructions, what was there
19623         previously was breaking default search path, not nice. 
19624         Fixes #163358
19625
19626 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19627
19628         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
19629         (gst_audioscale_chain):
19630           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
19631           when resampling - how the ^@$^!@^! is this possible?!?
19632
19633 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19634
19635         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
19636           Reset variables on READY.
19637         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
19638         (gst_matroska_mux_loop):
19639           Require data before writing header.
19640
19641 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
19642
19643         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19644
19645         * ext/mad/gstmad.c: (gst_mad_chain):
19646           Don't call mad_stream_sync() directly after recovering sync.
19647           Fixes #151661.
19648
19649 2005-01-09  Martin Eikermann  <meiker@upb.de>
19650
19651         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19652
19653         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
19654         (snapshot_handler), (gst_snapshot_sinkconnect),
19655         (gst_snapshot_chain):
19656           Allocate resources when required, fix recursive signal emission
19657           and fix caps. Fixes #161667.
19658
19659 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
19660
19661         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19662
19663         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
19664         (gst_pngdec_chain):
19665           Handle only 8-bppc (bits-per-pixel-component) images, better
19666           error handling and correct strides. Fixes #163177.
19667         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
19668         (gst_pngenc_chain):
19669           Better error handling. Fixes #163348.
19670
19671 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19672
19673         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
19674         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
19675         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
19676         (dvdnavsrc_uri_handler_init):
19677           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
19678         * gst/playback/gstplaybasebin.c: (gen_source_element):
19679           Add MMS to streaming URIs.
19680
19681 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19682
19683         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
19684         * sys/xvimage/xvimagesink.c:
19685         (gst_xvimagesink_navigation_send_event):
19686           Check for pad availability before sending event.
19687
19688 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19689
19690         * gst-plugins.spec.in:
19691           Add subparse.
19692
19693 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19694
19695         * configure.ac:
19696           Since we use functions from CVS, up requirement.
19697
19698 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19699
19700         * gst/playback/Makefile.am:
19701         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
19702         (group_destroy), (group_commit), (group_is_muted),
19703         (gen_preroll_element), (add_stream), (unknown_type),
19704         (probe_triggered), (preroll_unlinked), (mute_stream),
19705         (silence_stream), (new_decoded_pad), (setup_substreams),
19706         (setup_source), (get_active_source), (mute_group_type),
19707         (muted_group_change_state), (set_active_source),
19708         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
19709         (play_base_eos), (gst_play_base_bin_change_state):
19710         * gst/playback/gstplaybasebin.h:
19711         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
19712         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
19713         (gst_stream_info_dispose), (stream_info_mute_pad),
19714         (stream_info_change_state), (gst_stream_info_set_mute):
19715         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
19716         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
19717         (gst_stream_selector_init), (gst_stream_selector_dispose),
19718         (gst_stream_selector_get_linked_pad),
19719         (gst_stream_selector_get_caps), (gst_stream_selector_link),
19720         (gst_stream_selector_get_linked_pads),
19721         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
19722         * gst/playback/gststreamselector.h:
19723           Adding stream selection support plus required properties for
19724           applications to use this. Fully fixes #100931.
19725
19726 2005-01-08  Benjamin Otte  <otte@gnome.org>
19727
19728         * gst/games/gstpuzzle.c: (nav_event_handler):
19729           - handle nav events differently: forward every event no matter if it
19730             was handled or not.
19731           - translate events
19732           You can now cheat by using navigationtest ! puzzle and moving the
19733           mouse close to the edge of a tile. ;)
19734
19735 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19736
19737         * configure.ac:
19738         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
19739         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
19740         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
19741         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
19742         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
19743         (gst_ogm_parse_plugin_init):
19744         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
19745         (gst_textoverlay_link), (gst_textoverlay_getcaps),
19746         (gst_textoverlay_event), (gst_textoverlay_video_chain),
19747         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
19748         * ext/pango/gsttextoverlay.h:
19749         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
19750         (gst_matroska_demux_handle_seek_event),
19751         (gst_matroska_demux_sync_streams),
19752         (gst_matroska_demux_parse_blockgroup),
19753         (gst_matroska_demux_subtitle_caps),
19754         (gst_matroska_demux_plugin_init):
19755         * gst/matroska/matroska-ids.h:
19756         * gst/playback/gstdecodebin.c: (close_pad_link):
19757         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
19758         (gen_preroll_element), (remove_groups), (add_stream),
19759         (new_decoded_pad), (setup_subtitles), (gen_source_element),
19760         (setup_source):
19761         * gst/playback/gstplaybasebin.h:
19762         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
19763         * gst/subparse/Makefile.am:
19764         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
19765         (gst_subparse_base_init), (gst_subparse_class_init),
19766         (gst_subparse_init), (gst_subparse_formats),
19767         (gst_subparse_eventmask), (gst_subparse_event),
19768         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
19769         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
19770         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
19771         (parse_mpsub_deinit), (parse_mpsub_init),
19772         (gst_subparse_buffer_format_autodetect),
19773         (gst_subparse_format_autodetect), (gst_subparse_loop),
19774         (gst_subparse_change_state), (gst_subparse_type_find),
19775         (plugin_init):
19776         * gst/subparse/gstsubparse.h:
19777         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
19778         (plugin_init):
19779           Add subtitle support, .sub parser (supports SRT and MPsub),
19780           OGM text support, Matroska UTF-8 text support, deadlock fixes
19781           all over the place, subtitle awareness in decodebin/playbin
19782           and some fixes to textoverlay to handle subtitles in a stream
19783           correctly. Fixes #100931.
19784
19785 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19786
19787         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
19788           Check for pad availability before doing a query on it.
19789
19790 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
19791
19792         * ext/dv/gstdvdec.c:
19793           really fix bpp24/32 dvdec caps (classic rgba indeed)
19794         * gst/asfdemux/gstasfdemux.c:
19795         (gst_asf_demux_process_ext_content_desc):
19796           don't send text tags if they are empty (bis repetita)
19797
19798 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
19799
19800         * ext/dv/gstdvdec.c:
19801          remove unneeded comment from dvdec
19802           (related to DV 4CC codes in AVI files)
19803           moved them in gstreamer/docs/random/mimetypes
19804         * gst/asfdemux/gstasfdemux.c:
19805         (gst_asf_demux_process_ext_content_desc):
19806          don't send text tags if they are empty
19807          fix mem leak on error path
19808         * gst/ffmpegcolorspace/avcodec.h:
19809         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19810         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
19811         (gst_ffmpegcsp_avpicture_fill):
19812         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
19813         * gst/ffmpegcolorspace/imgconvert_template.h:
19814          adds BGR32 and BGRA32 to ffmpegcolorspace
19815           (still bad colors, fixing it on next commit)
19816           helps with dvdec outputing BGR32
19817
19818 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
19819
19820         * ext/dv/gstdvdec.c:
19821          Fix audio caps i just broke (missing ',')
19822         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
19823         (gst_matroska_mux_reset):
19824          Fix typo + add FIXME about old "x-gst-metadata" crap
19825
19826 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
19827
19828         * ext/dv/demo-play.c: (main):
19829          xvideosink -> xvimagesink
19830         * ext/dv/gstdvdec.c:
19831          change rgb 32/32 caps to 24/32 (no alpha)
19832          change nb of channels to be a list (2 or 4, not 2)
19833          change sample rate to be a list (32, 44.1, 48 kHz) not a range
19834         * gst/asfdemux/gstasfdemux.c:
19835         (gst_asf_demux_process_ext_content_desc):
19836          Add 'date/year' to extracted metadata list
19837
19838 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19839
19840         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
19841           The return value of fixate_to does not imply that the requested
19842           value was set, so don't assume.
19843
19844 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
19845
19846         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19847
19848         * ext/libpng/gstpngdec.c:
19849         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
19850         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
19851         * ext/libpng/gstpngenc.h:
19852           Alpha support (encoder; #163161), mime fixage.
19853
19854 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
19855
19856         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19857
19858         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
19859         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
19860         (gst_faac_set_property), (gst_faac_get_property):
19861         * ext/faac/gstfaac.h:
19862           Allow for ADTS output (#153434).
19863
19864 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19865
19866         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
19867           Fix against template (#150576).
19868
19869 2005-01-06  Benjamin Otte  <otte@gnome.org>
19870
19871         * gst/games/gstpuzzle.c: (draw_puzzle):
19872           don't draw a puzzle if either width or height of tiles would be 0.
19873
19874 2005-01-06  Benjamin Otte  <otte@gnome.org>
19875
19876         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
19877         (gst_puzzle_class_init), (gst_puzzle_finalize):
19878           no memleaks, please
19879         (gst_puzzle_create), (gst_puzzle_init),
19880         (gst_puzzle_set_property), (gst_puzzle_setup):
19881           change initialization code around so we don't reshuffle on resize
19882         (draw_puzzle):
19883           fix another stupid typo
19884
19885 2005-01-06  Benjamin Otte  <otte@gnome.org>
19886
19887         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
19888           fix stupid typo that borked copying on YUY2
19889
19890 2005-01-06  Benjamin Otte  <otte@gnome.org>
19891
19892         * gst/games/gstpuzzle.c: (draw_puzzle):
19893           fix edges when image sizes aren't multiples of tile sizes
19894
19895 2005-01-06  Benjamin Otte  <otte@gnome.org>
19896
19897         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
19898           make RGB endianness work correctly
19899         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
19900           refactor and fix race with initial shuffling
19901         (nav_event_handler):
19902           allow using the mouse to puzzle
19903         (draw_puzzle):
19904           insist on tiles having width and height as multiples of 4 to get
19905           clean YUV image handling
19906         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
19907         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
19908           s/DEBUG/LOG/ for common messages
19909         (gst_xvimagesink_navigation_send_event):
19910           fix mouse event translation to not include screen PAR
19911         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
19912           fix mouse event translation to actually work
19913
19914 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
19915
19916         * gst/asfdemux/gstasfdemux.c:
19917         (gst_asf_demux_process_ext_content_desc):
19918          Extract TrackNumber metadata + clean up code
19919         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
19920          Hope this is the good fix (var used unitialised)
19921
19922 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19923
19924         * ext/faad/gstfaad.c: (gst_faad_chain):
19925           Only increment timestamp if it's valid. Fixes raw AAC streams.
19926
19927 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19928
19929         * configure.ac:
19930         * gst/games/Makefile.am:
19931         * gst/games/gstpuzzle.c:
19932           add a puzzle game with...
19933         * gst/games/gstvideoimage.c:
19934         * gst/games/gstvideoimage.h:
19935           ... full colorspace support (that includes YUV9 and RGB16)) stolen
19936           from videotestsrc and made into something that would be a nice
19937           library for a lot of other plugins.
19938
19939 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
19940
19941         * configure.ac:
19942          don't compile faad plugin if a RC of 2.0 is found
19943          Fixes #155346 (and FC1 buildbot)
19944         * gst/asfdemux/gstasfdemux.c:
19945         (gst_asf_demux_process_ext_content_desc):
19946          try to make Solaris compiler happier
19947
19948 2005-01-06  Paul Jack  <pjack@sfaf.org>
19949
19950         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19951
19952         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
19953           Fix segfault (#161667).
19954
19955 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19956
19957         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
19958           Fix framerate reporting.
19959
19960 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
19961
19962         * gst-libs/gst/riff/riff-ids.h:
19963         * gst/wavenc/riff.h:
19964          Add AMR (VBR and CBR) ids to riff.h audio codec list
19965         * gst/asfdemux/gstasfdemux.c:
19966         (gst_asf_demux_process_ext_content_desc),
19967         (gst_asf_demux_process_object):
19968           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
19969
19970 2005-01-05  Martin Eikermann  <meiker@upb.de>
19971
19972         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19973
19974         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
19975         (gst_dvd_demux_handle_discont):
19976         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
19977         (gst_mpeg_demux_handle_discont):
19978           Recreate pads on new-media (#160730).
19979         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
19980           Send discont even if manager changes timestamps (#161929).
19981
19982 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
19983
19984         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19985
19986         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
19987           Fix invalid memory access (#159211).
19988
19989 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19990
19991         * examples/gstplay/player.c: (main):
19992           Don't iterate.
19993         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
19994           Add visualizations.
19995         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
19996         (gst_a52dec_handle_frame):
19997           Set duration.
19998         * ext/dvdnav/gst-dvd:
19999           Add audioconvert. Fixes #161325.
20000         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
20001           Explicitely case to gint64. Possible valgrind error.
20002         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
20003         (gst_play_tick_callback), (gst_play_change_state),
20004         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
20005         (gst_play_set_location), (gst_play_get_location),
20006         (gst_play_seek_to_time), (gst_play_set_data_src),
20007         (gst_play_set_video_sink), (gst_play_set_audio_sink),
20008         (gst_play_set_visualization), (gst_play_connect_visualization),
20009         (gst_play_get_framerate), (gst_play_get_all_by_interface),
20010         (gst_play_new):
20011           Use playbin. Fixes #139749 and #147744.
20012         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
20013           Add genre tag.
20014         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
20015         (audioscale_get_type), (gst_audioscale_base_init),
20016         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
20017         (gst_audioscale_getcaps), (gst_audioscale_fixate),
20018         (gst_audioscale_link), (gst_audioscale_get_buffer),
20019         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
20020         (gst_audioscale_init), (gst_audioscale_dispose),
20021         (gst_audioscale_chain), (gst_audioscale_set_property),
20022         (gst_audioscale_get_property), (plugin_init):
20023           Indent properly.
20024         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
20025           Fix LPCM.
20026         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
20027         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
20028         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
20029           Add more metadata (fixes #162656).
20030
20031 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20032
20033         * configure.ac:
20034           back to cvs
20035
20036 === release 0.8.7 ===
20037
20038 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20039
20040         * NEWS:
20041         * RELEASE:
20042         * configure.ac:
20043           releasing 0.8.7, "Hyperspace"
20044
20045 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20046
20047         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
20048
20049         * gst/playback/gstplaybasebin.c:
20050          Fix for #162924 - free caps after use, not before
20051
20052 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
20053
20054         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
20055
20056         * gst/playback/gstplaybasebin.c:
20057         * gst/wavparse/gstwavparse.c:
20058           Fix for #154773 - fixes playback of small .wav files
20059
20060 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20061
20062         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
20063
20064         * gst/audioscale/gstaudioscale.c:
20065           Fix for #162819 - make audioscale reusable
20066           Fixes playback of more than one file with playbin/totem
20067
20068 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20069
20070         * gst/ffmpegcolorspace/avcodec.h:
20071         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20072         * gst/ffmpegcolorspace/imgconvert.c:
20073           clean up the mess that made me cry and avoid needless duplication
20074
20075 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20076
20077         * gst/ffmpegcolorspace/imgconvert.c:
20078           give some indication of why we're segfaulting
20079
20080 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20081
20082         * configure.ac:
20083           Fix indentation, fix v4l2 plugin detection.
20084         * ext/Makefile.am:
20085           Fix libmms location (Maciej, use diff -u!).
20086         * ext/alsa/gstalsa.c: (gst_alsa_init):
20087           Initialize caps cache to NULL.
20088         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
20089           Only change state on audiosink if it exists.
20090
20091 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
20092
20093         * gst/matroska/matroska-demux.c:
20094         * gst/matroska/matroska-ids.h:
20095         * gst/matroska/matroska-demux.h:
20096         Fix Vorbis streams failing to decode in some files, where cluster_time
20097         isn't 0, because then it doesn't send codec_priv before actual data.
20098         Remove time-based test and replace it with marker set on beginning of
20099         new stream
20100
20101 2004-12-28  David Schleef  <ds@schleef.org>
20102
20103         Merge patch from Ronald fixing problems with streaming
20104         text.
20105         * ext/cairo/gstcairo.c: (plugin_init):
20106         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
20107         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
20108         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
20109         (gst_textoverlay_font_init), (gst_textoverlay_init),
20110         (gst_textoverlay_set_property):
20111         * ext/cairo/gsttextoverlay.h:
20112
20113 2004-12-27  David Schleef  <ds@schleef.org>
20114
20115         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
20116         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
20117         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
20118         (gst_textoverlay_font_init), (gst_textoverlay_init),
20119         (gst_textoverlay_set_property): Improvements to actually
20120         render text as white on black outline on video, including
20121         font selection and horizontal/vertical alignment.  (Ronald's
20122         christmas present)
20123         * ext/cairo/gsttextoverlay.h:
20124
20125 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20126
20127         * ext/ogg/gstogg.c:
20128         * ext/ogg/gstogmparse.c:
20129           fix ogm[audio/video]parse plugin registration
20130           (riff won't load if bytestream is already loaded)
20131
20132 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20133
20134         * gst/audioconvert/gstchannelmix.c:
20135           fix for GLIB < 2.4
20136
20137 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20138
20139         * Makefile.am:
20140         * configure.ac:
20141           disable docs again until it actually passes make distcheck.
20142
20143 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20144
20145         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
20146         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
20147         (plugin_init):
20148           Add 3GP (variables name Q3GP because they can't start with a
20149           number). Add samr audio fourcc (used in .3gp files), decoder
20150           is work in progress. Also do a GST_WARNING instead of ERROR
20151           in case of unknown nodes, to decrease output.
20152
20153 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20154
20155         * Makefile.am:
20156           really fix dist
20157
20158 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20159
20160         * configure.ac:
20161         * ext/speex/gstspeexdec.h:
20162         * ext/speex/gstspeexenc.h:
20163           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
20164           Fix detection code in configure.ac
20165
20166 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20167
20168         * gst/matroska/matroska-demux.c:
20169         (gst_matroska_demux_parse_blockgroup):
20170           Save position, so that queries give proper return values. Don't
20171           know how this could ever have worked before...
20172
20173 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20174
20175         * configure.ac:
20176           Put additional LAME check inside the conditional.  Fixes #152339
20177
20178 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20179
20180         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
20181         (gst_avi_demux_stream_scan):
20182           Add some more debug. Fix logic error when setting movi offset
20183           while reading index.
20184
20185 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20186
20187         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
20188         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
20189         (gst_avi_demux_process_next_entry):
20190           Add some debugging. Better detection of broken indexes and the
20191           accompanying index recovery. No infinite loops on state changes
20192           when we're still in our loopfunction.
20193
20194 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20195
20196         * configure.ac:
20197           Fix up.
20198
20199 2004-12-22  Archana Shah  <archana.shah@wipro.com>
20200
20201         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20202
20203         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
20204           Normalizing the value before setting
20205         (gst_sunaudiomixer_get_volume):
20206           Normalizing the value after getting. Fixes bug# 161980
20207
20208 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
20209
20210         * Makefile.am: Make sure docs gets disted
20211         * docs/Makefile.am: Make sure all needed files get disted
20212         * gst-plugins.spec.in: latest updates
20213
20214 2004-12-22  Wim Taymans  <wim@fluendo.com>
20215
20216         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
20217         Revert patch 1.38 as clock distribution over schedulers does
20218         not work correcly in the core yet.
20219
20220 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20221
20222         * sys/oss/README: remove this file, which predates my birth
20223           (and which content is by far outdated)
20224
20225 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
20226
20227         * Makefile.am:
20228         * configure.ac:
20229         * docs/Makefile.am:
20230         * docs/libs/Makefile.am:
20231         * docs/libs/gst-plugins-libs-docs.sgml:
20232         * docs/libs/gst-plugins-libs-sections.txt:
20233         * docs/libs/tmpl/gstgconf.sgml:
20234         * docs/upload.mak:
20235         * docs/version.entities.in:
20236           Added boilerplate gtk-doc files for plugin-libs documentation.
20237
20238 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20239
20240         * gst/auparse/gstauparse.c: fix int and float audio caps
20241
20242 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20243
20244         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
20245         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
20246           g_assert() can be a macro, don't use #ifdef inside it.
20247
20248 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
20249
20250         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20251
20252         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
20253         (gst_videorate_init), (gst_videorate_chain),
20254         (gst_videorate_change_state):
20255           Event handling (fixes #159986).
20256
20257 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20258
20259         * gst-libs/gst/riff/riff-media.c:
20260         (gst_riff_create_video_caps_with_data):
20261           Add BLZ0 (Blizzard's version of DivX) fourcc.
20262
20263 2004-12-18  David Schleef  <ds@schleef.org>
20264
20265         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
20266         portability fix.
20267
20268 2004-12-18  David Schleef  <ds@schleef.org>
20269
20270         * gst/tta/ttadec.h: Disable some header code that isn't used
20271         and clearly isn't portable.
20272
20273 2004-12-18  David Schleef  <ds@schleef.org>
20274
20275         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
20276         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
20277         (avcodec_get_pix_fmt), (avpicture_layout),
20278         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
20279         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
20280         Fix code to not use GCC extensions (and c99 extensions that
20281         Forte does not like.)
20282
20283 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
20284
20285         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20286
20287         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
20288         (gst_deinterlace_chain):
20289           Rowstride fixes. Fixes #161039.
20290         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
20291         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
20292         (gst_video_crop_getcaps), (gst_video_crop_link),
20293         (gst_video_crop_i420), (gst_video_crop_chain),
20294         (gst_video_crop_change_state):
20295           Rework of negotiation. Actually works now. Fixes #158650.
20296
20297 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20298
20299         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
20300           That was very stupid.
20301
20302 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20303
20304         * gst/matroska/matroska-demux.c:
20305         (gst_matroska_demux_parse_blockgroup):
20306           Fix possible crasher.
20307
20308 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20309
20310         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
20311         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
20312           Lace sizes can be zero.
20313
20314 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20315
20316         * ext/musepack/gstmusepackdec.cpp:
20317           Fetch error return values. Fixes #161624.
20318         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
20319           Really EOS.
20320
20321 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20322
20323         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
20324           Work for truncated (unfinished download etc.) files. Fixes #160514.
20325
20326 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20327
20328         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
20329           Fix for integer overflow. Makes #156001 not crash. Probably masks
20330           the real bug.
20331
20332 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20333
20334         * gst/ac3parse/gstac3parse.c: (plugin_init):
20335           Parsers never have ranks. Fixes #159651.
20336
20337 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20338
20339         * gst/playback/gstdecodebin.c: (compare_ranks):
20340           make sure the facotries are ordered the same every time even if they
20341           have the same rank by using the name
20342         * gst/playback/gstdecodebin.c: (find_compatibles):
20343           make sure we don't add factories to the list twice
20344
20345 2004-12-16  David Schleef  <ds@schleef.org>
20346
20347         * configure.ac: look for musepack headers as musepack/*.h
20348         (fixes #159847)
20349         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
20350         * ext/musepack/gstmusepackreader.h: same
20351
20352 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20353
20354         * gst-libs/gst/riff/riff-read.c:
20355         (gst_riff_read_strf_auds_with_data):
20356           Read extradata correctly (fixes #155879).
20357
20358 2004-12-16  David Schleef  <ds@schleef.org>
20359
20360         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
20361         audio.  does _not_ attempt or allow conversion unless channels
20362         is 1 or 2.
20363
20364 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
20365
20366         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
20367
20368 2004-12-16  David Schleef  <ds@schleef.org>
20369
20370         * gst/audioscale/gstaudioscale.c: the resample library only
20371         handles 1 or 2 channels.  Change caps to compensate.
20372
20373 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20374
20375         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
20376         (gst_matroska_demux_audio_caps):
20377           Some MPEG-AAC hacks, because else it doesn't work...
20378
20379 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20380
20381         * gst-libs/gst/riff/riff-media.c:
20382         (gst_riff_create_video_caps_with_data),
20383         (gst_riff_create_video_template_caps):
20384           Add h264.
20385
20386 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20387
20388         * gst-libs/gst/audio/Makefile.am:
20389           Try to fix buildbot.
20390
20391 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20392
20393         * gst/tcp/gstmultifdsink.c:
20394           Clean up and uniformize debugging.
20395
20396 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
20397
20398         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20399
20400         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
20401         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
20402         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
20403         (gst_mpeg_demux_change_state):
20404           Reset on ready. Fixes 160276.
20405
20406 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
20407
20408         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20409
20410         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20411         (gst_ffmpegcsp_pad_link):
20412           Fix memleak (#154815).
20413
20414 2004-12-16  James Bowes  <bowes@cs.dal.ca>
20415
20416         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20417
20418         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
20419         (gst_musicbrainz_init), (gst_musicbrainz_chain),
20420         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
20421         * ext/musicbrainz/gsttrm.h:
20422           Add support for using a proxy server when getting a trm id from
20423           the MusicBrainz database (#149613).
20424
20425 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
20426
20427         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20428
20429         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
20430         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20431           Fix memleaks (#157233).
20432
20433 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
20434
20435         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20436
20437         * gst-libs/gst/resample/resample.c: (gst_resample_close):
20438         * gst-libs/gst/resample/resample.h:
20439         * gst/audioscale/gstaudioscale.c:
20440           Fix memleak (#159215).
20441
20442 2004-12-16  Toni Willberg  <toniw@iki.fi>
20443
20444         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20445
20446         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
20447         * sys/oss/oss_probe.c: (main):
20448           Check for mono/stereo support (similar to samplerate probing),
20449           fixes #159433. Also add missing copyright header to oss_probe.c.
20450
20451 2004-12-15  David Schleef  <ds@schleef.org>
20452
20453         * configure.ac: add audioresample and cairo plugins.  Remove
20454         HAVE_MMX stuff, because it's not used.
20455         * ext/Makefile.am: same
20456         * ext/audioresample/Makefile.am: You are not ready for an
20457         audio resampling element based on audioresample.
20458         * ext/audioresample/gstaudioresample.c:
20459         * ext/audioresample/gstaudioresample.h:
20460         * ext/cairo/Makefile.am: You are not ready for overlay elements
20461         based on cairo.  Don't look too closely, these elements kinda
20462         suck right now.
20463         * ext/cairo/gstcairo.c: new
20464         * ext/cairo/gsttextoverlay.c: new
20465         * ext/cairo/gsttextoverlay.h: new
20466         * ext/cairo/gsttimeoverlay.c: new
20467         * ext/cairo/gsttimeoverlay.h: new
20468         * gst-libs/gst/media-info/media-info-priv.h: fix compile
20469         problem with compilers that don't support variadic macros.
20470
20471 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
20472
20473         Reviewed by:  David Schleef  <ds@schleef.org>
20474
20475         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
20476         Bala, registering sunaudiosrc (oops!), and cleaning up code a
20477         bit.  Also ran indent-gst.
20478         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
20479         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
20480         (gst_sunaudiosrc_setparams):
20481
20482 2004-12-14  David Schleef  <ds@schleef.org>
20483
20484         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
20485         output rate to 16000.  Should fix #160235.
20486
20487 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20488
20489         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
20490         Add typefinding for mpeg2 pes streams
20491
20492 2004-12-13  David Schleef  <ds@schleef.org>
20493
20494         * configure.ac:  Applied patch from bug #143659, making default
20495         sources and sinks OS-dependent (for Solaris), and added code
20496         for OS/X.
20497         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
20498
20499 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20500
20501         * gst-libs/gst/riff/riff-media.c:
20502           forgot to add h2.64 to avidemux template caps
20503
20504 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20505
20506         * gst/wavenc/riff.h:
20507         * gst-libs/gst/riff/riff-media.c:
20508         * gst-libs/gst/riff/riff-ids.h:
20509         * gst/avi/gstavimux.c
20510         add 4CC code for VideoSoft h264 in AVI (VSSH)
20511           fixes bug #160655
20512         remove s323 from riff, it's quicktime specific :(
20513
20514 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20515
20516         * gst/asfdemux/README
20517         * gst/wavenc/riff.h
20518         * gst-libs/gst/riff/riff-ids.h
20519         * gst-libs/gst/riff/riff-media.c
20520         * gst/qtdemux/qtdemux.c:
20521           add new 4CC codes for h263 related codecs
20522           fixes partially bug #155163
20523
20524 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
20525
20526         * configure.ac: Update polyaudio requirement to 0.7
20527         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
20528
20529 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20530
20531         * gst/interleave/deinterleave.c:
20532         fix my name's spelling! :)
20533
20534 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20535
20536         * AUTHORS ChangeLog
20537         * gst/auparse/gstauparse.c
20538         * gst/interleave/deinterleave.c
20539         * gst/law/:
20540                 alaw-decode.c alaw-encode.c
20541                 mulaw-decode.c mulaw-encode.c
20542         * gst/oneton/gstoneton.c
20543         * sys/osxaudio/:
20544                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
20545         * sys/osxvideo/:
20546                 cocoawindow.h cocoawindow.m
20547                 osxvideosink.h osxvideosink.m
20548
20549         put the same mail address for Zaheer Abbas Merali everywhere
20550
20551 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20552
20553         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
20554           Align by packetsize, and assert that we a packet available before
20555           playing. The first makes webstreams work (they often include
20556           trailing padding data in a packet), the second allows pausing a
20557           ASF stream in totem without getting demux errors afterwards.
20558
20559 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20560
20561         * ext/ogg/gstoggdemux.c: (get_relative):
20562           Check for non-NULL before accessing member (end-of-chain).
20563
20564 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20565
20566         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
20567         (cdparanoia_set_property), (cdparanoia_get_property):
20568         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
20569         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
20570         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
20571         (dvdreadsrc_init), (dvdreadsrc_set_property),
20572         (dvdreadsrc_get_property):
20573         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
20574         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
20575           Synchronize property names where not yet the case. Devices are
20576           now device=X, other versions are deprecated (but still exist).
20577           Also use g_free() unconditionally.
20578         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
20579         (setup_source), (gst_play_base_bin_get_property):
20580           Expose source.
20581
20582 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
20583
20584         * configure.ac: move GCONF macro outside conditional for the am
20585           conditional. Fixes #160439
20586
20587 2004-12-08  David Schleef  <ds@schleef.org>
20588
20589         * tools/gst-visualise-m.m: Switch to elements that currently
20590         exist.
20591
20592 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20593
20594         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
20595           We love wrong commas.
20596
20597 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20598
20599         * gst/matroska/matroska-demux.c:
20600         (gst_matroska_demux_handle_src_query):
20601           Don't set DEFAULT, unsupported - makes length display incorrectly
20602           in some cases.
20603
20604 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
20605
20606         * gst/monoscope/README: remove blurb about files being GPL
20607         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
20608         * gst/monoscope/monoscope.c: Change license to BSD with explanation
20609           monoscope is now effectively LGPL licensed
20610
20611 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
20612
20613         * gst/monoscope/README: Update information to be more correct
20614         * gst/monoscope/convolve.c: Relicense to LGPL
20615         * gst/monoscope/convolve.h: Relicense to LGPL
20616
20617 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
20618
20619         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
20620           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
20621         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
20622           set default_duration for mpeg1 audio
20623
20624 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20625
20626         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
20627         * ext/alsa/gstalsa.h:
20628           refactor big chunks of the core caps negotiation code to make it
20629           a lot faster, because people claim it's really slow
20630           (actually, just cache the getcaps when the device is opened)
20631
20632 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20633
20634         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
20635         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
20636         (gst_a52dec_handle_frame), (gst_a52dec_chain),
20637         (gst_a52dec_change_state), (plugin_init):
20638         * ext/a52dec/gsta52dec.h:
20639           Do something useful with timestamps. Make chain-based (since
20640           there's really no reason to be loopbased).
20641         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
20642           Update current_byte/frame correctly.
20643
20644 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20645
20646         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
20647         (gst_ape_demux_stream_init):
20648           Forward tags, too.
20649
20650 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20651
20652         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
20653           Let's make sure we're done typefinding when detecting tags.
20654
20655 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20656
20657         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
20658         (gst_ebml_read_init), (gst_ebml_read_use_event),
20659         (gst_ebml_read_element_id), (gst_ebml_peek_id),
20660         (gst_ebml_read_seek), (gst_ebml_read_skip),
20661         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
20662         (gst_ebml_read_master):
20663         * gst/matroska/ebml-read.h:
20664         * gst/matroska/matroska-demux.c:
20665         (gst_matroska_demux_parse_contents),
20666         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
20667           Disgustingly evil hack for working around INTERRUPT events and
20668           their extremely annoying habit of being a pain in the ass. We
20669           simply peek a cluster before reading any of it.
20670
20671 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20672
20673         * ext/musepack/gstmusepackdec.cpp:
20674           There's also floating point libmusepacks.
20675
20676 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20677
20678         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
20679         (gst_faad_chanpos_to_gst), (gst_faad_chain):
20680           Set DURATION even if source buffer didn't. Also use increasing
20681           timestamps.
20682         * gst-libs/gst/riff/riff-media.c:
20683         (gst_riff_create_audio_caps_with_data):
20684           Block_align can have larger values than 8192.
20685
20686 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20687
20688         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
20689         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
20690         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
20691         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
20692           Fix caps.
20693
20694 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20695
20696         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
20697           Fix logic bug.
20698
20699 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20700
20701         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
20702           Yay, another one.
20703
20704 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20705
20706         * ext/esd/esdsink.c: (gst_esdsink_chain):
20707           Make error actually say something useful (fixes #156798).
20708         * gst-libs/gst/riff/riff-media.c:
20709         (gst_riff_create_video_caps_with_data),
20710         (gst_riff_create_video_template_caps):
20711           Add Intel Video 5.0 fourcc (IV50).
20712
20713 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
20714
20715         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
20716         detection on mono and stereo mp3 files.
20717
20718 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20719
20720         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
20721           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
20722           the contained stream).
20723
20724 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20725
20726         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
20727           Oops, remove debug.
20728
20729 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
20730
20731         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20732
20733         * gst/law/alaw-decode.c: (alawdec_getcaps):
20734         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
20735           Prevent warnings when negotiating caps (fixes #159338).
20736
20737 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20738
20739         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20740         (gst_ffmpegcsp_chain):
20741           Remove old leftover that shouldn't be there...
20742
20743 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
20744
20745         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20746
20747         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
20748           Don't forward DISCONT events (fixes #159684).
20749
20750 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20751
20752         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
20753           Unlink manually since sometimes bin disposal (and therefore
20754           pad unlinking) is delayed, which will cause a new media file
20755           to not be able to start playing instantly.
20756
20757 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20758
20759         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
20760           On mute of an unlinked stream, check for pad availability so
20761           we don't crash on unlinked pad.
20762
20763 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20764
20765         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
20766         (gst_avi_demux_massage_index):
20767           Fix quite humiliating bug in omitting 0-sized index chunks but
20768           forgetting to count them for timestamps.
20769
20770 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20771
20772         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
20773           Actually leave the loop if we failed to sync. Don't crash.
20774
20775 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20776
20777         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
20778         (gst_dvd_demux_process_private):
20779         * gst/mpegstream/gstdvddemux.h:
20780           Fix crash (#159759). Doesn't work, though. :-(.
20781
20782 2004-11-28  Benjamin Otte  <otte@gnome.org>
20783
20784         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
20785           more overwriting protection due to modifying channels one by one
20786           instead of all at once
20787
20788 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20789
20790         * gst/audioconvert/gstchannelmix.c:
20791         (gst_audio_convert_fill_normalize):
20792           Normalize using absolute values.
20793
20794 2004-11-28  Julien MOUTTE  <julien@moutte.net>
20795
20796         * configure.ac:
20797         * ext/Makefile.am:
20798         * ext/directfb/Makefile.am:
20799         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
20800         (gst_directfbvideosink_get_pixel_format),
20801         (gst_directfbvideosink_get_format_from_fourcc),
20802         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
20803         (gst_directfbvideosink_sink_link),
20804         (gst_directfbvideosink_change_state),
20805         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
20806         (gst_directfbvideosink_buffer_alloc),
20807         (gst_directfbvideosink_interface_supported),
20808         (gst_directfbvideosink_interface_init),
20809         (gst_directfbvideosink_navigation_send_event),
20810         (gst_directfbvideosink_navigation_init),
20811         (gst_directfbvideosink_set_property),
20812         (gst_directfbvideosink_get_property),
20813         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
20814         (gst_directfbvideosink_base_init),
20815         (gst_directfbvideosink_class_init),
20816         (gst_directfbvideosink_get_type), (plugin_init):
20817         * ext/directfb/directfbvideosink.h: Adding a first version of
20818         directfbvideosink.
20819         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
20820         more.
20821
20822 2004-11-28  Benjamin Otte  <otte@gnome.org>
20823
20824         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
20825           walk the samples backwards if out_channels > in_channels so we don't
20826           overwrite data
20827
20828 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20829
20830         * gst/audioconvert/Makefile.am:
20831         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
20832         (gst_audio_convert_link), (gst_audio_convert_change_state),
20833         (gst_audio_convert_channels):
20834         * gst/audioconvert/gstchannelmix.c:
20835         (gst_audio_convert_unset_matrix),
20836         (gst_audio_convert_fill_identical),
20837         (gst_audio_convert_fill_compatible),
20838         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
20839         (gst_audio_convert_fill_others),
20840         (gst_audio_convert_fill_normalize),
20841         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
20842         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
20843         * gst/audioconvert/gstchannelmix.h:
20844           Implement a channel mixer.
20845
20846 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
20847
20848         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
20849         * ext/alsa/gstalsa.h:
20850         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
20851         Make alsasink actually honor gst_element_set_clock and use that
20852         clock instead of its internal one.
20853
20854 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
20855
20856         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
20857         (gst_play_base_bin_change_state): nullify source and decoder when
20858         going from READY to NULL so that we don't try to do weird stuff with
20859         them when going from NULL to READY
20860         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
20861         instead of g_object_unref
20862         (gen_video_element), (gen_audio_element): more refcounting fixes, now
20863         it should be correct
20864         (gst_play_bin_change_state): don't call remove_sinks if we are
20865         currently disposing the object
20866
20867 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20868
20869         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
20870           Don't forget bass if it's there. Else left channel is silent...
20871
20872 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20873
20874         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
20875         (gst_a52dec_change_state):
20876           Don't do sample adjusting anymore, we use float audio now.
20877         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
20878           Don't fixate to non-existing properties.
20879
20880 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20881
20882         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
20883         (gst_a52dec_change_state):
20884           Advertise that we can do surround sound.
20885
20886 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20887
20888         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
20889           Add buffer-frames=0.
20890         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
20891         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
20892         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
20893         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
20894         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
20895         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
20896         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
20897         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
20898         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
20899         * ext/dvdread/dvdreadsrc.h:
20900           Add seeking, querying for bytes, sectors, title, angle and
20901           chapter. Handle multiple chapters. Relicense to LGPL because
20902           Billy agreed on that (thanks Billy!).
20903
20904 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
20905
20906         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
20907         call parent dispose method
20908
20909 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
20910
20911         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
20912         (gst_audio_clock_get_internal_time):
20913         Fix active <-> inactive transitions: ensure time value always
20914         grows and avoid abrupt value changes.
20915
20916 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
20917
20918         * configure.ac:
20919         * gst/tta/Makefile.am:
20920         * gst/tta/crc32.h:
20921         * gst/tta/filters.h:
20922         * gst/tta/gsttta.c:
20923         * gst/tta/gstttadec.c:
20924         * gst/tta/gstttadec.h:
20925         * gst/tta/gstttaparse.c:
20926         * gst/tta/gstttaparse.h:
20927         * gst/tta/ttadec.h:
20928           added TTA parser and decoder
20929
20930 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20931
20932         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
20933         (probe_triggered), (check_queue), (buffer_underrun),
20934         (buffer_running), (buffer_overrun), (gen_source_element),
20935         (setup_source):
20936         * gst/playback/gstplaybasebin.h:
20937           Implement buffering. Needs some more work.
20938
20939 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20940
20941         * ext/theora/theoradec.c: (theora_dec_chain):
20942           Fix ilog mask range overflow.
20943
20944 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20945
20946         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
20947           Don't omit the last (which in case of dmix is the only :) )
20948           channel count. Don't set channels if <= 2.
20949
20950 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
20951
20952         * gst/playback/gstplaybin.c: (gen_video_element),
20953         (gen_audio_element): Removed 2 obsolete comments
20954
20955 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20956
20957         * ext/vorbis/oggvorbisenc.c
20958         * ext/vorbis/vorbisenc.c :
20959           change description fields of those plugins to differentiate them
20960           (pitivi show Encoders by description, they had the same one)
20961
20962 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
20963
20964         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20965
20966         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
20967         (gst_play_bin_set_property), (gen_video_element),
20968         (gen_audio_element):
20969           Refcounting fixes for provided audio-/videosinks.
20970
20971 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20972
20973         * gst/playback/gstplaybin.c: (gen_video_element),
20974         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
20975           Don't reference all sinks, but only the video- and audiosinks.
20976           The vis. element should be disposed when we're done with it.
20977           We don't have any reason to keep it around. This fixes warnings
20978           when reusing playbin for playing multiple audio files with
20979           vis. enabled. Also release audio device on pause - idea stolen
20980           from Rhythmbox.
20981
20982 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20983
20984         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
20985         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
20986         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
20987         * ext/alsa/gstalsaplugin.c: (plugin_init):
20988         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
20989         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
20990         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
20991         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
20992         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
20993         (gst_faad_change_state), (plugin_init):
20994         * ext/faad/gstfaad.h:
20995         * ext/vorbis/vorbis.c: (plugin_init):
20996         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
20997         * gst-libs/gst/audio/Makefile.am:
20998         * gst-libs/gst/audio/audio.c: (plugin_init):
20999         * gst-libs/gst/audio/multichannel.c:
21000         (gst_audio_check_channel_positions),
21001         (gst_audio_get_channel_positions),
21002         (gst_audio_set_channel_positions),
21003         (gst_audio_set_structure_channel_positions_list),
21004         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
21005         (gst_audio_fixate_channel_positions):
21006         * gst-libs/gst/audio/multichannel.h:
21007         * gst-libs/gst/audio/testchannels.c: (main):
21008         * gst/audioconvert/gstaudioconvert.c:
21009         (gst_audio_convert_class_init), (gst_audio_convert_init),
21010         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
21011         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
21012         (gst_audio_convert_fixate), (gst_audio_convert_channels):
21013         * gst/audioconvert/plugin.c: (plugin_init):
21014           Surround sound support.
21015
21016 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21017
21018         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
21019           Fix position for discont if we're close as well. Nitpicking, but
21020           saves a few milliseconds of extra waiting or skipping.
21021
21022 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21023
21024         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
21025           We sometimes need parsers for playback, so add those too.
21026
21027 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21028
21029         * configure.ac:
21030         * gst/apetag/Makefile.am:
21031         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
21032         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
21033         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
21034         (gst_ape_demux_get_src_query_types),
21035         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
21036         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
21037         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
21038         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
21039         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
21040         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
21041         (gst_ape_demux_change_state):
21042         * gst/apetag/apedemux.h:
21043         * gst/apetag/apetag.c: (plugin_init):
21044         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
21045         (plugin_init):
21046           APE v1/2 tag reader plus typefind function.
21047
21048 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21049
21050         * configure.ac:
21051         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
21052         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
21053           Remove hacks for older core. Require newer core version
21054           accordingly.
21055
21056 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21057
21058         * gst/cdxaparse/Makefile.am:
21059         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
21060         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
21061         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
21062         * gst/cdxaparse/gstcdxaparse.h:
21063         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
21064         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
21065         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
21066         (gst_cdxastrip_get_src_query_types),
21067         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
21068         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
21069         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
21070         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
21071         * gst/cdxaparse/gstcdxastrip.h:
21072           SVCD/VCD header stripping separated from CDXA image parsing.
21073         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
21074         (plugin_init):
21075           Add VCD/SVCD header typefinding for VCD/SVCD.
21076         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
21077         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
21078         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
21079         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
21080         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
21081         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
21082         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
21083         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
21084         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
21085         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
21086         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
21087         * sys/vcd/vcdsrc.h:
21088           Fix up, add seeking, querying, URI interface. Works in totem now.
21089
21090 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
21091
21092         * configure.ac:
21093           back to CVS
21094
21095 === release 0.8.6 ===
21096
21097 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
21098
21099         * NEWS:
21100         * RELEASE:
21101         * configure.ac:
21102         * po/af.po:
21103         * po/az.po:
21104         * po/cs.po:
21105         * po/en_GB.po:
21106         * po/hu.po:
21107         * po/it.po:
21108         * po/nb.po:
21109         * po/nl.po:
21110         * po/or.po:
21111         * po/sq.po:
21112         * po/sr.po:
21113         * po/sv.po:
21114         * po/uk.po:
21115           releasing 0.8.6, "IOU Love"
21116
21117 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21118
21119         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
21120
21121         * gst/playback/gstplaybasebin.c:
21122           Fix unplayable files error handling.  Fixes #158365
21123
21124 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21125
21126         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
21127
21128         * gst/typefind/gsttypefindfunctions.c:
21129           Fix broken mp3 typefinding.  Fixes #158375
21130
21131 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21132
21133         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
21134
21135         * ext/ogg/gstoggdemux.c:
21136           Fix sync on broken files.  Fixes #158976
21137
21138 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21139
21140         patch by: Edward Hervey <bilboed@bilboed.com>
21141
21142         * ext/libpng/gstpngenc.c:
21143           Copy over buffer properties.  Fixes #158832
21144
21145 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21146
21147         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
21148
21149         * ext/dvdread/dvdreadsrc.c:
21150           Fixes invalid reads (#158462)
21151
21152 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21153
21154         * sys/v4l/gstv4lsrc.c:
21155         * sys/v4l/gstv4lsrc.h:
21156         * sys/v4l/v4lsrc_calls.c:
21157           Probe less and cache it.  Fixes #159187.
21158
21159 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21160
21161         * gst/videorate/gstvideorate.c:
21162           Handle all video formats. Fixes #159186.
21163
21164 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
21165         * gst/synaesthesia/gstsynaesthesia.c:
21166         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
21167         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
21168         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
21169         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
21170         (gst_synaesthesia_change_state), (plugin_init):
21171         Fix up synaesthesia to work under different samplerates/ buffer sizes.
21172         Force 320x200 output, as that's the only thing the underlying
21173         synaesthesia implementation supports. Still needs to be made
21174         re-entrant.
21175
21176 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21177
21178         * configure.ac:
21179           Fix mpeg2enc configure check (similar to mplex check below).
21180
21181 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
21182
21183         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21184
21185         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21186           Fix for gcc-2.95 (fixes #158221).
21187
21188 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21189
21190         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
21191           Re-add clock distribution hack (until new core is released).
21192           Fixes #158125.
21193
21194 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
21195         * configure.ac:
21196           fix mplex configure check segfaulting on some systems (bug #140994)
21197
21198 2004-11-13  Benjamin Otte  <otte@gnome.org>
21199
21200         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
21201           add debugging
21202         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
21203           do a wait when we enter the loop func with no data available to
21204           write instead of getting into an 100% CPU loop by just returning and
21205           being called again by the scheduler
21206
21207 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
21208
21209         * configure.ac:
21210         * ext/libvisual/visual.c: (gst_visual_get_type),
21211         (libvisual_log_handler), (gst_visual_getcaps),
21212         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
21213         (plugin_init):
21214           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
21215         * ext/smoothwave/Makefile.am:
21216         * ext/smoothwave/demo-osssrc.c: (main):
21217         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
21218         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
21219         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
21220         (plugin_init):
21221         * ext/smoothwave/gstsmoothwave.h:
21222           Make gstsmoothwave a working element in the 20th century.
21223
21224         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
21225           Fix incorrect link function
21226
21227 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21228
21229         * gst/volume/gstvolume.c:
21230           Allow buffer-frames=0.
21231
21232 2004-11-12 Iain <iaingnome@gmail.com>
21233
21234         * configure.ac: Check for polypaudio
21235
21236         * ext/Makefile.am: Build the polyp dir
21237
21238         * ext/polyp: The polypsink sources.
21239
21240 2004-10-30 Iain <iaingnome@gmail.com>
21241
21242         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
21243         caps to reflect the new number of channels.
21244
21245 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21246
21247         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
21248           Fix for negotiation order problem. This would show when the
21249           ALSA loopfuction was called before any other function. ALSA
21250           wouldn't do anything because we're not negotiated yet, leading
21251           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
21252
21253 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
21254
21255         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21256
21257         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
21258           No warnings (#157986).
21259
21260 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21261
21262         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
21263           Prefer apev1/2 and id3v1 (at end of file) over musepack.
21264
21265 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21266
21267         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
21268           Signal no-more-pads (so it works in playbin).
21269
21270 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21271
21272         * ext/musepack/gstmusepackreader.cpp:
21273           Workaround for older core.
21274
21275 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21276
21277         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
21278           Actually test for odd width/height rather than testing whether
21279           a temporary variable that was 0 before we subtracted 1 is now
21280           not equal to zero (which it always is).
21281
21282 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21283
21284         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
21285         Fix compilation if HAVE_XVIDEO is not defined
21286
21287 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21288
21289         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
21290         Fix compilation if HAVE_XVIDEO is not defined
21291
21292 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
21293
21294         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
21295         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
21296         (gst_goom_change_state), (plugin_init):
21297         Use the bytestream adapter so goom doesn't depend on the input
21298         buffer size.
21299         Add a debug category
21300
21301 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21302
21303         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
21304           Only set hardware parameters *after* negotiation. Before
21305           negotiation, it will set ANY and that seems to cause crashes
21306           (see e.g. #151288, #153227).
21307
21308 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21309
21310         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
21311           This seems to be antique leftover. It needs to pass error
21312           checking.
21313         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
21314         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
21315         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
21316         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
21317           Fix GstXOverlay implementation (#151059).
21318
21319 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21320
21321         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
21322           Don't assert (#157853).
21323
21324 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21325
21326         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
21327           Fix bytes/samples confustion.
21328         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
21329           Fix for underrun (#144389).
21330
21331 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21332
21333         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
21334           Disable halfway-seek for pending release (since it needs a new
21335           core release).
21336
21337 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21338
21339         * sys/v4l/gstv4lsrc.c:
21340         * sys/v4l/gstv4lsrc.h:
21341         * sys/v4l/v4lsrc_calls.c:
21342           add autoprobe-fps property so we can separate autoprobing parts
21343
21344 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21345
21346         * sys/v4l/gstv4lsrc.c:
21347         * sys/v4l/v4lsrc_calls.c:
21348         initialise fourcc to catch unset fourcc's, and debug
21349
21350 2004-11-09  Wim Taymans  <wim@fluendo.com>
21351
21352         * gst/playback/README:
21353         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
21354         * gst/playback/gstplaybin.c: (gst_play_bin_init),
21355         (gst_play_bin_dispose), (gst_play_bin_set_property),
21356         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
21357         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
21358         (gst_play_bin_get_formats), (gst_play_bin_convert),
21359         (gst_play_bin_get_query_types), (gst_play_bin_query):
21360         Cleanups and some more documentation.
21361
21362 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
21363
21364         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
21365         (gst_cacasink_init), (gst_cacasink_chain):
21366         * ext/libcaca/gstcacasink.h:
21367         Cacasink inherits from VideoSink, so let that store the clock.
21368
21369 2004-11-09  Wim Taymans  <wim@fluendo.com>
21370
21371         * gst/playback/README:
21372         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
21373         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
21374         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
21375         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
21376         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
21377         (setup_sinks):
21378         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
21379         (gst_stream_info_is_mute), (gst_stream_info_set_property):
21380         * gst/playback/gststreaminfo.h:
21381         Updated README.
21382         Only switch groups if all streams have muted (EOSed).
21383         Send Tags in sync with the stream playback instead of in
21384         the playback/preroll phase.
21385         Some cleanups, free the fakesrc elements.
21386
21387 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21388
21389         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
21390           buffer-frames property was missing
21391         * ext/arts/gst_arts.c:
21392           rate missing from sinkcaps
21393         * ext/audiofile/gstafparse.c:
21394         * ext/audiofile/gstafsink.c:
21395         * ext/audiofile/gstafsrc.c:
21396         * ext/swfdec/gstswfdec.c:
21397           int audio doesn't know buffer-frames
21398         * ext/cdparanoia/gstcdparanoia.c:
21399           int audio doesn't know chunksize either
21400         * ext/nas/nassink.c:
21401           it's endianness, not endianess
21402         * gst-libs/gst/audio/audio.h:
21403           make float standard pad template caps really describe float
21404         * gst/law/mulaw.c: (linear_factory):
21405           signed only, please
21406         * gst/mpegstream/gstdvddemux.c:
21407           widths of 20 are not valid
21408
21409 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21410
21411         Submitted by: Luca Ferretti <elle.uca@infinito.it>
21412
21413         * po/LINGUAS:
21414         * po/it.po:
21415           Add Italian
21416
21417 2004-11-08  Wim Taymans  <wim@fluendo.com>
21418
21419         * gst/playback/README:
21420         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
21421         * gst/playback/gstplaybasebin.c: (probe_triggered),
21422         (gst_play_base_bin_change_state):
21423         Updated README, added more comments for fixmes etc..
21424
21425 2004-11-08  Wim Taymans  <wim@fluendo.com>
21426
21427         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
21428         We can remove this hack now.
21429
21430 2004-11-08  Wim Taymans  <wim@fluendo.com>
21431
21432         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
21433         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
21434         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
21435         Only mix AYUV for maximum quality.
21436
21437 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21438
21439         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
21440         (gst_ogg_demux_push), (gst_ogg_pad_push):
21441           Let's act as if we're synchronized now! :).
21442         * ext/theora/theoradec.c: (theora_dec_chain):
21443           Add some debug.
21444
21445 2004-11-08  Wim Taymans  <wim@fluendo.com>
21446
21447         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
21448         (gst_alpha_set_property), (gst_alpha_sink_link),
21449         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
21450         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
21451         (gst_alpha_init_params), (gst_alpha_chain):
21452         Implement alpha functions for AYUV too, this increases
21453         accuracy quite a bit.
21454
21455 2004-11-08  Wim Taymans  <wim@fluendo.com>
21456
21457         * gst/ffmpegcolorspace/avcodec.h:
21458         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21459         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
21460         (gst_ffmpegcsp_avpicture_fill):
21461         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21462         (gst_ffmpegcsp_caps_remove_format_info):
21463         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
21464         (shrink12), (img_get_alpha_info), (deinterlace_line),
21465         (deinterlace_line_inplace):
21466         * gst/ffmpegcolorspace/imgconvert_template.h:
21467         Added AYUV colorspace and handle RGBA a bit more respectful.
21468
21469 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21470
21471         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
21472           Actually always send a discont (cornercase when resending the
21473           same serial-tagged chain twice).
21474
21475 2004-11-08  Julien MOUTTE  <julien@moutte.net>
21476
21477         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
21478         (gst_ximagesink_finalize):
21479         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
21480         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
21481
21482 2004-11-08  Wim Taymans  <wim@fluendo.com>
21483
21484         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
21485         Don't segfault on NULL data.
21486
21487 2004-11-08  Wim Taymans  <wim@fluendo.com>
21488
21489         * gst/playback/gstdecodebin.c: (unlinked):
21490         * gst/playback/gstplay-marshal.list:
21491         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
21492         (gst_play_base_bin_init), (group_create), (get_active_group),
21493         (get_building_group), (group_destroy), (group_commit),
21494         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
21495         (add_element_stream), (no_more_pads), (probe_triggered),
21496         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
21497         (state_change), (setup_source), (gst_play_base_bin_get_property),
21498         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
21499         (gst_play_base_bin_link_stream),
21500         (gst_play_base_bin_get_streaminfo):
21501         * gst/playback/gstplaybasebin.h:
21502         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
21503         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
21504         Add support for chained ogg files. Prepare for playlist
21505         support. This patch introduces the concept of pad groups, which
21506         together compose one playable media file.
21507
21508 2004-11-07  David Schleef  <ds@schleef.org>
21509
21510         * testsuite/gst-lint: Check for pad templates that aren't statically
21511         scoped.
21512
21513 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21514
21515         * configure.ac:
21516         * ext/Makefile.am:
21517         * ext/musepack/Makefile.am:
21518         * ext/musepack/gstmusepackdec.cpp:
21519         * ext/musepack/gstmusepackdec.h:
21520         * ext/musepack/gstmusepackreader.cpp:
21521         * ext/musepack/gstmusepackreader.h:
21522           Add musepack decoder.
21523         * ext/faad/gstfaad.c: (gst_faad_base_init):
21524           Make pad templates static.
21525         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
21526         (plugin_init):
21527           Add musepack typefinder, make mp3 typefinding work halfway stream,
21528           which doesn't actually work yet because id3demux doesn't implement
21529           _get_length().
21530
21531 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21532
21533         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21534         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
21535           Fix interrupt event handling (#144436).
21536
21537 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21538
21539         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
21540           Hide unused glory.
21541
21542 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
21543
21544         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21545
21546         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
21547           Fix weird caps (#157548).
21548
21549 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
21550
21551         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21552
21553         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
21554           Add missing NULL terminator (#157543).
21555
21556 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
21557
21558         * gst/tcp/gsttcp.h:
21559         * gst/tcp/gsttcpclientsink.c:
21560         * gst/tcp/gsttcpclientsrc.c:
21561         * gst/tcp/gsttcpserversink.c:
21562         * gst/tcp/gsttcpserversrc.c:
21563           ports can go up to 65535.  Move common defines to gsttcp.h
21564
21565 2004-11-05  Wim Taymans  <wim@fluendo.com>
21566
21567         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
21568         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
21569         Added two more colorspaces.
21570
21571 2004-11-05  Wim Taymans  <wim@fluendo.com>
21572
21573         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21574         (gst_ffmpegcsp_avpicture_fill):
21575         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
21576         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
21577         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
21578         More stride fixes.
21579
21580 2004-11-05  Wim Taymans  <wim@fluendo.com>
21581
21582         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
21583         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
21584         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
21585         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
21586         (gst_videomixer_loop):
21587         More stride fixes.
21588
21589 2004-11-05  Benjamin Otte  <otte@gnome.org>
21590
21591         * ext/mad/gstmad.c: (gst_mad_chain):
21592           don't overflow data buffer. Flush not needed sync data when syncing
21593           failed.
21594
21595 2004-11-04  Wim Taymans  <wim@fluendo.com>
21596
21597         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
21598         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
21599         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
21600         (gst_alpha_init_params), (gst_alpha_chain),
21601         (gst_alpha_change_state):
21602         Updated the chroma keying algorithm with something more
21603         sophisticated.
21604
21605 2004-11-03  Wim Taymans  <wim@fluendo.com>
21606
21607         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
21608         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
21609         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
21610         Fix stride issues. Does not completely work for odd
21611         heights.
21612
21613 2004-11-03  Wim Taymans  <wim@fluendo.com>
21614
21615         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
21616         (gst_alpha_chroma_key), (gst_alpha_chain):
21617         Fix stride issues. Does not completely work for odd
21618         heights.
21619
21620 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
21621
21622         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
21623         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
21624         leak fixes
21625
21626 2004-11-03  Wim Taymans  <wim@fluendo.com>
21627
21628         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21629         (gst_ffmpegcsp_avpicture_fill):
21630         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
21631         (avpicture_alloc):
21632         * gst/ffmpegcolorspace/imgconvert_template.h:
21633         Use correct _fill function to get correct strides.
21634
21635 2004-11-02  David Schleef  <ds@schleef.org>
21636
21637         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
21638         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
21639         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
21640         Change all g_print()s to debugging.  Add a bunch of consistency
21641         checks.
21642
21643 2004-11-02  Wim Taymans  <wim@fluendo.com>
21644
21645         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
21646         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
21647         (unlinked), (no_more_pads), (close_link):
21648         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
21649         (unknown_type), (add_element_stream), (new_decoded_pad),
21650         (removed_decoded_pad), (setup_source):
21651         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
21652         (gst_stream_info_class_init), (gst_stream_info_init),
21653         (gst_stream_info_new), (gst_stream_info_dispose),
21654         (stream_info_mute_pad), (gst_stream_info_set_property),
21655         (gst_stream_info_get_property):
21656         * gst/playback/gststreaminfo.h:
21657         Fix playback of multiple files.
21658         a slightly different approach to handling dynamic pad removals.
21659         This one only looks at pads that we have linked.
21660
21661 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
21662
21663         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
21664         free" warning from libc.
21665
21666 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21667
21668         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
21669         (get_unconnected_element), (remove_starting_from), (pad_removed),
21670         (close_link):
21671           Implement support for dynamic pad changing. We listen to "live"
21672           pad removals (i.e. while playing) and re-setup autoplugging
21673           after that. Playbasebin/playbin need some more work for this
21674           to finally work, but decodebin supports (and replugs) chained
21675           ogg now.
21676
21677 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
21678
21679         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
21680         (gst_alsa_finalize):
21681         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
21682         (gst_cdaudio_finalize):
21683         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
21684         (cdparanoia_finalize):
21685         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
21686         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
21687         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
21688         (dvdreadsrc_finalize):
21689         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
21690         (gst_flacdec_finalize):
21691         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
21692         (gst_flacenc_finalize):
21693         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
21694         (gst_gnomevfssink_finalize):
21695         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
21696         (gst_gnomevfssrc_finalize):
21697         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
21698         (gst_fameenc_finalize):
21699         * ext/nas/nassink.c: (gst_nassink_class_init),
21700         (gst_nassink_finalize):
21701         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
21702         (gst_sdlvideosink_class_init):
21703         * ext/sndfile/gstsf.c: (gst_sf_dispose):
21704         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
21705         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
21706         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
21707         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
21708         (gst_x_window_listener_dispose):
21709         * gst/audioscale/gstaudioscale.c:
21710         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
21711         (play_on_demand_finalize):
21712         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
21713         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
21714         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
21715         (cdplayer_finalize):
21716         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
21717         (gst_glimagesink_class_init):
21718         * sys/oss/gstosselement.c: (gst_osselement_class_init),
21719         (gst_osselement_finalize):
21720         * sys/oss/gstosssink.c: (gst_osssink_dispose):
21721         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
21722         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
21723           Fixes a bunch of problems with finalize and dispose functions,
21724           either assumptions that dispose is only called once, or not calling
21725           the parent class dispose/finalize function
21726
21727 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
21728
21729         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
21730           added two api precondition guards
21731           use g_strdup with getenv to fix crash when using ENVVAR
21732
21733 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
21734         * ext/esd/esdsink.c: (gst_esdsink_class_init),
21735         (gst_esdsink_finalize):
21736         Use a finalize function, not dispose, and more importantly,
21737         call the parent class finalize function too
21738
21739 2004-11-01  Johan Dahlin  <johan@gnome.org>
21740
21741         * ext/ogg/gstoggdemux.c:
21742         * gst/tags/gstvorbistag.c:
21743         Plug leaks.
21744
21745 2004-10-31  Benjamin Otte  <otte@gnome.org>
21746
21747         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
21748           lotsa memleaks today. But they're all small...
21749
21750 2004-10-31  Benjamin Otte  <otte@gnome.org>
21751
21752         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
21753           another memleak crushed
21754
21755 2004-10-31  Benjamin Otte  <otte@gnome.org>
21756
21757         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
21758           fix memleak
21759
21760 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21761
21762         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
21763           Hack to prevent crash when going to READY inside signal handler
21764           while this function is active.
21765
21766 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21767
21768         * gst/ffmpegcolorspace/Makefile.am:
21769         * gst/ffmpegcolorspace/avcodec.h:
21770         * gst/ffmpegcolorspace/common.h:
21771         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
21772         * gst/ffmpegcolorspace/dsputil.h:
21773         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
21774         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21775         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
21776         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
21777         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
21778         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
21779         (gst_ffmpegcsp_avpicture_fill):
21780         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
21781         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21782         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
21783         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
21784         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
21785         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
21786         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
21787         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
21788         * gst/ffmpegcolorspace/imgconvert.c:
21789         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
21790         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
21791         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
21792         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
21793         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
21794         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
21795         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
21796         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
21797         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
21798         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
21799         (grow21), (grow22), (grow41), (grow44), (conv411),
21800         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
21801         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
21802         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
21803         (avpicture_free), (is_yuv_planar), (img_convert),
21804         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
21805         (deinterlace_line_inplace), (deinterlace_bottom_field),
21806         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
21807         * gst/ffmpegcolorspace/imgconvert_template.h:
21808         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
21809         * gst/ffmpegcolorspace/mmx.h:
21810         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
21811         (av_fast_realloc), (av_mallocz_static), (av_free_static),
21812         (av_freep), (avcodec_get_context_defaults),
21813         (avcodec_alloc_context), (avcodec_init):
21814           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
21815           handling plus update from ffmpeg CVS. Large clean-up.
21816
21817 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21818
21819         * gst/playback/Makefile.am:
21820           We need the marshallers for decodebin, too.
21821
21822 2004-10-30  David Schleef  <ds@schleef.org>
21823
21824         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
21825           quicktime typefinding work with 64-bit offsets.
21826
21827 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
21828
21829         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
21830           Set EOS on the element when processing an EOS event.
21831         * ext/speex/gstspeexdec.h:
21832         * ext/speex/gstspeexenc.h:
21833           Only keep a const ptr to the mode
21834         * gst-libs/gst/riff/riff-media.c:
21835         (gst_riff_create_audio_caps_with_data),
21836         (gst_riff_create_audio_template_caps):
21837           Allow WMAV3, with up to 6 channels.
21838         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
21839           Don't call gst_pad_set_event_function on a sink pad.
21840         * gst/mpegstream/gstdvddemux.c:
21841         (gst_dvd_demux_get_subpicture_stream),
21842         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
21843           Copy the explicit caps that were set across to the cur_* pads,
21844           instead of trying to use a possibly non-existent negotiated caps.
21845           Reset the type of subpicture pads to UNKNOWN after calling
21846           init_stream, so that the caps get set.
21847
21848 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
21849
21850         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21851
21852         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
21853           Don't touch buffer if it is of size 0 (fixes #151064).
21854
21855 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21856
21857         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
21858           Synchronized discont handling.
21859
21860 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21861
21862         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
21863         (gst_ogg_demux_push):
21864           Make seeking sort-of exact again (fixes #156387).
21865
21866 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21867
21868         * gst/playback/gstplaybasebin.c: (unknown_type),
21869         (add_element_stream), (new_decoded_pad),
21870         (gst_play_base_bin_change_state):
21871         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
21872         (gst_stream_info_init), (gst_stream_info_new),
21873         (gst_stream_info_dispose), (gst_stream_info_get_property):
21874         * gst/playback/gststreaminfo.h:
21875           Make caps explicitely available. Makes testing for unsupported
21876           types possible. Improves error reporting.
21877
21878 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21879
21880         * gst/audioconvert/gstaudioconvert.c:
21881         (gst_audio_convert_buffer_to_default_format):
21882           Really don't touch read-only buffers (#156563).
21883
21884 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
21885
21886         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21887
21888         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
21889           Fix memleak (#155223).
21890
21891 2004-10-29  Wim Taymans  <wim@fluendo.com>
21892
21893         * gst/tcp/.cvsignore:
21894         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
21895         (gst_multifdsink_class_init), (gst_multifdsink_init),
21896         (gst_multifdsink_add), (gst_multifdsink_remove),
21897         (gst_multifdsink_remove_client_link), (is_sync_frame),
21898         (gst_multifdsink_new_client),
21899         (gst_multifdsink_handle_client_write),
21900         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21901         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
21902         (gst_multifdsink_get_property):
21903         * gst/tcp/gstmultifdsink.h:
21904         Added burst on connect sync_method, deprecated sync_clients,
21905         streamlined the sync code some more.
21906
21907 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21908
21909         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
21910         (gst_play_base_bin_change_state):
21911           Improve error reporting.
21912
21913 2004-10-28  Wim Taymans  <wim@fluendo.com>
21914
21915         * gst/tcp/Makefile.am:
21916         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
21917         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
21918         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
21919         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21920         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21921         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21922         (gst_fdset_wait):
21923         Added more locks around fdset structures. Fixed/reworked
21924         the poll array resizing code.
21925         Added stress test for fdset.
21926
21927 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21928
21929         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
21930         fix build
21931
21932 2004-10-28  Benjamin Otte  <otte@gnome.org>
21933
21934         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
21935           fix link function to always query channels and query width for
21936           floats
21937         * configure.ac:
21938           add equalizer dir
21939         * gst/equalizer/Makefile.am:
21940         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
21941         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
21942         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
21943         (arg_to_scale), (setup_filter),
21944         (gst_iir_equalizer_compute_frequencies),
21945         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
21946         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
21947         (plugin_init):
21948           add an equalizer
21949
21950 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21951
21952         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
21953
21954         * po/LINGUAS:
21955         * po/nb.po:
21956           Added Norwegian Bokmaal translation
21957
21958 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21959
21960         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
21961           Don't break on options (fixes #156488).
21962
21963 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21964
21965         * configure.ac:
21966         * ext/cdaudio/Makefile.am:
21967         * sys/Makefile.am:
21968           fix build on older automake
21969
21970 2004-10-26  Wim Taymans  <wim@fluendo.com>
21971
21972         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
21973         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
21974         Allow a little margin when negotiating the framerate.
21975
21976 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
21977
21978         * gst/level/gstlevel.c:
21979           synchonised naming of pads and pad-templates
21980
21981 2004-10-26  Wim Taymans  <wim@fluendo.com>
21982
21983         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
21984         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
21985         (_find_streams_check), (gst_ogg_demux_push):
21986         Fix EOS again. Needs to be done in a better way. We should not
21987         remove the pad if there is no new chained stream.
21988
21989 2004-10-26 Iain <iaingnome@gmail.com>
21990
21991         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
21992         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
21993         of the caps.
21994         * gst/interleave/interleave.c (interleave_class_init): Hook up release
21995         pad.
21996         (interleave_release_pad): Remove the pad.
21997         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
21998         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
21999         the set device.
22000         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
22001         attrs
22002         (gst_xvimagesink_xcontext_clear): Free the xcontext.
22003         (gst_xvimagesink_finalize): Free the par.
22004
22005 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22006
22007         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
22008         (gst_avimux_stop_file):
22009           First calculate the rate, and only then use it. Hdr.rate is a
22010           multiple and not a derivative of hdr.scale. Scale is not the
22011           same as blockalign but is solely related to rate.
22012
22013 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22014
22015         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
22016         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
22017           Implement seeking.
22018
22019 2004-10-25  James Henstridge  <james@jamesh.id.au>
22020
22021         Reviewed by:  David Schleef  <ds@schleef.org>
22022
22023         * examples/gstplay/player.c: (got_stream_length), (main):
22024         * examples/seeking/cdplayer.c: (update_scale):
22025         * examples/seeking/seek.c: (format_value), (update_scale):
22026         * examples/seeking/spider_seek.c: (format_value), (update_scale),
22027         (stop_seek):
22028         Build fixes on AMD64.
22029
22030 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22031
22032         reviewed by: Ronald Bultje <rbultje at gnome dot org>
22033
22034         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
22035         Fix for some v4l cards which hang in v4lsrc
22036
22037 2004-10-25  Wim Taymans  <wim@fluendo.com>
22038
22039         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
22040         (gst_ogg_demux_push), (gst_ogg_chains_clear):
22041         Make sure to remove the pad when a new chain is
22042         encountered. Set some vars to NULL so we don't try
22043         to reference freed memory.
22044
22045 2004-10-25  Wim Taymans  <wim@fluendo.com>
22046
22047         * examples/seeking/Makefile.am:
22048         * examples/seeking/cdplayer.c: (update_scale):
22049         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
22050         * examples/seeking/playbin.c: (make_playerbin_pipeline),
22051         (format_value), (update_scale), (iterate), (start_seek),
22052         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
22053         (print_usage), (main):
22054         Added some more examples, update others.
22055
22056 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22057
22058         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
22059         * ext/speex/gstspeexdec.c: (speex_dec_chain):
22060         * ext/theora/theoradec.c: (theora_dec_chain):
22061         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
22062           Add codec-name metadata.
22063
22064 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
22065
22066         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22067
22068         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
22069         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
22070         * ext/alsa/gstalsamixertrack.h:
22071         * po/POTFILES.in:
22072           ALSA mixer track label internationalization (#154054).
22073
22074 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22075
22076         * ext/theora/theoradec.c: (theora_dec_chain):
22077           Export bitrate as metadata.
22078
22079 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22080
22081         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
22082         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
22083         * ext/alsa/gstalsamixertrack.h:
22084           Fix names, fix loop.
22085
22086 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22087
22088         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
22089         (speex_dec_convert):
22090           sinkconvert function so oggdemux can get the file length (totem).
22091
22092 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
22093
22094         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22095
22096         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
22097           Don't push incomplete packets.
22098         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
22099           Fix MPEG-4 audio typefinding.
22100
22101 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22102
22103         * sys/v4l/Makefile.am:
22104         * sys/v4l/gstv4l.c: (plugin_init):
22105         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
22106         (gst_v4lelement_init), (gst_v4lelement_dispose),
22107         (gst_v4lelement_change_state):
22108         * sys/v4l/gstv4lelement.h:
22109         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
22110         (gst_v4l_xoverlay_close), (idle_refresh),
22111         (gst_v4l_xoverlay_set_xwindow_id):
22112         * sys/v4l/gstv4lxoverlay.h:
22113         * sys/v4l/v4l-overlay_calls.c:
22114         * sys/v4l/v4l_calls.h:
22115         * sys/v4l2/Makefile.am:
22116         * sys/v4l2/gstv4l2.c: (plugin_init):
22117         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
22118         (gst_v4l2element_init), (gst_v4l2element_dispose),
22119         (gst_v4l2element_change_state):
22120         * sys/v4l2/gstv4l2element.h:
22121         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
22122         (gst_v4l2_xoverlay_close), (idle_refresh),
22123         (gst_v4l2_xoverlay_set_xwindow_id):
22124         * sys/v4l2/gstv4l2xoverlay.h:
22125         * sys/v4l2/v4l2-overlay_calls.c:
22126         * sys/v4l2/v4l2_calls.h:
22127           Remove client-side overlay handling, use the X-server v4l plugin
22128           for that. Nicer overlay, less code. Also make the plugin
22129           compileable without X (but then without overlay, obviously).
22130           Makes xwindowlistener obsolete, should we remove that?
22131
22132 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22133
22134         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
22135         (gst_osssrc_src_query):
22136         * sys/oss/gstosssrc.h:
22137           OK, so people want offset in DEFAULT. This time, actually fix all
22138           cases.
22139         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
22140           Add FPS properly.
22141
22142 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22143
22144         * gst/asfdemux/gstasfmux.c:
22145         * gst/avi/gstavimux.c:
22146           Framerate.
22147
22148 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22149
22150         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
22151           Fix properties (channel, norm, frequency).
22152
22153 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22154
22155         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
22156           Flag typo.
22157         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
22158           No warnings.
22159
22160 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22161
22162         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
22163           Fix hang.
22164
22165 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22166
22167         * sys/v4l2/gstv4l2element.h:
22168           Yet Another Hack (tm) for kernel header borkedness.
22169         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
22170         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
22171         (gst_v4l2src_link), (gst_v4l2src_getcaps),
22172         (gst_v4l2src_change_state):
22173         * sys/v4l2/gstv4l2src.h:
22174         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
22175         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
22176           Fix caps, keep track of state, work.
22177
22178 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22179
22180         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
22181           Quiet.
22182
22183 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22184
22185         * sys/oss/gstosssrc.c: (gst_osssrc_get):
22186           Don't mix bytes and samples.
22187
22188 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22189
22190         * ext/ogg/gstoggmux.c:
22191           Basic pad template which accepts OGM tracks, speex, flac, vorbis
22192           and theora. Any is incorrect.
22193         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
22194           Fix caps.
22195         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
22196         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
22197         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
22198         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
22199         * sys/v4l/gstv4lmjpegsrc.h:
22200         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
22201         (gst_v4lsrc_change_state):
22202         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
22203         (gst_v4lmjpegsrc_capture_stop):
22204           Fix caps. Keep track of internal state. Work.
22205
22206 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22207
22208         * ext/Makefile.am:
22209           Fix the build fixes.
22210
22211 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22212
22213         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22214         (gst_ogg_demux_src_event), (_find_chain_seek),
22215         (gst_ogg_pad_push):
22216           Check for pad availability before using it.
22217         * ext/ogg/gstoggdemux.c: (_find_chain_process):
22218           Fix parsing of chained ogg. Needs more work on the decoder side.
22219
22220 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22221
22222         * gst/spectrum/Makefile.am:
22223         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
22224         (idle_func):
22225           Fix demo and reenable it. Yes, I'm currently playing with audio
22226           analysis tools
22227
22228 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22229
22230         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
22231           We love it if files that start at zero work too...
22232
22233 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22234
22235         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
22236           Handle files with missing EOS headers.
22237
22238 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22239
22240         * gst/tcp/gsttcpserversink.c:
22241         (gst_tcpserversink_handle_server_read),
22242         (gst_tcpserversink_init_send):
22243         Zero some variables first (need for accept not to return EINVAL)
22244
22245 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22246
22247         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22248         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
22249         * ext/theora/theoradec.c: (theora_dec_sink_convert),
22250         (theora_dec_chain):
22251         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
22252         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
22253           Seeking and querying finetune.
22254
22255 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22256
22257         * configure.ac:
22258         * ext/Makefile.am:
22259         * ext/raw1394/Makefile.am:
22260           fix the build
22261
22262 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22263
22264         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
22265           Wrong return.
22266         * gst/playback/Makefile.am:
22267         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
22268         * gst/playback/gstplay-marshal.list:
22269         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
22270           Fix marshallers.
22271
22272 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22273
22274         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
22275           Silence.
22276
22277 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22278
22279         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22280         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
22281         (gst_ogg_pad_push):
22282           Yay for non-lineair granulepos in theora.
22283
22284 2004-10-18  Wim Taymans  <wim@fluendo.com>
22285
22286         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
22287         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
22288         * ext/dv/gstdvdec.h:
22289         Make sure we renegotiate aspect ratio when the camera switches.
22290
22291 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22292
22293         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22294         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
22295           Start at zero.
22296         * ext/theora/theoradec.c: (theora_dec_chain):
22297           Skip headers. Bad idea for chained ogg, but fixes seeking.
22298
22299 2004-10-18  Wim Taymans  <wim@fluendo.com>
22300
22301         * configure.ac:
22302         I swear, this is the last time I touch this.
22303
22304 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22305
22306         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22307         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
22308         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
22309           Faster seeking.
22310         * ext/theora/theoradec.c: (theora_dec_sink_convert):
22311           Time-to-default conversion.
22312         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
22313           Don't error on unknown packets, just skip. We should probably
22314           read them if we want to support chained ogg.
22315
22316 2004-10-18  Wim Taymans  <wim@fluendo.com>
22317
22318         * configure.ac:
22319         Added cdaudio to wrong list.
22320
22321 2004-10-18  Wim Taymans  <wim@fluendo.com>
22322
22323         * configure.ac:
22324         Revive cdaudio.
22325
22326 2004-10-18  Wim Taymans  <wim@fluendo.com>
22327
22328         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
22329         (gst_dvdec_video_link), (gst_dvdec_push):
22330         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
22331         (gst_smokeenc_resync), (gst_smokeenc_chain):
22332         Fix mimetype on smoke encoder.
22333         Add aspect ratio to dvdec. Not sure if these
22334         values are correct though....
22335
22336 2004-10-18  Wim Taymans  <wim@fluendo.com>
22337
22338         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
22339         Fix vorbis property descriptions and ranges.
22340
22341 2004-10-18  Wim Taymans  <wim@fluendo.com>
22342
22343         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
22344         Really do nothing when no data is available.
22345         Go to the playing state when the stream is not seekable
22346         instead of failing.
22347
22348 2004-10-18  Wim Taymans  <wim@fluendo.com>
22349
22350         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
22351         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
22352         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
22353         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
22354         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
22355         Added uri handler for cd://
22356         Port to new API.
22357
22358 2004-10-18  Wim Taymans  <wim@fluendo.com>
22359
22360         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
22361         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
22362         (try_to_link_1), (no_more_pads), (close_link), (type_found):
22363         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
22364         (remove_prerolls), (unknown_type), (add_element_stream),
22365         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
22366         (gst_play_base_bin_remove_element),
22367         (gst_play_base_bin_link_stream):
22368         * gst/playback/gstplaybin.c: (gen_video_element),
22369         (gen_vis_element), (remove_sinks), (setup_sinks):
22370         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
22371         (gst_stream_info_get_type), (gst_stream_info_class_init),
22372         (gst_stream_info_init), (gst_stream_info_new),
22373         (gst_stream_info_dispose), (stream_info_mute_pad),
22374         (gst_stream_info_set_property), (gst_stream_info_get_property):
22375         * gst/playback/gststreaminfo.h:
22376         Add sink padtemplate to decodebin.
22377         Added some more comments.
22378         Make queue size configurable in playbasebin.
22379         Added possibility to use elements as sinks (ex cdaudio).
22380
22381 2004-10-15  Wim Taymans  <wim@fluendo.com>
22382
22383         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
22384         (gst_speexenc_chain):
22385         Fix speex timestamps so that it gets muxed properly.
22386
22387 2004-10-15  Wim Taymans  <wim@fluendo.com>
22388
22389         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
22390         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
22391         (gst_dv1394src_init), (gst_dv1394src_dispose),
22392         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
22393         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
22394         (gst_dv1394src_event), (gst_dv1394src_get_formats),
22395         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
22396         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
22397         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
22398         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
22399         * ext/raw1394/gstdv1394src.h:
22400         Added conversion/query functions.
22401         Update buffer timestamps,
22402         Added signals.
22403         Added uri dv:// so it might play from the firewire in playbin.
22404         Fix a possible leak.
22405         Added debugging.
22406
22407 2004-10-15  Wim Taymans  <wim@fluendo.com>
22408
22409         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
22410         (gst_dv1394src_init), (gst_dv1394src_set_property),
22411         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
22412         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
22413         * ext/raw1394/gstdv1394src.h:
22414         Added AV/C VTR control support needed for some cameras.
22415         Added automatic port detection.
22416         Added properties for selecting the channel.
22417         The configure.ac script is not yet updated to reflect the
22418         new libavc1394 and librom1394 dependencies.
22419
22420 2004-10-15  Wim Taymans  <wim@fluendo.com>
22421
22422         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
22423         (qtdemux_parse), (gst_qtdemux_handle_esds):
22424         An esds box is not a container.
22425         Fix parsing of mp4v boxes.
22426         Do not try to renegotiate fps for each frame. Need to
22427         find a better method. This should fix mp4 playback.
22428
22429 2004-10-14  David Schleef  <ds@schleef.org>
22430
22431         * configure.ac: update for swfdec-0.3 and liboil-0.2
22432         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
22433         * ext/swfdec/gstswfdec.h: same
22434         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
22435         * gst/videotestsrc/videotestsrc.c: same
22436
22437 2004-10-14  Wim Taymans  <wim@fluendo.com>
22438
22439         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
22440         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
22441         (is_sync_frame), (gst_multifdsink_new_client),
22442         (gst_multifdsink_handle_client_write),
22443         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
22444         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
22445         Turn warnings into info.
22446         Don't allow a state change in the streaming thread.
22447
22448 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22449
22450         * ext/vorbis/oggvorbisenc.c:
22451         * ext/vorbis/vorbisdec.c:
22452           fix template sample rate
22453
22454 2004-10-13  Wim Taymans  <wim@fluendo.com>
22455
22456         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
22457         Decoding the header first fixes some problems in resyncing
22458         in more mp3s.
22459
22460 2004-10-12  Wim Taymans  <wim@fluendo.com>
22461
22462         * gst/playback/gstplaybin.c: (gen_video_element),
22463         (gen_vis_element), (remove_sinks), (setup_sinks):
22464         Added vis plugin support, need to configure the vis
22465         element to activate it.
22466
22467 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22468
22469         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
22470         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
22471           Some debug.
22472         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
22473         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
22474         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
22475         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
22476         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
22477         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
22478         * gst/avi/gstavidemux.h:
22479           Support for openDML-2.0 indx/ix## chunks. Support for broken index
22480           recovery (where, if part of the index is broken, we will still read
22481           the rest of the index and recover the broken part by stream
22482           scanning). More broken media support. EOS workarounds. General AVI
22483           braindamage headache recovery. Aspirin included.
22484
22485 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22486
22487         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
22488         (cdparanoia_event), (cdparanoia_query):
22489           Get rid of hideous lead-in.
22490
22491 2004-10-11  Wim Taymans  <wim@fluendo.com>
22492
22493         * gst/playback/gstplaybasebin.c: (setup_source):
22494         Wrong var used to get g_list_next.
22495
22496 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22497
22498         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
22499         (cdparanoia_get), (cdparanoia_open):
22500           Report discid as metadata, add duration.
22501
22502 2004-10-11  Wim Taymans  <wim@fluendo.com>
22503
22504         * gst/playback/gstplaybasebin.c: (setup_source):
22505         Cleanup the previous pipeline a little earlier for the
22506         case that a source element provides raw data.
22507
22508 2004-10-11  Benjamin Otte  <otte@gnome.org>
22509
22510         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
22511           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
22512           consuming the last 128 bytes, even though it was valid mp3 data.
22513
22514 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22515
22516         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
22517         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
22518         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
22519         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
22520
22521 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22522
22523         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
22524         Fix for webcams that support only specific width or height
22525
22526 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
22527
22528         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22529
22530         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
22531           Fix wrong discont event setup (fixes #154967).
22532
22533 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
22534
22535         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22536
22537         * gst/auparse/gstauparse.c: (gst_auparse_chain):
22538           Error out on invalid data (fixes #154807).
22539
22540 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
22541
22542         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22543
22544         * ext/dvdread/dvdreadsrc.c: (_read):
22545           Make titles > 0 work again (fixes #154834).
22546
22547 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22548
22549         * gst-libs/gst/riff/riff-media.c:
22550         (gst_riff_create_video_template_caps):
22551           WMV3 missing in template caps.
22552
22553 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22554
22555         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
22556           OK, so the original code was too strict. It makes random AVI files
22557           hang for seconds upon opening, which is unacceptable and is far
22558           beyond the original goal of getting multiple chunks for one-chunk
22559           sounc stream files. So now do just that.
22560
22561 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22562
22563         * gst/playback/gstplaybasebin.c: (setup_source),
22564         (gst_play_base_bin_change_state):
22565           Actually clean up streaminfo if output fails. This would trigger
22566           if, for example, there was no CD in the drive. No preroll, so
22567           a streaminfo structure is created, but the subsequent state change
22568           of the thread fails.
22569         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
22570           Don't change state if parent failed.
22571
22572 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22573
22574         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
22575         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
22576         (gen_video_element), (remove_sinks):
22577           Add small bits of code for screenshot handling.
22578
22579 2004-10-08  Wim Taymans  <wim@fluendo.com>
22580
22581         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
22582         (gen_video_element), (gen_audio_element), (setup_sinks):
22583         Don't assume the user provided sinks are named "sink"...
22584
22585 2004-10-08  Wim Taymans  <wim@fluendo.com>
22586
22587         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
22588         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
22589         (gst_play_base_bin_link_stream):
22590         Do not try to autoplug sources that generate raw streams like
22591         cdparanoia.
22592         disconnect the preroll overrun signal when we don't need it anymore.
22593
22594 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
22595
22596         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
22597         Added reworked patch from #154903 from milosz derezynski (deadchip).
22598
22599 2004-10-08  Wim Taymans  <wim@fluendo.com>
22600
22601         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
22602         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
22603         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
22604         (cdparanoia_convert), (cdparanoia_uri_get_type),
22605         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
22606         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
22607         * ext/cdparanoia/gstcdparanoia.h:
22608         This adds the cdda://<tracknum> uri.
22609
22610 2004-10-08  Wim Taymans  <wim@fluendo.com>
22611
22612         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
22613         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
22614         (try_to_link_1), (no_more_pads), (close_link), (type_found):
22615         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
22616         (unknown_type), (gst_play_base_bin_remove_element),
22617         (gst_play_base_bin_link_stream):
22618         * gst/playback/gstplaybasebin.h:
22619         * gst/playback/gstplaybin.c: (gst_play_bin_init),
22620         (gst_play_bin_set_property), (gen_video_element),
22621         (gen_audio_element), (setup_sinks):
22622         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
22623         (gst_stream_info_get_type), (gst_stream_info_class_init),
22624         (gst_stream_info_init), (gst_stream_info_new),
22625         (gst_stream_info_dispose), (stream_info_mute_pad),
22626         (gst_stream_info_set_property), (gst_stream_info_get_property):
22627         * gst/playback/gststreaminfo.h:
22628         Reuse the audio and video bins.
22629         Some internal cleanups in the stream selection code.
22630
22631 2004-10-08  Julien MOUTTE  <julien@moutte.net>
22632
22633         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
22634         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
22635         * sys/ximage/ximagesink.h:
22636         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
22637         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
22638         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
22639         not coming from those elements. Moreover these elements should not keep
22640         the xid they have been given when in NULL state.
22641
22642 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22643
22644         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
22645         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
22646         * sys/ximage/ximagesink.h:
22647         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
22648         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
22649         * sys/xvimage/xvimagesink.h:
22650           Actually only create a new toplevel window if we're not gonna
22651           embed it right after.
22652
22653 2004-10-07  Wim Taymans  <wim@fluendo.com>
22654
22655         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
22656         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
22657         * gst/playback/gstplaybin.c: (setup_sinks):
22658         Implement muting/unmuting of streams, mute streams that are not
22659         used.
22660
22661 2004-10-07  Wim Taymans  <wim@fluendo.com>
22662
22663         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
22664         (plugin_init):
22665         Added lame audio/x-ac3 typefind function.
22666
22667 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
22668
22669         * configure.ac:
22670           bump nano to cvs
22671
22672 === release 0.8.5 ===
22673
22674 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
22675
22676         * NEWS:
22677         * RELEASE:
22678         * configure.ac:
22679           releasing 0.8.5, "Take You On"
22680
22681 2004-10-06  Wim Taymans  <wim@fluendo.com>
22682
22683         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
22684         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
22685         (no_more_pads), (close_link), (type_found):
22686         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
22687         * gst/playback/gstplaybin.c: (gen_video_element):
22688         Do not signal the no_more_pads after the first pad when
22689         we are plugging a non dynamic element with multiple
22690         output pads (like swfdec, dvdec, ...).
22691
22692 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22693
22694         * configure.ac:
22695           bump for prerelease
22696
22697 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
22698
22699         * gst/wavparse/gstwavparse.c:
22700           add ATRAC3 to STATIC CAPS to fix a warning
22701
22702         * gst/matroska/ebml-read.c:
22703         * gst-libs/gst/riff/riff-read.c:
22704           fix typos
22705
22706 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
22707
22708         * gst-libs/gst/riff/riff-media.c:
22709           generate caps for ATRAC3 audio streams
22710
22711         * gst/realmedia/rmdemux.c:
22712           generate caps for ATRAC3 audio streams
22713
22714 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
22715
22716         * gst/wavparse/Makefile.am
22717         * gst/wavparse/riff.h
22718         * gst/wavparse/wavparse.vcproj
22719           riff.h removal (unused and duplication with riff-ids.h)
22720
22721 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
22722
22723         * gst/wavparse/gstwavparse.h
22724           remove duplicated defines for audio codec codes
22725
22726         * gst-libs/gst/riff/riff-ids.h
22727         * gst/wavenc/riff.h:
22728           add "4CC" code for ATRAC3 audio streams
22729           add "4CC" code for ITU_G721_ADPCM (unused for now)
22730
22731 2004-10-06  Wim Taymans  <wim@fluendo.com>
22732
22733         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
22734         Actually _do_ negotiation. Pass gdouble as arg instead
22735         of guint64 for the framerate.
22736
22737 2004-10-06  Wim Taymans  <wim@fluendo.com>
22738
22739         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
22740         (find_compatibles), (close_pad_link), (try_to_link_1),
22741         (no_more_pads), (close_link), (type_found):
22742         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
22743         * gst/playback/gstplaybin.c: (gen_video_element),
22744         (gen_audio_element):
22745         Set state on newly added element to READY so that negotiation
22746         can happen ASAP.
22747         Addes some more debug info.
22748         Do not try to plug pads with multiple caps structures or ANY
22749         because it is too dangerous since we do not do dynamic
22750         replugging.
22751
22752 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22753
22754         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
22755
22756         * po/LINGUAS:
22757         * po/or.po:
22758           add Oriya translation
22759
22760 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22761
22762         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
22763           Prevent overwrite of size member. Makes audio sound crappy.
22764
22765 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
22766
22767         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
22768         Add rmvb to the list of known RealMedia extensions
22769
22770 2004-10-05  Wim Taymans  <wim@fluendo.com>
22771
22772         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
22773         (mngdec_openstream), (mngdec_closestream),
22774         (mngdec_handle_sink_event), (mngdec_readdata),
22775         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
22776         (mngdec_getcanvasline), (mngdec_refresh),
22777         (gst_mngdec_change_state):
22778         Set the framerate correctly.
22779
22780 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22781
22782         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
22783           There was something wrong with the index massaging.
22784
22785 2004-10-04  Wim Taymans  <wim@fluendo.com>
22786
22787         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
22788         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
22789         (gst_smokedec_chain):
22790         * ext/jpeg/gstsmokedec.h:
22791         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
22792         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
22793         * ext/jpeg/gstsmokeenc.h:
22794         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
22795         (smokecodec_decode_new), (smokecodec_info_free),
22796         (smokecodec_set_quality), (smokecodec_get_quality),
22797         (smokecodec_set_threshold), (smokecodec_get_threshold),
22798         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
22799         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
22800         (smokecodec_encode), (smokecodec_parse_id),
22801         (smokecodec_parse_header), (smokecodec_decode):
22802         * ext/jpeg/smokecodec.h:
22803         * ext/jpeg/smokeformat.h:
22804         Updated smoke, new bitstream, allows embedding in ogg.
22805
22806 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22807
22808         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
22809           Fix seeking in some files. All this code is no longer needed (and
22810           actually breaks stuff) because we now synchronize the full index
22811           right when reading the header.
22812
22813 2004-10-04  Wim Taymans  <wim@fluendo.com>
22814
22815         * configure.ac:
22816         configure update for libmng.
22817
22818 2004-10-04  Wim Taymans  <wim@fluendo.com>
22819
22820         * ext/libmng/Makefile.am:
22821         * ext/libmng/gstmng.c: (plugin_init):
22822         * ext/libmng/gstmng.h:
22823         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
22824         (gst_mngdec_base_init), (gst_mngdec_class_init),
22825         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
22826         (gst_mngdec_loop), (gst_mngdec_get_property),
22827         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
22828         (mngdec_closestream), (mngdec_handle_sink_event),
22829         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
22830         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
22831         (gst_mngdec_change_state):
22832         * ext/libmng/gstmngdec.h:
22833         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
22834         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
22835         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
22836         (gst_mngenc_chain), (gst_mngenc_get_property),
22837         (gst_mngenc_set_property):
22838         * ext/libmng/gstmngenc.h:
22839         Added basic MNG decoder. Needs more work. The encoder does
22840         not work yet.
22841
22842 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22843
22844         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
22845         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
22846         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
22847           Don't hang on length=0 chunks. Some negotiation fixes. Signal
22848           no-more-pads.
22849
22850 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22851
22852         * configure.ac:
22853           you need at least 1.0.4 of speex
22854
22855 2004-10-04 Iain <iaingnome@gmail.com>
22856
22857         * ext/speex/gstspeexdec.h: Revert the includes changes.
22858
22859         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
22860
22861 2004-09-30 Iain <iaingnome@gmail.com>
22862
22863         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
22864         found during init or set as a property instead of hardcoding /dev/audio
22865
22866 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22867
22868         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
22869         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
22870         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
22871         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
22872         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
22873         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
22874         (gst_rmdemux_dump_data):
22875           Use debug category, fix EOS handling. filesrc ! rmdemux now
22876           works.
22877
22878 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22879
22880         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
22881         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
22882         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
22883           Improve allocation, cutting and sorting of the index. How takes a
22884           few seconds instead of minutes.
22885
22886 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
22887
22888         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
22889           fixed compilation
22890
22891 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22892
22893         * gst-libs/gst/riff/riff-media.c:
22894         (gst_riff_create_video_caps_with_data),
22895         (gst_riff_create_video_template_caps):
22896           Add wing commander format mimetype/fourccs.
22897         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
22898           Don't crash if some value is 0.
22899
22900 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22901
22902         * gst-libs/gst/riff/riff-media.c:
22903         (gst_riff_create_video_caps_with_data),
22904         (gst_riff_create_video_template_caps):
22905           Add DIB fourcc (raw, palettized 8-bit RGB).
22906         * gst-libs/gst/riff/riff-read.c:
22907         (gst_riff_read_strf_vids_with_data):
22908           Oops, fix strf_data reading bug.
22909         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
22910           Use a non-NULL tag.
22911         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
22912           Time for hacks. Sorry Dave. At least one quicktime movie (a
22913           trailer) that I've encountered contains multiple video tracks.
22914           One of those is the actual video track, the other are one-frame
22915           tracks (images). Unfortunately, the number of frames according
22916           to the trak header is 1 for each, so that doesn't help. So
22917           instead, I look at the duration and discard tracks with a
22918           duration shorter than 20% of the length of the stream. Better
22919           than nothing.
22920
22921 2004-10-01  Christian Schaller <christian@fluendo.com>
22922
22923         * ext/ivorbis/vorbis.c:
22924           Patch from Phil Blundell (Bug 152341)
22925
22926 2004-10-01  Wim Taymans  <wim@fluendo.com>
22927
22928         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
22929         (speex_dec_get_formats), (speex_dec_convert),
22930         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
22931         (speex_dec_chain), (gst_speexdec_get_property),
22932         (gst_speexdec_set_property):
22933         Small cleanups.
22934
22935 2004-10-01  Wim Taymans  <wim@fluendo.com>
22936
22937         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
22938         (gst_wavparse_stream_init), (gst_wavparse_fmt),
22939         (gst_wavparse_other), (gst_wavparse_loop),
22940         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
22941         (gst_wavparse_srcpad_event):
22942         * gst/wavparse/gstwavparse.h:
22943         Added some more debugging info.
22944         Fix the case where the length of the file is 0.
22945         Make sure we seek to sample borders.
22946
22947 2004-10-01  Wim Taymans  <wim@fluendo.com>
22948
22949         * gst/playback/README:
22950         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
22951         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
22952         (try_to_link_1), (no_more_pads), (close_link), (type_found):
22953         Add some debug info to decodebin, update README
22954
22955 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22956
22957         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
22958           Don't use g_print(); use GST_DEBUG().
22959
22960 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22961
22962         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
22963         (gst_ogg_mux_queue_pads):
22964           Handle EOS properly.
22965
22966 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
22967
22968         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22969
22970         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
22971         (gst_faad_chain), (gst_faad_change_state):
22972         * ext/faad/gstfaad.h:
22973           Allow playback of raw (unframed) MPEG AAC files (#148993).
22974
22975 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
22976
22977         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22978
22979         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
22980           Throw error if we didn't recognize the stream. Fixes #152289.
22981
22982 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22983
22984         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
22985           Fix negotiation.
22986
22987 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
22988
22989         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22990
22991         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
22992           Fix memleak.
22993
22994 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
22995
22996         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22997
22998         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
22999           Solve #152805.
23000         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
23001           Solve 152806.
23002
23003 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23004
23005         * gst-libs/gst/riff/riff-media.c:
23006         (gst_riff_create_video_caps_with_data),
23007         (gst_riff_create_audio_caps_with_data):
23008           Add codec_data handling (like asfdemux used to do).
23009         * gst/asfdemux/gstasf.c: (plugin_init):
23010         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
23011         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
23012           Use riff-media for caps creation instead of our own (mostly
23013           broken) copy of its functions.
23014
23015 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23016
23017         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
23018           Don't actually error out if we get another return value than
23019           -EINVAL. Opposite to what I first thought, drivers have random
23020           return values for this, although -EINVAL is the expected return
23021           value. Since this is not fatal, we shouldn't use
23022           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
23023
23024 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23025
23026         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
23027         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
23028         (dvdreadsrc_get_property), (_open), (_seek), (_read),
23029         (dvdreadsrc_get), (dvdreadsrc_open_file),
23030         (dvdreadsrc_change_state):
23031           Fix. Don't do one big huge loop around the whole DVD, that will
23032           cache all data and thus eat sizeof(dvd) (several GB) before we
23033           see something.
23034         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
23035           Actually NULL'ify event after using it.
23036         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
23037         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
23038         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
23039         (gst_ebml_read_seek), (gst_ebml_read_skip):
23040           Handle events.
23041         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
23042         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
23043         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
23044           Fix timing (this will probably break if I seek using menus, but
23045           I didn't get there yet). VOBs and normal DVDs should now work.
23046           Add a mpeg2-only pad with high rank so this get autoplugged for
23047           MPEG-2 movies.
23048         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
23049         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
23050         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
23051         (gst_mpeg_demux_get_audio_stream),
23052         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
23053         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
23054           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
23055           MPEG-1 but use dvddemux for MPEG-2.
23056         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
23057         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
23058         (gst_mpeg_parse_parse_packhead):
23059           Timing. Only add pad template if it exists. Add sink template from
23060           class and not from ourselves. This means we will always use the
23061           correct sink template even if it is not the one defined in this
23062           file.
23063
23064 2004-09-29  Wim Taymans  <wim@fluendo.com>
23065
23066         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
23067         (gst_mpeg_demux_parse_pes):
23068         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
23069         Fix playback of mpeg again, timestamps where screwed up by
23070         patch 1.61.
23071
23072 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23073
23074         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
23075           Only return true if we actually filled something in. Prevents
23076           player applications from showing a random length for flac files.
23077         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
23078         (gst_riff_read_use_event), (gst_riff_read_handle_event),
23079         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
23080         (gst_riff_read_strf_vids_with_data),
23081         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
23082           OK, ok, so I implemented event handling. Apparently it's normal
23083           that we receive random events at random points without asking
23084           for it.
23085         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
23086         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
23087         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
23088         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
23089         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
23090         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
23091         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
23092         * gst/avi/gstavidemux.h:
23093           Implement non-lineair chunk handling and subchunk processing.
23094           The first solves playback of AVI files where the audio and video
23095           data of individual buffers that we read are not synchronized.
23096           This should not happen according to the wonderful AVI specs, but
23097           of course it does happen in reality. It is also a prerequisite for
23098           the second. Subchunk processing allows us to cut chunks in small
23099           pieces and process each of these pieces separately. This is
23100           required because I've seen several AVI files with incredibly large
23101           audio chunks, even some files with only one audio chunk for the
23102           whole file. This allows for proper playback including seeking.
23103           This patch is supposed to fix all AVI A/V sync issues.
23104         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
23105         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
23106           Work.
23107         * gst/modplug/gstmodplug.cc:
23108           Proper return value setting for the query() function.
23109         * gst/playback/gstplaybasebin.c: (setup_source):
23110           Being in non-playing state (after, e.g., EOS) is not necessarily
23111           a bad thing. Allow for that. This fixes playback of short files.
23112           They don't actually playback fully now, because the clock already
23113           runs. This means that small files (<500kB) with a small length
23114           (<2sec) will still not or barely play. Other files, such as mod
23115           or flx, will work correctly, however.
23116
23117 2004-09-28  Wim Taymans  <wim@fluendo.com>
23118
23119         * ext/speex/gstspeex.c: (plugin_init):
23120         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
23121         (gst_speex_dec_class_init), (speex_dec_get_formats),
23122         (speex_get_event_masks), (speex_get_query_types),
23123         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
23124         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
23125         (gst_speexdec_get_property), (gst_speexdec_set_property),
23126         (speex_dec_change_state):
23127         * ext/speex/gstspeexdec.h:
23128         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
23129         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
23130         (gst_speexenc_base_init), (gst_speexenc_class_init),
23131         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
23132         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
23133         (gst_speexenc_src_query), (gst_speexenc_init),
23134         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
23135         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
23136         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
23137         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
23138         (gst_speexenc_chain), (gst_speexenc_get_property),
23139         (gst_speexenc_set_property), (gst_speexenc_change_state):
23140         * ext/speex/gstspeexenc.h:
23141         Rewrote speex encoder, make sure it can be embedded in ogg.
23142         Implemented speex decoder.
23143
23144 2004-09-28  Christian Schaller <christian@fluendo.com>
23145
23146         * configure.ac:
23147         Remove kioslave plugin. Markey is brewing a new working one
23148         * ext/Makefile.am: Remove kioslave plugin
23149         * ext/kio: remove
23150         * gst-plugins.spec.in: remove kio plugin from spec
23151
23152 2004-09-27  Wim Taymans  <wim@fluendo.com>
23153
23154         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
23155         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
23156         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
23157         (gst_multifdsink_new_client),
23158         (gst_multifdsink_handle_client_write),
23159         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23160         (gst_multifdsink_handle_clients):
23161         * gst/tcp/gstmultifdsink.h:
23162         Make syncing to keyframes actually work for new clients and lagging
23163         clients.
23164
23165 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23166
23167         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
23168         (gst_navigationtest_handle_src_event), (draw_box_planar411),
23169         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
23170         * gst/debug/gstnavigationtest.h:
23171           make navigationtest display button-press and button-release events
23172
23173 2004-09-26 Iain <iaingnome@gmail.com>
23174
23175         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
23176         the channels have received a new media event.
23177         (interleave_buffered_loop): Compresses a new media event on all
23178         channels into one.
23179
23180 2004-09-26 Iain <iaingnome@gmail.com>
23181
23182         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
23183         call the sinkpad's default event handler and not the srcpads. He also
23184         says this is confusing :)
23185         (gst_wavenc_stop_file): Company says that seek events only go upstream
23186         we should send a discontinuous downstream instead.
23187
23188 2004-09-25  Christian Schaller <christian@fluendo.com>
23189
23190         * Update SPEC file to be usable in conjunction with Fedora Core,
23191           Fedora.us and freshrpms packages
23192         * Fix typo in multifilesrc test Makefile
23193
23194 2004-09-24  Wim Taymans  <wim@fluendo.com>
23195
23196         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
23197         Only signal the no_more_pads signal when we have
23198         added the stream to our list.
23199
23200 2004-09-24  Wim Taymans  <wim@fluendo.com>
23201
23202         * gst/playback/gstplaybasebin.c: (remove_prerolls),
23203         (new_decoded_pad):
23204         * gst/playback/gstplaybasebin.h:
23205         * gst/playback/gstplaybin.c: (setup_sinks):
23206         Don't try to preroll or decode more than one audio/video
23207         track.
23208
23209 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23210
23211         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
23212           Throw error if we failed to find a suitable output. This should
23213           throw an error if we successfully set up a pipeline (e.g. because
23214           we recognized a media file) but found no decodable streams in it
23215           (e.g. because it contains only media stream types for which we
23216           have no decoders, or because it's not a media type).
23217
23218 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23219
23220         * ext/dirac/Makefile.am:
23221         * ext/dirac/gstdirac.cc:
23222         * ext/dirac/gstdiracdec.cc:
23223         * ext/dirac/gstdiracdec.h:
23224           Do something. Don't actually know if this works because I don't
23225           have a demuxer yet.
23226         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
23227           Add channels=1 to caps returned from _getcaps().
23228         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
23229         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
23230         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
23231         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
23232         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
23233         (gst_ogm_parse_change_state):
23234           Separate between audio/video so ogmaudioparse actually uses the
23235           audio pad templates. Both audio and video work now, including
23236           autoplugging. Also use sometimes-srcpad hack.
23237         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
23238           Handle events better. Don't hang on infinite loops.
23239         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
23240         (gst_avi_demux_init), (gst_avi_demux_reset),
23241         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
23242         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
23243         (gst_avi_demux_change_state):
23244         * gst/avi/gstavidemux.h:
23245           Improve A/V sync. Still not perfect.
23246         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
23247         (gst_ebml_read_skip):
23248           Handle events better.
23249         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
23250         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
23251         (qtdemux_audio_caps):
23252           Add IMA4. Improve event handling. Save offset after a seek when
23253           the headers are at the end of the file so that we don't end up in
23254           an infinite loop.
23255         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
23256           Add low-priority typefind support for files with no length.
23257
23258 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23259
23260         * testsuite/multifilesink/Makefile.am:
23261         fix typo
23262
23263 2004-09-22  Julien MOUTTE  <julien@moutte.net>
23264
23265         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
23266         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
23267         mistakes from thaytan's patches.
23268
23269 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
23270
23271         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
23272           For completeness, XSync in the destroy function as xvimage does.
23273
23274 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
23275
23276         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
23277            Correct caps negotiation
23278         * gst/volume/gstvolume.c: (volume_chain_float),
23279         (volume_chain_int16):
23280            Modify debug output to be little more informative
23281         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
23282         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23283         (gst_xvimagesink_xvimage_destroy):
23284           Add XSync calls after detaching from the shared memory segment to
23285           avoid a crash.
23286
23287 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23288
23289         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
23290         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
23291         * ext/vorbis/vorbis.c: (plugin_init):
23292         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
23293         (gst_vorbisenc_chain):
23294         * ext/vorbis/vorbisenc.h:
23295         remove explicit newmedia support from oggmux and vorbisenc
23296         add debug category to vorbisenc
23297         * gst/multifilesink/gstmultifilesink.c:
23298         (gst_multifilesink_class_init), (gst_multifilesink_init),
23299         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
23300         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
23301         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
23302         (plugin_init):
23303         * gst/multifilesink/gstmultifilesink.h:
23304         add support for streamheader in multifilesink
23305
23306 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23307
23308         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
23309         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
23310         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
23311           Prevent infinite loops. More correct error reporting.
23312         * gst/auparse/gstauparse.c: (gst_auparse_chain):
23313           Error out if negotiation fails.
23314         * gst/playback/gstplaybasebin.c: (setup_source),
23315         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
23316         (gst_play_base_bin_found_tag):
23317           Error/tag forwarding. Pre-roll fixes for source errors on state
23318           changes (e.g. "file does not exist") to prevent hangs.
23319
23320 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23321
23322         * testsuite/multifilesink/Makefile.am:
23323         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
23324         (gst_newmedia_class_init), (gst_newmedia_init),
23325         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
23326         (newfile_signal), (test_signal), (main):
23327         * testsuite/multifilesink/multifilesrc_test.c: (main):
23328         * testsuite/multifilesink/oggtheora_test.c:
23329         (gst_newmedia_base_init), (gst_newmedia_class_init),
23330         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
23331         (test_format), (newfile_signal), (test_signal), (main):
23332         * testsuite/multifilesink/oggvorbis_test.c:
23333         (gst_newmedia_base_init), (gst_newmedia_class_init),
23334         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
23335         (test_format), (newfile_signal), (test_signal), (main):
23336         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
23337         (gst_newmedia_class_init), (gst_newmedia_init),
23338         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
23339         (newfile_signal), (test_signal), (main):
23340         New media tests
23341
23342 2004-09-20  Christian Schaller <christian@fluendo.com>
23343
23344         * Fix mikmod license to LGPL as they have relicensed
23345         * Move Dirac and Effectv into LGPL section of README_license
23346
23347 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23348
23349         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
23350         (gst_mad_change_state):
23351           Allow for mp3 rate/channels changes. However, only very
23352           conservatively. Reason that we *have* to enable this is smiply
23353           because the mad find_sync() function is not good enough, it will
23354           regularly sync on random data as valid frames and therefore make
23355           us provide random caps as *final* caps of the stream. The best fix
23356           I could think of is to simply require several of the same stream
23357           changes in a row before we change caps.
23358           The actual testcase that works now is #
23359         * ext/ogg/Makefile.am:
23360         * ext/ogg/gstogg.c: (plugin_init):
23361         * ext/ogg/gstogmparse.c:
23362           OGM support (video only for now; I need an audio sample file).
23363         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
23364         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
23365         (gst_asf_demux_add_video_stream):
23366           WMV extradata.
23367         * gst/playback/gstplaybasebin.c: (unknown_type):
23368           Don't error out on single unknown-types after all. It's wrong.
23369           If we found type of video and audio but not of a subtitle stream,
23370           it will still error out (which is unwanted). Will find a better fix
23371           later on.
23372         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
23373         (ogmaudio_type_find), (plugin_init):
23374           OGM support.
23375
23376 2004-09-20  Johan Dahlin  <johan@gnome.org>
23377
23378         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
23379         after setting caps.
23380
23381 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23382
23383         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
23384         * gst/wavenc/gstwavenc.h:
23385         Added newmedia support to wavenc
23386
23387 2004-09-17  Wim Taymans  <wim@fluendo.com>
23388
23389         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
23390         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
23391         (gst_fdset_fd_can_write), (gst_fdset_wait):
23392         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
23393         (gst_multifdsink_init), (gst_multifdsink_add),
23394         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
23395         (gst_multifdsink_remove_client_link),
23396         (gst_multifdsink_client_queue_buffer),
23397         (gst_multifdsink_handle_client_write),
23398         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
23399         (gst_multifdsink_close), (gst_multifdsink_change_state):
23400         * gst/tcp/gstmultifdsink.h:
23401         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
23402         (gst_tcpserversink_removed):
23403         Small cleanups in fdset.c
23404         Use a hastable to map fd to the client structure for faster
23405         lookup in _remove and get_stats.
23406         Added virtual function to close the fds.
23407         Handle clients even when the select/poll call was unblocked because
23408         of a command.
23409         Implement syncing to keyframe in the recovery procedure.
23410
23411 2004-09-16 Iain <iaingnome@gmail.com>
23412
23413         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
23414         try caps.
23415
23416 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23417
23418         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
23419           Caps are only set if the type of the stream is unknown, but this
23420           is initialized in ->init_stream(), so set to UNKNOWN after calling
23421           ->init_stream() so that capsnego starts.
23422
23423 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23424
23425         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23426         (gst_avi_demux_stream_data):
23427           Just hardcode for raw audio then. AVI audio sucks.
23428
23429 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
23430
23431         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
23432         * gst/matroska/matroska-mux.c: (audiosink_templ),
23433         (gst_matroska_mux_audio_pad_link):
23434         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
23435         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
23436
23437 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23438
23439         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23440         (gst_avi_demux_stream_data):
23441           Try to fix a/v sync issues.
23442
23443 2004-09-15  David Schleef  <ds@schleef.org>
23444
23445         * configure.ac: remove NASM check, since we don't use it.  Update
23446         dirac check to 0.4
23447         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
23448         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
23449         Initialized variables.
23450         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
23451         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
23452         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
23453         SVQ3 format
23454
23455 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23456
23457         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23458         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
23459         * gst/avi/gstavidemux.h:
23460           Fix for compressed audio (mp3) timestamp generation. How did this
23461           ever work?
23462
23463 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23464
23465         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
23466           Volume is a double not a float.
23467
23468 2004-09-15  Wim Taymans  <wim@fluendo.com>
23469
23470         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
23471         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
23472         Don't close the fd in multifdsink as we didn't open it in the
23473         first place. Some cleanups.
23474
23475 2004-09-15  Wim Taymans  <wim@fluendo.com>
23476
23477         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
23478         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
23479         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
23480         Fix the case where the muxer would mark pages as delta
23481         frames when they are not (vorbis only ogg).
23482
23483 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23484
23485         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
23486         (gst_play_base_bin_change_state):
23487           Handle the case where we failed to setup a clear pipeline. This
23488           will throw an error (or EOS, another nice case) and if you don't
23489           catch that, the app will wait for the signal forever (and thus
23490           hang).
23491
23492 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23493
23494         * ext/gnomevfs/gstgnomevfssink.c:
23495         (gst_gnomevfssink_uri_get_protocols):
23496         * ext/gnomevfs/gstgnomevfssrc.c:
23497         (gst_gnomevfssrc_uri_get_protocols):
23498         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
23499         * ext/gnomevfs/gstgnomevfsuri.h:
23500           Use _uri_new() instead of _open(), so it doesn't take as long and
23501           Christophe's computer won't hang.
23502         * gst/playback/gstplaybasebin.c: (unknown_type):
23503           Throw error on unknown media type, so apps actually display it.
23504
23505 2004-09-14  Brian Cameron  <brian.cameron@sun.com
23506
23507         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
23508           this script to work on Solaris since bash shell handles echo
23509           differenly than bash.
23510
23511 2004-09-17  Wim Taymans  <wim@fluendo.com>
23512
23513         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
23514         (setup_source), (gst_play_base_bin_set_property),
23515         (gst_play_base_bin_add_element):
23516         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
23517         Some more work on making sure seeking pauses the pipeline and
23518         that changing the uri actually does something.
23519
23520 2004-09-17  Wim Taymans  <wim@fluendo.com>
23521
23522         * gst/tcp/gstfdset.c: (gst_fdset_wait):
23523         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
23524         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
23525         (gst_tcpserversink_close):
23526         Be a bit more paranoid when freeing memory.
23527
23528 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23529
23530         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
23531         (qtdemux_parse_trak):
23532           Don't crash by dividing by zero (see sample movie in #126922).
23533
23534 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23535
23536         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
23537           Don't touch non-existing data (fixes crash on file in #140147).
23538
23539 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23540
23541         * gst/playback/gstplaybasebin.c:
23542         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
23543           Handle double disposals, and proper change of URIs.
23544
23545 2004-09-13  Martin Eikermann <meiker@upb.de>
23546
23547         * gst/mpegstream/gstmpegparse.c:
23548           fix synchronistation for streams recorded from digital PCR
23549           fixes bug #119376
23550
23551 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23552
23553         * ext/gnomevfs/Makefile.am:
23554         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
23555         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
23556         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
23557         (gst_gnomevfssink_uri_get_type),
23558         (gst_gnomevfssink_uri_get_protocols),
23559         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
23560         (gst_gnomevfssink_uri_handler_init),
23561         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
23562         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
23563         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
23564         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
23565         (gst_gnomevfssrc_uri_get_type),
23566         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
23567         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
23568         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
23569         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
23570         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
23571         * ext/gnomevfs/gstgnomevfsuri.h:
23572           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
23573           of fake URIs to see which this version of Gnome-VFS likes, and
23574           uses that for the Gst-URI interface. Makes playbin support http://
23575           streams. Also fix up some stupid behaviour in gnomevfssrc.
23576
23577 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23578
23579         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
23580         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
23581         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
23582         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
23583           Update mixer (to sync with other sessions) if we try to obtain
23584           a new value. This makes alsamixer work accross applications.
23585         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
23586           Only call sync functions if we're running, else alsalib asserts.
23587         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
23588           Sometimes fails to compile. Possibly a gcc bug.
23589         * gst/playback/gstplaybin.c: (gen_video_element),
23590         (gen_audio_element):
23591           Add a reference to an application-provided object, because we lose
23592           this same reference if we add it to the bin. If we don't do this,
23593           we can only use this object once and thus crash if we go from
23594           ready to playing, back to ready and back to playing again.
23595           Also add an audioscale element because several cheap soundcards -
23596           like mine - don't support all samplerates.
23597         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
23598         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
23599           Fix wrong order or PAR calls. Makes automatically obtained PAR
23600           from the X server atually being used.
23601
23602 2004-09-12  David Schleef  <ds@schleef.org>
23603
23604         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
23605         #151887, #152102, #152247.
23606         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
23607         * examples/seeking/cdparanoia.c: same
23608         * examples/seeking/cdplayer.c: same
23609         * examples/seeking/seek.c: same
23610         * examples/seeking/spider_seek.c: same
23611         * examples/seeking/vorbisfile.c: same
23612         * examples/stats/mp2ogg.c: same
23613         * ext/esd/esdsink.c: (gst_esdsink_class_init),
23614         (gst_esdsink_dispose): Dispose of element properly.
23615         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
23616         fixes.
23617         * ext/nas/nassink.c: (gst_nassink_class_init),
23618         (gst_nassink_dispose): Dispose of element correctly.
23619         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
23620         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
23621         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
23622         Fix 64-bit warning.
23623         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23624         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
23625         Fix 64-bit warning.
23626
23627 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
23628
23629         * configure.ac : change speex detection as 1.1.6 now uses
23630           .pc/pkg-config and they changed their headers location.
23631
23632 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
23633
23634         * gst/matroska/matroska-mux.h:
23635         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
23636         (gst_matroska_mux_start), (gst_matroska_mux_finish),
23637         (gst_matroska_mux_write_data):
23638           Write multiple blocks/frames per cluster.
23639                 Write meta-seek information (seek heads).
23640
23641 2004-09-09  Scott Wheeler <wheeler@kde.org>
23642
23643         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
23644         (gst_play_bin_set_property), (gst_play_bin_get_property),
23645         (gen_audio_element), (gen_audio_element):
23646           Add a volume element / property to the pipeline.
23647
23648 2004-09-07  Wim Taymans  <wim@fluendo.com>
23649
23650         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
23651         Copy timestamps from the master pad to the output buffers.
23652
23653 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
23654
23655         * ext/raw1394/gstdv1394src.c:
23656           throw errors when applicable
23657
23658 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
23659
23660         * gst/matroska/ebml-ids.h:
23661         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
23662         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
23663         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
23664           automatically convert unix time <-> ebml time when reading/writing
23665           a date, use gst_ebml_write_uint to write CUETIME,
23666           not gst_ebml_write_date.
23667         * gst/matroska/matroska-ids.h:
23668         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
23669         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
23670         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
23671         (gst_matroska_mux_write_data):
23672           Write track and segment UIDs, write muxing date, write
23673           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
23674           Create cues for audio only files.
23675
23676 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23677
23678         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
23679         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
23680           Re-commit ALSA switches.
23681         * gst/adder/gstadder.c: (gst_adder_loop):
23682           64-bit fix (#151416).
23683         * gst/debug/progressreport.c: (gst_progressreport_report):
23684           64-bit fix (#151419).
23685         * gst/matroska/matroska-demux.c:
23686         (gst_matroska_demux_parse_contents):
23687           64-bit fix (#151420).
23688         * gst/playback/test3.c: (update_scale):
23689           64-bit fix (#151421).
23690
23691 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
23692
23693         * configure.ac:
23694           bump nano to cvs
23695
23696 === release 0.8.4 ===
23697
23698 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
23699
23700         * configure.ac: releasing 0.8.4, "Alias"
23701
23702 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
23703
23704         * ext/theora/Makefile.am:
23705           fix makefile.  Fixes #151462.
23706
23707 2004-08-30  Wim Taymans  <wim@fluendo.com>
23708
23709         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
23710         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
23711         (gst_multifdsink_remove_client_link),
23712         (gst_multifdsink_client_queue_buffer),
23713         (gst_multifdsink_handle_client_write):
23714         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
23715         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
23716         Fix some memory leaks.
23717
23718 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
23719
23720         Patch by: David Schleef
23721
23722         * configure.ac:
23723         * sys/Makefile.am:
23724           rename our detection macro for V4L2.  Fixes #151236.
23725
23726 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
23727
23728         Patch by: David Schleef
23729
23730         * configure.ac:
23731           check to define LAMEPRESET.  Fixes #151232.
23732
23733 2004-08-27  David Schleef  <ds@schleef.org>
23734
23735         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
23736         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
23737         (gst_glimagesink_fixate):  Move local variable declarations to
23738         make gcc-2.95 happy.
23739
23740 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
23741
23742         * configure.ac:
23743           bump nano for prerelease
23744
23745 2004-08-27  David Schleef  <ds@schleef.org>
23746
23747         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
23748         * sys/sunaudio/gstsunaudiosrc.c:
23749         * sys/sunaudio/gstsunaudiosrc.h:
23750
23751 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
23752
23753         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
23754         handle EOS correctly
23755         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
23756         * gst/matroska/matroska-mux.h:
23757         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
23758         VFW compatibility mode
23759
23760 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
23761
23762         patch by: Zaheer Abbas Merali
23763
23764         * ext/ogg/gstoggmux.c:
23765         * ext/vorbis/vorbisenc.c:
23766         * ext/vorbis/vorbisenc.h:
23767           handle NEWMEDIA
23768
23769 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
23770
23771         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
23772         fix byte order reversion on little endian machines.
23773         * gst/matroska/matroska-mux.c: (audiosink_templ),
23774         (gst_matroska_mux_audio_pad_link):
23775         add TTA codec to the list of supported codecs.
23776         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
23777         (gst_matroska_mux_start), (gst_matroska_mux_finish),
23778         (gst_matroska_mux_write_data):
23779         * gst/matroska/matroska-mux.h:
23780         write segment duration correctly, write muxing app string, fixes bugs
23781         #140897 and #140898.
23782         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
23783         wait for all pads to be negotiated before starting to mux.
23784
23785 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23786
23787         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
23788         * ext/lame/gstlame.h:
23789         Added new media support to lame
23790
23791 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
23792
23793         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
23794         send vorbis headers at the beginning of a stream, fixes bug #141554.
23795         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
23796         bug #148950.
23797         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
23798         (gst_matroska_demux_plugin_init):
23799         * gst/matroska/matroska-ids.h:
23800         enable demuxing of TTA audio streams, fixes bug #148951.
23801         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
23802         enable typefinding for TTA audio files, fixes bug #148711.
23803         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
23804         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
23805         fixes playback of packed bitstream and xvid with bframes, bug #135407.
23806
23807 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
23808
23809         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
23810         (gst_riff_read_element_data), (gst_riff_read_seek),
23811         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
23812         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
23813         <teuf@gnome.org>
23814
23815 2004-08-23 Iain <iaingnome@gmail.com>
23816
23817         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
23818         tags. They appear to be handled differently to normal.
23819         (tag_list_to_id3_tag_foreach): Ditto.
23820
23821 2004-08-22  Wim Taymans  <wim@fluendo.com>
23822
23823         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
23824         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
23825         Make sure we never send -1 granulepos.
23826
23827 2004-08-20  Wim Taymans  <wim@fluendo.com>
23828
23829         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
23830         (gst_ogg_mux_loop):
23831         I will accept bitchslappings with non sharp objects.
23832
23833 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23834
23835         * configure.ac:
23836         Clean up the test for lame presets
23837
23838 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23839
23840         * configure.ac:
23841         * ext/lame/Makefile.am:
23842         * ext/lame/gstlame.c: (gst_lame_class_init),
23843         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
23844         Only enable lame presets if version of lame has presets in API
23845
23846 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
23847         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
23848         * gst/udp/gstudpsrc.h:
23849           Don't call gst_pad_push in a get function. Fixes #150449
23850
23851 2004-08-18  Wim Taymans  <wim@fluendo.com>
23852
23853         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
23854         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
23855         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
23856         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
23857         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
23858         (gst_fdset_wait):
23859         * gst/tcp/gstfdset.h:
23860         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
23861         (gst_multifdsink_client_queue_buffer),
23862         (gst_multifdsink_handle_client_write):
23863         * gst/tcp/gstmultifdsink.h:
23864         Some extra checks in gstfdset.
23865         Only use send() when the fd is a socket. Don't try to
23866         read from write only fds.
23867
23868 2004-08-18  Wim Taymans  <wim@fluendo.com>
23869
23870         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
23871         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
23872         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
23873         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
23874         (gst_fdset_wait):
23875         Add more locking and bounds checking.
23876
23877 2004-08-18  Wim Taymans  <wim@fluendo.com>
23878
23879         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
23880         Realloc test fdset in the lock and right before starting
23881         the poll call. Bump the limit to 4096.
23882
23883 2004-08-17  David Schleef  <ds@schleef.org>
23884
23885         * sys/sunaudio/Makefile.am:
23886         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
23887         of rates and channels.  Make debugging less obnoxious.
23888
23889         Patch from Balamurali Viswanathan implementing a mixer for
23890         Sun audio.  (bug #144091):
23891         * sys/sunaudio/gstsunelement.c:
23892         * sys/sunaudio/gstsunelement.h:
23893         * sys/sunaudio/gstsunmixer.c:
23894         * sys/sunaudio/gstsunmixer.h:
23895
23896 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23897
23898         * gst/audioscale/gstaudioscale.c:
23899         * gst/audioscale/gstaudioscale.h:
23900         made audioscale resample from any sample rate to any sample rate
23901
23902 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
23903
23904         * ext/libpng/gstpngdec.c:
23905           error out on unsupported types
23906
23907 2004-08-17  Iain <iaingnome@gmail.com>
23908
23909         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
23910         mid_side and loose_mid_side properties if its a stereo stream.
23911
23912 2004-08-17  Wim Taymans  <wim@fluendo.com>
23913
23914         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
23915         (theora_get_formats), (theora_dec_src_convert),
23916         (theora_dec_sink_convert), (theora_dec_src_query),
23917         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
23918         Add a debug line.
23919
23920 2004-08-17  Wim Taymans  <wim@fluendo.com>
23921
23922         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
23923         (gst_ogg_pad_push):
23924         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
23925         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
23926         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
23927         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
23928         Mark delta units in the muxer.
23929         Try to decode the packet after an out-of-sync error from
23930         libogg.
23931
23932 2004-08-17  Wim Taymans  <wim@fluendo.com>
23933
23934         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23935         (gst_multifdsink_init), (gst_multifdsink_add),
23936         (gst_multifdsink_client_queue_buffer),
23937         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
23938         * gst/tcp/gstmultifdsink.h:
23939         Added option to send a keyframe to clients as the first buffer.
23940         Make timeout property writable.
23941
23942 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
23943
23944         patch by: Wim Taymans
23945
23946         * gst/tcp/gstfdset.c:
23947         * gst/tcp/gstmultifdsink.c:
23948           fix index comparison, should include 0
23949
23950 2004-08-16  Wim Taymans  <wim@fluendo.com>
23951
23952         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
23953         (gst_fdset_add_fd), (gst_fdset_remove_fd),
23954         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
23955         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
23956         (gst_fdset_wait):
23957           copy when reallocing for poll so the select arguments don't get
23958           changed during the call
23959
23960 2004-08-16  Wim Taymans  <wim@fluendo.com>
23961
23962         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
23963         (gst_theora_enc_class_init), (theora_enc_sink_link),
23964         (theora_buffer_from_packet), (theora_enc_chain):
23965         Fix bug where buffers were not marked as keyframes
23966         correctly.
23967
23968 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23969
23970         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
23971         (gst_lame_preset_get_type), (gst_lame_class_init):
23972         describe the enum values for vbr mode and presets more verbosely
23973
23974 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23975
23976         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
23977         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
23978         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
23979         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
23980         * ext/lame/gstlame.h:
23981         add preset property to lame so it can use lame presets
23982
23983 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23984
23985         * ext/lame/gstlame.c: (gst_lame_get_property):
23986         whoops forgot break, thanks teuf
23987
23988 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23989
23990         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
23991         (gst_lame_class_init), (gst_lame_src_getcaps),
23992         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
23993         (gst_lame_get_property), (gst_lame_setup):
23994         * ext/lame/gstlame.h:
23995         fix lame's broken vbr stuff, allow it to resample if need be, and also
23996         make xing header optional
23997
23998 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23999
24000         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
24001         added getcaps function so samplerate doesnt get fixated to silly values
24002
24003 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24004
24005         * ext/lame/gstlame.c: (gst_lame_src_link):
24006         revert previous fix
24007
24008 2004-08-12  Johan Dahlin  <johan@gnome.org>
24009
24010         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
24011         checks. Doesn't matter what state we are in. Interfaces are a
24012         compile time thing, not runtime. It also broke the python bindings.
24013
24014 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24015
24016         * ext/lame/gstlame.c: (gst_lame_src_link):
24017         made source pad link function check if sinkpad is ok..fixes the problem
24018         where core fixates the output rate of lame stupidly
24019
24020 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24021
24022         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
24023         * sys/v4l/v4l_calls.c:
24024         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
24025           fix fixate function to handle nonsimple caps.
24026           remove bogus check in _link
24027           cleanups
24028
24029 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24030
24031         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
24032         set default compression ratio parameter to 0.0 so bitrate parameter
24033         works :)
24034
24035 2004-08-11  David Schleef  <ds@schleef.org>
24036
24037         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
24038
24039 2004-08-11  David Schleef  <ds@schleef.org>
24040
24041         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
24042         before.
24043
24044 2004-08-11  David Schleef  <ds@schleef.org>
24045
24046         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
24047
24048 2004-08-11  David Schleef  <ds@schleef.org>
24049
24050         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
24051           license field
24052         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
24053         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
24054           LGPL.
24055         * gst/auparse/gstauparse.c: Fix plugin license field.
24056         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
24057         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
24058         * gst/rtp/gstrtp.c: Fix plugin license field.
24059
24060 2004-08-11  Wim Taymans  <wim@fluendo.com>
24061
24062         * gst/tcp/Makefile.am:
24063         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
24064         (ensure_size), (gst_fdset_new), (gst_fdset_free),
24065         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
24066         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
24067         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
24068         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
24069         (gst_fdset_fd_can_write), (gst_fdset_wait):
24070         * gst/tcp/gstfdset.h:
24071         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
24072         (gst_multifdsink_class_init), (gst_multifdsink_init),
24073         (gst_multifdsink_add), (gst_multifdsink_remove),
24074         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
24075         (gst_multifdsink_remove_client_link),
24076         (gst_multifdsink_handle_client_read),
24077         (gst_multifdsink_client_queue_data),
24078         (gst_multifdsink_client_queue_caps),
24079         (gst_multifdsink_client_queue_buffer),
24080         (gst_multifdsink_handle_client_write),
24081         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
24082         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
24083         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
24084         (gst_multifdsink_close):
24085         * gst/tcp/gstmultifdsink.h:
24086         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24087         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
24088         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
24089         (gst_tcpserversink_close):
24090         * gst/tcp/gsttcpserversink.h:
24091         Abstracted away the select call, implemented poll (yes we ran into
24092         the 1024 limit in production).
24093
24094 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
24095
24096         * gst/tcp/gsttcp.c:
24097         * gst/tcp/gsttcpplugin.c:
24098           improve debuggging, remove assert
24099
24100 2004-08-10  Wim Taymans  <wim@fluendo.com>
24101
24102         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
24103         (gst_client_status_get_type), (gst_multifdsink_class_init),
24104         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
24105         (gst_multifdsink_handle_client_read),
24106         (gst_multifdsink_handle_client_write),
24107         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
24108         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
24109         (gst_multifdsink_get_property):
24110         * gst/tcp/gstmultifdsink.h:
24111         * gst/tcp/gsttcp-marshal.list:
24112         Starting to prepare for specifying buffer time in other units
24113         than buffers. Expose remove reason in signal.
24114
24115 2004-08-10  Wim Taymans  <wim@fluendo.com>
24116
24117         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
24118         (gst_multifdsink_remove), (gst_multifdsink_clear),
24119         (gst_multifdsink_remove_client_link),
24120         (gst_multifdsink_handle_client_read),
24121         (gst_multifdsink_client_queue_data),
24122         (gst_multifdsink_client_queue_buffer),
24123         (gst_multifdsink_handle_client_write),
24124         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
24125         (gst_multifdsink_chain), (gst_multifdsink_close):
24126         * gst/tcp/gstmultifdsink.h:
24127         Added more debugging info. Changed the way clients are
24128         removed from the lists. Fixed a bug where a bad file descriptor
24129         could cause many clients to be removed.
24130
24131 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24132
24133         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
24134           allow all pixel-aspect-ratios, not just 1:1
24135
24136 2004-08-09  David Schleef  <ds@schleef.org>
24137
24138         * sys/glsink/ARB_multitexture.h:  Remove old files.
24139         * sys/glsink/EXT_paletted_texture.h:
24140         * sys/glsink/NV_register_combiners.h:
24141         * sys/glsink/gstgl_nvimage.c:
24142         * sys/glsink/gstgl_pdrimage.c:
24143         * sys/glsink/gstgl_rgbimage.c:
24144         * sys/glsink/gstglsink.c:
24145         * sys/glsink/gstglsink.h:
24146         * sys/glsink/gstglxwindow.c:
24147         * sys/glsink/regcomb_yuvrgb.c:
24148
24149 2004-08-09  David Schleef  <ds@schleef.org>
24150
24151         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
24152         GL sink plugin.  (Bug #147302)
24153
24154         * configure.ac: Test for OpenGL
24155         * sys/Makefile.am: Use test for OpenGL
24156         * sys/glsink/Makefile.am:
24157         * sys/glsink/glimagesink.c: rewrite
24158         * sys/glsink/glimagesink.h: rewrite
24159
24160 2004-08-09  David Schleef  <ds@schleef.org>
24161
24162         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
24163         sane framerates.
24164         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
24165         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
24166         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
24167
24168 2004-08-09  Wim Taymans  <wim@fluendo.com>
24169
24170         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
24171         (gst_multifdsink_add), (gst_multifdsink_get_stats),
24172         (gst_multifdsink_client_remove),
24173         (gst_multifdsink_handle_client_read),
24174         (gst_multifdsink_handle_client_write),
24175         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
24176         Do a bit more logging, make the client_read code more robust.
24177
24178 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24179
24180         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
24181         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
24182         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
24183         (gst_jpegdec_init), (gst_jpegdec_chain):
24184         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
24185         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
24186           cleanups, debugging fixes and memleak plugging
24187
24188 2004-08-09  Wim Taymans  <wim@fluendo.com>
24189
24190         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
24191         (theora_get_formats), (theora_dec_src_convert),
24192         (theora_dec_sink_convert), (theora_dec_src_query),
24193         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
24194         (theora_dec_change_state):
24195         Don't crash on missing header packets.
24196
24197 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24198
24199         * po/LINGUAS:
24200         * po/sq.po:
24201           Added Albanian translation (Laurent Dhima)
24202         * po/cs.po:
24203           updated
24204
24205 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24206
24207         * ext/lame/gstlame.c:
24208           fix/add debugging
24209
24210 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24211
24212         * sys/ximage/ximagesink.c:
24213         * sys/xvimage/xvimagesink.c:
24214           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
24215
24216 2004-08-06  Wim Taymans  <wim@fluendo.com>
24217
24218         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
24219         (gst_multifdsink_add), (gst_multifdsink_get_stats),
24220         (gst_multifdsink_client_remove),
24221         (gst_multifdsink_handle_client_read),
24222         (gst_multifdsink_handle_client_write),
24223         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
24224         Make sure we don't try to read more from a client that what
24225         ioctl says us or we deadlock.
24226
24227 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
24228
24229         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
24230         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
24231         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
24232           decouple running_time and n_frames so it can handle changing
24233           framerate while running
24234
24235 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
24236
24237         * po/nl.po:
24238         * po/sv.po:
24239           updated translations
24240
24241 2004-08-04  Benjamin Otte  <otte@gnome.org>
24242
24243         * gst/videotestsrc/gstvideotestsrc.c:
24244         (gst_videotestsrc_get_capslist), (generate_capslist),
24245         (plugin_init):
24246           generate the list of supported caps at startup and reuse it instead
24247           of always generating it
24248
24249 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24250
24251         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
24252           whoops, last checkin broke normal build
24253
24254 2004-08-03  Benjamin Otte  <otte@gnome.org>
24255
24256         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
24257         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
24258         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
24259         (gst_alsa_mixer_get_option):
24260         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
24261         (dvdnavsrc_print_event):
24262         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
24263         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
24264         (gst_ogg_mux_pad_unlink):
24265         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
24266         (gst_multipart_mux_pad_unlink):
24267         * gst/videofilter/gstvideobalance.c:
24268         (gst_videobalance_colorbalance_set_value):
24269         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
24270         (gst_videomixer_pad_unlink):
24271         * po/uk.po:
24272         * sys/oss/gstossmixer.c:
24273         * sys/v4l/gstv4lcolorbalance.c:
24274         * sys/v4l/gstv4ltuner.c:
24275         * sys/v4l/v4lsrc_calls.c:
24276         * sys/v4l2/gstv4l2colorbalance.c:
24277         * sys/v4l2/gstv4l2tuner.c:
24278           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
24279
24280 2004-08-03  Benjamin Otte  <otte@gnome.org>
24281
24282         * examples/dynparams/filter.c: (ui_control_create):
24283         * examples/gstplay/player.c: (print_tag):
24284         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
24285         * ext/gdk_pixbuf/gstgdkanimation.c:
24286         (gst_gdk_animation_iter_may_advance):
24287         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
24288         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
24289         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
24290         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
24291         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
24292         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
24293         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
24294         * gst/sine/demo-dparams.c: (main):
24295         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
24296         * testsuite/alsa/formats.c: (create_pipeline):
24297         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
24298           fixes for G_DISABLE_ASSERT and friends
24299         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
24300         (mp3_type_frame_length_from_header), (mp3_type_find),
24301         (plugin_init):
24302           require mp3 typefinding to have at least MIN_HEADERS valid headers
24303           add typefinding for AAC adts files
24304
24305 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
24306
24307         * sys/ximage/ximagesink.c:
24308         (gst_ximagesink_calculate_pixel_aspect_ratio):
24309         * sys/xvimage/xvimagesink.c:
24310         (gst_xvimagesink_calculate_pixel_aspect_ratio):
24311         Make sure we calculate pixel-aspect-ratio using floating point maths
24312
24313 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
24314
24315         * po/uk.po:
24316           updated translation
24317
24318 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
24319
24320         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
24321         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
24322           add debugging for display PAR calculation
24323
24324 2004-08-02  David Schleef  <ds@schleef.org>
24325
24326         * configure.ac: Fix mikmod CFLAGS.
24327
24328 2004-07-27  Benjamin Otte  <otte@gnome.org>
24329
24330         * gst/audioscale/gstaudioscale.c:
24331         - fix templates to only support S16, it's the only format that works
24332         - make caps nego code use try_set_caps_nonfixed and fixation instead
24333         of try_set_caps twice, which is not nice for autopluggers
24334         - change rank to secondary, so autopluggers can pick it up after
24335         audioconvert
24336
24337 2004-08-02  Iain <iain@prettypeople.org>
24338
24339         * gst/interleave/interleave.c (interleave_init),
24340         (interleave_request_new_pad),
24341         (interleave_pad_removed),
24342         (interleave_buffered_loop): Use the real pad count, not the artificial
24343         one.
24344
24345 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24346
24347         * configure.ac: bump nano back to development
24348
24349 === release 0.8.3 ===
24350
24351 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24352
24353         * configure.ac: releasing 0.8.3, "Water"
24354
24355 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24356
24357         * sys/xvimage/xvimagesink.c:
24358         (gst_xvimagesink_calculate_pixel_aspect_ratio),
24359         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
24360         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
24361         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
24362         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
24363         * sys/xvimage/xvimagesink.h:
24364           apply similar PAR fixes as to ximagesink
24365
24366 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24367
24368         patch from: Benjamin Otte
24369
24370         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
24371           add link function to lame.  Fixes #148986.
24372
24373 2004-08-02  Johan Dahlin  <johan@gnome.org>
24374
24375         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
24376         fix debugging log
24377
24378 2004-07-30  David Schleef  <ds@schleef.org>
24379
24380         * gst/videomixer/Makefile.am: Fix things that should have been
24381         fixed in the last checkin.
24382
24383 2004-07-30  David Schleef  <ds@schleef.org>
24384
24385         * gst/multipart/Makefile.am: Fix things that should have been
24386         fixed in the last checkin.
24387
24388 2004-07-30  David Schleef  <ds@schleef.org>
24389
24390         * testsuite/multifilesink/Makefile.am: Fix unused variable.
24391
24392 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
24393
24394         * configure.ac:
24395           bump nano for prerelease
24396         * po/af.po:
24397         * po/az.po:
24398         * po/cs.po:
24399         * po/en_GB.po:
24400         * po/hu.po:
24401         * po/nl.po:
24402         * po/sr.po:
24403         * po/sv.po:
24404         * po/uk.po:
24405           updates
24406
24407 2004-07-30  Wim Taymans  <wim@fluendo.com>
24408
24409         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
24410         (gst_multifdsink_add), (gst_multifdsink_remove),
24411         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
24412         (gst_multifdsink_client_remove),
24413         (gst_multifdsink_handle_client_write),
24414         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
24415         * gst/tcp/gstmultifdsink.h:
24416         Recover from a select with a bad file descriptor by removing
24417         the client.
24418
24419 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
24420
24421         * configure.ac:
24422           fix requirement of core
24423         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
24424         (gst_play_pipeline_setup):
24425           don't use colorspace element.  do use hermescolorspace element.
24426           make macro to get a colorspace element.
24427           mark strings for translation.
24428         * po/POTFILES.in:
24429           add play.c
24430         * po/af.po:
24431         * po/az.po:
24432         * po/cs.po:
24433         * po/en_GB.po:
24434         * po/hu.po:
24435         * po/nl.po:
24436         * po/sr.po:
24437         * po/sv.po:
24438         * po/uk.po:
24439           update translations
24440
24441 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24442
24443         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
24444         fix default for newmedia flag
24445
24446 2004-07-30  Wim Taymans  <wim@fluendo.com>
24447
24448         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
24449         (gst_theora_dec_init), (theora_get_formats),
24450         (theora_dec_src_convert), (theora_dec_sink_convert),
24451         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
24452         (theora_dec_chain), (theora_dec_set_property),
24453         (theora_dec_get_property):
24454         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
24455         (gst_theora_enc_class_init), (gst_theora_enc_init),
24456         (theora_enc_sink_link), (theora_enc_chain),
24457         (theora_enc_set_property), (theora_enc_get_property):
24458         Added cropping option to theora decoder.
24459         Added border option to theora encoder.
24460
24461 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24462
24463         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
24464         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
24465         (gst_pngenc_set_property):
24466         * ext/libpng/gstpngenc.h:
24467         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
24468
24469 2004-07-30  Wim Taymans  <wim@fluendo.com>
24470
24471         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24472         (theora_enc_sink_link), (theora_enc_chain),
24473         (theora_enc_set_property), (theora_enc_get_property):
24474         Fix encoding of non-multiple-of-16 video.
24475
24476 2004-07-29  David Schleef  <ds@schleef.org>
24477
24478         * configure.ac: make test for audiofile more strict
24479
24480 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24481
24482         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
24483           give different names to typefind functions
24484
24485 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
24486
24487         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
24488         (gst_ximagesink_calculate_pixel_aspect_ratio),
24489         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
24490         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
24491         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
24492         (gst_ximagesink_get_property), (gst_ximagesink_init):
24493         * sys/ximage/ximagesink.h:
24494           allocate PAR's dynamically.
24495           use autodetected PAR if no object-set PAR is given.
24496           add workaround for directfb's X not setting physical size.
24497           fix to xvimagesink will follow tomorrow.
24498
24499 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24500
24501         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
24502         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
24503         (gst_shout2send_get_type), (gst_shout2send_set_clock),
24504         (gst_shout2send_class_init), (gst_shout2send_init),
24505         (set_shout_metadata), (gst_shout2send_set_metadata),
24506         (gst_shout2send_chain), (gst_shout2send_set_property),
24507         (gst_shout2send_get_property), (gst_shout2send_connect),
24508         (gst_shout2send_change_state):
24509         * ext/shout2/gstshout2.h:
24510         - fix for sending mp3 audio to icecast2 server, if pad link function not
24511         called before PAUSED state
24512         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
24513         - added tagging support for mp3 audio broadcasted
24514         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
24515         debug info
24516
24517 2004-07-28  Wim Taymans  <wim@fluendo.com>
24518
24519         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
24520         (gst_ogg_demux_push):
24521         Return query failure when we don't know the length of
24522         an ogg stream insteda of returning TRUE with a bogus value.
24523
24524 2004-07-28  Wim Taymans  <wim@fluendo.com>
24525
24526         * ext/theora/theoradec.c: (theora_get_formats),
24527         (theora_dec_src_convert), (theora_dec_sink_convert),
24528         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
24529         (theora_dec_chain):
24530         Don't screw up the 1 Chroma for 1 luma sample situation when we
24531         have an odd offset/width by adding a black border in those cases.
24532
24533 2004-07-28  Wim Taymans  <wim@fluendo.com>
24534
24535         * ext/theora/theoradec.c: (theora_get_formats),
24536         (theora_dec_src_convert), (theora_dec_sink_convert),
24537         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
24538         (theora_dec_chain):
24539         * ext/theora/theoraenc.c: (theora_enc_sink_link):
24540         Added first attempt at cropping of the image as required by the
24541         theora spec. We need more properties in the caps (offset_x,
24542         offset_y,stride) to implement this correctly.
24543
24544 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
24545
24546         * ext/dvdnav/README:
24547           Update the README to use dvddemux
24548         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
24549           Ensure getcaps returns a subset of the template caps
24550         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
24551         (gst_mpeg2subt_init):
24552           Ensure getcaps returns a subset of the template caps
24553         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
24554         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
24555         (gst_dvd_demux_get_subpicture_stream),
24556         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
24557         * gst/mpegstream/gstdvddemux.h:
24558           Set the explicit caps on the current_video pad before pushing
24559           anything
24560         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
24561         (gst_mpeg_demux_get_audio_stream):
24562           Free caps used to gst_pad_set_explicit_caps, which takes a const
24563           GstCaps *
24564
24565 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
24566
24567         * configure.ac: update GStreamer requirement to 0.8.4 because of
24568           GstFraction.
24569
24570 2004-07-28  Wim Taymans  <wim@fluendo.com>
24571
24572         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
24573         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
24574         Add the pad to the element after setting up the caps. This
24575         makes it a lot easier to autoplug.
24576
24577 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
24578
24579         * gst/median/gstmedian.c:
24580         * gst/mpeg2subt/gstmpeg2subt.c:
24581         * gst/mpegaudioparse/gstmpegaudioparse.c:
24582         * gst/mpegstream/gstdvddemux.c:
24583         * gst/mpegstream/gstmpegdemux.c:
24584         * gst/mpegstream/gstmpegpacketize.c:
24585         * gst/rtjpeg/gstrtjpeg.c:
24586         * gst/rtjpeg/gstrtjpegdec.c:
24587         * gst/rtjpeg/gstrtjpegenc.c:
24588         * gst/sine/gstsinesrc.c:
24589         * gst/smooth/gstsmooth.c:
24590         * gst/smpte/gstsmpte.c:
24591         * gst/smpte/gstsmpte.h:
24592         * gst/stereo/gststereo.c:
24593         * gst/videofilter/gstgamma.c:
24594         * gst/videofilter/gstvideobalance.c:
24595         * gst/videofilter/gstvideofilter.c:
24596         * gst/videofilter/gstvideoflip.c:
24597         * gst/videoscale/gstvideoscale.c:
24598         * gst/videoscale/videoscale.c:
24599         * gst/videotestsrc/gstvideotestsrc.c:
24600         * gst/videotestsrc/videotestsrc.c:
24601         * gst/wavenc/gstwavenc.c:
24602         * gst/wavparse/gstwavparse.c:
24603           fix local includes and 64 bits constants
24604
24605 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
24606
24607         * win32/gst.sln:
24608         * gst-libs/gst/*/*.vcproj:
24609         * gst/*/*.vcproj:
24610           more working plugins
24611
24612 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24613
24614         * testsuite/alsa/Makefile.am:
24615         * testsuite/alsa/srcstate.c:
24616         add test for alsasrc changing state
24617
24618 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24619
24620         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
24621         (gst_silence_get):
24622         * gst/silence/gstsilence.h:
24623         fix silence generation for 16bit raw audio
24624
24625 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
24626
24627         * gst/matroska/matroska-demux.c:
24628         (gst_matroska_demux_parse_metadata),
24629         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
24630         * gst/mpegaudio/common.c:
24631         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
24632         (gst_videoscale_getcaps), (gst_videoscale_link),
24633         (gst_videoscale_src_fixate), (gst_videoscale_init),
24634         (gst_videoscale_finalize):
24635         * gst/videoscale/gstvideoscale.h:
24636         * gst/videotestsrc/gstvideotestsrc.c:
24637         (gst_videotestsrc_get_capslist):
24638         * gst/wavenc/gstwavenc.c:
24639         * sys/oss/gstossmixer.c: (fill_labels):
24640         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
24641         (gst_ximagesink_handle_xevents),
24642         (gst_ximagesink_calculate_pixel_aspect_ratio),
24643         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
24644         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
24645         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
24646         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
24647         (gst_ximagesink_init), (gst_ximagesink_class_init):
24648         * sys/ximage/ximagesink.h:
24649         * sys/xvimage/xvimagesink.c:
24650         (gst_xvimagesink_calculate_pixel_aspect_ratio),
24651         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
24652         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
24653         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
24654         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
24655         * sys/xvimage/xvimagesink.h:
24656           first batch of pixel aspect ratio commits.
24657
24658 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
24659
24660         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24661         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
24662         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
24663           handle stride, needs work if we want to move stride handling
24664           upstream, but works correctly for our purposes.
24665
24666 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
24667
24668         * gst/videoscale/README:
24669           add testing examples
24670         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
24671         (gst_videoscale_chain):
24672         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
24673         (gst_videoscale_get_size):
24674           add get_size function that handles stride like videotestsrc.
24675           fixes conversion for YUV formats for as much as I can test them.
24676
24677 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
24678
24679         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
24680         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
24681         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
24682         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
24683         (gst_xvimagesink_xvimage_put):
24684           further cleanups, logging, error handling and synchronizing
24685
24686 2004-07-27  Wim Taymans  <wim@fluendo.com>
24687
24688         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
24689         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
24690         (gst_videomixer_pad_set_property),
24691         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
24692         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
24693         (gst_videomixer_class_init), (gst_videomixer_init),
24694         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
24695         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
24696         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
24697         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
24698         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
24699         (gst_videomixer_loop), (plugin_init):
24700         Be a nicer negotiation citizen and provide a getcaps function on
24701         the srcpad. This also fixes a crash when resizing.
24702
24703 2004-07-27  Julien MOUTTE  <julien@moutte.net>
24704
24705         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
24706         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
24707
24708 2004-07-27  Wim Taymans  <wim@fluendo.com>
24709
24710         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
24711         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
24712         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
24713         (gst_pngenc_set_property):
24714         * ext/libpng/gstpngenc.h:
24715         Added snapshot property to pngenc.
24716         removed g_print from pngdec
24717
24718 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
24719
24720         * gst/ac3parse/ac3parse.vcproj
24721         * gst/adder/adder.vcproj
24722         * gst/alpha/alpha.vcproj
24723         * gst/alpha/alphacolor.vcproj
24724         * gst/asfdemux/asf.vcproj
24725         * gst/audioconvert/audioconvert.vcproj
24726         * gst/audiorate/audiorate.vcproj
24727         * gst/audioscale/audioscale.vcproj
24728         * gst/auparse/auparse.vcproj
24729         * gst/avi/avi.vcproj
24730         * gst/cdxaparse/cdxaparse.vcproj
24731         * gst/chart/chart.vcproj
24732         * gst/colorspace/colorspace.vcproj
24733         * gst/cutter/cutter.vcproj
24734         * gst/debug/debug.vcproj
24735         * gst/debug/efence.vcproj
24736         * gst/debug/navigationtest.vcproj
24737         * gst/deinterlace/deinterlace.vcproj
24738         * gst/effectv/effectv.vcproj
24739         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
24740         * gst/filter/filter.vcproj
24741         * gst/flx/flxdec.vcproj
24742         * gst/goom/goom.vcproj
24743         * gst/interleave/interleave.vcproj
24744         * gst/law/alaw.vcproj
24745         * gst/law/mulaw.vcproj
24746         * gst/matroska/matroska.vcproj
24747         * gst/median/median.vcproj
24748         * gst/mixmatrix/mixmatrix.vcproj
24749         * gst/mpeg1sys/mpeg1systemencode.vcproj
24750         * gst/mpeg1videoparse/mp1videoparse.vcproj
24751         * gst/mpeg2sub/mpeg2subt.vcproj
24752         * gst/mpegaudio/mpegaudio.vcproj
24753         * gst/mpegaudioparse/mpegaudioparse.vcproj
24754         * gst/mpegstream/mpegstream.vcproj
24755         * gst/multifilesink/multifilesink.vcproj
24756         * gst/multipart/multipart.vcproj
24757         * gst/oneton/oneton.vcproj
24758         * gst/overlay/overlay.vcproj
24759         * gst/passthrough/passthrough.vcproj
24760         * gst/qtdemux/qtdemux.vcproj
24761         * gst/realmedia/rmdemux.vcproj
24762         * gst/rtjpeg/rtjpeg.vcproj
24763         * gst/rtp/rtp.vcproj
24764         * gst/silence/silence.vcproj
24765         * gst/sine/sinesrc.vcproj
24766         * gst/smooth/smooth.vcproj
24767         * gst/smpte/smpte.vcproj
24768         * gst/spectrum/spectrum.vcproj
24769         * gst/speed/speed.vcproj
24770         * gst/stereo/stereo.vcproj
24771         * gst/switch/switch.vcproj
24772         * gst/tags/tagedit.vcproj
24773         * gst/tcp/tcp.vcproj
24774         * gst/typefind/typefindfunctions.vcproj
24775         * gst/udp/udp.vcproj
24776         * gst/videobox/videobox.vcproj
24777         * gst/videocrop/videocrop.vcproj
24778         * gst/videodrop/videodrop.vcproj
24779         * gst/videofilter/gamma.vcproj
24780         * gst/videofilter/videobalance.vcproj
24781         * gst/videofilter/videofilter.vcproj
24782         * gst/videofilter/videoflip.vcproj
24783         * gst/videoflip/videoflip.vcproj
24784         * gst/videomixer/videomixer.vcproj
24785         * gst/videorate/videorate.vcproj
24786         * gst/videoscale/videoscale.vcproj
24787         * gst/videotestsrc/videotestsrc.vcproj
24788         * gst/virtualdub/virtualdub.vcproj
24789         * gst/volenv/volenv.vcproj
24790         * gst/volume/volume.vcproj
24791         * gst/wavenc/wavenc.vcproj
24792         * gst/wavparse/wavparse.vcproj
24793         * gst/y4m/y4menc.vcproj
24794         * gst-libs/gst/audio/audio.vcproj
24795         * gst-libs/gst/audio/audiofilter.vcproj
24796         * gst-libs/gst/colorbalance/colorbalance.vcproj
24797         * gst-libs/gst/idct/idtc.vcproj
24798         * gst-libs/gst/media-info/media-info.vcproj
24799         * gst-libs/gst/mixer/mixer.vcproj
24800         * gst-libs/gst/navigation/navigation.vcproj
24801         * gst-libs/gst/play/play.vcproj
24802         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
24803         * gst-libs/gst/resample/resample.vcproj
24804         * gst-libs/gst/riff/riff.vcproj
24805         * gst-libs/gst/tuner/tuner.vcproj
24806         * gst-libs/gst/video/video.vcproj
24807         * gst-libs/gst/xoverlay/xoverlay.vcproj
24808           avoid problems with math.h, fix release dependancy
24809           rename GStreamer-0.8.lib to libgstreamer.lib
24810
24811 2004-07-27  Julien MOUTTE  <julien@moutte.net>
24812
24813         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
24814         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
24815         the atom is not available we have to unlock the mutex. Fixes #148023
24816
24817 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
24818
24819         * gst-libs/gst/media-info/media-info.h:
24820           issue for a vararg macro with MSVC
24821
24822 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
24823
24824         * gst/effectv/effectv.vcproj
24825         * gst-libs/gst/idct/idct.vcproj:
24826         * gst-libs/gst/media-info/media-info.vcproj:
24827         * gst-libs/gst/navigation/navigation.vcproj:
24828         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
24829         * gst-libs/gst/video/video.vcproj:
24830         * gst-libs/gst/xoverlay/xoverlay.vcproj:
24831           fixes for build problems
24832
24833 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
24834
24835         * gst-libs/gst/audio/audio.def:
24836         * gst-libs/gst/audio/riff.def:
24837           add some definitions needed by plugins
24838
24839 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
24840
24841         * gst/asfdemux/gstasfmux.c
24842           Fix some 64 bits constants to be glib friendly
24843
24844 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
24845
24846         * gst/ac3parse/gstac3parse.c
24847         * gst/audioscale/gstaudioscale.c
24848         * gst/auparse/gstauparse.c
24849         * gst/colorspace/gstcolorspace.c
24850         * gst/colorspace/yuv2rgb.h
24851           local include fixes
24852
24853 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
24854
24855         * win32/gst.sln
24856           add more plugins to the build
24857
24858 2004-07-26  Julien MOUTTE  <julien@moutte.net>
24859
24860         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
24861         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
24862
24863 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
24864
24865         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
24866         (gst_level_set_property), (gst_level_get_property),
24867         (gst_level_base_init), (gst_level_class_init):
24868           add debugging categories.  cleanups.
24869
24870 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
24871
24872         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
24873         (gst_videoscale_planar411), (gst_videoscale_planar400),
24874         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
24875         (gst_videoscale_scale_nearest_str1),
24876         (gst_videoscale_scale_nearest_str2),
24877         (gst_videoscale_scale_nearest_str4),
24878         (gst_videoscale_scale_nearest_16bit),
24879         (gst_videoscale_scale_nearest_24bit):
24880           fixed stride issues
24881           tested with 320x240 -> 321, 322, 324 x240
24882           tested with YV12, I420, YUY2, UYVY
24883           fixed packed422rev (don't think it could have worked before)
24884           by testing with UYVY
24885
24886 2004-07-26  Benjamin Otte  <otte@gnome.org>
24887
24888         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
24889         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
24890         (plugin_init):
24891           add debugging category, add error checks like checking return values
24892           of setup calls, make sure it still works after
24893           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
24894
24895 2004-07-26  Wim Taymans  <wim@fluendo.com>
24896
24897         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
24898         (gst_mpeg_demux_get_audio_stream),
24899         (gst_mpeg_demux_process_private):
24900         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
24901         Check for error codes from the negotiation functions. Make sure
24902         we really set the pad caps when a new pad is created.
24903
24904 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
24905
24906         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
24907         (gst_ffmpeg_caps_to_pix_fmt):
24908         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
24909         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24910         (gst_ffmpegcolorspace_pad_link):
24911           don't make function do two things at the same time without reason.
24912
24913 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
24914
24915         * gst/ac3parse/ac3parse.vcproj
24916         * gst/adder/adder.vcproj
24917         * gst/alpha/alpha.vcproj
24918         * gst/alpha/alphacolor.vcproj
24919         * gst/asfdemux/asf.vcproj
24920         * gst/audioconvert/audioconvert.vcproj
24921         * gst/audiorate/audiorate.vcproj
24922         * gst/audioscale/audioscale.vcproj
24923         * gst/auparse/auparse.vcproj
24924         * gst/avi/avi.vcproj
24925         * gst/cdxaparse/cdxaparse.vcproj
24926         * gst/chart/chart.vcproj
24927         * gst/colorspace/colorspace.vcproj
24928         * gst/cutter/cutter.vcproj
24929         * gst/debug/debug.vcproj
24930         * gst/debug/efence.vcproj
24931         * gst/debug/navigationtest.vcproj
24932         * gst/deinterlace/deinterlace.vcproj
24933         * gst/effectv/effectv.vcproj
24934         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
24935         * gst/filter/filter.vcproj
24936         * gst/flx/flxdec.vcproj
24937         * gst/goom/goom.vcproj
24938         * gst/interleave/interleave.vcproj
24939         * gst/law/alaw.vcproj
24940         * gst/law/mulaw.vcproj
24941         * gst/matroska/matroska.vcproj
24942         * gst/median/median.vcproj
24943         * gst/mixmatrix/mixmatrix.vcproj
24944         * gst/mpeg1sys/mpeg1systemencode.vcproj
24945         * gst/mpeg1videoparse/mp1videoparse.vcproj
24946         * gst/mpeg2sub/mpeg2subt.vcproj
24947         * gst/mpegaudio/mpegaudio.vcproj
24948         * gst/mpegaudioparse/mpegaudioparse.vcproj
24949         * gst/mpegstream/mpegstream.vcproj
24950         * gst/multifilesink/multifilesink.vcproj
24951         * gst/multipart/multipart.vcproj
24952         * gst/oneton/oneton.vcproj
24953         * gst/overlay/overlay.vcproj
24954         * gst/passthrough/passthrough.vcproj
24955         * gst/qtdemux/qtdemux.vcproj
24956         * gst/realmedia/rmdemux.vcproj
24957         * gst/rtjpeg/rtjpeg.vcproj
24958         * gst/rtp/rtp.vcproj
24959         * gst/silence/silence.vcproj
24960         * gst/sine/sinesrc.vcproj
24961         * gst/smooth/smooth.vcproj
24962         * gst/smpte/smpte.vcproj
24963         * gst/spectrum/spectrum.vcproj
24964         * gst/speed/speed.vcproj
24965         * gst/stereo/stereo.vcproj
24966         * gst/switch/switch.vcproj
24967         * gst/tags/tagedit.vcproj
24968         * gst/tcp/tcp.vcproj
24969         * gst/typefind/typefindfunctions.vcproj
24970         * gst/udp/udp.vcproj
24971         * gst/videobox/videobox.vcproj
24972         * gst/videocrop/videocrop.vcproj
24973         * gst/videodrop/videodrop.vcproj
24974         * gst/videofilter/gamma.vcproj
24975         * gst/videofilter/videobalance.vcproj
24976         * gst/videofilter/videofilter.vcproj
24977         * gst/videofilter/videoflip.vcproj
24978         * gst/videoflip/videoflip.vcproj
24979         * gst/videomixer/videomixer.vcproj
24980         * gst/videorate/videorate.vcproj
24981         * gst/videoscale/videoscale.vcproj
24982         * gst/videotestsrc/videotestsrc.vcproj
24983         * gst/virtualdub/virtualdub.vcproj
24984         * gst/volenv/volenv.vcproj
24985         * gst/volume/volume.vcproj
24986         * gst/wavenc/wavenc.vcproj
24987         * gst/wavparse/wavparse.vcproj
24988         * gst/y4m/y4menc.vcproj
24989           more plugins supported under windows
24990
24991 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
24992
24993         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24994         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
24995         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
24996         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
24997         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
24998           Add debugging statements.  Use the sizes as returned by the
24999           *CreateImage calls.
25000
25001 2004-07-26  Johan Dahlin  <johan@gnome.org>
25002
25003         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
25004         the pad is negotiated.
25005
25006         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
25007
25008 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25009
25010         * gst-libs/gst/colorbalance/colorbalance.vcproj:
25011         * gst-libs/gst/idct/idct.vcproj:
25012         * gst-libs/gst/media-info/media-info.vcproj:
25013         * gst-libs/gst/mixer/mixer.vcproj:
25014         * gst-libs/gst/navigation/navigation.vcproj:
25015         * gst-libs/gst/play/play.vcproj:
25016         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
25017         * gst-libs/gst/resample/resample.vcproj:
25018         * gst-libs/gst/tuner/tuner.vcproj:
25019         * gst-libs/gst/video/video.vcproj:
25020         * gst-libs/gst/xoverlay/xoverlay.vcproj:
25021           more plugins supported under windows
25022
25023 2004-07-25 Iain <iain@prettypeople.org>
25024
25025         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
25026         pad now rather than when the pad is created because state changes wipe
25027         explicit caps (fixes #148043).
25028
25029 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
25030
25031         reviewed by Benjamin Otte  <otte@gnome.org>
25032
25033         * ext/mad/gstmad.c:
25034           fix mad plugin crashing on Sun (fixes #148289)
25035
25036 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
25037
25038         * gst/avi/avi.def:
25039         * gst/avi/avi.vcproj:
25040         * gst/matroska/matroska.def:
25041         * gst/matroska/matroska.vcproj:
25042           remove unused .def files
25043
25044 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
25045
25046         * gst-libs/gst/audio/gstaudiofilter.c:
25047           Clean the local include
25048
25049 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
25050
25051         * win32/gst.sln:
25052         * gst-libs/gst/audio/audio.def:
25053         * gst-libs/gst/audio/audio.vcproj:
25054         * gst-libs/gst/audio/audiofilter.vcproj:
25055         * gst-libs/gst/audio/riff.def:
25056         * gst-libs/gst/audio/riff.vcproj:
25057         * gst-libs/gst/gst-libs.def:
25058         * gst-libs/gst/gst-libs.vcproj:
25059         * gst/avi/avi.vcproj:
25060         * gst/avi/avi.vcproj:
25061           Copy the files where needed after building, cleaner projects
25062
25063 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
25064
25065         * gst/matroska/ebml-write.c:
25066           Fix some 64 bits constants to be glib friendly
25067
25068 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
25069
25070         * win32/gst.sln:
25071         * gst-libs/gst/gst-libs.def:
25072         * gst-libs/gst/gst-libs.vcproj:
25073         * gst/matroska/matroska.def:
25074         * gst/matroska/matroska.vcproj:
25075           Add the preliminary canvas to build plugins on Win32
25076
25077 2004-07-23  Benjamin Otte  <otte@gnome.org>
25078
25079         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
25080           don't enfore negotiation from source side, it breaks
25081           sinesrc ! audioconvert ! osssink
25082
25083 2004-07-22  David Schleef  <ds@schleef.org>
25084
25085         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
25086         for ELF files, since they can easily be recognized as audio/mpeg.
25087         (bug #147441)
25088
25089 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
25090
25091         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
25092         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
25093         (gst_videoscale_scale_nearest_24bit),
25094         (gst_videoscale_scale_nearest_16bit):
25095           fix 16bit and 24bit for stride (24bit might need testing)
25096           don't pretend we do more than one algorithm
25097
25098 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25099
25100         * configure.ac:
25101         * gst/Makefile.am:
25102         * gst/multifilesink/Makefile.am:
25103         * gst/multifilesink/gstmultifilesink.c:
25104         (gst_multifilesink_get_formats),
25105         (gst_multifilesink_get_query_types), (_do_init),
25106         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
25107         (gst_multifilesink_init), (gst_multifilesink_dispose),
25108         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
25109         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
25110         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
25111         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
25112         (gst_multifilesink_chain), (gst_multifilesink_change_state),
25113         (gst_multifilesink_uri_get_type),
25114         (gst_multifilesink_uri_get_protocols),
25115         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
25116         (gst_multifilesink_uri_handler_init), (plugin_init):
25117         * gst/multifilesink/gstmultifilesink.h:
25118         * testsuite/Makefile.am:
25119         * testsuite/multifilesink/Makefile.am:
25120         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
25121         (gst_newmedia_class_init), (gst_newmedia_init),
25122         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
25123         (newfile_signal), (test_signal), (main):
25124         multifilesink plugin for creating new files every time a new media
25125         discontinuity event occurs
25126
25127 2004-07-22  Wim Taymans  <wim@fluendo.com>
25128
25129         * gst/alpha/Makefile.am:
25130         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
25131         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
25132         (gst_alpha_color_init), (gst_alpha_color_set_property),
25133         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
25134         (transform), (gst_alpha_color_chain),
25135         (gst_alpha_color_change_state), (plugin_init):
25136         Stupid plugin to to RGBA to AYUV conversion because none of
25137         the colorspace plugins can handle that yet.
25138
25139 2004-07-22  Wim Taymans  <wim@fluendo.com>
25140
25141         * examples/seeking/seek.c: (update_scale), (main):
25142         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
25143         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
25144         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
25145         (gst_decode_bin_init), (gst_decode_bin_dispose),
25146         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
25147         (no_more_pads), (close_link), (type_found),
25148         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
25149         (plugin_init):
25150         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
25151         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
25152         (gst_play_base_bin_dispose), (queue_overrun),
25153         (gen_preroll_element), (remove_prerolls), (unknown_type),
25154         (no_more_pads), (new_stream), (setup_source),
25155         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
25156         (play_base_eos), (gst_play_base_bin_change_state),
25157         (gst_play_base_bin_add_element),
25158         (gst_play_base_bin_remove_element),
25159         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
25160         (gst_play_base_bin_unlink_stream),
25161         (gst_play_base_bin_get_streaminfo):
25162         * gst/playback/gstplaybin.c: (gen_video_element),
25163         (gen_audio_element):
25164         * gst/playback/gststreaminfo.h:
25165         More playback updates, attempt to fix things after the state change
25166         breakage.
25167
25168 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
25169
25170         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
25171         (gst_videoscale_scale_nearest_16bit):
25172           comment algorithm
25173
25174 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
25175
25176         * gst/videotestsrc/gstvideotestsrc.c:
25177         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
25178         (gst_videotestsrc_init), (gst_videotestsrc_get),
25179         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
25180         (gst_videotestsrc_get_property):
25181         * gst/videotestsrc/gstvideotestsrc.h:
25182         * gst/videotestsrc/videotestsrc.c:
25183         * gst/videotestsrc/videotestsrc.h:
25184           cleanup and commenting
25185
25186 2004-07-21  Wim Taymans  <wim@fluendo.com>
25187
25188         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
25189         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
25190         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
25191         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
25192         (_find_chain_get_unknown_part), (_find_streams_check),
25193         (gst_ogg_demux_push), (gst_ogg_pad_push):
25194         * ext/theora/theoradec.c: (theora_get_formats),
25195         (theora_dec_src_convert), (theora_dec_sink_convert),
25196         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
25197         (theora_dec_chain):
25198         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
25199         (vorbis_dec_convert), (vorbis_dec_src_query),
25200         (vorbis_dec_src_event), (vorbis_dec_event):
25201         More seeking fixes, oggdemux now supports seeking to time and
25202         uses the downstream element to convert granulepos to time.
25203         Seeking in theora-only ogg files now works.
25204
25205 2004-07-21  Wim Taymans  <wim@fluendo.com>
25206
25207         * ext/theora/theoradec.c: (gst_theora_dec_init),
25208         (theora_get_formats), (theora_get_event_masks),
25209         (theora_get_query_types), (theora_dec_src_convert),
25210         (theora_dec_sink_convert), (theora_dec_src_query),
25211         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
25212         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
25213         (vorbis_get_event_masks), (vorbis_get_query_types),
25214         (gst_vorbis_dec_init), (vorbis_dec_convert),
25215         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
25216         Added query/convert/formats functions to vorbis and theora decoders
25217         so that the outside world can use them too. Fixed seeking on an
25218         ogg/theora/vorbis file by disabling the seeking seeking on the
25219         theora srcpad.
25220
25221 2004-07-21  Julien MOUTTE  <julien@moutte.net>
25222
25223         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
25224         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
25225         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
25226         images creation for both elements. We don't create the image on caps
25227         nego or renego, we just destroy the internal one if present if it does
25228         not match the needs. The chain function takes care of creating a new
25229         image when needed.
25230         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
25231         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
25232         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
25233         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
25234         the image format information. The buffer pool checks for the context
25235         image format and discard images with different formats.
25236         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
25237
25238 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
25239
25240         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25241         (gst_ffmpegcolorspace_chain):
25242           no point in doing any chaining if the pad we want to push from
25243           isn't usable.
25244
25245 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25246
25247         * gst-libs/gst/riff/riff-media.c:
25248         (gst_riff_create_audio_caps_with_data):
25249           Fix double end-to-native symbol conversion (#148021).
25250
25251 2004-07-20  David Schleef  <ds@schleef.org>
25252
25253         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
25254         Don't use an Atom that doesn't exist.
25255
25256 2004-07-20  Wim Taymans  <wim@fluendo.com>
25257
25258         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
25259         (gst_multifdsink_add), (gst_multifdsink_get_stats),
25260         (gst_multifdsink_client_remove),
25261         (gst_multifdsink_handle_client_write),
25262         (gst_multifdsink_queue_buffer):
25263         * gst/tcp/gstmultifdsink.h:
25264         More multifdsink stats. Avoid deadlock by releasing locks
25265         before sending out a signal.
25266
25267 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25268
25269         * po/LINGUAS:
25270         * po/hu.po:
25271           added Hungarian translation (Laszlo Dvornik)
25272
25273 2004-07-20  Wim Taymans  <wim@fluendo.com>
25274
25275         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
25276         (gst_multifdsink_add), (gst_multifdsink_client_remove),
25277         (gst_multifdsink_handle_client_write),
25278         (gst_multifdsink_queue_buffer):
25279         * gst/tcp/gsttcp-marshal.list:
25280         Fixed the stupid marshal definition.
25281
25282 2004-07-20  Wim Taymans  <wim@fluendo.com>
25283
25284         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
25285         (gst_multifdsink_init), (gst_multifdsink_add),
25286         (gst_multifdsink_client_remove),
25287         (gst_multifdsink_handle_client_write),
25288         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
25289         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
25290         (gst_multifdsink_init_send):
25291         * gst/tcp/gstmultifdsink.h:
25292         Added more stats, added timeout for a client, fixed some typos
25293         and added some comments.
25294
25295 2004-07-20  Wim Taymans  <wim@fluendo.com>
25296
25297         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
25298         (gst_multifdsink_add), (gst_multifdsink_get_stats),
25299         (gst_multifdsink_client_remove),
25300         (gst_multifdsink_handle_client_write):
25301         * gst/tcp/gstmultifdsink.h:
25302         * gst/tcp/gsttcp-marshal.list:
25303         Added get_stats method that returns a GValueArray of
25304         stats values.
25305
25306 2004-07-19  Benjamin Otte  <otte@gnome.org>
25307
25308         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
25309           make sure longname, description and author are valid UTF-8
25310
25311 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
25312
25313         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
25314         (gst_ximagesink_set_property):
25315         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
25316         (gst_xvimagesink_set_property):
25317           make sure SYNCHRONOUS is respected after getting the X context
25318
25319 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
25320
25321         * gst/matroska/matroska-demux.c:
25322         (gst_matroska_demux_handle_src_event),
25323         (gst_matroska_demux_parse_blockgroup):
25324         * gst/matroska/matroska-ids.h:
25325           add BlockReference tag and ignore it to clear out log.
25326           ignore NAVIGATION events to clear out log.
25327
25328 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
25329
25330         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
25331         (gst_matroska_demux_add_stream):
25332         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
25333           add debug categories
25334
25335 2004-07-16  Wim Taymans  <wim@fluendo.com>
25336
25337         * ext/libpng/Makefile.am:
25338         * ext/libpng/gstpng.c: (plugin_init):
25339         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
25340         (gst_pngdec_get_type), (gst_pngdec_base_init),
25341         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
25342         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
25343         * ext/libpng/gstpngdec.h:
25344         Added png decoder.
25345
25346 2004-07-16  Julien MOUTTE  <julien@moutte.net>
25347
25348         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
25349         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
25350         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
25351         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
25352         (gst_ximagesink_buffer_alloc):
25353         * sys/ximage/ximagesink.h:
25354         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
25355         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
25356         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
25357         (gst_xvimagesink_buffer_alloc):
25358         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
25359         again. Using internal data pointer of the x(v)image to store image's
25360         data to be coherent with the buffer alloc mechanism. Investigated the
25361         image destruction code to be sure that everything gets freed correctly.
25362
25363 2004-07-16  Wim Taymans  <wim@fluendo.com>
25364
25365         * gst-libs/gst/riff/riff-read.c:
25366         (gst_riff_read_strf_vids_with_data),
25367         (gst_riff_read_strf_auds_with_data):
25368         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
25369         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
25370         Make sure we don't create 0 sized subbuffers in riff-read.
25371         Signal the no more pads signal after reading the avi header.
25372
25373 2004-07-16  Wim Taymans  <wim@fluendo.com>
25374
25375         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
25376         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
25377         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
25378         (gst_decode_bin_init), (gst_decode_bin_dispose),
25379         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
25380         (no_more_pads), (close_link), (type_found),
25381         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
25382         (gst_decode_bin_change_state), (plugin_init):
25383         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
25384         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
25385         (gst_play_base_bin_dispose), (queue_overrun),
25386         (gen_preroll_element), (remove_prerolls), (unknown_type),
25387         (no_more_pads), (new_stream), (setup_source),
25388         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
25389         (play_base_eos), (gst_play_base_bin_change_state),
25390         (gst_play_base_bin_add_element),
25391         (gst_play_base_bin_remove_element),
25392         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
25393         (gst_play_base_bin_unlink_stream),
25394         (gst_play_base_bin_get_streaminfo):
25395         * gst/playback/gstplaybasebin.h:
25396         Better error recovery. Added configurable preroll queue size. Faster
25397         detection of no-more-pads.
25398
25399 2004-07-16  Wim Taymans  <wim@fluendo.com>
25400
25401         * gst-libs/gst/video/video.h:
25402         Added 32 bits RGBA. Not sure if we should use another mime-type
25403         for alpha rgb. Currently the presence of the alpha_mask property
25404         signals an alpha channel.
25405
25406 2004-07-16  Wim Taymans  <wim@fluendo.com>
25407
25408         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
25409         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
25410         FPS seems to be 0.0 to MAX everywhere else.
25411
25412 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25413
25414         * gst-libs/gst/riff/riff-media.c:
25415         (gst_riff_create_video_caps_with_data):
25416           mp42/mp43 (no caps) exist too.
25417         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
25418           Set pixel_width/height; we've got them in-caps.
25419         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
25420         * gst/wavparse/gstwavparse.c: (plugin_init):
25421           Both are valid primary.
25422         * sys/oss/gstossmixer.c:
25423           Remove i18n hack and enable translations.
25424
25425 2004-07-15  Benjamin Otte  <otte@gnome.org>
25426
25427         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
25428         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
25429           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
25430
25431 2004-07-15  Benjamin Otte  <otte@gnome.org>
25432
25433         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
25434         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
25435         (gst_alsa_close_audio):
25436           disable some of the debugging code for now. Writing debugging to a
25437           buffer is broken in current alsalib releases.
25438
25439 2004-07-12  Benjamin Otte  <otte@gnome.org>
25440
25441         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
25442           use bufferpools
25443
25444 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
25445
25446         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
25447         (theora_dec_src_query), (theora_dec_event):
25448         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
25449           add debugging categories.  Remove \n's.
25450
25451 2004-07-13  Johan Dahlin  <johan@gnome.org>
25452
25453         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
25454         (gst_play_bin_get_property): Impl.
25455
25456 2004-07-13  Wim Taymans  <wim@fluendo.com>
25457
25458         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
25459         When trying to find the stream length, seek back N pages
25460         instead of just one, where N is the number of streams in
25461         the current chain.
25462
25463 2004-07-13  Wim Taymans  <wim@fluendo.com>
25464
25465         * gst-libs/gst/riff/riff-media.c:
25466         (gst_riff_create_audio_caps_with_data),
25467         (gst_riff_create_audio_caps),
25468         (gst_riff_create_audio_template_caps):
25469         * gst-libs/gst/riff/riff-media.h:
25470         * gst-libs/gst/riff/riff-read.c:
25471         (gst_riff_read_strf_vids_with_data),
25472         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
25473         * gst-libs/gst/riff/riff-read.h:
25474         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
25475         (gst_avi_demux_add_stream):
25476         Set codec_data on caps for avidemuxer.
25477
25478 2004-07-12  David Schleef  <ds@schleef.org>
25479
25480         * configure.ac: Fix test for Objective C
25481
25482 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
25483         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
25484         (gst_gdk_pixbuf_chain):
25485           Add svg and pcx to template caps, and ensure that getcaps returns a
25486           subset of the template caps.
25487           Copy each row manually for output, as gdkpixbuf may pad the
25488           rowstride to a 32-bit word boundary.
25489
25490 2004-07-12  Wim Taymans  <wim@fluendo.com>
25491
25492         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
25493         (gst_riff_create_video_template_caps):
25494         Fix the template caps to include some more media types.
25495
25496 2004-07-12  Wim Taymans  <wim@fluendo.com>
25497
25498         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
25499         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
25500         (compare_ranks), (print_feature), (gst_decode_bin_init),
25501         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
25502         (try_to_link_1), (new_pad), (close_link), (type_found),
25503         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
25504         (gst_decode_bin_change_state), (plugin_init):
25505         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
25506         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
25507         (gst_play_base_bin_dispose), (queue_overrun),
25508         (gen_preroll_element), (remove_prerolls), (no_more_pads),
25509         (new_stream), (setup_source), (gst_play_base_bin_set_property),
25510         (gst_play_base_bin_get_property), (play_base_eos),
25511         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
25512         (gst_play_base_bin_remove_element),
25513         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
25514         (gst_play_base_bin_unlink_stream),
25515         (gst_play_base_bin_get_streaminfo):
25516         * gst/playback/gstplaybasebin.h:
25517         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
25518         (gst_play_bin_class_init), (gst_play_bin_init),
25519         (gst_play_bin_dispose), (gst_play_bin_set_property),
25520         (gst_play_bin_get_property), (gen_video_element),
25521         (gen_audio_element), (remove_sinks), (setup_sinks),
25522         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
25523         (gst_play_bin_send_event), (gst_play_bin_get_formats),
25524         (gst_play_bin_convert), (gst_play_bin_get_query_types),
25525         (gst_play_bin_query), (plugin_init):
25526         * gst/playback/test4.c: (main):
25527         More fixes on reusing of the element.
25528
25529 2004-07-11  Benjamin Otte  <otte@gnome.org>
25530
25531         * ext/mad/gstmad.c: (normal_seek):
25532           allow seeking for other methods than just SET
25533
25534 2004-07-11  Andy Wingo  <wingo@pobox.com>
25535
25536         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
25537         float, "any" caps -> buffer_frames=[0,MAX].
25538
25539         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
25540         doesn't intersect our caps with the template any more. Do it
25541         ourselves.
25542         (interleave_buffered_loop): Use g_newa instead of malloc/free.
25543
25544 2004-07-09  Wim Taymans  <wim@fluendo.com>
25545
25546         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
25547         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
25548         (compare_ranks), (print_feature), (gst_decode_bin_init),
25549         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
25550         (try_to_link_1), (new_pad), (close_link), (type_found),
25551         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
25552         (gst_decode_bin_change_state), (plugin_init):
25553         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
25554         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
25555         (gst_play_base_bin_dispose), (queue_overrun),
25556         (gen_preroll_element), (remove_prerolls), (no_more_pads),
25557         (new_stream), (setup_source), (gst_play_base_bin_set_property),
25558         (gst_play_base_bin_get_property), (play_base_eos),
25559         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
25560         (gst_play_base_bin_remove_element),
25561         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
25562         (gst_play_base_bin_unlink_stream),
25563         (gst_play_base_bin_get_streaminfo):
25564         * gst/playback/gstplaybasebin.h:
25565         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
25566         (gst_play_bin_class_init), (gst_play_bin_init),
25567         (gst_play_bin_dispose), (gst_play_bin_set_property),
25568         (gst_play_bin_get_property), (gen_video_element),
25569         (gen_audio_element), (remove_sinks), (setup_sinks),
25570         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
25571         (gst_play_bin_send_event), (gst_play_bin_get_formats),
25572         (gst_play_bin_convert), (gst_play_bin_get_query_types),
25573         (gst_play_bin_query), (plugin_init):
25574         * gst/playback/test4.c: (main):
25575         Work on object reuse and seeking.
25576
25577 2004-07-09  Wim Taymans  <wim@fluendo.com>
25578
25579         * examples/seeking/seek.c: (iterate):
25580         Don't consume all CPU in the idle loop.
25581
25582 2004-07-09  Wim Taymans  <wim@fluendo.com>
25583
25584         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
25585         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
25586         Add pad to element *after* setting the pad functions so that
25587         the scheduler can use the correct ones.
25588
25589 2004-07-09  Wim Taymans  <wim@fluendo.com>
25590
25591         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
25592         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
25593         Sync to keyframe after seek
25594
25595 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
25596
25597         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
25598         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
25599         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
25600         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
25601         * ext/libvisual/visual.c: (gst_visual_change_state):
25602         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
25603         * ext/theora/theoradec.c: (theora_dec_change_state):
25604         * ext/theora/theoraenc.c: (theora_enc_change_state):
25605         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
25606         * gst-libs/gst/navigation/navigation.c:
25607         * gst/adder/gstadder.c: (gst_adder_change_state):
25608         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25609         (gst_audio_convert_get_buffer):
25610         * gst/multipart/multipartdemux.c:
25611         (gst_multipart_demux_change_state):
25612         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
25613         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
25614         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
25615         * gst/videoscale/gstvideoscale.c:
25616         (gst_videoscale_handle_src_event):
25617         * gst/volume/gstvolume.c: (volume_chain_int16):
25618           don't assert in state change, this should be done by the base
25619           GstElement class.
25620           various debugging fixes.
25621
25622 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
25623
25624         * configure.ac:
25625         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
25626         (gst_play_dispose), (gst_play_set_location),
25627         (gst_play_set_data_src), (gst_play_set_video_sink),
25628         (gst_play_set_audio_sink), (gst_play_set_visualization),
25629         (gst_play_connect_visualization), (gst_play_get_sink_element),
25630         (gst_play_get_all_by_interface):
25631         * gst-libs/gst/play/play.h:
25632           add new method to get elements implementing an interface.
25633           add various error logging
25634
25635 2004-07-08  Wim Taymans  <wim@fluendo.com>
25636
25637         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
25638         (make_mpeg_pipeline), (make_mpegnt_pipeline),
25639         (make_playerbin_pipeline), (query_durations_elems),
25640         (query_durations_pads), (query_positions_elems),
25641         (query_positions_pads), (update_scale), (iterate), (stop_seek),
25642         (main):
25643         Added playbin seeking example.
25644
25645 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
25646
25647         * gst-libs/gst/play/play.c: (gst_play_set_location),
25648         (gst_play_set_data_src), (gst_play_set_video_sink),
25649         (gst_play_set_audio_sink), (gst_play_set_visualization),
25650         (gst_play_connect_visualization), (gst_play_get_framerate):
25651           use a macro to look up elements from hash table
25652
25653 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
25654
25655         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
25656         (gst_play_get_length_callback), (gst_play_set_location),
25657         (gst_play_seek_to_time), (gst_play_set_data_src),
25658         (gst_play_set_video_sink), (gst_play_set_audio_sink),
25659         (gst_play_set_visualization), (gst_play_connect_visualization),
25660         (gst_play_get_sink_element):
25661         - add debugging info
25662         - fix looking up sink elements by iterating over complete caps
25663         - put everything except for source and autoplugger in a complete bin
25664
25665 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
25666
25667         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
25668         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
25669         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
25670         (gst_alsa_sink_write), (gst_alsa_sink_loop):
25671         * ext/alsa/gstalsasink.h:
25672         - add debugging info
25673         - clean up schizophrenia of data/buffer/event
25674         - fix double event unref error
25675
25676 2004-07-08  Wim Taymans  <wim@fluendo.com>
25677
25678         * gst/playback/Makefile.am:
25679         Add headers to noinst
25680
25681 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
25682
25683         * tools/gst-launch-ext-m.m:
25684         * tools/gst-launch-ext.1.in:
25685           convert to the third millenium
25686
25687 2004-07-07  David Schleef  <ds@schleef.org>
25688
25689         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
25690
25691 2004-07-07  Wim Taymans  <wim@fluendo.com>
25692
25693         * gst/playback/Makefile.am:
25694         * gst/playback/README:
25695         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
25696         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
25697         (compare_ranks), (print_feature), (gst_decode_bin_init),
25698         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
25699         (try_to_link_1), (new_pad), (close_link), (type_found),
25700         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
25701         (plugin_init):
25702         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
25703         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
25704         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
25705         (gen_preroll_element), (no_more_pads), (new_stream),
25706         (setup_source), (gst_play_base_bin_set_property),
25707         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
25708         (gst_play_base_bin_add_element),
25709         (gst_play_base_bin_remove_element),
25710         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
25711         (gst_play_base_bin_unlink_stream),
25712         (gst_play_base_bin_get_streaminfo):
25713         * gst/playback/gstplaybasebin.h:
25714         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
25715         (gst_play_bin_class_init), (gst_play_bin_init),
25716         (gst_play_bin_dispose), (gst_play_bin_set_property),
25717         (gst_play_bin_get_property), (gen_video_element),
25718         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
25719         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
25720         (gst_play_bin_get_formats), (gst_play_bin_convert),
25721         (gst_play_bin_get_query_types), (gst_play_bin_query),
25722         (plugin_init):
25723         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
25724         (gst_stream_info_get_type), (gst_stream_info_class_init),
25725         (gst_stream_info_init), (gst_stream_info_new),
25726         (gst_stream_info_dispose), (gst_stream_info_set_property),
25727         (gst_stream_info_get_property):
25728         * gst/playback/gststreaminfo.h:
25729         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
25730         (main):
25731         * gst/playback/test2.c: (main):
25732         * gst/playback/test3.c: (update_scale), (main):
25733         More playbin fixes. Added README. Do better element filtering.
25734         Added base class to preroll media. Added test apps.
25735
25736 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
25737
25738         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
25739         * ext/mpeg2dec/gstmpeg2dec.h:
25740           various debugging improvements.  Reset stream to next picture
25741           instead of sequence header, otherwise seeks cannot work.
25742
25743 2004-07-07  Wim Taymans  <wim@fluendo.com>
25744
25745         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
25746         (gst_video_box_class_init), (gst_video_box_set_property),
25747         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
25748         Use pad_alloc where possible.
25749
25750 2004-07-07  Wim Taymans  <wim@fluendo.com>
25751
25752         * sys/oss/gstosselement.c: (gst_osselement_reset),
25753         (gst_osselement_parse_caps):
25754         * sys/oss/gstosselement.h:
25755         * sys/oss/gstosssrc.c: (gst_osssrc_get):
25756         Fix offset on osssrc.
25757
25758 2004-07-07  Wim Taymans  <wim@fluendo.com>
25759
25760         * ext/theora/theora.c: (plugin_init):
25761         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
25762         (theora_dec_src_query), (theora_dec_chain):
25763         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25764         (theora_enc_sink_link), (theora_buffer_from_packet),
25765         (theora_push_packet), (theora_enc_chain):
25766         Fix theora granulepos calculation.
25767         Fix overflow in duration/position calculation.
25768         Bump rank to PRIMARY for theoradec.
25769         Use granulepos of last packet to calculate position.
25770         Set keyframe flag on buffers when needed.
25771
25772 2004-07-06  David Schleef  <ds@schleef.org>
25773
25774         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
25775         serious?  (Fixed, obviously.)
25776
25777 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
25778
25779         * po/LINGUAS:
25780         * po/cs.po:
25781           added Czech translation (Miloslav Trmac)
25782
25783 2004-07-05  Wim Taymans  <wim@fluendo.com>
25784
25785         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
25786         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
25787         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
25788         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
25789         (close_link), (type_found), (gst_decode_bin_set_property),
25790         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
25791         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
25792         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
25793         (gst_decode_bin_query), (plugin_init):
25794         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
25795         (gst_play_bin_class_init), (gst_play_bin_init),
25796         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
25797         (get_video_element), (new_pad), (setup_source),
25798         (gst_play_bin_set_property), (gst_play_bin_get_property),
25799         (gst_play_bin_change_state), (gst_play_bin_add_element),
25800         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
25801         (gst_play_bin_send_event), (gst_play_bin_get_formats),
25802         (gst_play_bin_convert), (gst_play_bin_get_query_types),
25803         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
25804         * gst/playback/test.c: (main):
25805         More fixes, cleaned up playbin, make it use decodebin. Added
25806         threaded property to playbin.
25807
25808 2004-07-05  Wim Taymans  <wim@fluendo.com>
25809
25810         * configure.ac:
25811         * gst/playback/Makefile.am:
25812         * gst/playback/decodetest.c: (main):
25813         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
25814         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
25815         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
25816         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
25817         (close_link), (type_found), (gst_decode_bin_set_property),
25818         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
25819         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
25820         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
25821         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
25822         (plugin_init):
25823         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
25824         (gst_play_bin_class_init), (gst_play_bin_init),
25825         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
25826         (collect_sink_pads), (find_compatibles), (close_pad_link),
25827         (try_to_link_1), (new_pad), (close_link), (type_found),
25828         (setup_source), (gst_play_bin_set_property),
25829         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
25830         (compare_ranks), (gst_play_bin_collect_factories),
25831         (gst_play_bin_change_state), (gst_play_bin_add_element),
25832         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
25833         (gst_play_bin_send_event), (gst_play_bin_get_formats),
25834         (gst_play_bin_convert), (gst_play_bin_get_query_types),
25835         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
25836         * gst/playback/test.c: (main):
25837         Added some playback helper elements and some test apps, very alpha
25838         still.
25839
25840 2004-07-04  Benjamin Otte  <otte@gnome.org>
25841
25842         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
25843           only restart audio when we indeed have an xrun to fix repeated
25844           xruns. Fix suggested by Giuliano Pochini.
25845
25846 2004-07-03  David Schleef  <ds@schleef.org>
25847
25848         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
25849         call to gst_debug_log() if debugging is disabled (bug #145118)
25850
25851 2004-07-03  Benjamin Otte  <otte@gnome.org>
25852
25853         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
25854           use our own functions for restarting the alsa device.
25855         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25856           I should apply patches myself - use MIN for the third argument, not
25857           the second, this fixes seeking
25858
25859 2004-07-02  David Schleef  <ds@schleef.org>
25860
25861         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
25862         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
25863         do with the logic.
25864
25865 2004-07-02  David Schleef  <ds@schleef.org>
25866
25867         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
25868         output buffers.  Fix logic mistake.  (bug #144866)
25869
25870 2004-07-02  David Schleef  <ds@schleef.org>
25871
25872         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
25873         on X.  (bug #144753)
25874
25875 2004-07-02  David Schleef  <ds@schleef.org>
25876
25877         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
25878         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
25879         (bug #144624)
25880         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
25881         (gst_osselement_rate_probe_check): Add another workaround for
25882         buggy drivers (bug #145336)
25883
25884 2004-07-02  David Schleef  <ds@schleef.org>
25885
25886         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
25887         Most systems don't have MSG_NOSIGNAL.
25888
25889 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
25890
25891         * Makefile.am:
25892         * gst-libs/gst/colorbalance/Makefile.am:
25893         * gst-libs/gst/mixer/Makefile.am:
25894         * gst-libs/gst/play/Makefile.am:
25895         * gst-libs/gst/tuner/Makefile.am:
25896           (hopefully) fix both install and dist and make error message useful.
25897           needs testing across automakes.
25898
25899 2004-07-02  Benjamin Otte  <otte@gnome.org>
25900
25901         * ext/ogg/gstogg.c: (plugin_init):
25902           we require bytestream now
25903         * ext/ogg/gstoggdemux.c:
25904           huge diff to implement chain setup in a fast and generic way. This
25905           improves tag reading and startup of huge files (read: Theora videos)
25906           quite a bit. It probably contains bugs, too, so please test.
25907           Seeking is not improved to the fast method.
25908
25909 2004-06-29  Wim Taymans  <wim@fluendo.com>
25910
25911         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
25912         * ext/ogg/gstoggmux.c:
25913         Fix memleak in oggdemux when running unconnected pads.
25914         doc update in mux, start working on keyframe mode.
25915
25916 2004-06-29  Benjamin Otte  <otte@gnome.org>
25917
25918         * sys/oss/gstosssink.c:
25919         * sys/oss/gstosssrc.c:
25920           advertise correct template caps - we indeed do non-native endianness
25921           and 8bit audio has no endianness
25922         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
25923         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
25924           avoid (wrong) duplications in getcaps function and return
25925           template caps
25926
25927 2004-06-29  Wim Taymans  <wim@fluendo.com>
25928
25929         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
25930         (gst_multifdsink_class_init), (gst_multifdsink_add),
25931         (gst_multifdsink_remove), (gst_multifdsink_clear),
25932         (gst_multifdsink_client_remove),
25933         (gst_multifdsink_handle_client_read),
25934         (gst_multifdsink_client_queue_data),
25935         (gst_multifdsink_client_queue_caps),
25936         (gst_multifdsink_client_queue_buffer),
25937         (gst_multifdsink_handle_client_write),
25938         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
25939         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
25940         (gst_multifdsink_init_send), (gst_multifdsink_close):
25941         Fix wrong GList iteration that could crash the server when
25942         more then 2 clients disconnect at the same time. Read all the
25943         pending commands in one batch to recover from command storms under
25944         very heavy load.
25945
25946 2004-06-28  Wim Taymans  <wim@fluendo.com>
25947
25948         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
25949         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
25950         (gst_videomixer_pad_set_property),
25951         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
25952         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
25953         (gst_videomixer_class_init), (gst_videomixer_init),
25954         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
25955         (pad_zorder_compare), (gst_videomixer_sort_pads),
25956         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
25957         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
25958         (gst_videomixer_update_queues), (gst_videomixer_loop),
25959         (plugin_init):
25960         Avoid divide by zero, choose masterpad as the pad with the highest
25961         framerate.
25962
25963 2004-06-27  Julien Moutte  <julien@moutte.net>
25964
25965         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
25966         (gst_ximagesink_xwindow_new):
25967         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
25968         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
25969         function directly. We might want to call it from somewhere else one day.
25970
25971 2004-06-27  Julien Moutte  <julien@moutte.net>
25972
25973         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
25974         (gst_ximagesink_xwindow_new):
25975         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
25976         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
25977         window decorations.
25978
25979 2004-06-27  Wim Taymans  <wim@fluendo.com>
25980
25981         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
25982         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
25983         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
25984         (gst_dvdec_set_property), (gst_dvdec_get_property):
25985         * ext/dv/gstdvdec.h:
25986         Implement drop_factor property to lower the framerate with
25987         a factor.
25988
25989 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25990
25991         * gst-libs/gst/colorbalance/Makefile.am:
25992         * gst-libs/gst/mixer/Makefile.am:
25993         * gst-libs/gst/play/Makefile.am:
25994         * gst-libs/gst/tuner/Makefile.am:
25995           unbreak Company's fix that didn't install the -enum.h files
25996
25997 2004-06-27  Wim Taymans  <wim@fluendo.com>
25998
25999         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
26000         (gst_dvdec_change_state):
26001         * ext/dv/gstdvdec.h:
26002         Fix timestamp, duration and offset of the buffers.
26003
26004 2004-06-27  Wim Taymans  <wim@fluendo.com>
26005
26006         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
26007         (gst_multifdsink_class_init), (gst_multifdsink_add),
26008         (gst_multifdsink_remove), (gst_multifdsink_clear),
26009         (gst_multifdsink_client_remove),
26010         (gst_multifdsink_handle_client_read),
26011         (gst_multifdsink_client_queue_data),
26012         (gst_multifdsink_client_queue_caps),
26013         (gst_multifdsink_client_queue_buffer),
26014         (gst_multifdsink_handle_client_write),
26015         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
26016         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
26017         (gst_multifdsink_init_send), (gst_multifdsink_close):
26018         * gst/tcp/gstmultifdsink.h:
26019         * gst/tcp/gsttcpserversink.c:
26020         (gst_tcpserversink_handle_server_read),
26021         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
26022         More multifdsink fixes, more recovery policy fixes.
26023         Removed stupid g_print
26024
26025 2004-06-26  Wim Taymans  <wim@fluendo.com>
26026
26027         * gst/tcp/Makefile.am:
26028         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
26029         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
26030         (gst_multifdsink_class_init), (gst_multifdsink_init),
26031         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
26032         (gst_multifdsink_handle_client_read),
26033         (gst_multifdsink_client_queue_data),
26034         (gst_multifdsink_client_queue_caps),
26035         (gst_multifdsink_client_queue_buffer),
26036         (gst_multifdsink_handle_client_write),
26037         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
26038         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
26039         (gst_multifdsink_chain), (gst_multifdsink_set_property),
26040         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
26041         (gst_multifdsink_close), (gst_multifdsink_change_state):
26042         * gst/tcp/gstmultifdsink.h:
26043         * gst/tcp/gsttcpplugin.c: (plugin_init):
26044         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
26045         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
26046         (gst_tcpserversink_handle_server_read),
26047         (gst_tcpserversink_handle_select),
26048         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
26049         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
26050         * gst/tcp/gsttcpserversink.h:
26051         Added multifdsink, made tcpserversink a subclass of fdsink, removed
26052         one of the locks, added recovery policy to multifdsink.
26053
26054 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
26055
26056         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
26057           fix decision for when getting frames with same timestamp
26058         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
26059         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
26060         (gst_v4lsrc_get_property):
26061         * sys/v4l/gstv4lsrc.h:
26062           add latency offset property
26063
26064 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
26065
26066         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
26067         (plugin_init):
26068           fix debugging. add category.
26069
26070 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
26071
26072         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
26073           fix wrong offsets
26074
26075 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
26076
26077         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
26078         (gst_alsa_src_get_time), (gst_alsa_src_loop),
26079         (gst_alsa_src_change_state):
26080           return a time that is in sync with the element's processing
26081
26082 2004-06-25  Wim Taymans  <wim@fluendo.com>
26083
26084         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
26085         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
26086         (gst_tcpserversink_client_remove),
26087         (gst_tcpserversink_handle_client_read),
26088         (gst_tcpserversink_client_queue_data),
26089         (gst_tcpserversink_client_queue_caps),
26090         (gst_tcpserversink_client_queue_buffer),
26091         (gst_tcpserversink_handle_client_write),
26092         (gst_tcpserversink_queue_buffer),
26093         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
26094         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
26095         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
26096         (gst_tcpserversink_close):
26097         * gst/tcp/gsttcpserversink.h:
26098         Serversink rewrite. Really do non blocking writes to clients and
26099         maintain an internal queue to handle slower clients while not
26100         disturbing fast clients.
26101
26102 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
26103
26104         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
26105           better debug, don't override OFFSET and OFFSET_END
26106
26107 2004-06-25  Iain <iain@prettypeople.org>
26108
26109         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
26110         name=source for the wavparse pipeline.
26111
26112 2004-06-24  Johan Dahlin  <johan@gnome.org>
26113
26114         * ext/theora/theoraenc.c (theora_enc_chain): Call
26115         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
26116         streamheader caps are set correctly.
26117
26118 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
26119
26120         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
26121         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
26122           respect minimum bitrate; same could be done for max bitrate
26123
26124 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
26125
26126         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
26127         (gst_vorbisenc_setup):
26128           fix sample rate range
26129
26130 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
26131
26132         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
26133         (gst_oggvorbisenc_setup):
26134         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
26135         (gst_vorbisenc_setup):
26136           resolve ambiguities in code and description
26137
26138 2004-06-24  Wim Taymans  <wim@fluendo.com>
26139
26140         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
26141         * ext/alsa/gstalsa.h:
26142         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
26143         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
26144         Use alsa trigger_tstamp to get the timestamp of the first
26145         sample in the buffer for more precise sync. Some cleanups.
26146
26147 2004-06-24  Wim Taymans  <wim@fluendo.com>
26148
26149         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
26150         (gst_audiorate_init), (gst_audiorate_chain),
26151         (gst_audiorate_set_property), (gst_audiorate_get_property):
26152         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
26153         (gst_videorate_chain):
26154         Added some logging, fixed an overflow bug in videorate.
26155
26156 2004-06-24  Benjamin Otte  <otte@gnome.org>
26157
26158         * ext/kio/Makefile.am:
26159           fix for builddir != srcdir and distcheck
26160
26161 2004-06-24  Benjamin Otte  <otte@gnome.org>
26162
26163         * gst-libs/gst/colorbalance/Makefile.am:
26164         * gst-libs/gst/mixer/Makefile.am:
26165         * gst-libs/gst/play/Makefile.am:
26166         * gst-libs/gst/tuner/Makefile.am:
26167         * gst/tcp/Makefile.am:
26168         * sys/dxr3/Makefile.am:
26169           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
26170           tarball.
26171           Also add all *.list files that were missing.
26172         * Makefile.am:
26173           add a distcheck hook to ensure the above doesn't happen again.
26174
26175 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
26176
26177         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
26178
26179 2004-06-23  Colin Walters  <walters@redhat.com>
26180
26181         * m4/Makefile.am: Distribute gst-fionread.m4.
26182
26183 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
26184
26185         * configure.ac: back to dev
26186
26187 2004-06-23  Wim Taymans  <wim@fluendo.com>
26188
26189         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
26190         (gst_alsa_xrun_recovery):
26191         * ext/alsa/gstalsa.h:
26192         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
26193         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
26194         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
26195         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
26196         (gst_alsa_src_loop):
26197         Add clock to alsasrc. Take new capture timestamp when
26198         restarting after an overrun. Split up some functions between
26199         alsasrc and alsasink.
26200
26201 === release 0.8.2 ===
26202
26203 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
26204
26205         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
26206         (gst_alsa_change_state), (gst_alsa_update_avail),
26207         (gst_alsa_xrun_recovery):
26208         * ext/alsa/gstalsa.h:
26209         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26210           merge back changes from release
26211
26212 2004-06-23  Wim Taymans  <wim@fluendo.com>
26213
26214         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
26215         (gst_audiorate_init), (gst_audiorate_chain),
26216         (gst_audiorate_set_property), (gst_audiorate_get_property):
26217         Implement sample dropping and notify
26218
26219 2004-06-22  Wim Taymans  <wim@fluendo.com>
26220
26221         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
26222         (theora_enc_sink_link), (theora_buffer_from_packet),
26223         (theora_push_packet), (theora_enc_chain):
26224         Some cleanups, make sure the timestamps are correct.
26225
26226 2004-06-22  Wim Taymans  <wim@fluendo.com>
26227
26228         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
26229         (gst_alsa_change_state), (gst_alsa_update_avail),
26230         (gst_alsa_xrun_recovery):
26231         * ext/alsa/gstalsa.h:
26232         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
26233         Cleanups, take queued samples into account when reporting
26234         the time.
26235
26236 2004-06-22  Wim Taymans  <wim@fluendo.com>
26237
26238         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
26239         (gst_videorate_init):
26240         Initialize the property as well.
26241
26242 2004-06-22  Wim Taymans  <wim@fluendo.com>
26243
26244         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
26245         (gst_videorate_init), (gst_videorate_chain),
26246         (gst_videorate_set_property), (gst_videorate_get_property):
26247         Add property to make videorate silent.
26248         Add property to prefer new frames over old ones.
26249
26250 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26251
26252         * sys/osxvideo/Makefile.am:
26253         Workaround so that the osxvideo .so file gets linked with the
26254         Cocoa, OpenGL and QuickTime frameworks
26255
26256 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26257
26258         * sys/osxaudio/Makefile.am:
26259         Workaround so that the osxaudio .so file gets linked with the
26260         CoreAudio framework
26261
26262 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26263
26264         * configure.ac:
26265         Whoops, my fault...fixed build issues
26266
26267 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26268
26269         * configure.ac:
26270         Add objective-c support if running in Darwin/Mac OS X
26271         * sys/Makefile.am:
26272         * sys/osxvideo:
26273         * sys/osxvideo/Makefile.am:
26274         * sys/osxvideo/osxvideosink.h:
26275         * sys/osxvideo/osxvideosink.m:
26276         * sys/osxvideo/cocoawindow.h:
26277         * sys/osxvideo/cocoawindow.m:
26278         Add osxvideosink, a cocoa-based osx video sink
26279
26280
26281 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
26282         * ext/dvdnav/gst-dvd:
26283         Grab the gconf key from the right spot
26284         * gst/debug/gstnavseek.c: (gst_navseek_init),
26285         (gst_navseek_segseek), (gst_navseek_handle_src_event),
26286         (gst_navseek_chain):
26287         * gst/debug/gstnavseek.h:
26288           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
26289           and loop parameters of a segment seek.
26290         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
26291         (gst_videotestsrc_get_event_masks),
26292         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
26293         * gst/videotestsrc/gstvideotestsrc.h:
26294           Add seeking support to videotestsrc
26295           Initialise the timestamp_offset variable.
26296
26297 2004-06-18  Wim Taymans  <wim@fluendo.com>
26298
26299         * ext/sidplay/gstsiddec.cc:
26300         Fix negotiation and set correct end offset.
26301
26302 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
26303
26304         * configure.ac: branch and prerelease
26305
26306 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
26307
26308         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
26309         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
26310         (gst_tcpclientsrc_init_receive):
26311         * gst/tcp/gsttcpclientsrc.h:
26312           read caps when connecting to server for GDP so we set them correctly
26313
26314 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
26315
26316         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
26317           notify drops and duplicates
26318         * gst/videoscale/videoscale.c: (videoscale_get_structure):
26319           no good reason to limit ourselves to 100x100
26320
26321 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
26322
26323         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
26324         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
26325         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
26326         (gst_v4lsrc_get_property):
26327         * sys/v4l/gstv4lsrc.h:
26328         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
26329         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
26330         (gst_v4l_set_audio):
26331         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
26332         (gst_v4lsrc_try_capture):
26333         * sys/v4l/v4lsrc_calls.h:
26334           change try_palette to more general try_capture
26335           add autoprobe option so we can turn off autoprobing
26336           various fixes
26337
26338 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
26339
26340         * configure.ac:
26341           add videorate
26342         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
26343         (gst_ximagesink_class_init):
26344         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
26345         (gst_xvimagesink_class_init):
26346           run them as finalize, not dispose, since dispose can be invoked
26347           multiple times
26348
26349 2004-06-17  Wim Taymans  <wim@fluendo.com>
26350
26351         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
26352         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
26353         * ext/alsa/gstalsa.h:
26354         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
26355         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
26356         (gst_alsa_src_change_state):
26357         * ext/alsa/gstalsasrc.h:
26358         Make the xrun code timestamp and offset the buffers correctly.
26359         moved the clock to the base class, use alsa methods to get time.
26360         Do correct timestamping on outgoing buffers.
26361
26362 2004-06-17  Wim Taymans  <wim@fluendo.com>
26363
26364         * gst/audiorate/Makefile.am:
26365         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
26366         (gst_audiorate_base_init), (gst_audiorate_class_init),
26367         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
26368         (gst_audiorate_set_property), (gst_audiorate_get_property),
26369         (gst_audiorate_change_state), (plugin_init):
26370         Added an audiorate converter that fills in gaps.
26371
26372 2004-06-17  Johan Dahlin  <johan@gnome.org>
26373
26374         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
26375
26376 2004-06-16  Wim Taymans  <wim@fluendo.com>
26377
26378         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
26379         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
26380         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
26381         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
26382         (gst_v4lsrc_get_property):
26383         * sys/v4l/gstv4lsrc.h:
26384         Added a copy mode to v4lsrc where it will output a copied version
26385         of its internal hardware buffer.
26386         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
26387         can't | them.
26388
26389 2004-06-16  Wim Taymans  <wim@fluendo.com>
26390
26391         * sys/oss/gstosssrc.c: (gst_osssrc_get):
26392         Timestamp fixes.
26393
26394 2004-06-16  Wim Taymans  <wim@fluendo.com>
26395
26396         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
26397         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
26398         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
26399         (gst_v4lsrc_get_property):
26400         * sys/v4l/gstv4lsrc.h:
26401         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
26402         Added a sync mode enum property to control v4lsrc timestamp method
26403         Removed the use-fixed-fps property and moved functionality in
26404         the enum.
26405         Don't error on an error value from v4l-conf, it might not always
26406         be a real error.
26407
26408 2004-06-16  Wim Taymans  <wim@fluendo.com>
26409
26410         * gst/videorate/Makefile.am:
26411         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
26412         (gst_videorate_base_init), (gst_videorate_class_init),
26413         (gst_videorate_getcaps), (gst_videorate_link),
26414         (gst_videorate_init), (gst_videorate_chain),
26415         (gst_videorate_set_property), (gst_videorate_get_property),
26416         (gst_videorate_change_state), (plugin_init):
26417         Added a video timestamp corrector.
26418
26419 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26420
26421         fixed a potential leak with previous commit
26422
26423         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
26424
26425 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26426
26427         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
26428         Added missing refcount, fixes bug #144425
26429         Cheers Tim for finding the bug
26430
26431 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26432
26433         * sys/v4l/gstv4l.c: (plugin_init):
26434         * sys/v4l/gstv4lcolorbalance.c:
26435         * sys/v4l/gstv4lcolorbalance.h:
26436         * sys/v4l/gstv4lelement.c:
26437         * sys/v4l/gstv4lelement.h:
26438         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
26439         * sys/v4l/gstv4lmjpegsink.h:
26440         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
26441         * sys/v4l/gstv4lmjpegsrc.h:
26442         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
26443         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
26444         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
26445         * sys/v4l/gstv4lsrc.h:
26446         * sys/v4l/gstv4ltuner.c:
26447         * sys/v4l/gstv4ltuner.h:
26448         * sys/v4l/gstv4lxoverlay.c:
26449         * sys/v4l/gstv4lxoverlay.h:
26450         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
26451         (gst_v4l_set_window), (gst_v4l_enable_overlay):
26452         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
26453         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
26454         (gst_v4l_set_audio):
26455         * sys/v4l/v4l_calls.h:
26456         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
26457         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
26458         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
26459         (gst_v4lmjpegsink_playback_init),
26460         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
26461         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
26462         (gst_v4lmjpegsink_playback_stop),
26463         (gst_v4lmjpegsink_playback_deinit):
26464         * sys/v4l/v4lmjpegsink_calls.h:
26465         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
26466         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
26467         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
26468         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
26469         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
26470         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
26471         * sys/v4l/v4lmjpegsrc_calls.h:
26472         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
26473         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
26474         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
26475         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
26476         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
26477         (gst_v4lsrc_try_palette):
26478         * sys/v4l/v4lsrc_calls.h:
26479           bunch of paranoia cleanups
26480
26481 2004-06-14  David Schleef  <ds@schleef.org>
26482
26483         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
26484         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
26485         Send discont events and change timestamps appropriately when
26486         we get a seek event.  (bug #144240)
26487         * ext/cdparanoia/gstcdparanoia.h:
26488
26489 2004-06-14  Benjamin Otte  <otte@gnome.org>
26490
26491         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
26492           snd_pcm_hw_params_set_rate  since the latter fails for no good
26493           reason on some setups.
26494
26495 2004-06-14  David Schleef  <ds@schleef.org>
26496
26497         * gst/volume/demo.c: (value_changed_callback): exp10() is not
26498         standard.  Thank you for playing.
26499
26500 2004-06-14  Wim Taymans  <wim@fluendo.com>
26501
26502         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
26503         Patch 1.3 broke the ordering of the colorspace info and
26504         made the plugin basically work by coincidence, reordered
26505         the info.
26506
26507 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26508
26509         * ext/lame/gstlame.c:
26510         * ext/mad/gstmad.c:
26511           sync caps.  Make sure mad can only output a list of rates, not
26512           a full range.  In the future, have three caps lists for each of the
26513           mpeg versions.  Change mpegversion to a double as well.
26514
26515 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26516
26517         * gst/volume/.cvsignore:
26518         * gst/volume/Makefile.am:
26519         * gst/volume/demo.c: (value_changed_callback), (idler),
26520         (setup_gui), (main):
26521           added small demo app
26522
26523 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
26524         * ext/esd/esdsink.c: (gst_esdsink_change_state):
26525         * ext/esd/esdsink.h:
26526         Close the esd connection on pause, because esd will just wait -
26527         blocking all other esd clients indefinitely.
26528
26529 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
26530
26531         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
26532           previous commit with GST_DEBUG
26533
26534 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
26535
26536         * configure.ac:
26537           add a header check for a dvdread header in dvdnav.  Fixes #133002
26538
26539 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26540
26541         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
26542         * gst/tcp/gsttcpclientsink.h:
26543         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
26544         * gst/tcp/gsttcpclientsrc.h:
26545         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
26546         (gst_tcpserversink_handle_server_read),
26547         (gst_tcpserversink_init_send):
26548         * gst/tcp/gsttcpserversink.h:
26549         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
26550         * gst/tcp/gsttcpserversrc.h:
26551         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
26552         version of IP)
26553
26554 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26555
26556         * configure.ac:
26557         Added ogg library so that OSX detects libtheora properly
26558
26559 2004-06-11  Wim Taymans  <wim@fluendo.com>
26560
26561         * ext/theora/theoradec.c: (theora_dec_chain),
26562         (theora_dec_change_state):
26563         Don't try to decode frames before we received a keyframe.
26564
26565 2004-06-11  Wim Taymans  <wim@fluendo.com>
26566
26567         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
26568         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
26569         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
26570         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
26571         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
26572         Added property to set the maximum delay of a page.
26573
26574 2004-06-10  Wim Taymans  <wim@fluendo.com>
26575
26576         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
26577         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
26578         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
26579         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
26580         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
26581         Added max-delay property to control the maximum amount
26582         of data to put in one page.
26583
26584 2004-06-10  Wim Taymans  <wim@fluendo.com>
26585
26586         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
26587         (gst_theora_enc_init), (theora_enc_sink_link),
26588         (theora_buffer_from_packet), (theora_enc_set_property),
26589         (theora_enc_get_property):
26590         Set duration on encoded buffer, added some more properties
26591
26592 2004-06-10  Wim Taymans  <wim@fluendo.com>
26593
26594         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
26595         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
26596         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
26597         * ext/theora/theoraenc.c: (theora_enc_chain):
26598         Fix refcounting bugs
26599
26600 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26601
26602         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
26603         (gst_asf_demux_loop), (gst_asf_demux_process_file),
26604         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
26605         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
26606         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
26607         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
26608         (gst_asf_demux_change_state):
26609         * gst/asfdemux/gstasfdemux.h:
26610           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
26611           feels like. I think we should set a new requirement for demuxers
26612           from now on to implement sane loop functions, data loops, query
26613           and seek functions before first commit into CVS. And this commit
26614           fixes all of the above.
26615
26616 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
26617
26618         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
26619           vorbis comments are properly encoded in UTF-8 before adding them
26620           to a GstTagList
26621
26622 2004-06-09  Benjamin Otte  <otte@gnome.org>
26623
26624         * ext/alsa/gstalsa.c: (add_channels):
26625           handle min <= max correctly
26626         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
26627         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
26628           add fixation functions so we fixate correctly. No preferring of alaw
26629           anymore because it's the first structure.
26630         * ext/alsa/gstalsa.h:
26631         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
26632         (gst_alsa_hw_params_dump):
26633           add functions to ease debugging in alsalib
26634         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
26635         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
26636         (gst_alsa_start_audio):
26637           only specify hw params if we really setup a format (fixes #134007 -
26638           or at least works around it)
26639
26640 2004-06-09  Wim Taymans  <wim@fluendo.com>
26641
26642         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
26643         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
26644         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
26645         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
26646         (gst_ogg_mux_loop):
26647         Use stream caps to setup the initial pages in the ogg stream.
26648         Correctly set the streamheader caps on the srcpad.
26649
26650 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
26651
26652         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
26653         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
26654         (gst_v4lsrc_getcaps):
26655         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
26656         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
26657           add querying of fps lists for webcams.  Negotiating to a framerate
26658           now works.
26659
26660 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
26661
26662         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
26663         (theora_push_buffer), (theora_push_packet),
26664         (theora_set_header_on_caps), (theora_enc_chain):
26665           mark buffers and put on streamheader, raw theora streaming
26666           now works too, whee
26667
26668 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
26669
26670         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
26671         (gst_tcp_gdp_read_caps):
26672           do a looping read for caps and GDP headers too
26673
26674 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
26675
26676         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
26677         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
26678           return EOS instead of NULL in _get
26679
26680 2004-06-08  Wim Taymans  <wim@fluendo.com>
26681
26682         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
26683         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
26684         (gst_tcp_gdp_write_caps):
26685         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
26686         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
26687         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
26688         Memory leak fixes
26689
26690 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
26691
26692         * ext/vorbis/Makefile.am:
26693         * ext/vorbis/vorbis.c: (plugin_init):
26694         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
26695         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
26696         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
26697         (vorbis_parse_change_state):
26698         * ext/vorbis/vorbisparse.h:
26699           adding a vorbisparse element that marks the buffers, streaming
26700           raw vorbis using GDP now works, whee
26701
26702 2004-06-08  Wim Taymans  <wim@fluendo.com>
26703
26704         * ext/jpeg/Makefile.am:
26705         * ext/jpeg/README:
26706         * ext/jpeg/gstjpeg.c: (plugin_init):
26707         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
26708         (gst_smokedec_base_init), (gst_smokedec_class_init),
26709         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
26710         * ext/jpeg/gstsmokedec.h:
26711         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
26712         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
26713         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
26714         (gst_smokeenc_resync), (gst_smokeenc_chain),
26715         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
26716         * ext/jpeg/gstsmokeenc.h:
26717         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
26718         (smokecodec_flush_destination), (smokecodec_term_destination),
26719         (smokecodec_init_source), (smokecodec_fill_input_buffer),
26720         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
26721         (smokecodec_term_source), (smokecodec_encode_new),
26722         (smokecodec_decode_new), (smokecodec_info_free),
26723         (smokecodec_set_quality), (smokecodec_get_quality),
26724         (smokecodec_set_threshold), (smokecodec_get_threshold),
26725         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
26726         (find_best_size), (abs_diff), (put), (smokecodec_encode),
26727         (smokecodec_parse_header), (smokecodec_decode):
26728         * ext/jpeg/smokecodec.h:
26729         Added a new simple jpeg based codec
26730
26731 2004-06-08  Wim Taymans  <wim@fluendo.com>
26732
26733         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
26734         (gst_multipart_mux_loop):
26735         Fix memory leak
26736
26737 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
26738
26739         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
26740         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
26741         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
26742         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
26743         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
26744         * gst/tcp/gsttcpserversink.h:
26745           take streamheader into account
26746
26747 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
26748
26749         * gst/level/Makefile.am:
26750         * gst/level/gstlevel.c: (gst_level_class_init):
26751           clean up marshal generation
26752
26753 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
26754
26755         * gst/tcp/Makefile.am:
26756         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
26757         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
26758         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
26759         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
26760         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
26761         (gst_tcpclientsrc_get_property):
26762         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
26763         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
26764         (gst_tcpserversink_handle_client_read),
26765         (gst_tcpserversink_handle_client_write),
26766         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
26767         * gst/tcp/gsttcpserversink.h:
26768           add signals client-added and client-removed
26769         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
26770         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
26771         (gst_tcpserversrc_get_property):
26772         uniformized, change default protocol to NONE
26773         * gst/tcp/gsttcp-marshal.list: added
26774 2004-06-07  Benjamin Otte  <otte@gnome.org>
26775
26776         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26777           handle discont events if they happen before caps nego
26778
26779 2004-06-07  Wim Taymans  <wim@fluendo.com>
26780
26781         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
26782         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
26783         (gst_multipart_demux_plugin_init):
26784         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
26785         (gst_multipart_mux_init), (gst_multipart_mux_loop),
26786         (gst_multipart_mux_change_state):
26787         Small updates, fix a memleak
26788
26789 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
26790
26791         * configure.ac: OSS portability
26792         * ext/arts/gst_arts.c: idem
26793         * sys/oss/gstosselement.c: idem
26794         * sys/oss/gstossmixer.c: idem
26795         * sys/oss/gstosssink.c: idem
26796         * sys/oss/gstosssrc.c: idem
26797         * sys/oss/oss_probe.c: idem
26798           - check for soundcard.h in different places for some BSD
26799
26800 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
26801
26802         * AUTHORS:
26803         Add me to the authors file
26804         * configure.ac:
26805         Increase the libdv requirement to >= version 0.100
26806         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
26807         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
26808         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
26809         * ext/dv/gstdvdec.h:
26810         Add support for the new_media flag when sending DISCONT events
26811         Make the querying work when video pad is not linked
26812
26813 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
26814
26815         reviewed by Benjamin Otte  <otte@gnome.org>
26816
26817         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
26818           create a NULL-initialized array of pads, so we don't think they
26819           exist already. (fixes #143130)
26820
26821 2004-06-07  Benjamin Otte  <otte@gnome.org>
26822
26823         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
26824         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
26825         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
26826           don't use // coments
26827
26828 2004-06-07  Benjamin Otte  <otte@gnome.org>
26829
26830         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
26831           cast to GstClockTime to get higher granularity
26832         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26833           use gst_element_set_time_delay to get the exact time
26834         * ext/mad/gstmad.c: (gst_mad_chain):
26835           use the negotiated rate instead of the current frame's rate which
26836           might be wrong because of bit errors. This avoids emitting totally
26837           bogus timestamps and screwing sync.
26838         (fixes #143454)
26839
26840 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
26841
26842         reviewed by Benjamin Otte  <otte@gnome.org>
26843
26844         * gst/adder/gstadder.c: (gst_adder_loop):
26845           properly error out when no negotiation has happened yet. (fixes
26846           #143032)
26847
26848 2004-06-06  Benjamin Otte  <otte@gnome.org>
26849
26850         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26851           forward correctly transformed offset in discont events. Based on
26852           patch by Arwed v. Merkatz. (fixes #142851)
26853
26854 2004-06-06  David Schleef  <ds@schleef.org>
26855
26856         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
26857         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
26858         problems on several systems.
26859
26860 2004-06-06  Benjamin Otte  <otte@gnome.org>
26861
26862         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
26863           use explicit caps on the srcpad
26864         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
26865           properly error out if caps couldn't be set (fixes #142764)
26866
26867 2004-06-06  Benjamin Otte  <otte@gnome.org>
26868
26869         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
26870         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
26871         (gst_alsa_start_audio):
26872           - don't call set_periods_integer anymore, it breaks the
26873           configuration randomly
26874           - call snd_pcm_hw_params_set_access directly instead of using masks
26875           - don't fail if the sw_params can't be set, just use the default
26876           params and hope it works. Alsalib has weird issues when you touch
26877           sw_params and does no proper error reporting about what failed.
26878         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
26879         (gst_alsa_close_audio):
26880           make our alsa debugging go via gst debugging and not conditionally
26881           defined
26882         * ext/alsa/gstalsa.h:
26883           add ALSA_DEBUG_FLUSH macro
26884         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
26885         (plugin_init):
26886           wrap alsa errors to be printed via the gst debugging system and not
26887           spammed to stderr
26888
26889 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26890
26891         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
26892         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
26893         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
26894         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
26895         (qtdemux_parse_trak):
26896         * gst/qtdemux/qtdemux.h:
26897           Bitch. Also known as seeking, querying & co.
26898         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
26899         (gst_osssink_change_state):
26900         * sys/oss/gstosssink.h:
26901           Resyncing is for weenies, this hack is no longer needed and was
26902           broken anyway (since it - unintendedly - always leaves resync to
26903           TRUE).
26904
26905 2004-06-05  Andrew Turner <zxombie@hotpop.com>
26906
26907         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
26908         * gst/tcp/gsttcpclientsrc.h: idem
26909           - define MSG_NOSIGNAL if not done
26910           - include unistd.h for off_t
26911           (fixes #143749)
26912
26913 2004-06-05  Benjamin Otte  <otte@gnome.org>
26914
26915         * configure.ac:
26916         * ext/kio/Makefile.am:
26917           check for qt's moc preprocessor explicitly and use it
26918
26919 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
26920
26921         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
26922           don't get a signal for EPIPE on socket writes
26923           (somebody check if this works on other platforms)
26924
26925 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
26926
26927         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
26928         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
26929           check error condition on available samples correctly
26930
26931 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
26932
26933         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
26934           avoid a segfault
26935         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
26936         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
26937         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
26938         (gst_tcpserversrc_gdp_read_header):
26939          use ssize_t over size_t since the former is signed and thus the
26940          check for error codes can work
26941
26942 2004-06-02  Wim Taymans  <wim@fluendo.com>
26943
26944         reviewed by: Johan
26945
26946         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
26947         (gst_multipart_mux_loop):
26948         Oops
26949
26950 2004-06-02  Wim Taymans  <wim@fluendo.com>
26951
26952         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
26953         (gst_multipart_mux_init), (gst_multipart_mux_loop),
26954         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
26955         (gst_multipart_mux_change_state):
26956         Added configurable boundary specifier, added the value as a
26957         caps field as well.
26958
26959 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26960
26961         * gst/tcp/gsttcp.c:
26962         * gst/tcp/gsttcpclientsrc.c:
26963         * gst/tcp/gsttcpclientsrc.h:
26964         * gst/tcp/gsttcpserversrc.c:
26965           - portability fix, to compile on OSX
26966             (fixes #143146)
26967
26968         * sys/osxaudio/gstosxaudioelement.c:
26969         * sys/osxaudio/gstosxaudiosink.c:
26970         * sys/osxaudio/gstosxaudiosrc.c:
26971           - compilation warnings on OSX
26972             (fixes #143153)
26973
26974 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
26975
26976         * ext/vorbis/vorbisdec.c : sign warning fixes
26977
26978         * gst-libs/gst/mixer/mixertrack.c :
26979           do no use defines which are glib 2.4 specific
26980
26981 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
26982
26983         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
26984           buffer since libflac doesn't expect it (reports a sync error when
26985           it encounters that)
26986
26987
26988 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
26989
26990         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
26991         * gst-libs/gst/mixer/mixertrack.c:
26992         (gst_mixer_track_get_property), (get_mixer_track_init),
26993         (get_mixer_track_get_property): Added property accessors
26994         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
26995         * gst-libs/gst/mixer/mixeroptions.c:
26996         (gst_mixer_options_get_values): Added
26997         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
26998         * gst-libs/gst/mixer/mixer.c: Fixed comment
26999
27000
27001 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
27002
27003         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
27004           improve error messages on open
27005
27006
27007 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27008
27009         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
27010           check if v4l-conf is in path
27011
27012 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27013
27014         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
27015           change assert to a more readable error message
27016
27017 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27018
27019         * gst-libs/gst/tuner/tunerchannel.h:
27020           - add a freq_multiplicator field to make the conversion
27021             between internal frequency unit and Hz
27022         * sys/v4l/gstv4lelement.c:
27023         * sys/v4l2/gstv4l2element.c:
27024           - change default video device to /dev/video0
27025         * sys/v4l/v4l_calls.c:
27026         * sys/v4l2/v4l2_calls.c:
27027           - we only expose frequency to the user in Hz instead of
27028             bastard v4lX unit (either 62.5kHz or 62.5Hz)
27029
27030 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
27031         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
27032           Initialise b_o_s and e_o_s variables
27033         * gst-libs/gst/riff/riff-media.c:
27034         (gst_riff_create_video_caps_with_data):
27035           Add some unusual fourcc's from mplayer avi's
27036         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
27037           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
27038           autoplugging.
27039
27040 2004-05-28  Wim Taymans  <wim@fluendo.com>
27041
27042         * configure.ac:
27043         * gst/alpha/Makefile.am:
27044         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
27045         (gst_alpha_get_type), (gst_alpha_base_init),
27046         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
27047         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
27048         (gst_alpha_chroma_key), (gst_alpha_chain),
27049         (gst_alpha_change_state), (plugin_init):
27050         A plugin to add an alpha channel to I420 video. Can optionally do
27051         chroma keying.
27052         * gst/multipart/Makefile.am:
27053         * gst/multipart/multipart.c: (plugin_init):
27054         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
27055         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
27056         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
27057         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
27058         (gst_multipart_demux_change_state),
27059         (gst_multipart_demux_plugin_init):
27060         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
27061         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
27062         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
27063         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
27064         (gst_multipart_mux_pad_unlink),
27065         (gst_multipart_mux_request_new_pad),
27066         (gst_multipart_mux_handle_src_event),
27067         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
27068         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
27069         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
27070         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
27071         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
27072         send multipart jpeg images to a browser.
27073         * gst/videobox/Makefile.am:
27074         * gst/videobox/README:
27075         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
27076         (gst_video_box_get_type), (gst_video_box_base_init),
27077         (gst_video_box_class_init), (gst_video_box_init),
27078         (gst_video_box_set_property), (gst_video_box_get_property),
27079         (gst_video_box_sink_link), (gst_video_box_i420),
27080         (gst_video_box_ayuv), (gst_video_box_chain),
27081         (gst_video_box_change_state), (plugin_init):
27082         Crops or adds borders around an image. can do alpha channel
27083         borders as well.
27084         * gst/videomixer/Makefile.am:
27085         * gst/videomixer/README:
27086         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
27087         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
27088         (gst_videomixer_pad_get_sink_event_masks),
27089         (gst_videomixer_pad_get_property),
27090         (gst_videomixer_pad_set_property),
27091         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
27092         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
27093         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
27094         (gst_videomixer_base_init), (gst_videomixer_class_init),
27095         (gst_videomixer_init), (gst_videomixer_request_new_pad),
27096         (gst_videomixer_handle_src_event),
27097         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
27098         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
27099         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
27100         (gst_videomixer_loop), (gst_videomixer_get_property),
27101         (gst_videomixer_set_property), (gst_videomixer_change_state),
27102         (plugin_init):
27103         Generic video mixer plugin, can handle multiple inputs all with
27104         different framerates and video sizes. Is fully alpha channel
27105         aware.
27106
27107 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27108
27109         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
27110           Select first track as master track. Not sure how else to handle
27111           that...
27112         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
27113           Discard discont events. Should fix #142962.
27114
27115 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27116
27117         * ext/alsa/Makefile.am:
27118         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
27119         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
27120         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
27121         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
27122         (gst_alsa_mixer_get_option):
27123         * ext/alsa/gstalsamixer.h:
27124         * ext/alsa/gstalsamixeroptions.c:
27125         (gst_alsa_mixer_options_get_type),
27126         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
27127         (gst_alsa_mixer_options_new):
27128         * ext/alsa/gstalsamixeroptions.h:
27129         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
27130         * ext/alsa/gstalsamixertrack.h:
27131           Add enumerations (as GstMixerOptions). Make correct distinction
27132           between input/output tracks. Add capture/playback private flag.
27133           Use flag to decide on whether to set capture or playback volumes
27134           or switches. Use playback and record switches.
27135         * gst-libs/gst/mixer/Makefile.am:
27136         * gst-libs/gst/mixer/mixer-marshal.list:
27137         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
27138         (gst_mixer_set_option), (gst_mixer_get_option),
27139         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
27140         (gst_mixer_volume_changed), (gst_mixer_option_changed):
27141         * gst-libs/gst/mixer/mixer.h:
27142         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
27143         (gst_mixer_options_class_init), (gst_mixer_options_init),
27144         (gst_mixer_options_dispose):
27145         * gst-libs/gst/mixer/mixeroptions.h:
27146           Add GstMixerOptions.
27147         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
27148           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
27149           broken device detection on computers with multiple OSS sound
27150           cards.
27151
27152 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27153
27154         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
27155           fixate nicely even when the peer is not negotiating
27156
27157 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27158
27159         * gst/audioconvert/gstaudioconvert.c:
27160         (gst_audio_convert_parse_caps):
27161           make sure we don't allow depth > width
27162         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
27163           fixate endianness to G_BYTE_ORDER as default
27164         * gst/audioscale/gstaudioscale.c:
27165           we don't handle another endianness as host-endianness
27166
27167 2004-05-25  David Schleef  <ds@schleef.org>
27168
27169         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
27170
27171 2004-05-24  Benjamin Otte  <otte@gnome.org>
27172
27173         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
27174         (gst_oggvorbisenc_setup):
27175           properly fail when we can't setup the vorbis encoder due to
27176           unsupported settings
27177         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
27178         (gst_vorbisenc_setup):
27179           same
27180         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
27181           fix case where warnings occured when one pad was unlinked while the
27182           other's link function was called
27183
27184 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27185
27186         * gst/tcp/Makefile.am:
27187           use GST_ENABLE_NEW
27188
27189 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27190
27191         * gst-libs/gst/resample/private.h:
27192           don't use optimizations that are #if 0'ed
27193
27194 2004-05-24  Wim Taymans  <wim@fluendo.com>
27195
27196         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
27197         Fix potential division by zero error and hopefully get
27198         the position query right to get correct timestamps on avi
27199         audio.
27200
27201 2004-05-24  Wim Taymans  <wim@fluendo.com>
27202
27203         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
27204         (gst_videoscale_scale_nearest_str2),
27205         (gst_videoscale_scale_nearest_str4),
27206         (gst_videoscale_scale_nearest_32bit),
27207         (gst_videoscale_scale_nearest_24bit),
27208         (gst_videoscale_scale_nearest_16bit):
27209         Fix the scaling algorithm and avoid a buffer overflow.
27210         removed the while loop in the scaling function as it
27211         was used for point sampling only.
27212
27213 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27214
27215         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
27216         (gst_id3_tag_class_init), (gst_id3_tag_init),
27217         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
27218         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
27219         (gst_id3_tag_send_tag_event):
27220           lots of fixes to make id3mux work and id3demux work correctly
27221
27222 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27223
27224         * ext/Makefile.am:
27225           add rules to build shout2send (was removed by accident
27226           when this module was no more marked experimental/broken)
27227
27228 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27229
27230         * ext/shout2/gstshout2.c:
27231         * ext/shout2/gstshout2.h:
27232           adding a "connection problem" signal to shout2send
27233           (fixes #142954)
27234
27235 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
27236
27237         * ext/kio/kioreceiver.cpp:
27238         * ext/kio/kioreceiver.h:
27239           fix sign comparison issues
27240
27241 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27242
27243         * gst/cdxaparse/gstcdxaparse.c:
27244         * gst/cdxaparse/gstcdxaparse.h:
27245           some renaming
27246           add some checks/sanity
27247           prepare for seek addition
27248
27249         * sys/sunaudio/gstsunaudio.c:
27250           remove exported dupe init function
27251
27252 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
27253
27254         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
27255         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
27256           Fix format conversion and position querying.
27257         * gst/debug/progressreport.c: (gst_progressreport_report):
27258           Don't output a bogus total value that we didn't query.
27259         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
27260           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
27261           only a blank window after xine has been used.
27262
27263 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
27264
27265         * m4/as-arts.m4:
27266           sync with upstream version to fix test on FC2
27267           readd with -ko to preserve Id header
27268
27269 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27270
27271         * configure.ac:
27272           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
27273         * gst/tcp/gsttcpclientsrc.c: idem
27274         * gst/tcp/gsttcpserversink.c: idem
27275         * gst/tcp/gsttcpserversrc.c: idem
27276         * m4/gst-fionread.m4: idem
27277
27278         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
27279
27280         * configure.ac: enable speex plugin for speex 1.1.5+
27281         * ext/speex/gstspeexenc.c: fix cast warning
27282
27283         * ext/esd/README: fix typo
27284
27285 2004-05-20  David Schleef  <ds@schleef.org>
27286
27287         * configure.ac: Minor cosmetic change to convince the buildbot to
27288         reautogen.
27289         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
27290         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
27291         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
27292         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
27293         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
27294         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
27295         More hacking.  Plays audio now.
27296
27297 2004-05-20  David Schleef  <ds@schleef.org>
27298
27299         * configure.ac:
27300         * sys/Makefile.am:
27301
27302 2004-05-20  David Schleef  <ds@schleef.org>
27303
27304         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
27305         * sys/osxaudio/gstosxaudio.c:
27306         * sys/osxaudio/gstosxaudioelement.c:
27307         * sys/osxaudio/gstosxaudioelement.h:
27308         * sys/osxaudio/gstosxaudiosink.c:
27309         * sys/osxaudio/gstosxaudiosink.h:
27310         * sys/osxaudio/gstosxaudiosrc.c:
27311         * sys/osxaudio/gstosxaudiosrc.h:
27312
27313 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
27314
27315         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
27316         (gst_vorbisenc_chain):
27317           put the codec headers on the caps as streamheader as well as
27318           pushing them out
27319
27320 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
27321
27322         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
27323         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
27324         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
27325         split up push_packet into two functions
27326
27327 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
27328
27329         * gst/tcp/.cvsignore:
27330           ignore enums
27331         * gst/tcp/Makefile.am:
27332         * gst/tcp/README:
27333         * gst/tcp/gsttcp.c:
27334         * gst/tcp/gsttcp.h:
27335         * gst/tcp/gsttcpclientsink.c:
27336         * gst/tcp/gsttcpclientsink.h:
27337         * gst/tcp/gsttcpclientsrc.c:
27338         * gst/tcp/gsttcpclientsrc.h:
27339         * gst/tcp/gsttcpplugin.c:
27340         * gst/tcp/gsttcpserversink.c:
27341         * gst/tcp/gsttcpserversink.h:
27342         * gst/tcp/gsttcpserversrc.c:
27343         * gst/tcp/gsttcpserversrc.h:
27344           add new tcp elements
27345
27346 2004-05-19  Wim Taymans  <wim@fluendo.com>
27347
27348         * gst/law/mulaw-conversion.c: (mulaw_encode):
27349         Fix overflow bug in ulaw encoding.
27350
27351 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27352
27353         * ext/mad/gstmad.c: (gst_mad_handle_event):
27354           don't unref the event twice
27355
27356 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27357
27358         * configure.ac:
27359           remove -Wno-sign-compare
27360
27361 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27362
27363         * configure.ac:
27364           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
27365           if you want to work against glib 2.2 and 2.4
27366
27367 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
27368
27369         * gst/tcp/Makefile.am:
27370         * gst/tcp/gsttcp.c:
27371         * gst/tcp/gsttcp.h:
27372         * gst/tcp/gsttcpsink.h:
27373         * gst/tcp/gsttcpsrc.h:
27374           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
27375
27376 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27377
27378         * gst/debug/tests.c: (md5_get_value):
27379           fix segfault on gst-inspect
27380
27381 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27382
27383         * gst/debug/testplugin.c:
27384         * gst/debug/tests.c:
27385         * gst/debug/tests.h:
27386           add new extensible and configurable testing element. Current tests
27387           include buffer count, stream length, timestamp/duration matching and
27388           md5.
27389         * gst/debug/Makefile.am:
27390         * gst/debug/gstdebug.c: (plugin_init):
27391           add infrastructure for new element
27392
27393 2004-05-19  Johan Dahlin  <johan@gnome.org>
27394
27395         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
27396         ending of the array. Fixes gst-inspect segfault on ppc.
27397
27398 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27399
27400         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
27401
27402         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
27403
27404 2004-05-18  David Schleef  <ds@schleef.org>
27405
27406         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
27407         warnings (bugs, actually) noticed by gcc but not forte.
27408
27409 2004-05-18  David Schleef  <ds@schleef.org>
27410
27411         * sys/sunaudio/Makefile.am:
27412         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
27413
27414 2004-05-18  David Schleef  <ds@schleef.org>
27415
27416         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
27417         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
27418         to allow qtdemux to use non-seekable streams. (bug #142272)
27419
27420 2004-05-18  David Schleef  <ds@schleef.org>
27421
27422         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
27423         (gst_resample_sinc_ft_float): Remove use of static temporary
27424         buffer.  This code was obviously not supposed to last long, but
27425         it's stuck in our ABI, so it required a little hack to make it
27426         ABI-compatible.  Fixes #142585.
27427         * gst-libs/gst/resample/resample.h: same.
27428
27429 2004-05-18  David Schleef  <ds@schleef.org>
27430
27431         * configure.ac: Add sunaudio
27432         * examples/Makefile.am: make gstplay depend on gconf
27433         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
27434         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
27435         (convert_table_lookup), (img_convert): remove c99-isms
27436         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
27437           unsigned, to fix a warning on Solaris
27438         * gst/mpeg1sys/systems.c: bcopy->memcpy
27439         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
27440         * sys/Makefile.am: Add sunaudio
27441
27442 2004-05-18  Wim Taymans  <wim@fluendo.com>
27443
27444         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
27445         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
27446         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
27447         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
27448         (gst_ogg_mux_loop):
27449         Fix an ugly memleak where the muxer didn't flush enough ogg
27450         pages. This also resulted in badly muxed ogg files.
27451
27452 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27453
27454         * gst/asfdemux/asfheaders.c :
27455         * gst/asfdemux/asfheaders.h :
27456         * gst/asfdemux/gstasfdemux.c :
27457           - fix ASF_OBJ_PADDING guid
27458           - add 3 new object guids (language list, metadata,
27459             extended stream properties)
27460           - add a function to parse extended header objects
27461
27462 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27463
27464         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
27465           remove leftover debugging g_print
27466
27467 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27468
27469         * ext/mad/gstmad.c: (gst_mad_handle_event):
27470           Fix for when the first format in a discont event is not a
27471           byte-based one. Should fix #137710.
27472
27473 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27474
27475         * m4/a52.m4 : fix compilation with -Wall -Werror
27476         * m4/libfame.m4 : idem
27477         * m4/libmikmod.m4 : idem
27478
27479 2004-05-17  Benjamin Otte  <otte@gnome.org>
27480
27481         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
27482           signal the new tags before giving up the reference
27483
27484 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27485
27486         * ext/shout2/gstshout2.c:
27487           use application/ogg instead of application/x-ogg (patch by Patrick
27488           Guimond, fixes #142432)
27489         * sys/oss/gstosselement.c: (gst_osselement_reset),
27490         (gst_osselement_sync_parms):
27491           don't set fragment size unless specified (fixes #142493)
27492
27493 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27494
27495         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
27496           fixes #142664
27497
27498 2004-05-17  Benjamin Otte  <otte@gnome.org>
27499
27500         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
27501           compute offsets correctly for internal buffers so timestamps are set
27502           correctly when we can't seek. Also handle cases where there are no
27503           offsets. (based on a patch by David Moore, fixes #142507)
27504
27505 2004-05-17  Benjamin Otte  <otte@gnome.org>
27506
27507         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
27508           use correct variable when determining amount of data to skip so we
27509           don't skip into the void and segfault
27510
27511 2004-05-16  Benjamin Otte  <otte@gnome.org>
27512
27513         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
27514           Hi, I'm a memleak
27515
27516 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27517
27518         * gst/asfdemux/gstasfdemux.c:
27519           - fix a mem leak and always propagate tags
27520           - add WMV3 to known video codecs (but no decoder yet)
27521           - replace "surplus data" at end of audio header for what
27522             it is : codec specific data
27523           - fix a typo
27524
27525 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
27526
27527         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
27528
27529         * gst-libs/gst/audio/audioclock.c:
27530           Fix wrong return type (#142205).
27531
27532 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27533
27534         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
27535           Ignore CRCs by default (fixes #142566).
27536
27537 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27538
27539         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
27540         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
27541         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
27542         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
27543         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
27544         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
27545           Fix for cases where we fail to attach to a mixer.
27546
27547 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27548
27549         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
27550           Don't touch events after not owning them anymore.
27551         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
27552         (gst_wavparse_fmt), (gst_wavparse_other),
27553         (gst_wavparse_handle_seek), (gst_wavparse_loop),
27554         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
27555         (gst_wavparse_srcpad_event):
27556         * gst/wavparse/gstwavparse.h:
27557           Add seeking, fix querying.
27558
27559 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27560
27561         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
27562           - process comments even if they don't end with \0\0
27563             g_convert would ignore them if present and works well without them
27564
27565 2004-05-16  Benjamin Otte  <otte@gnome.org>
27566
27567         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
27568           simplify caps
27569
27570 2004-05-16  Benjamin Otte  <otte@gnome.org>
27571
27572         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
27573           don't write to memory we might not write to - g_convert does that
27574           for us anyway (fixes #142613)
27575         (gst_asf_demux_audio_caps):
27576           comment out gst_util_dump_mem
27577
27578 2004-05-16  Benjamin Otte  <otte@gnome.org>
27579
27580         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
27581           compute correct expected timestamps after seek (broken since
27582           last commit)
27583         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
27584           rename element and debugging category to gdkpixbufscale
27585
27586 2004-05-16  Benjamin Otte  <otte@gnome.org>
27587
27588         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
27589           add error checking to snd_pcm_delay and remove duplicate call to
27590           snd_pcm_delay that caused issues (see inline code comments)
27591         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
27592           make more readable and fix return value when snd_pcm_delay fails
27593         (fixes #142586)
27594
27595 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
27596         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
27597         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
27598         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
27599         (gst_pixbufscale_link), (gst_pixbufscale_init),
27600         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
27601         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
27602         (gst_pixbufscale_get_property), (pixbufscale_init):
27603         * ext/gdk_pixbuf/pixbufscale.h:
27604         Add these files I forgot earlier
27605
27606 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
27607         * ext/gdk_pixbuf/Makefile.am:
27608         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
27609         * ext/gdk_pixbuf/gstgdkpixbuf.h:
27610         Add new pixbufscale element to scale RGB video
27611         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
27612         and HYPER interpolation correctly.
27613         * ext/theora/theoraenc.c: (theora_enc_chain),
27614         Discard buffer and return if explicit caps could not be set
27615         (theora_enc_get_property):
27616         Make _get return kbps for the bitrate consistent with
27617         the _set function.
27618
27619
27620 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27621
27622         * ext/libvisual/visual.c: (gst_visual_chain):
27623           add missing visual_audio_analyze
27624
27625 2004-05-14  David Schleef  <ds@schleef.org>
27626
27627         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
27628         is killed while we're playing.
27629         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
27630         gst_element_no_more_pads().
27631
27632 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27633
27634         * gst-libs/gst/riff/riff-read.c :
27635           - fix INFO tag extraction in RIFF/AVI files
27636             because gst_event_unref (event) also freed taglist
27637           - avoid a mem leak
27638
27639 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27640
27641         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
27642         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
27643
27644         * gst/auparse/gstauparse.c :
27645           - add code (commented for now) to support audio/x-adpcm on src pad
27646             (we have no decoder for those layout yet)
27647
27648         * gst/cdxaparse/gstcdxaparse.c :
27649         * gst/cdxaparse/gstcdxaparse.h :
27650           - partial rewrite using RiffRead (ripped iain's wavparse code)
27651
27652         * gst/rtp/gstrtpL16enc.c : typo
27653         * gst/rtp/gstrtpgsmenc.c : typo
27654
27655 2004-05-13  Benjamin Otte  <otte@gnome.org>
27656
27657         * configure.ac:
27658           check for exact version of libvisual, it's not supposed to be
27659           API/ABI stable yet
27660
27661 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27662
27663         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
27664           signal no-more-pads
27665
27666 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
27667
27668         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
27669         Report which format was used for GST_FORMAT_DEFAULT
27670         * gst/debug/Makefile.am:
27671         * gst/debug/gstdebug.c: (plugin_init):
27672         * gst/debug/progressreport.c: (gst_progressreport_base_init),
27673         (gst_progressreport_class_init), (gst_progressreport_init),
27674         (gst_progressreport_report), (gst_progressreport_set_property),
27675         (gst_progressreport_get_property), (gst_progressreport_chain),
27676         (gst_progressreport_plugin_init):
27677         Add progressreport element for testing.
27678
27679 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
27680
27681         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
27682         * sys/v4l/gstv4lsrc.h:
27683         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
27684         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
27685         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
27686         (gst_v4lsrc_grab_frame):
27687           add more debugging
27688           send a discont at start
27689
27690 2004-05-12  Colin Walters  <walters@redhat.com>
27691
27692         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
27693         inflooping if we can't find a chunk.  Or in other words, don't blow
27694         chunks if we don't have a chunk to blow.
27695
27696 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
27697         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
27698         Remove old debug output
27699         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
27700         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
27701         (gst_dvdec_set_property), (gst_dvdec_get_property):
27702         Change the quality setting to an enum, so it works from gst-launch
27703         Don't renegotiate a non-linked pad. Allows audio only decoding.
27704         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
27705         (gst_deinterlace_link), (gst_deinterlace_init):
27706         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
27707         (gst_videodrop_link):
27708         Some caps negotiation fixes
27709
27710 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27711
27712         * ext/tarkin/gsttarkin.c :
27713           - Change RANK from NONE to PRIMARY
27714         * ext/gdk_pixbuf/gstgdkpixbuf.c :
27715           - Change RANK from NONE to MARGINAL
27716         * ext/divx/gstdivxenc.c :
27717           - Change RANK from PRIMARY to NONE (encoder/spider issue)
27718
27719 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
27720
27721         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
27722         (gst_vorbisenc_push_packet):
27723           copy a function that was added between 1.0 and 1.0.1 until we
27724           depend on worthwhile features of post-1.0
27725
27726 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27727
27728         * configure.ac:
27729           enable shout2 by default
27730         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
27731         (gst_shout2send_base_init), (gst_shout2send_init),
27732         (gst_shout2send_connect), (gst_shout2send_change_state):
27733         * ext/shout2/gstshout2.h:
27734           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
27735           #142262)
27736         * ext/theora/theora.c: (plugin_init):
27737           don't set rank on encoders
27738
27739 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
27740
27741         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
27742           Use codec_data property instead of flag1 and flag2 for wma
27743
27744 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27745
27746         * gst/cdxaparse/gstcdxaparse.c :
27747           - Add mpegversion to CAPS to make it link
27748           - Rank is as GST_RANK_SECONDARY instead of NONE
27749         * gst/auparse/gstauparse.c :
27750           - Document all audio encoding we can encounter from Solaris 9
27751             headers and libsndfile information.
27752           - Increase max. rate from 48000 to 192000 (to match other elements)
27753           - Don't try to play junk data between header and samples
27754
27755 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27756
27757         * ext/libvisual/visual.c: (gst_visual_getcaps):
27758           use the right caps depending on endianness (I hope)
27759         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
27760           use GST_RANK_NONE for all non-decoding elements or spider gets
27761           mighty confused
27762
27763 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27764
27765         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
27766           Fix some odd cases and fix BE metadata parsing of unicode16 text.
27767
27768 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27769
27770         * gst/switch/gstswitch.c: (gst_switch_release_pad),
27771         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
27772         (gst_switch_loop), (gst_switch_get_type):
27773           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
27774           HEADERS. Had to be said.
27775
27776 2004-05-10  David Schleef  <ds@schleef.org>
27777
27778         * configure.ac: Add prototype Dirac support.
27779         * ext/Makefile.am:
27780         * ext/dirac/Makefile.am:
27781         * ext/dirac/gstdirac.cc:
27782         * ext/dirac/gstdiracdec.cc:
27783
27784 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27785
27786         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
27787         (gst_auparse_init), (gst_auparse_chain),
27788         (gst_auparse_change_state):
27789           Hack around spider. Remove me some day please.
27790
27791 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27792
27793         * gst/auparse/gstauparse.c: (gst_auparse_chain):
27794           Fix for some uninitialized variables in previous patch, also
27795           makes it work. Fixes #142286 while we're at it.
27796
27797 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27798
27799         * gst/auparse/gstauparse.c:
27800                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
27801                 only unsupported formats are ADPCM/CCITT G.72x
27802                 reviewed by Ronald
27803         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
27804
27805 2004-05-10  Wim Taymans  <wim@fluendo.com>
27806
27807         * ext/vorbis/Makefile.am:
27808         * ext/vorbis/README:
27809         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
27810         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
27811         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
27812         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
27813         (gst_oggvorbisenc_convert_sink),
27814         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
27815         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
27816         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
27817         (get_constraints_string), (update_start_message),
27818         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
27819         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
27820         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
27821         * ext/vorbis/oggvorbisenc.h:
27822         * ext/vorbis/vorbis.c: (plugin_init):
27823         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
27824         (raw_caps_factory), (gst_vorbisenc_class_init),
27825         (gst_vorbisenc_init), (gst_vorbisenc_setup),
27826         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
27827         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
27828         * ext/vorbis/vorbisenc.h:
27829         Added a raw vorbis encoder to be used with the oggmuxer.
27830         We still need the old encoder for some gnome applications,
27831         read the README to find out how that works.
27832         The raw encoder is called "rawvorbisenc" until 0.9.
27833
27834 2004-05-10  Wim Taymans  <wim@fluendo.com>
27835
27836         * ext/ogg/gstogg.c: (plugin_init):
27837         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
27838         (gst_ogg_print):
27839         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
27840         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
27841         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
27842         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
27843         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
27844         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
27845         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
27846         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
27847         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
27848         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
27849         Added an ogg muxer.
27850         Small typo fixes in the demuxer.
27851
27852 2004-05-10  Wim Taymans  <wim@fluendo.com>
27853
27854         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
27855         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
27856         (theora_enc_change_state), (theora_enc_set_property),
27857         (theora_enc_get_property):
27858         Mark the last packet with an EOS flag which is not really needed
27859         in gstreamer.
27860         Do some better video framerate initialisation.
27861         Update the buffer timestamp.
27862
27863 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
27864
27865         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
27866         Return the result of the parent state change call
27867
27868 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27869
27870         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
27871         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
27872         * gst/law/alaw-encode.c : (idem)
27873         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
27874         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
27875         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
27876
27877 2004-05-09  Benjamin Otte  <otte@gnome.org>
27878
27879         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
27880           don't use a fixed buffer size when writing variable length data to
27881           it. Fixes memory corruption and makes alsasrc work
27882
27883 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27884
27885         * ext/gnomevfs/gstgnomevfssink.c:
27886         (_gst_boolean_allow_overwrite_accumulator),
27887         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
27888           Run glib's default signal handler (??) in RUN_CLEANUP rather than
27889           RUN_LAST, and don't use that to set the accumulator value because
27890           then it's always FALSE.
27891
27892 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27893
27894         * gst-libs/gst/riff/riff-media.c:
27895         (gst_riff_create_video_caps_with_data),
27896         (gst_riff_create_audio_caps),
27897         (gst_riff_create_audio_template_caps):
27898         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
27899           Fix for unaligned RIFF files (i.e. where all the chunks together
27900           in a LIST chunk are not of the same size as the size given in
27901           the LIST chunk header). Fixes several odd WAVE files. Also fix
27902           ADPCM (block_align property) in audio, so that wavparse based
27903           on this works now as it used to stand-alone.
27904
27905 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
27906
27907         reviewed by Benjamin Otte  <otte@gnome.org>
27908
27909         * ext/a52dec/gsta52dec.c:
27910         * ext/divx/gstdivxdec.c:
27911         * ext/divx/gstdivxenc.c:
27912         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
27913         * ext/faac/gstfaac.c: (gst_faac_base_init):
27914         * ext/faad/gstfaad.c: (gst_faad_base_init):
27915         * ext/ivorbis/vorbisfile.c:
27916         * ext/lame/gstlame.c:
27917         * ext/libfame/gstlibfame.c:
27918         * ext/mpeg2enc/gstmpeg2enc.cc:
27919         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
27920         * ext/sidplay/gstsiddec.cc:
27921         * ext/speex/gstspeexdec.c:
27922         * ext/speex/gstspeexenc.c:
27923         * ext/xvid/gstxviddec.c:
27924         * ext/xvid/gstxvidenc.c:
27925           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
27926           (fixes #142193)
27927
27928 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27929
27930         * ext/alsa/gstalsa.c: (device_list),
27931         (gst_alsa_class_probe_devices):
27932         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
27933           Fix alsa oddness in mixer after the combination of using mixer
27934           in source/sink elements and using hw:x,y instead of just hw:x.
27935
27936 2004-05-09  Benjamin Otte  <otte@gnome.org>
27937
27938         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
27939         (gst_wavparse_create_sourcepad):
27940           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
27941           sourcepads
27942
27943 2004-05-09  Benjamin Otte  <otte@gnome.org>
27944
27945         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
27946           allow discont events before caps nego
27947
27948 2004-05-08  Benjamin Otte  <otte@gnome.org>
27949
27950         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
27951           don't leak events
27952
27953 2004-05-08  Benjamin Otte  <otte@gnome.org>
27954
27955         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
27956         (gst_level_change_state), (gst_level_init):
27957         * gst/level/gstlevel.h:
27958           figure out if we're initialized directly instead of keeping a
27959           variable that's wrong in 90% of cases
27960           don't initialize pads and then leak them and use a new unitialized
27961           pad. (fixes #142084)
27962           these were bugs so n00bish I didn't find them for an hour :/
27963
27964 2004-05-08 Iain <iain@prettypeople.org>
27965
27966         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
27967         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
27968         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
27969         return the length that was read.
27970         (gst_riff_read_strf_auds): Allow fmt tags as well.
27971
27972 2004-05-07  David Schleef  <ds@schleef.org>
27973
27974         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
27975         signed char assumption in faad.h.
27976
27977 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27978
27979         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
27980           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
27981
27982 2004-05-07  Colin Walters  <walters@redhat.com>
27983
27984         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
27985         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
27986         function.
27987         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
27988         Add dispose function.
27989
27990 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
27991         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
27992           Fix caps nego and pad templates. RGB mode caps should
27993           work now.
27994         * ext/dvdnav/gst-dvd:
27995           Move mpeg2dec inside the thread because otherwise the
27996           queue rejects cap changes mid-stream
27997         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
27998         (gst_mpeg2dec_flush_decoder):
27999           For mpeg2dec > 0.4.0, call the flush function instead of
28000           manually extracting all in-flight frames.
28001         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
28002         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
28003           Change mime type video/dv go video/x-dv to match the
28004           rest of gst-plugins
28005
28006 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28007
28008         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
28009         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
28010         (gst_alsa_sink_class_init):
28011         * ext/alsa/gstalsasink.h:
28012         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
28013         (gst_alsa_src_class_init):
28014         * ext/alsa/gstalsasrc.h:
28015           Make alsasink/src a subclass of alsamixer so that mixer stuff
28016           shows up in gst-rec. Needs some finetuning.
28017
28018 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28019
28020         * ext/lame/gstlame.c: (gst_lame_chain):
28021           simplify
28022         * ext/mad/gstmad.c: (gst_mad_handle_event):
28023           fix event leak
28024         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28025           be able to detect mp3 files < 4096 bytes
28026
28027 2004-05-06  Wim Taymans  <wim@fluendo.com>
28028
28029         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
28030         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
28031         (theora_enc_set_property), (theora_enc_get_property):
28032         Also encode the first frame, cleanup some code.
28033
28034 2004-05-06  Wim Taymans  <wim@fluendo.com>
28035
28036         * ext/mpeg2enc/gstmpeg2enc.cc:
28037         Forward events first before deciding that negotiation was
28038         not performed.
28039
28040 2004-05-06  Wim Taymans  <wim@fluendo.com>
28041
28042         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
28043         First process the events before deciding that negotiation
28044         was not performed.
28045
28046 2004-05-06  Wim Taymans  <wim@fluendo.com>
28047
28048         * ext/theora/Makefile.am:
28049         * ext/theora/theora.c: (plugin_init):
28050         * ext/theora/theoradec.c: (theora_dec_change_state):
28051         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
28052         (gst_theora_enc_class_init), (gst_theora_enc_init),
28053         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
28054         (theora_enc_chain), (theora_enc_change_state),
28055         (theora_enc_set_property), (theora_enc_get_property):
28056         Added a theora encoder, grouped the encoder and decoder into the
28057         same plugin.
28058
28059 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28060
28061         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
28062         (gst_jpegenc_chain):
28063         fix DURATION on outgoing buffers
28064         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
28065         debug using time formats
28066         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
28067         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
28068         (gst_xvimagesink_sink_link):
28069         windows with width/height 0 generate X errors, so don't allow them
28070
28071 2004-05-05  Wim Taymans  <wim@fluendo.com>
28072
28073         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
28074         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
28075         (gst_mpeg2dec_negotiate_format):
28076         * ext/mpeg2dec/gstmpeg2dec.h:
28077           removed the static pad template so that we can add the
28078           more accurate framerate value to the caps.
28079
28080
28081 2004-05-04  Benjamin Otte  <otte@gnome.org>
28082
28083         * configure.ac:
28084           check for kdemacros.h, too (should fix #141821)
28085         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
28086           don't crash if no header was sent, but nicely error out (fixes part
28087           of #141554)
28088
28089 2004-05-04  Wim Taymans  <wim@fluendo.com>
28090
28091         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
28092         parent dispose function to avoid segfault on destroy.
28093
28094 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28095
28096         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
28097         (plugin_init):
28098         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
28099         (gst_xvimagesink_sink_link):
28100         clean up debugging caps
28101         also recreate xvimage when format has changed
28102
28103 2004-05-04  Benjamin Otte  <otte@gnome.org>
28104
28105         * ext/libvisual/Makefile.am:
28106         * ext/libvisual/visual.c: (gst_visual_class_init),
28107         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
28108         (gst_visual_srclink), (gst_visual_chain),
28109         (gst_visual_change_state), (plugin_init):
28110           use a GstAdapter to correctly adapt buffer sizes - allows using a
28111           framerate
28112
28113 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28114
28115         * sys/v4l/gstv4lelement.h:
28116         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
28117         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
28118         (gst_v4lsrc_buffer_free):
28119         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
28120         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
28121         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
28122         (gst_v4lsrc_requeue_frame):
28123         move some debugging categories around
28124         query for fps index and set accordingly if found
28125
28126 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28127
28128         * ext/lame/gstlame.c:
28129         correct defaults that lame_init puts out of range
28130
28131 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28132
28133         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
28134         (gst_divxenc_class_init):
28135         fix range since -1 is the default
28136         * gst/mpeg1sys/gstmpeg1systemencode.c:
28137         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
28138         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
28139         (gst_rtjpegdec_chain):
28140         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
28141         (gst_rtjpegenc_chain):
28142         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
28143         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
28144         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
28145         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
28146         * sys/v4l/gstv4lsrc.c:
28147         * sys/v4l/v4l_calls.c: (gst_v4l_open):
28148         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
28149         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
28150         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
28151         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
28152           remove gst_info calls
28153
28154 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28155
28156         * Makefile.am:
28157         * po/af.po:
28158         * po/az.po:
28159         * po/en_GB.po:
28160         * po/nl.po:
28161         * po/sr.po:
28162         * po/sv.po:
28163           Updated translations
28164
28165 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28166
28167         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
28168           refactor/comment code
28169
28170 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28171
28172         * gst/asfdemux/Makefile.am:
28173         * gst/asfdemux/asfheaders.c:
28174         * gst/asfdemux/asfheaders.h:
28175         * gst/asfdemux/gstasf.c: (plugin_init):
28176         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
28177         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
28178         (gst_asf_demux_setup_pad):
28179         * gst/asfdemux/gstasfdemux.h:
28180         * gst/asfdemux/gstasfmux.c:
28181         * gst/asfdemux/gstasfmux.h:
28182           Add tagging support to demuxer, split out registration in its own
28183           file instead of in demux (hacky), and prevent having some tables
28184           in our memory multiple times (in asfheaders.h).
28185
28186 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28187
28188         * gst/matroska/matroska-demux.c:
28189         (gst_matroska_demux_parse_metadata):
28190         * gst/matroska/matroska-ids.h:
28191           Basic tag reading support.
28192
28193 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28194
28195         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
28196           Really detect ac-3 audio.
28197         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
28198           really detect matroska files (off-by-1).
28199
28200 2004-04-30  David Schleef  <ds@schleef.org>
28201
28202         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
28203         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
28204         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
28205         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
28206         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
28207         hackage -- parse a lot more atoms, extract a few tags.  One might even
28208         mistake this for tag support.  Maybe it is.
28209         * gst/qtdemux/qtdemux.h:
28210
28211 2004-04-30  Colin Walters  <walters@verbum.org>
28212
28213         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
28214
28215 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
28216
28217         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28218         (gst_ffmpegcolorspace_getcaps):
28219           remove broken nego fix
28220
28221 2004-04-30  Benjamin Otte  <otte@gnome.org>
28222
28223         * configure.ac:
28224         * ext/Makefile.am:
28225         * ext/libvisual/Makefile.am:
28226         * ext/libvisual/visual.c:
28227           add initial support for libvisual (http://libvisual.sourceforge.net)
28228           libvisual is still quite alpha, so expect crashes in there :)
28229
28230 2004-04-29  David Schleef  <ds@schleef.org>
28231
28232         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
28233         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
28234         up qtdemux to make it spit out codec_data.  Do _not_ look at this
28235         code; you will no longer respect me.
28236
28237 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28238
28239         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
28240         * ext/alsa/gstalsa.h :
28241         change alsa pcm device discovery to find more than 1 device
28242         per card. code review by Ronald.
28243
28244 2004-04-29  David Schleef  <ds@schleef.org>
28245
28246         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
28247         Add a check for a driver bug on FreeBSD.  (bug #140565)
28248
28249 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
28250
28251         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
28252         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
28253         (gst_jpegenc_getcaps):
28254           move format setting to inner loop
28255         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28256         (gst_ffmpegcolorspace_getcaps):
28257           use GST_PAD_CAPS if available so that we use already negotiated
28258           caps
28259         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
28260         (qtdemux_parse_moov), (qtdemux_parse):
28261           extra debugging
28262         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
28263         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
28264           move hardcoded path to DEFINE
28265
28266 2004-04-28  David Schleef  <ds@schleef.org>
28267
28268         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
28269         (bug #140064)
28270
28271 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28272
28273         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
28274           Don't probe for playback device if we're a source element. Fixes
28275           #139658.
28276
28277 2004-04-29  Benjamin Otte  <otte@gnome.org>
28278
28279         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
28280         (gst_id3_tag_chain):
28281           rewrite buffer offset
28282
28283 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28284
28285         * configure.ac:
28286         * ext/Makefile.am:
28287         * ext/dts/Makefile.am:
28288         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
28289         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
28290         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
28291         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
28292         (gst_dtsdec_loop), (gst_dtsdec_change_state),
28293         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
28294         (plugin_init):
28295         * ext/dts/gstdtsdec.h:
28296           New DTS decoder.
28297         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
28298         (gst_faad_srcconnect):
28299           Add ESDS atom handling (.m4a).
28300
28301 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28302
28303         * ext/divx/gstdivxdec.c: (plugin_init):
28304           Remove comment that makes no sense.
28305         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
28306           Fix for obvious typo that resulted in warnings during gst-register.
28307         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
28308         (gst_xviddec_sink_link):
28309           Fix caps negotiation a bit better.
28310         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
28311           We call this 'codec_data', not 'esds'.
28312
28313 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28314
28315         * gst/monoscope/gstmonoscope.c:
28316           make sure we only provide 256x128
28317         * gst/monoscope/monoscope.c: (monoscope_init):
28318           assert size of 256x128
28319
28320 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
28321
28322         * Makefile.am:
28323         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
28324         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
28325           fixate to max width and height of device
28326
28327 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
28328
28329         * Makefile.am:
28330         * sys/v4l/gstv4l.c:
28331         * sys/v4l/gstv4lsrc.c:
28332         * sys/v4l/v4l_calls.c:
28333         * sys/v4l/v4lsrc_calls.c:
28334           fix for qc-usb driver which fakes having more than one buffer
28335           by handing the same buffer twice, which confused GStreamer's/v4lsrc
28336           buffer_free override
28337           add debugging
28338
28339 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
28340
28341         * Makefile.am:
28342         * gst/videotestsrc/gstvideotestsrc.c:
28343         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
28344         (gst_videotestsrc_init), (gst_videotestsrc_get),
28345         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
28346         * gst/videotestsrc/gstvideotestsrc.h:
28347           add num-buffers property
28348
28349         2004-04-26  Benjamin Otte  <otte@gnome.org>
28350
28351         * ext/mad/gstid3tag.c: (plugin_init):
28352           set id3mux rank to NONE so it doesn't confuse spider
28353           require audio/mpeg,mpegversion=1 in id3mux
28354
28355 2004-04-26  Benjamin Otte  <otte@gnome.org>
28356
28357         * configure.ac:
28358           detect faad correctly as non-working if it's indeed non-working
28359
28360 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
28361
28362         * Makefile.am:
28363         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
28364         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
28365         fix _getcaps so it only negotiates to its supported format
28366
28367 2004-04-25  Benjamin Otte  <otte@gnome.org>
28368
28369         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
28370           fix memleak
28371
28372 2004-04-23  Benjamin Otte  <otte@gnome.org>
28373
28374         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
28375           audio/x-raw-int with height rules! not. Now it's depth.
28376
28377 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28378
28379         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
28380         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
28381         (gst_wavparse_loop):
28382           Missing variable initialization. Add handling of DVI ADPCM. Fix
28383           mis-parsing of LIST chunks. This works around a bug where we mis-
28384           parse non-aligning LIST chunks (so LIST chunks where the contents
28385           don't align with the actual LIST size). The correct fix is to use
28386           rifflib, I'm not going to fix wavparse - too much work. All this
28387           fixes #104878.
28388
28389 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28390
28391         reviewed by Benjamin Otte  <otte@gnome.org>
28392
28393         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
28394           fix shoutcast not working (fixes #140844)
28395
28396 2004-04-22  Benjamin Otte  <otte@gnome.org>
28397
28398         * ext/hermes/gsthermescolorspace.c:
28399         (gst_hermes_colorspace_caps_remove_format_info):
28400         * gst/colorspace/gstcolorspace.c:
28401         (gst_colorspace_caps_remove_format_info):
28402         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28403         (gst_ffmpegcolorspace_caps_remove_format_info):
28404           s/gst_caps_simplify/gst_caps_do_simplify/
28405
28406 2004-04-22  Benjamin Otte  <otte@gnome.org>
28407
28408         * gst-libs/gst/riff/riff-media.c:
28409         (gst_riff_create_video_caps_with_data):
28410           mpegversion is an int
28411         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
28412           don't try to create pad templates with NULL caps, use any caps
28413           instead.
28414
28415 2004-04-20  David Schleef  <ds@schleef.org>
28416
28417         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
28418         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
28419         (bug #140384)
28420
28421 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
28422
28423         reviewed by David Schleef
28424
28425         * ext/mad/gstid3tag.c: Add stdlib.h
28426         * gst/rtp/gstrtpgsmenc.c: same
28427         * gst/tags/gstid3tag.c: same
28428         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
28429         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
28430         GST_DISABLE_LOADSAVE use.
28431         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
28432         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
28433         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
28434         atol(3)).
28435         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
28436         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
28437         strtoul(3)).
28438         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
28439         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
28440         $(ID3_CFLAGS).
28441         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
28442         $(LIBFAME_CFLAGS).
28443
28444 2004-04-20  David Schleef  <ds@schleef.org>
28445
28446         * gst/realmedia/rmdemux.c:  This was supposed to part of the
28447         last checkin.  Same idea.
28448
28449 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
28450
28451         reviewed by David Schleef
28452
28453         * configure.ac: bump required gstreamer version to 0.8.1.1
28454         because of following changes [--ds]
28455
28456         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
28457         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
28458         (gst_riff_read_header):  Use GST_READ_UINT*
28459         macros to access possibly unaligned memory.
28460
28461         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
28462         (mp3_type_find):  Use GST_READ_UINT*
28463         macros to access possibly unaligned memory.
28464         (mp3_type_find, mpeg1_parse_header, qt_type_find)
28465         (speex_type_find): Likewise
28466
28467         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
28468
28469         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
28470         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
28471         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
28472         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
28473         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
28474         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
28475         macros to access possibly unaligned memory.
28476
28477         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
28478         Likewise.
28479
28480         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
28481         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
28482
28483         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
28484         Likewise.
28485
28486         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
28487         (gst_mpeg2subt_chain_subtitle): Likewise.
28488
28489         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
28490         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
28491         Likewise.
28492
28493         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
28494         Likewise.
28495
28496         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
28497         Likewise.
28498
28499         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
28500         Likewise.
28501
28502 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
28503
28504         * configure.ac:
28505           update required version of GStreamer because of GST_TIME_FORMAT
28506
28507 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28508
28509         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
28510           remove leftover g_print
28511         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
28512           don't try setting only a subset of the caps. We don't want to kill
28513           autoplugging on purpose
28514
28515 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
28516
28517         * sys/ximage/ximagesink.c: (plugin_init):
28518         * sys/xvimage/xvimagesink.c: (plugin_init):
28519           add debugging categories
28520
28521 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
28522
28523         * po/en_GB.po:
28524         * po/LINGUAS:
28525           Adding en_GB translation (Gareth Owen)
28526
28527 2004-04-20  David Schleef  <ds@schleef.org>
28528
28529         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
28530         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
28531         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
28532         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
28533         A number of new features and hacks to extract the esds atom and
28534         put it into the caps.  (bug #137724)
28535
28536 2004-04-19  David Schleef  <ds@schleef.org>
28537
28538         * gconf/Makefile.am: Fix for non-GNU make
28539         * gst-libs/gst/Makefile.am: Change directory order to handle
28540         GstPlay linking with gstinterfaces
28541         * gst-libs/gst/audio/make_filter: make use of tr portable
28542         * gst-libs/gst/play/Makefile.am: Add intended \
28543         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
28544         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
28545         function prototype instead of void *.
28546         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
28547         macro.
28548         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28549         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
28550         * gst/videofilter/make_filter: make use of tr portable
28551         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
28552
28553 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
28554
28555         * po/LINGUAS:
28556         * po/uk.po:
28557           Added Ukrainian translation (Maxim V. Dziumanenko)
28558
28559 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28560
28561         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
28562         (gst_gsmdec_link), (gst_gsmdec_chain):
28563           Fix capsnego, simplify chain function slightly.
28564         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
28565           Add GSM.
28566
28567 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28568
28569         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
28570         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
28571         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
28572           Hack to make wavparse work with spider (always -> sometimes pad).
28573           Fixes #135862 && #140411.
28574
28575 2004-04-18  Benjamin Otte  <otte@gnome.org>
28576
28577         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
28578         (gst_osselement_rate_probe_check),
28579         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
28580           get rid of \n in debug output
28581
28582 2004-04-17  Iain <iain@prettypeople.org>
28583
28584         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
28585         not just EOS.
28586
28587 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28588
28589         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
28590         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
28591         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
28592         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
28593         (gst_id3_tag_src_link), (gst_id3_tag_chain),
28594         (gst_id3_tag_change_state), (plugin_init):
28595           deprecate id3tag element and replace with id3demux/id3mux.
28596           great side effect: this ugly file is now even uglier, yay!
28597         * ext/mad/gstmad.h:
28598           remove non-available function
28599           update for new get_type
28600
28601 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28602
28603         * configure.ac:
28604           require mpeg2dec >= 0.4.0
28605
28606 2004-04-17  Benjamin Otte  <otte@gnome.org>
28607
28608         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
28609         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
28610         (gst_xvimagesink_set_xwindow_id):
28611           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
28612           assorted cleanup fixes.
28613
28614 2004-04-16  David Schleef  <ds@schleef.org>
28615
28616         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
28617         * sys/xvimage/xvimagesink.h: same
28618
28619 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
28620
28621         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
28622           Fix GST_ELEMENT_ERROR with (NULL)
28623
28624 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28625
28626         * gst-libs/gst/riff/riff-media.c:
28627         (gst_riff_create_video_caps_with_data):
28628           Add div[3456] as fourccs for DivX 3 (fixes #140137).
28629
28630 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28631
28632         * gst-libs/gst/riff/riff-media.c:
28633         (gst_riff_create_video_caps_with_data),
28634         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
28635         (gst_riff_create_video_template_caps),
28636         (gst_riff_create_audio_template_caps):
28637         * gst-libs/gst/riff/riff-media.h:
28638         * gst-libs/gst/riff/riff-read.c:
28639         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
28640         * gst-libs/gst/riff/riff-read.h:
28641         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
28642           Add MS RLE support. I added some functions to read out strf chunks
28643           into strf chunks and the data behind it. This is usually color
28644           palettes (as in RLE, but also in 8-bit RGB). Also use those during
28645           caps creation. Lastly, add ADPCM (similar to wavparse - which
28646           should eventually be rifflib based).
28647         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
28648         (gst_matroska_demux_init), (gst_matroska_demux_reset):
28649         * gst/matroska/matroska-demux.h:
28650           Remove placeholders for some prehistoric tagging system. Didn't add
28651           support for any tag system really anyway.
28652         * gst/qtdemux/qtdemux.c:
28653           Add support for audio/x-m4a (MPEG-4) through spider.
28654         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
28655         (gst_wavparse_loop):
28656           ADPCM support (#135862). Increase max. buffer size because we
28657           cannot split buffers for ADPCM (screws references) and I've seen
28658           files with 2048 byte chunks. 4096 seems safe for now.
28659
28660 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
28661
28662         * configure.ac: bump nano to 1
28663
28664 === release 0.8.1 ===
28665
28666 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
28667
28668         * configure.ac: releasing 0.8.1, "Comforting Sounds"
28669
28670 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28671
28672         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
28673           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
28674           Fixes #140058
28675
28676 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
28677
28678         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
28679           lower rank of dvddemux so that it's not used for mpeg playback.
28680
28681 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28682
28683         * configure.ac:
28684           save libs correctly when checking mad
28685
28686 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
28687
28688         * ext/mad/gstid3tag.c: (plugin_init):
28689           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
28690
28691 2004-04-13  David Schleef  <ds@schleef.org>
28692
28693         * common/m4/gst-feature.m4: Call -config scripts with
28694         --plugin-libs if it is supported.
28695         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
28696         JPEG images are image/jpeg.
28697         * gst/debug/Makefile.am:
28698         * gst/debug/negotiation.c: (gst_negotiation_class_init),
28699         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
28700         (gst_negotiation_update_caps), (gst_negotiation_get_property),
28701         (gst_negotiation_plugin_init): Add a property that acts like
28702         filter caps.
28703         * testsuite/gst-lint:  Move license checking to be a standard
28704         test.
28705
28706 2004-04-13  David Schleef  <ds@schleef.org>
28707
28708         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
28709         patch from Sebastien Cote (bug #139958)
28710
28711 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
28712
28713         * examples/gstplay/Makefile.am:
28714         * examples/gstplay/player.c: (main):
28715           make the commandline player example use gconf settings
28716
28717 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
28718
28719         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
28720         (gst_cacasink_sinkconnect), (gst_cacasink_init),
28721         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
28722           init/end library during state transition, not object
28723           creation/disposal.  get rid of custom dispose handler.
28724
28725
28726 2004-04-12  Christian Schaller <Uraeus@gnome.org>
28727
28728         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
28729         be a symlink
28730
28731 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28732
28733         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
28734           Handle JUNK chunks inside data section. Prevents warnings.
28735
28736 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28737
28738         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
28739         (gst_riff_create_video_template_caps):
28740           Add MS video v1.
28741         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
28742         (gst_avi_demux_stream_data):
28743           Add support for "rec-list" chunks.
28744
28745 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28746
28747         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
28748           Fix another codecname mismatch.
28749
28750 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28751
28752         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
28753           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
28754           so that MJPEG plays back.
28755
28756 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28757
28758         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
28759         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
28760         * gst/mpeg1videoparse/gstmp1videoparse.h:
28761           Fix for some slight mis-cuts in buffer parsing, and for some
28762           potential overflows or faults-causers. Adds disconts. Also fixes
28763           #139105 while we're at it.
28764
28765 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28766
28767         * configure.ac:
28768         * sys/v4l2/gstv4l2element.h:
28769           Workaround for missing struct v4l2_buffer declaration in Suse 9
28770           and Mandrake 10 linux/videodev2.h header file (#135919).
28771
28772 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28773
28774         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
28775           Bail out if no filename was given.
28776
28777 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28778
28779         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
28780         (gst_v4l2_fourcc_from_structure):
28781           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
28782           Y41B somewhere).
28783
28784 2004-04-09  Benjamin Otte  <otte@gnome.org>
28785
28786         * ext/gnomevfs/gstgnomevfssink.c:
28787         (_gst_boolean_allow_overwrite_accumulator),
28788         (gst_gnomevfssink_class_init):
28789           fix erase signal - if any handler returns false the file will not be
28790           overwritten. If no handler is connected, the file will not be
28791           overwritten either.
28792           renamed signal to "allow-overwrite"
28793         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
28794           free string when adding it to ID3 failed
28795         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
28796           unref event when done
28797         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
28798           free caps
28799         * gst/typefind/gsttypefindfunctions.c:
28800         (mpeg_video_stream_type_find):
28801           fix invalid read
28802
28803 2004-04-08  David Schleef  <ds@schleef.org>
28804
28805         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28806         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
28807
28808 2004-04-08  David Schleef  <ds@schleef.org>
28809
28810         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
28811         we don't support (bug #139532)
28812
28813 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
28814
28815         * ext/mad/gstmad.c: (gst_mad_handle_event),
28816         (gst_mad_check_caps_reset), (gst_mad_chain),
28817         (gst_mad_change_state):
28818           only set explicit caps if they haven't been set before for
28819           this stream.  MPEG-audio sample rate/channels aren't allowed
28820           to change in-stream.
28821           Fixes #139382
28822
28823 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28824
28825         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
28826         (_gst_boolean_did_something_accumulator),
28827         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
28828         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
28829         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
28830         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
28831         (gst_gnomevfssink_change_state):
28832           Fix erase signal. Don't erase by default. Remove handoff signal.
28833           Remove erase property. Don't segfault. General cleanup.
28834
28835 2004-04-07  Benjamin Otte  <otte@gnome.org>
28836
28837         * gst-libs/gst/gconf/test-gconf.c: (main):
28838           add missing gst_init
28839
28840 2004-04-07  Benjamin Otte  <otte@gnome.org>
28841
28842         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
28843           free the mutexes, too
28844
28845 2004-04-07  Benjamin Otte  <otte@gnome.org>
28846
28847         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
28848           actually free the URI string
28849         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
28850           compute offset correctly when passing discont events
28851         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
28852           don't leak discont events
28853         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
28854           add some missing breaks so caps aren't copied randomly
28855         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
28856           if we realloc memory, we better use it
28857
28858 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28859
28860         * ext/mad/gstmad.c: (normal_seek):
28861           fix GST_FORMAT_TIME usage
28862
28863 2004-04-05  David Schleef  <ds@schleef.org>
28864
28865         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
28866         a deprecated function (hack!)
28867
28868 2004-04-05  Benjamin Otte  <otte@gnome.org>
28869
28870         * ext/esd/esdmon.c: (gst_esdmon_get):
28871           fix nonterminated vararg and memleak
28872
28873 2004-04-05  Benjamin Otte  <otte@gnome.org>
28874
28875         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
28876         (gst_ladspa_init), (gst_ladspa_force_src_caps),
28877         (gst_ladspa_set_property), (gst_ladspa_get_property),
28878         (gst_ladspa_instantiate), (gst_ladspa_activate),
28879         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
28880           clean up debugging
28881
28882 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
28883
28884         reviewed by Benjamin Otte  <otte@gnome.org>
28885
28886         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
28887           check for broken LADSPA parameters (fixes #138635)
28888
28889 2004-04-05  Benjamin Otte  <otte@gnome.org>
28890
28891         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
28892           advertise buffer-frames correctly on sinkpads
28893
28894 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28895
28896         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
28897         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
28898         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
28899         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
28900         (gst_mad_check_caps_reset), (gst_mad_chain):
28901         add more debugging, only reset caps when we're not in error state
28902
28903 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28904
28905         * ext/mad/gstmad.c: add debugging category, comment + cleanups
28906
28907 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
28908
28909         reviewed by Benjamin Otte  <otte@gnome.org>
28910
28911         * configure.ac:
28912           fix == in test(1) operator
28913
28914 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
28915
28916         reviewed by Benjamin Otte  <otte@gnome.org>
28917
28918         * configure.ac:
28919           fix --export-symblos-regex to a working regex.
28920
28921 2004-04-04  Benjamin Otte  <otte@gnome.org>
28922
28923         * sys/oss/.cvsignore:
28924           add for oss_probe
28925
28926 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
28927
28928         reviewed by Benjamin Otte  <otte@gnome.org>
28929
28930         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
28931           add missing 'new_media' argument (fixes #138168)
28932         * gst/matroska/matroska-demux.c:
28933         (gst_matroska_demux_handle_seek_event):
28934           add vararg terminator (fixes #138169)
28935
28936 2004-04-02  David Schleef  <ds@schleef.org>
28937
28938         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
28939         disted (bug #138914)
28940
28941 2004-04-01  Benjamin Otte  <otte@gnome.org>
28942
28943         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
28944         (gst_alsa_close_audio):
28945           handle case better where a soundcard can't pause
28946         * ext/ogg/gstoggdemux.c:
28947           don't crash when we get events but don't have pads yet
28948
28949 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
28950
28951         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
28952           throw an error if we couldn't probe any caps.
28953
28954 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
28955
28956         * ext/dvdnav/gst-dvd:
28957         Add a really simple sample DVD player
28958
28959 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
28960
28961         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
28962         (gst_a52dec_push), (gst_a52dec_handle_event),
28963         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
28964         (gst_a52dec_change_state):
28965         * ext/a52dec/gsta52dec.h:
28966           Use a debug category, Output timestamps correctly
28967           Emit tag info, Handle events, tell liba52dec about cpu
28968           capabilities so it can use MMX etc.
28969         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
28970           Fix a crasher accessing invalid memory
28971         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
28972         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
28973         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
28974         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
28975         (dvdnavsrc_query):
28976           Some support for byte-format seeking.
28977           Small fixes for still frames and menu button overlays
28978         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
28979         (gst_mpeg2dec_alloc_buffer):
28980           Use a debug category. Adjust the report level of several items to
28981           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
28982           so it doesn't lose the GstBuffer pointer
28983         * gst/debug/Makefile.am:
28984         * gst/debug/gstdebug.c: (plugin_init):
28985         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
28986         (gst_navseek_base_init), (gst_navseek_class_init),
28987         (gst_navseek_init), (gst_navseek_seek),
28988         (gst_navseek_handle_src_event), (gst_navseek_set_property),
28989         (gst_navseek_get_property), (gst_navseek_chain),
28990         (gst_navseek_plugin_init):
28991         * gst/debug/gstnavseek.h:
28992           Add the navseek debug element for seeking back and forth in a
28993           video stream using arrow keys.
28994         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
28995         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
28996         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
28997         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
28998         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
28999         (gst_mpeg2subt_parse_header), (gst_get_nibble),
29000         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
29001         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
29002         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
29003         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
29004         * gst/mpeg2sub/gstmpeg2subt.h:
29005           Pretty much a complete rewrite. Now a loopbased element. May still
29006           require work to properly synchronise subtitle buffers.
29007         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
29008         (gst_dvd_demux_send_subbuffer):
29009         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
29010           Don't attempt to create subbuffers of size 0
29011           Reduce a couple of error outputs to warnings.
29012         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
29013         (gst_y4mencode_chain):
29014         Output the y4m frame header correctly.
29015
29016 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
29017
29018         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
29019           throw errors instead of allowing SIGFPE
29020
29021 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
29022
29023         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
29024         (gst_gconf_render_bin_from_key):
29025           leak plugging and style fixing
29026
29027 2004-03-31  David Schleef  <ds@schleef.org>
29028
29029         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
29030         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
29031         (bug #138225)
29032         * gst/debug/Makefile.am:
29033         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
29034         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
29035         plugin.
29036         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
29037         (gst_negotiation_base_init), (gst_negotiation_class_init),
29038         (gst_negotiation_init), (gst_negotiation_getcaps),
29039         (gst_negotiation_pad_link), (gst_negotiation_chain),
29040         (gst_negotiation_set_property), (gst_negotiation_get_property),
29041         (gst_negotiation_plugin_init):  New element to talk about random
29042         negotiation things happening in a pipeline.
29043
29044 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
29045
29046         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
29047           fix integer addition with help of Stefan Kost
29048
29049 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
29050
29051         * po/nl.po: updated Dutch translation (Elros Cyriatan)
29052
29053 2004-03-30  David Schleef  <ds@schleef.org>
29054
29055         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
29056         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
29057         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
29058         (bug #137504)
29059         * ext/mpeg2dec/gstmpeg2dec.h:
29060
29061 2004-03-30  David Schleef  <ds@schleef.org>
29062
29063         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
29064
29065 2004-03-30  David Schleef  <ds@schleef.org>
29066
29067         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
29068         Michael Petullo) to handle .mov
29069
29070 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29071
29072         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
29073         (gst_osselement_rate_check_rate):
29074           probe caps correctly for sound cards that only support one format
29075
29076 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29077
29078         * ext/kio/kiosrc.cpp: (process_events):
29079           update handling event processing if inside KDE - untested
29080
29081 2004-03-29  David Schleef  <ds@schleef.org>
29082
29083         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
29084         by 2 to not interfere with other colorspaces.
29085         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
29086         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
29087         one to not interfere with ffmpeg_colorspace.
29088
29089 2004-03-29  David Schleef  <ds@schleef.org>
29090
29091         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
29092         aren't in the caps.
29093         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
29094         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
29095
29096 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29097
29098         * gst-libs/gst/riff/riff-media.c:
29099           fail on error, don't try to set stuff on NULL caps
29100
29101 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29102
29103         * configure.ac:
29104         * ext/Makefile.am:
29105         * ext/kio/Makefile.am:
29106         * ext/kio/kioreceiver.cpp:
29107         * ext/kio/kioreceiver.h:
29108         * ext/kio/kiosrc.cpp:
29109         * ext/kio/kiosrc.h:
29110           add experimental kiosrc plugin
29111         * ext/alsa/gstalsaplugin.c: (plugin_init):
29112           initialize debugging category only when we're sure registering the
29113           plugins worked.
29114
29115 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
29116
29117         * examples/gstplay/player.c: (main):
29118         * gst-libs/gst/play/play.c: (gst_play_class_init),
29119         (gst_play_set_location), (gst_play_set_data_src),
29120         (gst_play_set_video_sink), (gst_play_set_audio_sink),
29121         (gst_play_set_visualization), (gst_play_connect_visualization):
29122           check return values of element_set_state and return FALSE where
29123           failed
29124
29125 2004-03-29  Benjamin Otte  <otte@gnome.org>
29126
29127         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
29128           try harder to check if an event is really a discont
29129
29130 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
29131
29132         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
29133         * po/az.po:
29134
29135 2004-03-28  Benjamin Otte  <otte@gnome.org>
29136
29137         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
29138         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
29139         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
29140           get rid of non-standard "..." ranges in case statements.
29141
29142 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
29143
29144         * gst/mpegstream/gstmpegdemux.c:
29145         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
29146         specific functionality split to the new dvddemux element.
29147         * gst/mpegstream/gstdvddemux.c:
29148         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
29149         streams, derived from mpegdemux.
29150         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
29151         up. SCR based timestamp rewriting can be turned off (will probably
29152         completely disappear soon).
29153         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
29154         hacking. General cleanup. All printf statements replaced by
29155         debugging messages. Almost complete libdvdnav support.
29156         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
29157         by events. New properties for audio and subpicture languages.
29158         (dvdnavsrc_update_highlight): Now uses events.
29159         (dvdnavsrc_user_op): Cleaned up.
29160         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
29161         based). Lots of cleanup, and propper support for most libdvdnav
29162         events.
29163         (dvdnavsrc_make_dvd_event): New function.
29164         (dvdnavsrc_make_dvd_nav_packet_event): New function.
29165         (dvdnavsrc_make_clut_change_event): New function.
29166
29167 2004-03-26  Benjamin Otte  <otte@gnome.org>
29168
29169         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
29170           fix bug where typefinding would claim it's theora whenever less then
29171           7 bytes of data were available
29172
29173 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29174
29175         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
29176         (gst_alawdec_base_init), (gst_alawdec_class_init),
29177         (gst_alawdec_init), (gst_alawdec_chain):
29178         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
29179         (gst_alawenc_base_init), (gst_alawenc_class_init),
29180         (gst_alawenc_init), (gst_alawenc_chain):
29181         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
29182         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
29183         (gst_mulawdec_init), (gst_mulawdec_chain):
29184         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
29185         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
29186         (gst_mulawenc_init), (gst_mulawenc_chain):
29187           Fix capsnego in all four, remove the unused property functions and
29188           simplify the chain functions slightly. I guess we could use macros
29189           or something similar for those, since the code is so similar, but
29190           I'm currently too lazy...
29191
29192 2004-03-24  David Schleef  <ds@schleef.org>
29193
29194         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
29195         (gst_osselement_close_audio), (gst_osselement_probe_caps),
29196         (gst_osselement_get_format_structure),
29197         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
29198         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
29199         (gst_osselement_rate_int_compare): Add code to handle rate probing
29200         (bug #120883)
29201         * sys/oss/gstosselement.h: same
29202         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
29203         Use rate probing provided by osselement.
29204         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
29205
29206 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29207
29208         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
29209         (gst_xvidenc_get_property):
29210           ulong/int mess-up.
29211
29212 2004-03-24  David Schleef  <ds@schleef.org>
29213
29214         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
29215         (gst_speexdec_init):
29216         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
29217         (gst_speexenc_init):  Create the pad template correctly (from
29218         the static pad template, not a NULL pointer.)
29219
29220 2004-03-25  Benjamin Otte  <otte@gnome.org>
29221
29222         * gst/debug/Makefile.am:
29223         * gst/debug/breakmydata.c:
29224           add element that quasi-randomly changes bytes in the stream.
29225           Intended use is robustness checking of demuxers and decoders in
29226           media tests.
29227
29228 2004-03-24  Benjamin Otte  <otte@gnome.org>
29229
29230         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
29231         (gst_alsa_probe_hw_params):
29232         * ext/alsa/gstalsa.h:
29233           debugging output fixes
29234
29235 2004-03-24  Benjamin Otte  <otte@gnome.org>
29236
29237         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
29238           don't g_return_if_fail if element is PLAYING, fail silently as every
29239           other element.
29240         * gst/effectv/gstquark.c: (gst_quarktv_chain):
29241           only fix needed for cast lvalue issues in gst-plugins
29242         * gst/volenv/gstvolenv.c: (gst_volenv_init):
29243           add proxy_getcaps
29244
29245 2004-03-24  Benjamin Otte  <otte@gnome.org>
29246
29247         * gst/level/gstlevel.c: (gst_level_init):
29248           add proxying getcaps function, so level doesn't advertise impossible
29249           caps
29250
29251 2004-03-24  David Schleef  <ds@schleef.org>
29252
29253         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
29254         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
29255         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
29256         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
29257         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
29258         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
29259         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
29260         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
29261         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
29262         messages.  Divide the chunk size by the compression ratio
29263         (needed for MACE audio)
29264
29265 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29266
29267         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
29268           Fix buffer overflow read error.
29269
29270 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29271
29272         * ext/alsa/gstalsa.h:
29273           Remove unused entry.
29274         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
29275           Add cinepak.
29276         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
29277         (gst_videodrop_link), (gst_videodrop_chain):
29278           Fix, sort of. Was horribly broken with new capsnego. Bah...
29279
29280 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
29281
29282         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
29283         (plugin_init):
29284         Add a monkeysaudio typefind function
29285
29286 2004-03-23  Johan Dahlin  <johan@gnome.org>
29287
29288         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
29289         (gst_play_video_fixate): Check so the structure has the field
29290         before trying to fixate them, this makes it possible to have
29291         fakesinks for video and audio output without printing errors on
29292         the output console.
29293
29294 2004-03-22  David Schleef  <ds@schleef.org>
29295
29296         * sys/oss/Makefile.am:
29297         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
29298         (check_rate), (add_rate):  Rate probing test app.
29299
29300 2004-03-21  Benjamin Otte  <otte@gnome.org>
29301
29302         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
29303         (_fixate_caps_to_int), (gst_audio_convert_fixate):
29304           add a fixation function that pretty much does the right thing (fixes
29305           #137556)
29306
29307 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
29308
29309         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
29310
29311 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
29312
29313         reviewed by: Benjamin Otte  <otte@gnome.org>
29314
29315         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29316           terminate gst_event_new_discontinuous correctly (fixes parts of
29317           #137711)
29318
29319 2004-03-19  David Schleef  <ds@schleef.org>
29320
29321         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
29322         since it doesn't depend on X, and it's part of our ABI.
29323
29324 2004-03-19  Iain <iain@prettypeople.org>
29325
29326         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
29327         is_int in the structure, not the local variable.
29328
29329 2004-03-19  David Schleef  <ds@schleef.org>
29330
29331         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
29332         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
29333         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
29334         Improvements in caps negotiation.
29335
29336 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
29337
29338         * po/LINGUAS:
29339         * po/af.po:
29340           adding Afrikaans (Petri Jooste)
29341
29342 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
29343
29344         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29345         (gst_ffmpegcolorspace_chain):
29346         throw error instead of g_critical (#137588)
29347
29348 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
29349
29350         * Makefile.am:
29351         * configure.ac:
29352           dist common and m4 correctly
29353         * po/sv.po:
29354
29355 2004-03-17  David Schleef  <ds@schleef.org>
29356
29357         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
29358         (bug #137348)
29359
29360 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
29361
29362         * po/LINGUAS:
29363         * po/sv.po:
29364           adding Swedish translation (Christian Rose)
29365
29366 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
29367
29368         * Makefile.am: use release.mak
29369
29370 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
29371
29372         * common/ChangeLog:
29373         * common/gst-autogen.sh:
29374           add some explanation about the version detection
29375         * configure.ac:
29376           fix X check
29377
29378 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
29379
29380         * configure.ac: bump nano to 1
29381
29382 === release 0.8.0 ===
29383
29384 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
29385
29386         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
29387
29388 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
29389
29390         * configure.ac:
29391           update libtool version
29392         * gst-libs/gst/media-info/Makefile.am:
29393           actually use libtool version
29394
29395 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
29396
29397         * configure.ac: fix speex detection to work with 1.0 but not 1.1
29398
29399 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
29400
29401         * configure.ac:
29402         * gst-plugins.spec.in:
29403         * pkgconfig/Makefile.am:
29404         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
29405         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
29406         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
29407         * pkgconfig/gstreamer-libs.pc.in:
29408         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
29409         * pkgconfig/gstreamer-play-uninstalled.pc.in:
29410         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
29411         * pkgconfig/gstreamer-plugins.pc.in:
29412           remove @VERSION@ from some of the pc files since core and plugins
29413           are decoupled.
29414           created gstreamer-plugins.pc as it's a better name, but keeping
29415           -libs around for now to get fixes upstream done first.
29416
29417 2004-03-15  Julien MOUTTE <julien@moutte.net>
29418
29419         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
29420         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
29421         * gst-libs/gst/play/play.h:
29422
29423 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
29424
29425         * *.c, *.cc: don't mix tabs and spaces
29426
29427 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
29428
29429         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
29430           use the new ffmpegcolorspace
29431         * gst-plugins.spec.in:
29432           package new colorspace and media-info
29433         * configure.ac:
29434         * pkgconfig/Makefile.am:
29435           fix some more disting issues
29436         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
29437         * pkgconfig/gstreamer-media-info.pc.in:
29438           generate media-info pc files
29439
29440 2004-03-15  Johan Dahlin  <johan@gnome.org>
29441
29442         * *.h: Revert indenting
29443
29444 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
29445
29446         * configure.ac:
29447           adding ffmpegcolorspace element
29448         * gst/ffmpegcolorspace/Makefile.am:
29449         * gst/ffmpegcolorspace/avcodec.h:
29450         * gst/ffmpegcolorspace/common.h:
29451         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
29452         * gst/ffmpegcolorspace/dsputil.h:
29453         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
29454         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29455         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
29456         (gst_ffmpeg_caps_to_pix_fmt):
29457         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
29458         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29459         (gst_ffmpegcolorspace_caps_remove_format_info),
29460         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
29461         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
29462         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
29463         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
29464         (gst_ffmpegcolorspace_set_property),
29465         (gst_ffmpegcolorspace_get_property),
29466         (gst_ffmpegcolorspace_register):
29467         * gst/ffmpegcolorspace/imgconvert.c:
29468         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
29469         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
29470         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
29471         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
29472         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
29473         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
29474         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
29475         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
29476         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
29477         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
29478         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
29479         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
29480         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
29481         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
29482         (img_get_alpha_info), (deinterlace_line),
29483         (deinterlace_line_inplace), (deinterlace_bottom_field),
29484         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
29485         * gst/ffmpegcolorspace/imgconvert_template.h:
29486         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
29487         * gst/ffmpegcolorspace/mmx.h:
29488         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
29489           adding ffmpegcolorspace element supplied by Ronald after cleaning
29490           up and pulling in the right bits of upstream source.
29491           I'm sure a better C/compiler wizard could do some cleaning up (for
29492           example use GLIB's malloc stuff), but as a first pass this
29493           works very well
29494
29495 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
29496
29497         * ext/alsa/gstalsa.h:
29498           I assume Ronald forgot to commit the change to have cardname
29499           as a struct member.  Expect some public spanking at the next
29500           opportunity.
29501
29502 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29503
29504         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
29505         (gst_alsa_open_audio), (gst_alsa_close_audio):
29506         * ext/alsa/gstalsa.c:
29507           Don't open the device if we're a mixer (= padless).
29508         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
29509         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
29510         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
29511           Open mixer during state change rather than during object
29512           initialization. Also, get a device name. Currently in a somewhat
29513           hackish fashion, but I didn't really find something better.
29514
29515 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
29516
29517         * *.c, *.h: run gst-indent
29518
29519 2004-03-14  Benjamin Otte  <otte@gnome.org>
29520
29521         * gst/modplug/gstmodplug.cc:
29522         * gst/modplug/gstmodplug.h:
29523           set correct timestamps on outgoing buffers
29524
29525 2004-03-14  Benjamin Otte  <otte@gnome.org>
29526
29527         * gst/modplug/gstmodplug.cc:
29528           handle events - don't do crap when a discont arrives that's not
29529           necessary
29530           This allows correct loading and playback of mods in Rhythmbox
29531
29532 2004-03-14  Benjamin Otte  <otte@gnome.org>
29533
29534         * configure.ac:
29535         * gst-libs/gst/gconf/Makefile.am:
29536         * pkgconfig/Makefile.am:
29537           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
29538           they get rebuilt properly
29539         * configure.ac:
29540           when checking for vorbis, try pkgconfig first.
29541         * gst/modplug/gstmodplug.cc:
29542           add fixate function
29543
29544 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29545
29546         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
29547           Fix for obvious mistake, where we first shift the offset and then
29548           read a samplesize element assuming the old offset. Note that this
29549           part still has something weird, i.e. my movies containing those
29550           don't actually play well, but at least there's something that looks
29551           like sound now.
29552
29553 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
29554         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
29555         (plugin_init):
29556         Add a typefind function for speex format
29557
29558 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29559
29560         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
29561         (gst_asf_demux_setup_pad):
29562           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
29563           instead of 0. Reason is simple: some elements have a fps range
29564           of 1-max instead of 0-max. So now ASF video actually works.
29565
29566 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
29567
29568         * po/LINGUAS:
29569         * po/sr.po:
29570           adding serbian as a language
29571
29572 2004-03-13  Benjamin Otte  <otte@gnome.org>
29573
29574         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
29575           return taglist correctly from _get function, don't gst_pad_push it.
29576           (fixes #137042)
29577
29578 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
29579         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
29580
29581 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29582
29583         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
29584         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
29585         (gst_alsa_mixer_track_new):
29586         * ext/alsa/gstalsamixertrack.h:
29587           Fix ancient leftovers... MixerTrack is a GObject.
29588
29589 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29590
29591         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
29592         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
29593           Don't block during probing...
29594
29595 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29596
29597         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
29598         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
29599         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
29600         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
29601         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
29602         (gst_alsa_open_audio), (gst_alsa_close_audio):
29603         * ext/alsa/gstalsa.h:
29604           Add propertyprobe interface implementation, add some device-name
29605           property, all this so that it looks good in gnome-volume-control.
29606
29607 2004-03-12  David Schleef  <ds@schleef.org>
29608
29609         * configure.ac: the Hermes library controls hermescolorspace, not
29610         colorspace.
29611         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
29612         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
29613         not /* */
29614         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
29615         * ext/sdl/sdlvideosink.h: ditto.
29616         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
29617
29618 2004-03-12  Benjamin Otte  <otte@gnome.org>
29619
29620         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
29621         (gst_x_overlay_got_xwindow_id):
29622         * gst-libs/gst/xoverlay/xoverlay.h:
29623           replace XID with unsigned long to get rid of the xlibs dependency in
29624           XOverlay (fixes #137004)
29625
29626 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
29627         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
29628         (gst_agingtv_setup):
29629         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
29630         (gst_dicetv_base_init), (gst_dicetv_class_init),
29631         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
29632         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
29633         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
29634         (gst_edgetv_setup), (gst_edgetv_rgb32):
29635         * gst/effectv/gsteffectv.c:
29636         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
29637         (gst_quarktv_set_property):
29638         * gst/effectv/gstrev.c: (gst_revtv_get_type),
29639         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
29640         (gst_revtv_setup), (gst_revtv_rgb32):
29641         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
29642         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
29643         (gst_shagadelictv_init), (gst_shagadelictv_setup),
29644         (gst_shagadelictv_rgb32):
29645         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
29646         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
29647         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
29648         * gst/effectv/gstwarp.c:
29649         Port everything that can be ported to videofilter and fix up the caps.
29650         Can someone with a big-endian machine please check these?
29651
29652 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29653
29654         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
29655         (gst_osssink_chain), (gst_osssink_change_state):
29656           Latest fixes for A/V sync, audio playback and such. This is about
29657           all... MPEG playback issues are mostly related to the async build-
29658           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
29659
29660 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
29661
29662         patch from: Stephane Loeuillet
29663
29664         * configure.ac:
29665           use pkg-config for some libraries, falling back to the old .m4 way
29666           (fixes #131270)
29667         * m4/libdv.m4:
29668           removed
29669
29670 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
29671
29672         * configure.ac:
29673         * tools/Makefile.am:
29674         * tools/Makefile.in:
29675         * tools/gst-launch-ext-m.m:
29676         * tools/gst-launch-ext.1.in:
29677         * tools/gst-visualise-m.m:
29678         * tools/gst-visualise.1:
29679         * tools/gst-visualise.1.in:
29680           reorganizing generation of script tools
29681
29682 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29683
29684         * ext/divx/gstdivxdec.c:
29685           Downgrade priority. We prefer ffdec_mpeg4.
29686         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
29687         (gst_faad_chain), (gst_faad_change_state):
29688           Fix capsnego. Doesn't work for some sounds because we don't have
29689           a 5:1 to stereo element.
29690         * ext/xvid/gstxvid.c: (plugin_init):
29691           Add priority.
29692         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
29693         (gst_osssink_change_state):
29694           Add discont handling.
29695
29696 2004-03-09  Colin Walters  <walters@verbum.org>
29697
29698         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
29699         conversion.
29700
29701 2004-03-09  Benjamin Otte  <otte@gnome.org>
29702
29703         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
29704           the signals take 2 arguments
29705
29706 2004-03-09  David Schleef  <ds@schleef.org>
29707
29708         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
29709         (gst_alsa_fixate): Add fixate function.  (bug #136686)
29710         * ext/alsa/gstalsa.h:
29711         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
29712
29713 2004-03-09  Benjamin Otte  <otte@gnome.org>
29714
29715         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
29716         (gst_mikmod_change_state):
29717         * ext/mikmod/gstmikmod.h:
29718           make mikmod's loop function not loop infinitely and call
29719           gst_element_yield anymore
29720         * gst/modplug/gstmodplug.cc:
29721           fix pad negotiation (fixes #136590)
29722
29723 2004-03-09  David Schleef  <ds@schleef.org>
29724
29725         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
29726         doesn't conflict with the internal colorspace plugin.
29727         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
29728         satisfy the crappy-ass shell shipped by a certain vendor.
29729         * gst/videofilter/make_filter: same (bug #135299)
29730
29731 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
29732
29733         * configure.ac: bump nano to 1
29734
29735 === release 0.7.6 ===
29736
29737 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
29738
29739         * configure.in: releasing 0.7.6, "There"
29740
29741 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
29742
29743         * pkgconfig/gstreamer-play-uninstalled.pc.in:
29744         * pkgconfig/gstreamer-play.pc.in:
29745           synchronize the two
29746
29747 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
29748
29749         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
29750         (cdparanoia_open), (cdparanoia_event):
29751           fix/add error handling
29752         * po/POTFILES.in:
29753           add cdparanoia source
29754         * tools/Makefile.am:
29755           make scripts executable
29756
29757 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
29758
29759         * configure.ac:
29760         * ext/vorbis/Makefile.am:
29761         * sys/Makefile.am:
29762           remove id3types, vorbisfile and xvideosink from the build (#133783)
29763
29764 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29765
29766         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29767           Fix metadata read crash (#136537).
29768
29769 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
29770
29771         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
29772         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
29773           adding mime types, fixing the one-stop function
29774
29775 2004-03-08  Christian Schaller <Uraeus@gnome.org>
29776
29777         * ext/nas/nassink.c and /ext/nas/nassink.h:
29778         More NAS love from Arwed von Merkatz
29779         So lets all sing 'Can you feel the NAS tonight'
29780
29781 2004-03-08  Christian Schaller <Uraeus@gnome.org>
29782
29783         * tools/gst-launch-ext.in:
29784         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
29785
29786 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
29787
29788         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
29789         (gst_mpeg2dec_init):
29790         remove the user_data pad for now, because it is being used in
29791         fixating causing MPEG playback to fixate on 1000 Hz for playback.
29792         If someone knows how to fix this properly, please do.
29793
29794 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
29795
29796         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
29797         (gst_osssink_get_time):
29798         add a warning, IMO this won't get triggered anymore, remove later
29799
29800 2004-03-07  David Schleef  <ds@schleef.org>
29801
29802         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
29803         format (bug #136470)
29804
29805 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
29806
29807         * gst-libs/Makefile.am:
29808         * gst-libs/gst/media-info/Makefile.am:
29809         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
29810         (error_callback), (gst_media_info_error_create),
29811         (gst_media_info_error_element), (gmip_init), (gmip_reset),
29812         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
29813         * gst-libs/gst/media-info/media-info-priv.h:
29814         * gst-libs/gst/media-info/media-info-test.c: (main):
29815         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
29816         (gst_media_info_class_init), (gst_media_info_instance_init),
29817         (gst_media_info_set_source), (gst_media_info_read_with_idler),
29818         (gst_media_info_read_idler), (gst_media_info_read):
29819         * gst-libs/gst/media-info/media-info.h:
29820         fixed, should work now
29821
29822 2004-03-07  Christian Schaller <Uraeus@gnome.org>
29823
29824         * ext/nas/nassink.c:
29825         A bunch of NAS fixes from Arwed von Merkatz
29826
29827 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29828
29829         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
29830         (qtdemux_parse_trak):
29831           Fix crash (j might be greater than n_samples, in which case we're
29832           writing outside the allocated space for the array) and memleak.
29833
29834 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29835
29836         * sys/oss/gstosssink.c: (gst_osssink_chain):
29837           And another caller that couldn't handle delay < 0 (unsigned
29838           integer overflow). Video now continues playing on an audio
29839           buffer underrun, and the clock continues working. Audio still
29840           stalls.
29841
29842 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29843
29844         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
29845         (gst_osssink_get_time):
29846           get_delay() may return values lower than 0. In those cases, we
29847           should not actually cast to *unsigned* int64, that will break
29848           stuff horribly. In my case, it screwed up A/V sync in movies
29849           in totem rather badly.
29850
29851 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
29852
29853         * ext/faac/gstfaac.c: (gst_faac_chain):
29854         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
29855         * ext/libpng/gstpngenc.c: (user_write_data):
29856         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
29857         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
29858         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
29859         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
29860         Fix several misuse of gst_buffer_merge (it doesn't take ownership
29861         of any buffer), should fix some leaks. I hope I didn't unref buffers
29862         that shouldn't be...
29863
29864 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
29865
29866         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
29867         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
29868         (error_callback), (gmi_reset), (gmi_seek_to_track),
29869         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
29870         (gmip_find_type_post), (gmip_find_stream_post),
29871         (gmip_find_track_streaminfo_post):
29872         * gst-libs/gst/media-info/media-info-priv.h:
29873         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
29874         (info_print), (main):
29875         * gst-libs/gst/media-info/media-info.c:
29876         (gst_media_info_error_create), (gst_media_info_error_element),
29877         (gst_media_info_instance_init), (gst_media_info_get_property),
29878         (gst_media_info_new), (gst_media_info_set_source),
29879         (gst_media_info_read_idler), (gst_media_info_read):
29880         * gst-libs/gst/media-info/media-info.h:
29881           first pass at making this work again.  This seems to work on
29882           tagged ogg/vorbis and mp3 files.
29883
29884 2004-03-06  Benjamin Otte  <otte@gnome.org>
29885
29886         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
29887           fix huge leak: gst_buffer_merge doesn't unref the first argument
29888           itself.
29889
29890 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
29891
29892         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
29893           report layer/mode/emphasis
29894
29895 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
29896
29897         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
29898
29899 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
29900
29901         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
29902           signal serial
29903
29904 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
29905
29906         * ext/vorbis/vorbis.c: (plugin_init):
29907         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
29908         (gst_vorbis_dec_init), (vorbis_dec_event):
29909         add debug category
29910         make vorbisdec handle _BYTE and _TIME queries
29911
29912 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
29913
29914         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
29915           from the xing header
29916
29917 2004-03-06  Benjamin Otte  <otte@gnome.org>
29918
29919         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
29920         (gst_audio_convert_link), (gst_audio_convert_change_state),
29921         (gst_audio_convert_buffer_from_default_format):
29922           do conversions from/to float correctly, fix some caps nego errors,
29923           export correct supported caps in template and getcaps, use correct
29924           caps in try_set_caps functions
29925
29926 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
29927
29928         For some reason, I only committed a ChangeLog entry yesterday and
29929         not the corresponding code...
29930         * ext/mad/gstmad.c: Fix detection of Xing headers
29931         * gst/tags/gstid3tag.c: Changes to support TLEN tags
29932
29933 2004-03-06  Benjamin Otte  <otte@gnome.org>
29934
29935         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
29936         (gst_ogg_demux_src_query):
29937           make sure to handle the case where there's no current chain
29938           gracefully.
29939
29940 2004-03-05  David Schleef  <ds@schleef.org>
29941
29942         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
29943         Add fixate function. (bug #131128)
29944         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
29945         (gst_sdlvideosink_fixate):  Add fixate function.
29946         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
29947         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
29948         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
29949         Fix missing break that was causing ulaw to be interpreted as
29950         raw int.
29951
29952 2004-03-05  David Schleef  <ds@schleef.org>
29953
29954         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
29955         Fix code that ignores return value of gst_buffer_merge().
29956         (bug #114560)
29957         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
29958         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
29959         * testsuite/gst-lint:  Check for above.
29960
29961 2004-03-05  David Schleef  <ds@schleef.org>
29962
29963         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
29964         caps and throw an element error.  (bug #136334)
29965
29966 2004-03-05  David Schleef  <ds@schleef.org>
29967
29968         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
29969         (gst_faad_chain): Fix negotiation.
29970         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
29971         key and button events.
29972         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
29973         dung heap of code.
29974         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
29975         depends on gconf
29976         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
29977         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
29978         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
29979         function to encourage better negotiation, particularly between
29980         audioconvert and osssink.
29981         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
29982         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
29983         more important.
29984         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
29985         typefinding.
29986         * gst/vbidec/vbiscreen.c:  Add glib header
29987         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
29988
29989 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
29990
29991         * ext/mad/gstmad.c: Fix detection of Xing headers
29992         * gst/tags/gstid3tag.c: Changes to support TLEN tags
29993
29994 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
29995
29996         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
29997         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
29998           debug updates
29999
30000 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
30001
30002         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
30003         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
30004         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
30005         files, and report the parsed length as a GST_TAG_DURATION tag.
30006         * gst/tags/gstid3tag.c: support TLEN (duration) tag
30007
30008 2004-03-05  Benjamin Otte  <otte@gnome.org>
30009
30010         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
30011           convert channels correctly. convert correctly to unsigned.
30012
30013 2004-03-05  Julien MOUTTE <julien@moutte.net>
30014
30015         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
30016         we have a window before clearing it.
30017
30018 2004-03-05  Julien MOUTTE <julien@moutte.net>
30019
30020         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
30021         have a window before clearing it.
30022
30023 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
30024
30025         * gconf/gstreamer.schemas.in:
30026         * gst-libs/gst/gconf/Makefile.am:
30027           version installation path the same way as for 0.6
30028         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
30029         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
30030         * pkgconfig/gstreamer-play-uninstalled.pc.in:
30031           remove comment that was fixed
30032
30033 2004-03-05  David Schleef  <ds@schleef.org>
30034
30035         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
30036         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
30037         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
30038         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
30039         Add prototype code for handling seeking and querying.
30040
30041 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30042
30043         * examples/gstplay/player.c: (main):
30044           Initialize variables to NULL. Prevents a segfault because the
30045           (uninitialized) variable is not NULL, resulting in a crash on
30046           trying to reach error->message.
30047
30048 2004-03-05  Benjamin Otte  <otte@gnome.org>
30049
30050         * gst/audioconvert/gstaudioconvert.c:
30051         (gst_audio_convert_buffer_to_default_format):
30052         make float=>int conversion work correctly even in cornercases.
30053
30054 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
30055
30056         * debian/README.Debian:
30057         * debian/build-deps:
30058         * debian/changelog:
30059         * debian/control:
30060         * debian/control.in:
30061         * debian/copyright:
30062         * debian/gstreamer-a52dec.files:
30063         * debian/gstreamer-aa.files:
30064         * debian/gstreamer-alsa.files:
30065         * debian/gstreamer-alsa.manpages:
30066         * debian/gstreamer-arts.files:
30067         * debian/gstreamer-artsd.files:
30068         * debian/gstreamer-audiofile.files:
30069         * debian/gstreamer-avifile.files:
30070         * debian/gstreamer-cdparanoia.files:
30071         * debian/gstreamer-colorspace.files:
30072         * debian/gstreamer-doc.files:
30073         * debian/gstreamer-dv.files:
30074         * debian/gstreamer-dvd.files:
30075         * debian/gstreamer-esd.files:
30076         * debian/gstreamer-festival.files:
30077         * debian/gstreamer-flac.files:
30078         * debian/gstreamer-gconf.conffiles:
30079         * debian/gstreamer-gconf.files:
30080         * debian/gstreamer-gconf.postinst:
30081         * debian/gstreamer-gnomevfs.files:
30082         * debian/gstreamer-gsm.files:
30083         * debian/gstreamer-http.files:
30084         * debian/gstreamer-jack.files:
30085         * debian/gstreamer-jpeg.files:
30086         * debian/gstreamer-mad.files:
30087         * debian/gstreamer-mikmod.files:
30088         * debian/gstreamer-misc.files:
30089         * debian/gstreamer-mpeg2dec.files:
30090         * debian/gstreamer-oss.files:
30091         * debian/gstreamer-plugin-apps.files:
30092         * debian/gstreamer-plugin-apps.manpages:
30093         * debian/gstreamer-plugin-libs-dev.files:
30094         * debian/gstreamer-plugin-libs.files:
30095         * debian/gstreamer-plugin-template.postinst:
30096         * debian/gstreamer-plugin-template.postrm:
30097         * debian/gstreamer-sdl.files:
30098         * debian/gstreamer-sid.files:
30099         * debian/gstreamer-vorbis.files:
30100         * debian/gstreamer-x.files:
30101         * debian/mk.control:
30102         * debian/rules:
30103         Debian package info not maintained here.
30104
30105 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
30106
30107         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
30108         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
30109         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
30110         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
30111         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
30112         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
30113         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
30114         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
30115         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
30116         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
30117         * gst-libs/gst/colorbalance/colorbalance.c:
30118         (gst_color_balance_class_init):
30119         * gst-libs/gst/colorbalance/colorbalancechannel.c:
30120         (gst_color_balance_channel_class_init):
30121         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
30122         * gst-libs/gst/play/play.c: (gst_play_class_init):
30123         * gst-libs/gst/propertyprobe/propertyprobe.c:
30124         (gst_property_probe_iface_init):
30125         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
30126         * gst-libs/gst/tuner/tunerchannel.c:
30127         (gst_tuner_channel_class_init):
30128         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
30129         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
30130         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
30131         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
30132         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
30133         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
30134         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
30135         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
30136         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
30137           fix signals to use - instead of _
30138         * ext/libcaca/gstcacasink.h:
30139         * ext/sdl/sdlvideosink.h:
30140           fix header rename
30141
30142 2004-03-04  David Schleef  <ds@schleef.org>
30143
30144         * testsuite/gst-lint:  Add a check for bad signal names.
30145
30146 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
30147
30148         reviewed by David Schleef
30149
30150         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
30151         modified the alpha channel and caused a warning. (bug #136192)
30152
30153 2004-04-03  Christian Schaller <Uraeus@gnome.org>
30154
30155         * gst-plugins.spec.in:
30156         Change names of plugins to actually be correct. Try to keep things
30157         alphabetical to avoid getting beat up by Thomas
30158
30159 2004-03-03  Julien MOUTTE <julien@moutte.net>
30160
30161         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
30162         Using ximagesink as a default if no gconf key found. We should
30163         probably consider using alsasink instead of osssink for the audio
30164         part.
30165
30166 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
30167
30168         * configure.ac:
30169           fix --with-plugins, don't think it ever worked before
30170         * gst-plugins.spec.in:
30171           even more updates
30172
30173 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30174
30175         * ext/sdl/sdlvideosink.h:
30176         * sys/ximage/ximagesink.h:
30177         * sys/xvideo/xvideosink.h:
30178         * sys/xvimage/xvimagesink.h:
30179           Fix for move of gstvideosink.h -> videosink.h.
30180
30181 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
30182
30183         * gst-libs/gst/xwindowlistener/Makefile.am:
30184           this is a plugin library, not a library
30185
30186 2004-03-01  David Schleef  <ds@schleef.org>
30187
30188         * AUTHORS:  Added some names.  Add yourself if you're still
30189         missing.
30190
30191 2004-03-01  David Schleef  <ds@schleef.org>
30192
30193         * MAINTAINERS: Add
30194
30195 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
30196
30197         * gst-plugins.spec.in: clean up spec file
30198
30199 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
30200
30201         * gst-libs/gst/video/Makefile.am:
30202         * gst-libs/gst/video/gstvideosink.c:
30203         * gst-libs/gst/video/gstvideosink.h:
30204           rename gstvideosink.h to videosink.h to match other headers
30205         * gst/mixmatrix/Makefile.am:
30206           fix plugin filename
30207         * gst/tags/Makefile.am: fix plugin filename
30208
30209 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
30210
30211         * gst/tags/Makefile.am: fix plugin filename
30212
30213 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
30214
30215         * examples/gstplay/player.c: (got_time_tick), (main):
30216           add error handler
30217           display time_tick more readably
30218         * gst/mixmatrix/Makefile.am:
30219           fix plugin file name
30220
30221 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
30222
30223         * sys/oss/gstosselement.c: (gst_osselement_probe),
30224         (device_combination_append), (gst_osselement_class_probe_devices):
30225         * sys/oss/gstosselement.h:
30226           Reworked enumeration of oss dsps and mixers so that gst-mixer works
30227           on my system using alsa oss emulation, fixes bug #135597
30228
30229 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30230
30231         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
30232         (gst_videodrop_chain), (gst_videodrop_change_state):
30233         * gst/videodrop/gstvideodrop.h:
30234           Work based on timestamp of input data, not based on the expected
30235           framerate from the input. The consequence is that this element now
30236           not only scales framerates, but also functions as a framerate
30237           corrector or framerate stabilizer/constantizer.
30238
30239 2004-02-27  David Schleef  <ds@schleef.org>
30240
30241         patches from jmmv@menta.net (Julio M. Merino Vidal)
30242
30243         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
30244         GST_ELEMENT_ERROR call (bug #135634)
30245         * gst/interleave/interleave.c: (interleave_buffered_loop),
30246         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
30247         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
30248         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
30249         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
30250         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
30251         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
30252         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
30253         Fix GST_ELEMENT_ERROR call.
30254         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
30255         GST_ELEMENT_ERROR call.
30256
30257 2004-02-27  Benjamin Otte  <otte@gnome.org>
30258
30259         * gst-libs/gst/audio/audio.h:
30260           add macro to make sure header isn't included twice
30261         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
30262           don't use gst_buffer_free
30263         * gst/playondemand/filter.func:
30264           don't use gst_data_free. Free data only once.
30265
30266 2004-02-26  David Schleef  <ds@schleef.org>
30267
30268         * gst-libs/gst/colorbalance/Makefile.am:
30269         * gst-libs/gst/mixer/Makefile.am:
30270         * gst-libs/gst/tuner/Makefile.am:
30271         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
30272         should not be disted, -marshal.h files should not be installed,
30273         and -enum.h files _should_ be installed.  Fix to make this the
30274         case.
30275
30276 === release 0.7.5 ===
30277
30278 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
30279
30280         * configure.ac: release 0.7.5, "Under The Sea"
30281
30282 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
30283
30284         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
30285         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
30286         * gst/videoscale/gstvideoscale.c:
30287         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
30288           assorted debug/warning fixes
30289
30290 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
30291
30292         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
30293         (gst_videoscale_init), (gst_videoscale_chain),
30294         (gst_videoscale_set_property), (plugin_init):
30295         * gst/videoscale/gstvideoscale.h:
30296         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
30297         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
30298         (gst_videoscale_planar400), (gst_videoscale_packed422),
30299         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
30300         (gst_videoscale_24bit), (gst_videoscale_16bit),
30301         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
30302         (gst_videoscale_scale_plane_slow),
30303         (gst_videoscale_scale_point_sample),
30304         (gst_videoscale_scale_nearest),
30305         (gst_videoscale_scale_nearest_str2),
30306         (gst_videoscale_scale_nearest_str4),
30307         (gst_videoscale_scale_nearest_32bit),
30308         (gst_videoscale_scale_nearest_24bit),
30309         (gst_videoscale_scale_nearest_16bit):
30310         add debugging category and use it properly
30311         fix use of GST_PTR_FORMAT
30312
30313 2004-02-25  Andy Wingo  <wingo@pobox.com>
30314
30315         * gst/interleave/interleave.c (interleave_buffered_loop): Always
30316         push only when channel->buffer is NULL. Prevents segfaults doing
30317         the state change after a nonlocal exit, like a scheme exception.
30318
30319         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
30320         Handle the case where the intersected caps is empty.
30321
30322 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
30323
30324         * gst/law/mulaw-decode.c: (mulawdec_link):
30325         * gst/law/mulaw.c: (plugin_init):
30326           fix mulawdec so it actually works again
30327
30328 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
30329
30330         reviewed by: David Schleef  <ds@schleef.org>
30331
30332         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
30333         (gst_gamma_init), (gst_gamma_set_property),
30334         (gst_gamma_get_property), (gst_gamma_calculate_tables),
30335         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
30336         for RGB, with separate r g and b correction factors. (#131167)
30337
30338 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
30339
30340         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
30341           only signal tags for bitrate if they're > 0 (#134894)
30342
30343 2004-02-24  David Schleef  <ds@schleef.org>
30344
30345         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
30346         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
30347         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
30348         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
30349         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
30350         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
30351         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
30352         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
30353         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
30354         category.  Attempt to fix timestamp calculation.
30355
30356 2004-02-24  Johan Dahlin  <johan@gnome.org>
30357
30358         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
30359
30360 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
30361
30362         * configure.ac:
30363         * gconf/Makefile.am:
30364         * gconf/gstreamer.schemas:
30365         * gst-libs/gst/gconf/Makefile.am:
30366         * gst-libs/gst/gconf/gconf.c:
30367           version gconf schemas and install locations
30368
30369 2004-02-23  Benjamin Otte  <otte@gnome.org>
30370
30371         * ext/xine/xineinput.c: (gst_xine_input_dispose):
30372         (gst_xine_input_subclass_init):
30373           call parent dispose.
30374           change pad template for CD reader correctly
30375         * ext/xine/Makefile.am:
30376         * ext/xine/gstxine.h:
30377         * ext/xine/xine.c: (plugin_init):
30378         * ext/xine/xineaudiosink.c:
30379           wrap audio sinks, too
30380         * gst-libs/gst/resample/private.h:
30381         * gst-libs/gst/resample/resample.c: (gst_resample_init),
30382         (gst_resample_reinit), (gst_resample_scale),
30383         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
30384         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
30385         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
30386         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
30387         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
30388         * gst-libs/gst/resample/resample.h:
30389         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
30390         (gst_audioscale_class_init), (gst_audioscale_link),
30391         (gst_audioscale_get_buffer), (gst_audioscale_init),
30392         (gst_audioscale_chain), (gst_audioscale_set_property),
30393         (gst_audioscale_get_property):
30394         * gst/audioscale/gstaudioscale.h:
30395           s/resample_*/gst_resample_*/i to not clobber namespaces
30396
30397 2004-02-23  Julien MOUTTE  <julien@moutte.net>
30398
30399         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
30400         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
30401         (gst_riff_create_video_template_caps),
30402         (gst_riff_create_audio_template_caps),
30403         (gst_riff_create_iavs_template_caps):
30404         * gst-libs/gst/riff/riff-media.h:
30405         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
30406         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
30407         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
30408         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
30409         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
30410         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
30411         (gst_matroska_demux_plugin_init): First batch implementing audio and
30412         video codec tags in demuxers.
30413
30414 2004-02-22  Benjamin Otte  <otte@gnome.org>
30415
30416         * ext/xine/Makefile.am:
30417         * ext/xine/gstxine.h:
30418         * ext/xine/xine.c: (plugin_init):
30419         * ext/xine/xineinput.c:
30420           add input plugin wrapper. Playback from files, http, mms and cdda
30421           works.
30422         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
30423           remove leftover G_GNUC_UNUSED
30424         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
30425         (gst_asf_demux_identify_guid):
30426           improve debugging output
30427
30428 2004-02-22  Benjamin Otte  <otte@gnome.org>
30429
30430         reported by: Padraig O'Briain <padraig.obriain@sun.com>
30431
30432         * autogen.sh:
30433           replace test -e with test -x for mkinstalldirs to be more portable.
30434           (fixes #134816)
30435
30436 2004-02-22  Benjamin Otte  <otte@gnome.org>
30437
30438         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
30439
30440         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
30441           set rank to PRIMARY
30442         * gst/volume/gstvolume.c: (plugin_init):
30443           set rank to NONE
30444         fixes #134960
30445
30446 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
30447
30448         reviewed by Benjamin Otte  <otte@gnome.org>
30449
30450         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
30451           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
30452
30453 2004-02-22  Benjamin Otte  <otte@gnome.org>
30454
30455         * configure.ac:
30456           export [_]*{gst,Gst,GST}.* symbols from plugins
30457
30458 2004-02-22  Christophe Fergeau <teuf@gnome.org>
30459
30460         reviewed by: Benjamin Otte  <otte@gnome.org>
30461
30462         * ext/lame/gstlame.c: (add_one_tag):
30463         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
30464         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
30465         (gst_vorbisenc_metadata_set1):
30466         * gst/tags/gstid3tag.c:
30467         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
30468           apply fixes from bugs #135042 (lame can't write tags) and #133817
30469           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
30470
30471 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
30472
30473         * configure.ac: Export only gst_plugin_desc from plugins.
30474          Note that this change only makes any effect with Linux using libtool
30475          1.5.2 or higher. Otherwise it is silently ignored, but it would build
30476          fine. And don't try to have several versions of libtool in different
30477          directories.
30478
30479 2004-02-20  Andy Wingo  <wingo@pobox.com>
30480
30481         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
30482         interleave respectively.
30483
30484         * gst/interleave/deinterleave.c: New plugin: deinterleave
30485         (replaces on oneton).
30486         * gst/interleave/interleave.c: New plugin: interleave.
30487         * gst/interleave/plugin.h: Support file.
30488         * gst/interleave/plugin.c: Support file.
30489
30490         * configure.ac: Remove intfloat and oneton, add interleave.
30491
30492         * ext/sndfile/gstsf.c: Handle events better.
30493
30494         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
30495         and float2int operation. int2float has scheduling problems as
30496         noted in in2float_chain.
30497
30498 2004-02-20  Benjamin Otte  <otte@gnome.org>
30499
30500         * ext/xine/Makefile.am:
30501         * ext/xine/gstxine.h:
30502         * ext/xine/xine.c:
30503         * ext/xine/xineaudiodec.c:
30504         * ext/xine/xinecaps.c:
30505           add first version of xine plugin wrapper. Currently only wraps the
30506           QDM2 win32 DLL, and even that only in proof-of-concept quality.
30507         * configure.ac:
30508         * ext/Makefile.am:
30509           add xine plugin wrapper, disabled by default. Use --enable-xine to
30510           build. Note that it'll segfault on gst-register if you don't remove
30511           the goom and tvtime post plugins from xine.
30512         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
30513         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
30514           add extradata parsing for QDM2.
30515           change around debugging prints.
30516
30517 2004-02-19  Benjamin Otte  <otte@gnome.org>
30518
30519         * ext/lame/gstlame.c: (gst_lame_chain):
30520         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
30521           use gst_tag_list_insert when you want to insert tags
30522
30523 2004-02-18  David Schleef  <ds@schleef.org>
30524
30525         * configure.ac:  Move massink to gst-rotten
30526         * ext/Makefile.am:
30527         * ext/mas/Makefile.am:
30528         * ext/mas/massink.c:
30529         * ext/mas/massink.h:
30530
30531 2004-02-18  David Schleef  <ds@schleef.org>
30532
30533         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
30534         typefinding, since it seems to be worse than nothing.
30535         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
30536         atom to recognize .mp4 and .m4a files as video/quicktime.
30537
30538 2004-02-18  David Schleef  <ds@schleef.org>
30539
30540         * gst/sine/demo-dparams.c: (quit_live),
30541         (dynparm_log_value_changed), (dynparm_value_changed), (main):
30542         Use double dparams, not float.
30543         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
30544         (gst_sinesrc_init): Change sync default to FALSE, since multiple
30545         sync'd elements don't really work correctly.
30546         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
30547         (volume_update_volume), (volume_get_property):  Change dparam
30548         to double.
30549
30550 2004-02-18  Julien MOUTTE  <julien@moutte.net>
30551
30552         * sys/ximage/ximagesink.c:
30553         (gst_ximagesink_xwindow_update_geometry),
30554         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
30555         (gst_ximagesink_change_state), (gst_ximagesink_expose),
30556         (gst_ximagesink_init): Rework the way software video scaling works. So
30557         now we check on each chain call if the video frames are feeling the
30558         window. If not we try to renegotiate caps. On failure we memorize that
30559         and we won't try again for that PLAYING sessions.
30560         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
30561         failure.
30562         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
30563         synchronous flag.
30564
30565 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
30566
30567         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
30568           break up _link so we can give a better debug message for errors
30569
30570 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
30571
30572         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
30573           set up debug category
30574
30575 2004-02-18  Julien MOUTTE <julien@moutte.net>
30576
30577         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
30578         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
30579         the way renegotiation work. The event handling function is not taking
30580         care of external windows and renegotiate method check for pad flags
30581         NEGOTIATING. Should fix : #133209
30582
30583 2004-02-17  Julien MOUTTE  <julien@moutte.net>
30584
30585         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
30586         pad is negotiating before trying renegotiation.
30587
30588 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
30589
30590         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
30591           pass on all possible mime types as typefind hints
30592
30593 2004-02-17  Julien MOUTTE <julien@moutte.net>
30594
30595         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
30596         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
30597         possible SHM leak if we crash. All other apps using XShm are doing
30598         that.
30599
30600 2004-02-17  Julien MOUTTE  <julien@moutte.net>
30601
30602         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
30603         (gst_ximagesink_expose): Renegotiate size on expose.
30604         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
30605         size on expose.
30606
30607 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30608
30609         * testsuite/alsa/sinesrc.c:
30610           cosmetic fix to fix compile issue with gcc 2.95.4
30611
30612 2004-02-16  Julien MOUTTE <julien@moutte.net>
30613
30614         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
30615         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
30616         failed opening the audio device.
30617         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
30618         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
30619         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
30620         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
30621         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
30622         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
30623         (gst_ximagesink_change_state), (gst_ximagesink_chain),
30624         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
30625         Removing some useless g_return_if_fail like wingo suggested.
30626         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
30627         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
30628         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
30629         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
30630         (gst_xvimagesink_update_colorbalance),
30631         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
30632         (gst_xvimagesink_xcontext_clear),
30633         (gst_xvimagesink_get_fourcc_from_caps),
30634         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
30635         (gst_xvimagesink_set_xwindow_id),
30636         (gst_xvimagesink_colorbalance_list_channels),
30637         (gst_xvimagesink_colorbalance_set_value),
30638         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
30639         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
30640
30641 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
30642
30643         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
30644           throw error when not negotiated instead of asserting
30645
30646 2004-02-15  Julien MOUTTE  <julien@moutte.net>
30647
30648         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
30649         correct data refcounting.
30650
30651 2004-02-15  Julien MOUTTE  <julien@moutte.net>
30652
30653         * gst/switch/gstswitch.c: (gst_switch_change_state),
30654         (gst_switch_class_init): Cleaning the sinkpads correctly on state
30655         change, mostly the EOS flag.
30656
30657 2004-02-15  Julien MOUTTE  <julien@moutte.net>
30658
30659         * examples/gstplay/player.c: (got_eos), (main): Adding some
30660         output for debugging.
30661         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
30662         timeouts if we go to any state different from PLAYING.
30663         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
30664         more EOS bugs in riff lib.
30665
30666 2004-02-14  Julien MOUTTE  <julien@moutte.net>
30667
30668         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
30669         visualization until i find a way to fix switch correctly.
30670         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
30671         EOS arrives.
30672         * gst/switch/gstswitch.c: (gst_switch_release_pad),
30673         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
30674         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
30675         Reworked switch to get a more correct behaviour with events and refing
30676         of data stored in sinkpads.
30677         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
30678         we don't pull from a pad in EOS.
30679
30680 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30681
30682         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
30683           remove v1 tag even if we can't read it (makes sure we don't detect
30684           it again)
30685
30686 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30687
30688         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
30689         (gst_alsa_xrun_recovery):
30690         * ext/alsa/gstalsa.h:
30691           try xrun recovery when wait failed. Make xrun recovery function
30692           return TRUE/FALSE to indicate success. (might fix #134354)
30693
30694 2004-02-13  David Schleef  <ds@schleef.org>
30695
30696         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
30697         (dynparm_value_changed), (main): Convert from float to double.
30698         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
30699
30700 2004-02-13  David Schleef  <ds@schleef.org>
30701
30702         * gst/silence/gstsilence.c: (gst_silence_class_init),
30703         (gst_silence_set_clock), (gst_silence_get),
30704         (gst_silence_set_property), (gst_silence_get_property):
30705         * gst/silence/gstsilence.h: Add sync property.
30706         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
30707         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
30708         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
30709         * gst/sine/gstsinesrc.h: Add sync property.
30710
30711 2004-02-13  David Schleef  <ds@schleef.org>
30712
30713         * gst/intfloat/gstint2float.c: (conv_f32_s16),
30714         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
30715
30716 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
30717
30718         * configure.ac:
30719         * ext/Makefile.am:
30720         * gst-libs/ext/Makefile.am:
30721           move ffmpeg plugin to gst-ffmpeg module
30722
30723 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
30724
30725         * configure.ac: use GST_ARCH to detect architecture
30726
30727 2004-02-12  Julien MOUTTE  <julien@moutte.net>
30728
30729         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
30730
30731 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30732
30733         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
30734           classify LADSPA plugins based on number of src/sink pads
30735           (#133663, Stefan Kost)
30736         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
30737           fix dparams registration
30738           (#133528, Stefan Kost)
30739         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
30740           fix use of isprint and use g_ascii_isprint instead
30741           (#133316, Stefan Kost)
30742
30743 2004-02-11  David Schleef  <ds@schleef.org>
30744
30745         Convert a few inner loops to use liboil.  This is currently
30746         optional, and is only enabled if liboil is present (duh!).
30747         * configure.ac: Check for liboil-0.1
30748         * gst/intfloat/Makefile.am:
30749         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
30750         (gst_int2float_chain_gint16):
30751         * gst/videofilter/Makefile.am:
30752         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
30753         (tablelookup_u8), (gst_videobalance_planar411):
30754         * gst/videotestsrc/Makefile.am:
30755         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
30756         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
30757         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
30758         (paint_hline_RGB565), (paint_hline_xRGB1555):
30759
30760 2004-02-11  David Schleef  <ds@schleef.org>
30761
30762         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
30763         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
30764         (gst_colorspace_getcaps), (gst_colorspace_link),
30765         (gst_colorspace_base_init), (gst_colorspace_init),
30766         (gst_colorspace_chain), (gst_colorspace_change_state),
30767         (plugin_init): Merge Ronald's patch (bug #117897) and update
30768         for new caps and negotiation.  Seems to work, although it
30769         shows off bugs in lcs.
30770
30771 2004-02-11  David Schleef  <ds@schleef.org>
30772
30773         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
30774         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
30775
30776 2004-02-11  David Schleef  <ds@schleef.org>
30777
30778         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
30779         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
30780         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
30781         Add server and port properties
30782
30783 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
30784
30785         * m4/a52.m4:
30786         * m4/aalib.m4:
30787         * m4/as-ffmpeg.m4:
30788         * m4/as-liblame.m4:
30789         * m4/as-slurp-ffmpeg.m4:
30790         * m4/check-libheader.m4:
30791         * m4/esd.m4:
30792         * m4/freetype2.m4:
30793         * m4/gconf-2.m4:
30794         * m4/glib.m4:
30795         * m4/gst-alsa.m4:
30796         * m4/gst-artsc.m4:
30797         * m4/gst-ivorbis.m4:
30798         * m4/gst-matroska.m4:
30799         * m4/gst-sdl.m4:
30800         * m4/gst-shout2.m4:
30801         * m4/gst-sid.m4:
30802         * m4/gtk.m4:
30803         * m4/libdv.m4:
30804         * m4/libfame.m4:
30805         * m4/libmikmod.m4:
30806         * m4/ogg.m4:
30807         * m4/vorbis.m4:
30808           fix underquotedness of macros (#133800)
30809         * m4/as-avifile.m4:
30810         * m4/xmms.m4:
30811           removed because no longer used
30812
30813 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
30814
30815         * configure.ac:
30816           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
30817           by autopoint (fixes #132996)
30818
30819 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30820
30821         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
30822         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
30823         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
30824         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
30825           fix memleaks
30826
30827 2004-02-11  David Schleef  <ds@schleef.org>
30828
30829         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30830         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
30831         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
30832         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
30833         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
30834         (gst_jpegenc_class_init), (gst_jpegenc_init),
30835         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
30836         (gst_jpegenc_chain), (gst_jpegenc_set_property),
30837         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
30838         * ext/jpeg/gstjpegenc.h: Fix negotiation.
30839
30840 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30841
30842         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
30843         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
30844         * ext/mikmod/gstmikmod.h:
30845           fix caps negotiation in mikmod
30846         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
30847           output debug information
30848
30849 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30850
30851         * gst-libs/gst/colorbalance/Makefile.am:
30852         * gst-libs/gst/navigation/Makefile.am:
30853         * gst-libs/gst/xoverlay/Makefile.am:
30854           remove unused GST_OPT_CFLAGS from Makefiles
30855           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
30856
30857 2004-02-07  David Schleef  <ds@schleef.org>
30858
30859         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
30860         push events to pads that haven't been created (#133508)
30861
30862 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
30863
30864         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
30865         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
30866         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
30867         (gst_dvdec_loop), (gst_dvdec_change_state):
30868         Second attempt at committing a working dvdec element.
30869
30870 2004-02-06  David Schleef  <ds@schleef.org>
30871
30872         Build fixes for OS X: (see #129600)
30873         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
30874         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
30875         (gst_riff_read_strf_iavs):
30876         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
30877         (gst_avi_demux_stream_odml):
30878         * gst/playondemand/Makefile.am:
30879         * gst/rtp/rtp-packet.c:
30880
30881 2004-02-05  David Schleef  <ds@schleef.org>
30882
30883         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
30884         last change, because it Just Doesn't Compile.
30885
30886 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30887
30888         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
30889           skip undecodable id3v2 tag instead of keeping it
30890
30891 2004-02-05  David Schleef  <ds@schleef.org>
30892
30893         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
30894         Unref leaked buffer.  (Noticed by Ronald)
30895
30896 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
30897
30898         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
30899         Sync requires with other checks.  >= vs =.
30900
30901 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
30902
30903         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
30904         (gst_dvdec_video_link), (gst_dvdec_loop):
30905         * ext/dv/gstdvdec.h:
30906           rework the caps negotiation so that dvdec works again instead
30907           of just segfaulting.
30908
30909 === release 0.7.4 ===
30910
30911 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30912
30913         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
30914         * configure.ac: changed for release
30915
30916 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
30917
30918         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
30919         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
30920         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
30921         * pkgconfig/gstreamer-play-uninstalled.pc.in:
30922           reworked patch by David Lehn to fix libdir and includedir for
30923           uninstalled libraries
30924           removed play and gconf from gstreamer-libs since they have their
30925           own pkgconfig files
30926
30927 2004-02-04  David Schleef  <ds@schleef.org>
30928
30929         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
30930         memleak.
30931
30932 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30933
30934         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
30935           use correct GST_TAG_ENCODER tag
30936
30937 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30938
30939         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
30940           be sure to stop the clock when going to paused
30941         * sys/oss/gstosssink.c: (gst_osssink_change_state):
30942           reset number of transmitted when going to ready.
30943         fixes #132935
30944
30945 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
30946
30947         reviewed by Benjamin Otte
30948
30949         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
30950           extract track count (fixes #133410)
30951
30952 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30953
30954         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
30955           that should be !=, not == (fixes #132519)
30956
30957 2004-02-04  David Schleef  <ds@schleef.org>
30958
30959         Make sure set_explicit_caps() is called before adding pad.
30960         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
30961         * gst/id3/gstid3types.c: (gst_id3types_loop):
30962         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
30963         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
30964
30965 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
30966
30967         * configure.ac:
30968           bump nano to 2, first prerelease
30969           put back AM_PROG_LIBTOOL
30970
30971 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
30972
30973         * testsuite/alsa/Makefile.am:
30974           these are user test apps, not automatic testsuite tests
30975
30976 2004-02-04  David Schleef  <ds@schleef.org>
30977
30978         Convert GST_DEBUG_CAPS() to GST_DEBUG():
30979         * gst/mpeg1videoparse/gstmp1videoparse.c:
30980         (mp1videoparse_parse_seq):
30981         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
30982         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
30983         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
30984         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
30985         (gst_xvideosink_getcaps):
30986         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
30987         * testsuite/gst-lint: more tests
30988
30989 2004-02-04  David Schleef  <ds@schleef.org>
30990
30991         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
30992         with the code that they would expand to.
30993         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
30994         (gst_flacdec_get_src_query_types),
30995         (gst_flacdec_get_src_event_masks):
30996         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
30997         (gst_gnomevfssrc_get_query_types),
30998         (gst_gnomevfssrc_get_event_mask):
30999
31000 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31001
31002         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
31003         (gst_sinesrc_dispose):
31004           fix memleak by properly disposing sinesrc
31005
31006 2004-02-04  Julien MOUTTE  <julien@moutte.net>
31007
31008         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
31009         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
31010         an overlay to redraw the image because it has been exposed.
31011         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
31012         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
31013         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
31014         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
31015         interface
31016         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
31017         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
31018         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
31019         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
31020         interface
31021
31022 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31023
31024         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
31025           more memleak fixage
31026
31027 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31028
31029         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
31030         * gst/typefind/gsttypefindfunctions.c:
31031           fix memleaks shown by gst-typefind
31032
31033 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31034
31035         * common/glib-gen.mak:
31036           add hack rule to touch .Plo files
31037         * gst-libs/gst/colorbalance/Makefile.am:
31038         * gst-libs/gst/mixer/Makefile.am:
31039         * gst-libs/gst/play/Makefile.am:
31040         * gst-libs/gst/tuner/Makefile.am:
31041           remove glib_root variable
31042
31043 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31044
31045         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
31046           set explicit caps before adding the element, so the autopluggers can
31047           plug correctly.
31048         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
31049         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
31050         (mpeg_video_type_find), (mpeg_video_stream_type_find),
31051         (dv_type_find):
31052           fix memleaks in typefind functions. gst_type_find_suggest takes a const
31053           argument.
31054
31055 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31056
31057         * gst-libs/gst/colorbalance/Makefile.am:
31058         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
31059         * gst-libs/gst/colorbalance/colorbalance.c:
31060         * gst-libs/gst/colorbalance/colorbalance.h:
31061         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
31062         * gst-libs/gst/mixer/Makefile.am:
31063         * gst-libs/gst/mixer/mixer-marshal.list:
31064         * gst-libs/gst/mixer/mixer.c:
31065         * gst-libs/gst/mixer/mixer.h:
31066         * gst-libs/gst/mixer/mixermarshal.list:
31067         * gst-libs/gst/play/Makefile.am:
31068         * gst-libs/gst/play/play.h:
31069         * gst-libs/gst/tuner/Makefile.am:
31070         * gst-libs/gst/tuner/tuner-marshal.list:
31071         * gst-libs/gst/tuner/tuner.c:
31072         * gst-libs/gst/tuner/tuner.h:
31073         * gst-libs/gst/tuner/tunermarshal.list:
31074           use new glib-gen.mak snippet to clean up Makefile.am
31075           fix various bugs in Makefile.am's
31076
31077 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31078
31079         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
31080           handle chain parsing correctly in the multichain case
31081         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
31082         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
31083         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31084         (theora_dec_chain):
31085           handle events and queries correctly
31086
31087 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
31088
31089         * .cvsignore:
31090         Ignore generated file _stdint.h.
31091
31092 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
31093
31094         * gst-libs/gst/colorbalance/Makefile.am:
31095         * gst-libs/gst/colorbalance/colorbalance.h:
31096         * gst-libs/gst/mixer/Makefile.am:
31097         * gst-libs/gst/mixer/mixer.h:
31098         * gst-libs/gst/play/Makefile.am:
31099         * gst-libs/gst/play/play.h:
31100         * gst-libs/gst/tuner/Makefile.am:
31101         * gst-libs/gst/tuner/tuner.h:
31102         Generate enum type code with glib-mkenums.
31103         * gst-libs/gst/colorbalance/.cvsignore:
31104         * gst-libs/gst/mixer/.cvsignore:
31105         * gst-libs/gst/play/.cvsignore:
31106         * gst-libs/gst/tuner/.cvsignore:
31107         Ignore generated files.
31108
31109 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
31110
31111         * gst-libs/gst/audio/.cvsignore:
31112         Ignore generated file.
31113         * gst-libs/gst/audio/Makefile.am:
31114         Do not install example filter.
31115
31116 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
31117
31118         * examples/switch/.cvsignore:
31119         Ignore generated file.
31120
31121 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31122
31123         * common/m4/ax_create_stdint_h.m4:
31124         * configure.ac:
31125           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
31126           _stdint.h.
31127         * Makefile.am:
31128           remove generated _stdint.h in DISTCLEANFILES
31129         * ext/a52dec/gsta52dec.c:
31130           include _stdint.h for a52dec. (should fix #133064)
31131
31132 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
31133
31134         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
31135         (gst_tag_to_vorbis_comments):
31136         Add replaygain support to vorbistag
31137
31138 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
31139         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
31140         (gst_ffmpeg_caps_to_extradata):
31141           Fix SVQ3 caps flag properties
31142           Use glib macro for bytes swap
31143
31144 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31145
31146         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
31147         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
31148         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
31149         * ext/sndfile/gstsf.c: (plugin_init):
31150         * gst/avi/gstavi.c: (plugin_init):
31151         * sys/dxr3/dxr3init.c: (plugin_init):
31152         * sys/oss/gstossaudio.c: (plugin_init):
31153         * sys/v4l/gstv4l.c: (plugin_init):
31154         * sys/v4l2/gstv4l2.c: (plugin_init):
31155           remove textdomain calls
31156         * po/nl.po:
31157           update Dutch translation
31158
31159 2004-02-02  Julien MOUTTE  <julien@moutte.net>
31160
31161         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
31162         (gst_play_set_audio_sink): Moving volume in the audio thread for
31163         instantaneous volume change. Maybe i will add another volume in front
31164         of visualization later, not sure yet though.
31165
31166 2004-02-02  Julien MOUTTE  <julien@moutte.net>
31167
31168         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
31169         (gst_ximagesink_handle_xevents): Better X events handling, only take
31170         the latest events for configure and motion.
31171         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
31172
31173 2004-02-02  Jon Trowbridge  <trow@gnu.org>
31174
31175         reviewed by: David Schleef  <ds@schleef.org>
31176
31177         Fix memory leaks:
31178         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
31179         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
31180
31181 2004-02-02  David Schleef  <ds@schleef.org>
31182
31183         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
31184         of lines.
31185         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
31186         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
31187         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
31188         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
31189         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
31190         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
31191         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
31192         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
31193         (gst_float2_2_int_link):
31194         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
31195         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
31196         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
31197         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
31198         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
31199         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
31200         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
31201         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
31202         * testsuite/gst-lint: Add tests for bzero and ;;
31203
31204 2004-02-02  David Schleef  <ds@schleef.org>
31205
31206         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
31207
31208 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31209
31210         * ext/aalib/gstaasink.c: (gst_aasink_open):
31211         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
31212         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
31213         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
31214         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
31215         (gst_afsink_close_file):
31216         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
31217         (gst_afsrc_close_file):
31218         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
31219         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
31220         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
31221         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
31222         * ext/esd/esdmon.c: (gst_esdmon_get):
31223         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
31224         * ext/faac/gstfaac.c: (gst_faac_chain):
31225         * ext/faad/gstfaad.c: (gst_faad_chain):
31226         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
31227         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
31228         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
31229         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
31230         (gst_flacdec_loop):
31231         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
31232         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
31233         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
31234         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
31235         (gst_gnomevfssink_close_file):
31236         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
31237         (gst_gnomevfssrc_open_file):
31238         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
31239         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
31240         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
31241         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
31242         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
31243         * ext/mad/gstmad.c: (gst_mad_chain):
31244         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
31245         * ext/mpeg2dec/gstmpeg2dec.c:
31246         * ext/mpeg2enc/gstmpeg2enc.cc:
31247         * ext/mplex/gstmplex.cc:
31248         * ext/mplex/gstmplexibitstream.cc:
31249         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
31250         (gst_ogg_demux_push):
31251         * ext/raw1394/gstdv1394src.c:
31252         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
31253         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
31254         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
31255         (gst_sf_loop):
31256         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
31257         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
31258         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
31259         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
31260         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
31261         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
31262         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
31263         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
31264         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
31265         (gst_riff_read_element_data), (gst_riff_read_seek),
31266         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
31267         * gst/adder/gstadder.c: (gst_adder_loop):
31268         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
31269         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
31270         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
31271         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
31272         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
31273         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
31274         * gst/goom/gstgoom.c: (gst_goom_chain):
31275         * gst/id3/gstid3types.c: (gst_id3types_loop):
31276         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
31277         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
31278         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
31279         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
31280         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
31281         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
31282         (gst_ebml_read_float), (gst_ebml_read_header):
31283         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
31284         (gst_matroska_demux_parse_blockgroup):
31285         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
31286         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
31287         * gst/oneton/gstoneton.c: (gst_oneton_chain):
31288         * gst/silence/gstsilence.c: (gst_silence_get):
31289         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
31290         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
31291         * gst/speed/gstspeed.c: (speed_loop):
31292         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
31293         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
31294         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
31295         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
31296         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
31297         (gst_wavparse_loop):
31298         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
31299         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
31300         (dxr3audiosink_close):
31301         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
31302         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
31303         (dxr3videosink_close), (dxr3videosink_write_data):
31304         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
31305         * sys/oss/gstosssink.c: (gst_osssink_chain):
31306         * sys/oss/gstosssrc.c: (gst_osssrc_get):
31307         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
31308         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
31309         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
31310         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
31311         (gst_v4l_set_window), (gst_v4l_enable_overlay):
31312         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
31313         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
31314         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
31315         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
31316         (gst_v4l_set_audio):
31317         * sys/v4l/v4l_calls.h:
31318         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
31319         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
31320         (gst_v4lmjpegsink_playback_init),
31321         (gst_v4lmjpegsink_playback_start):
31322         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
31323         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
31324         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
31325         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
31326         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
31327         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
31328         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
31329         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
31330         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
31331         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
31332         (gst_v4l2_get_output), (gst_v4l2_set_output),
31333         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
31334         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
31335         (gst_v4l2_set_attribute):
31336         * sys/v4l2/v4l2_calls.h:
31337         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
31338         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
31339         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
31340         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
31341         (gst_v4l2src_capture_stop):
31342         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
31343         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
31344         (gst_ximagesink_chain):
31345         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
31346         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
31347         (gst_xvideosink_xwindow_new):
31348         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
31349         (gst_xvimagesink_chain):
31350
31351 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31352
31353         * gst/volume/gstvolume.c: (gst_volume_set_volume),
31354         (gst_volume_get_volume), (volume_class_init), (volume_init),
31355         (volume_chain_int16), (volume_update_volume):
31356         * gst/volume/gstvolume.h:
31357           make code more readable by removing magic numbers
31358           make mixer interface export 0-100 range
31359           make it internally map to 0.0-1.0 range so users don't distort
31360           output by putting the sliders at full volume
31361
31362 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31363
31364         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
31365         (gst_play_state_change), (gst_play_seek_to_time):
31366         block the tick callback for 0.5 secs after doing a seek
31367
31368 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31369
31370         * gst-libs/gst/play/play.c: (gst_play_new):
31371           check for GError
31372
31373 2004-02-01  Julien MOUTTE  <julien@moutte.net>
31374
31375         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
31376         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
31377         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
31378         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
31379         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
31380         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
31381
31382 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
31383
31384         * configure.ac:
31385         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
31386           check for a function added in vorbis 1.1
31387
31388 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31389
31390         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
31391         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
31392           really start/stop clock only on PLAYING <=> PAUSED
31393         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
31394           remove \n from debugging lines
31395         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
31396           make it work when seeking does not
31397         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
31398           reset on DISCONT
31399
31400 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31401
31402         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
31403           start clock on PAUSED=>PLAYING, not later
31404         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
31405           extract correct time for different discont formats
31406         (gst_alsa_sink_get_time):
31407           don't segfault when no format is negotiated yet, just return 0
31408         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
31409         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
31410         (gst_ogg_pad_push):
31411           handle flush and discont events correctly
31412         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
31413           handle discont events correctly
31414
31415 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
31416
31417         * gst-libs/gst/play/play.c: (gst_play_error_quark),
31418         (gst_play_error_create), (gst_play_error_plugin),
31419         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
31420         * gst-libs/gst/play/play.h:
31421           add error handling during creation
31422         * examples/gstplay/player.c: (main):
31423           use new gst_play_new
31424
31425
31426 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31427
31428         * ext/theora/theoradec.c: (theora_dec_chain):
31429           make comments work
31430         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
31431         (vorbis_dec_src_event), (vorbis_dec_chain):
31432           add encoder tag, fix tag reading to be more error tolerant, change
31433           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
31434           gst_pad_event_default.
31435         * gst/tags/gstvorbistag.c:
31436         (gst_tag_list_from_vorbiscomment_buffer):
31437           undefine function specific define at end of function
31438
31439 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
31440
31441         * ext/flac/gstflac.c: (plugin_init):
31442         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
31443         * ext/flac/gstflacdec.h:
31444         * ext/flac/gstflacenc.h:
31445           Fix typos
31446
31447 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
31448
31449         * examples/gstplay/player.c: s/gstplay.h/play.h/
31450
31451 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31452
31453         * gst-libs/gst/play/Makefile.am:
31454         * gst-libs/gst/play/gstplay.c:
31455         * gst-libs/gst/play/gstplay.h:
31456         * gst-libs/gst/play/play.c:
31457           more surgery, operation complete
31458
31459 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31460
31461         * gst-libs/gst/play/play.old.c:
31462         * gst-libs/gst/play/play.old.h:
31463           after CVS surgery by moving, remove
31464         * gst-libs/gst/play/playpipelines.c:
31465           remove
31466
31467         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
31468           add negotiation error
31469
31470 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31471
31472         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
31473         (gst_ogg_demux_push):
31474           add some seeking debug info
31475           send a flush when seeking
31476
31477 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31478
31479         * configure.ac:
31480           use AC_C_INLINE
31481         * configure.ac:
31482         * ext/Makefile.am:
31483         * ext/theora/Makefile.am:
31484         * ext/theora/theoradec.c:
31485           add theora video decoder. Does just do simple decoding for now and
31486           has been tested against Theora cvs only. It only works when theora
31487           is compiled with --enable-static.
31488         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
31489           always reset packetno on DISCONT
31490
31491 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31492
31493         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
31494           Fix audio.
31495
31496 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31497
31498         * gst/mpegaudioparse/gstmpegaudioparse.c:
31499         (mp3_type_frame_length_from_header):
31500           Fix header parsing - stolen from ffmpeg (thank you! :) ).
31501
31502 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31503
31504         * ext/esd/esdsink.c: (gst_esdsink_init):
31505           Since we have static pad template caps, we don't need to negotiate;
31506           either the core errors out or we know the format.
31507
31508 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31509
31510         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
31511         (gst_riff_read_seek):
31512         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
31513         (gst_ebml_read_seek):
31514           Fix event handling.
31515
31516 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31517
31518         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
31519           removee video/x-theora from vp3 decoder, it doesn't handle raw
31520           theora streams
31521         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
31522           fix bug with finalizing element that never went to PAUSED
31523         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
31524           length and position queries were swapped
31525         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
31526         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
31527         (vorbis_dec_src_event):
31528           implement querying time and bytes
31529
31530 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31531
31532         * just about every source file:
31533           gst_element_error -> GST_ELEMENT_ERROR
31534
31535 2004-01-29  Julien MOUTTE  <julien@moutte.net>
31536
31537         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
31538         emiting FLUSH and even before DISCONT.
31539         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
31540         get the best instant seeking as possible yay!
31541
31542 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31543
31544         * gst/mpeg1videoparse/gstmp1videoparse.c:
31545         (gst_mp1videoparse_real_chain):
31546           Committed wrong version last week... Grr... Didn't notice until now.
31547
31548 2004-01-29  Julien MOUTTE <julien@moutte.net>
31549
31550         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
31551         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
31552         have_xwindow_id signal in xwindow_create.
31553
31554 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31555
31556         * ext/ogg/gstoggdemux.c:
31557           lots of changes - mainly support for chained bitstreams, seeking,
31558           querying and bugfixes of course
31559         * ext/vorbis/Makefile.am:
31560         * ext/vorbis/vorbisdec.c:
31561         * ext/vorbis/vorbisdec.h:
31562           add vorbisdec raw vorbis decoder
31563         * ext/vorbis/vorbis.c: (plugin_init):
31564           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
31565         * gst/intfloat/Makefile.am:
31566         * gst/intfloat/float22int.c:
31567         * gst/intfloat/float22int.h:
31568         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
31569           add float2intnew plugin. It converts multichannel interleaved float to
31570           multichannel interleaved int. The name should probably be changed.
31571         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
31572         (plugin_init):
31573           add typefinding for raw theora video so oggdemux can detect it.
31574
31575 2004-01-28  Julien MOUTTE  <julien@moutte.net>
31576
31577         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
31578         sink element first.
31579         * gst/videoscale/gstvideoscale.c:
31580         (gst_videoscale_handle_src_event): Fixing src event handler.
31581
31582 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31583
31584         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
31585         (gst_v4lsrc_open), (gst_v4lsrc_close),
31586         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
31587         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
31588         * sys/v4l/gstv4lsrc.h:
31589         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
31590         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
31591           Implement resizing... Hack. But that's why v4l is b0rked...
31592
31593 2004-01-28  Julien MOUTTE <julien@moutte.net>
31594
31595         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
31596         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
31597         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
31598         (gst_ximagesink_xwindow_destroy):
31599         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31600         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
31601         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
31602         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
31603         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
31604         correctly cleaning the image created to check xshm calls on succes,
31605         added a lot of XSync calls in X11 functions, and fixed a segfault when
31606         no image format was defined before negotiation happened.
31607
31608 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31609
31610         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
31611           use gst_element_get_time to get correct time
31612
31613 2004-01-28  Julien MOUTTE  <julien@moutte.net>
31614
31615         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
31616         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
31617         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
31618         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
31619         (gst_xvimagesink_check_xshm_calls),
31620         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
31621         X plugins are now able to detect that XShm calls will fail even if the
31622         server claims that it has XShm support (remote displays most of the
31623         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
31624         so that we use non XShm functions. This feature is almost useless for
31625         xvimagesink as Xv is not supported on remote displays anyway, but
31626         it might happen than even on the local display XShm calls fail.
31627
31628 2004-01-27  David Schleef  <ds@schleef.org>
31629
31630         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
31631         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
31632         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
31633         changed esdsink to only use 44100,16,2, since esd sucks at rate
31634         conversion and esdsink has had difficulty negotiating.
31635
31636 2004-01-27  Julien MOUTTE <julien@moutte.net>
31637
31638         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
31639         (gst_play_seek_to_time): Fixing the way to get current position.
31640
31641 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31642
31643         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
31644           use gst_element_get_time to get correct time
31645
31646 2004-01-27  Julien MOUTTE <julien@moutte.net>
31647
31648         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
31649         fix ever... Inverting 2 lines of code make spider autoplug correctly
31650         tagged mp3 !
31651
31652 2004-01-27  David Schleef  <ds@schleef.org>
31653
31654         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
31655         Use gst_pad_try_set_caps_nonfixed().
31656
31657 2004-01-27  David Schleef  <ds@schleef.org>
31658
31659         * gst/ac3parse/gstac3parse.c: update to checklist 5
31660         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
31661         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
31662         * gst/audioscale/gstaudioscale.c: same
31663         * gst/auparse/gstauparse.c: same
31664         * gst/avi/gstavidemux.c: same
31665
31666 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31667
31668         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
31669           stop processing after EOS
31670
31671 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31672
31673         * gst/asfdemux/asfheaders.h:
31674         * gst/asfdemux/gstasfdemux.c:
31675         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
31676         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
31677         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
31678           lot's of fixes to make data extraction simpler and get the code
31679           architecture and compiler independant. Add debugging category
31680         * gst/goom/gstgoom.c: (gst_goom_change_state):
31681           reset channel count on PAUSED=>READY, not READY=>PAUSED
31682
31683 2004-01-26  Colin Walters  <walters@verbum.org>
31684
31685         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
31686         code to pull a bigger buffer in iradio mode.  This as a side effect
31687         makes typefinding work.
31688
31689 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
31690
31691         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
31692         Fix SVQ3 decoding on PPC
31693
31694 2004-01-26  Julien MOUTTE <julien@moutte.net>
31695
31696         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
31697         that one managed to stay there... Fixed.
31698
31699 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
31700
31701         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
31702         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
31703         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
31704         (qtdemux_video_caps):
31705         * gst/qtdemux/qtdemux.h:
31706         Add SVQ3 specific flags to qtdemux and ffmpeg
31707
31708 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31709
31710         * gst-libs/gst/audio/audio.h:
31711           remove buffer-frames from audio caps
31712         * gst/audioconvert/gstaudioconvert.c:
31713           fix plugin to really work.
31714
31715 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31716
31717         * gst-libs/gst/mixer/mixer.c:
31718         * gst-libs/gst/propertyprobe/propertyprobe.c:
31719         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
31720         (gst_tuner_find_channel_by_name):
31721         * gst-libs/gst/tuner/tuner.h:
31722           Add gtk-doc style comments. Also fix a function name.
31723
31724 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31725
31726         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
31727         (gst_divxdec_negotiate):
31728           Fix for new capsnego - also fixes gst-player with divxdec.
31729
31730 2004-01-25  Julien MOUTTE  <julien@moutte.net>
31731
31732         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
31733         (gst_play_identity_handoff), (gst_play_set_location),
31734         (gst_play_set_visualization), (gst_play_connect_visualization): Another
31735         try in visualization implementation. Still have an issue with switch
31736         blocking when pulling from video_queue and only audio comes out of
31737         spider.
31738         * gst/switch/gstswitch.c: (gst_switch_release_pad),
31739         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
31740         release method. And check if the pad is usable before pulling.
31741
31742 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31743
31744         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
31745         (gst_videobalance_init),
31746         (gst_videobalance_colorbalance_list_channels),
31747         (gst_videobalance_colorbalance_set_value),
31748         (gst_videobalance_colorbalance_get_value),
31749         (gst_videobalance_update_properties),
31750         (gst_videobalance_update_tables_planar411),
31751         (gst_videobalance_planar411):
31752         * gst/videofilter/gstvideobalance.h:
31753           Implement lookup-tables. +/- 10x faster.
31754
31755 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31756
31757         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
31758         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
31759           The index reading was broken. The rest worked fine, but the whole
31760           goal of my rewrite was to make avidemux readable, and this was
31761           not at all readable. Please use typed variables.
31762
31763 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31764
31765         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
31766           Additional pad usability check.
31767         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
31768         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
31769         (gst_mp1videoparse_real_chain):
31770           Fix MPEG video stream parsing. The original plugin had several
31771           issues, including not timestamping streams where the source was
31772           not timestamped (this happens with PTS values in mpeg system
31773           streams, but MPEG video is also a valid stream on its own so
31774           that needs timestamps too). We use the display time code for that
31775           for now. Also, if one incoming buffer contains multiple valid
31776           frames, we push them all on correctly now, including proper EOS
31777           handling. Lastly, several potential segfaults were fixed, and we
31778           properly sync on new sequence/gop headers to include them in next,
31779           not previous frames (since they're header for the next frame, not
31780           the previous). Also see #119206.
31781         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
31782         (bpf_from_header):
31783           Move caps setting so we only do it after finding several valid
31784           MPEG-1 fraes sequentially, not right after the first one (which
31785           might be coincidental).
31786         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
31787         (mpeg_video_type_find), (mpeg_video_stream_type_find),
31788         (plugin_init):
31789           Add unsynced MPEG video stream typefinding, and change some
31790           probability values so we detect streams rightly. The idea is as
31791           follows: I can have an unsynced system stream which contains
31792           video. In the current code, I would randomly get a type for either
31793           system or video stream type found, because the probabilities are
31794           being calculated rather randomly. I now use fixed values, so we
31795           always prefer system stream if that was found (and that is how it
31796           should be). If no system stream was found, we can still identity                the stream as video-only.
31797
31798 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31799
31800         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
31801         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
31802           don't write to buffer. Extract data without the need of
31803           __attribute__ ((packed))
31804
31805 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31806
31807         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
31808         (mpeg1_sys_type_find):
31809           Fix MPEG-1 stream typefinding.
31810
31811 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31812
31813         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
31814           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
31815
31816 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
31817
31818         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
31819         * ext/esd/gstesd.c: (plugin_init):
31820           private debugging, better error reporting
31821
31822 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31823
31824         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
31825         (gst_riff_read_init), (gst_riff_read_change_state):
31826         * gst-libs/gst/riff/riff-read.h:
31827           Remove stuff fromold metadata system.
31828
31829 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31830
31831         * ext/ogg/gstoggdemux.c:
31832           Fix wrong file comment.
31833         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
31834         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
31835           Add metadata reading properly.
31836
31837 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
31838
31839         * ext/Makefile.am:
31840           Fix nas DIST_SUBDIRS
31841           Uraeus:
31842           Fix bug where make distcheck doesn't get run on adding stuff to
31843           the build.
31844
31845 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31846
31847         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
31848         * ext/divx/gstdivxdec.h:
31849           Fix divx3 ("msmpeg4") playback using divxdec.
31850
31851 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31852
31853         * gst/typefind/gsttypefindfunctions.c:
31854         (mp3_type_frame_length_from_header): fix bug in length computation
31855         (mp3_type_find): improve debugging output
31856
31857 2004-01-23  Julien MOUTTE  <julien@moutte.net>
31858
31859         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
31860         (gst_play_set_location), (gst_play_seek_to_time),
31861         (gst_play_set_audio_sink), (gst_play_set_visualization),
31862         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
31863         the pipeline from scratch. Visualization is back and switch went out as
31864         i realized it was not possible to use the way i wanted.
31865         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
31866         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
31867         clearing in state change from READY to NULL. So that one can clean the
31868         X ressources keeping the element.
31869         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
31870         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
31871         (gst_xvimagesink_colorbalance_set_value),
31872         (gst_xvimagesink_colorbalance_get_value),
31873         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
31874         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
31875         change from READY to NULL and fixed some stupid bugs in colorbalance
31876         get/set values. Also added the following feature : when nobody tries to
31877         set some values to the colorbalance levels before the xcontext is
31878         grabbed, then when creating channels list from Xv attributes we set the
31879         internal values to the Xv defaults. This way we handle buggy Xv drivers
31880         that set default hue values far from the middle of the range (Thanks
31881         to Jon Trowbridge for pointing that issue).
31882         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
31883         colorbalance levels have been set before xcontext is grabbed.
31884
31885 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31886
31887         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
31888           Fix the ossmixer case where we shouldn't open /dev/dsp* because
31889           it might block operations (which is bad for a mixer).
31890
31891 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
31892
31893         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
31894         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
31895         (gmip_find_type_pre):
31896         * gst-libs/gst/media-info/media-info-priv.h:
31897         * gst-libs/gst/media-info/media-info.c:
31898         (gst_media_info_instance_init), (gst_media_info_read_idler):
31899         add fakesink to get caps on decoder src pad again
31900         fix callback prototype to match new have_type signal signature
31901
31902 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
31903
31904         * gst/adder/gstadder.c: (gst_adder_link):
31905           fix non-compile and cut-n-paste code
31906
31907 2004-01-21  David Schleef  <ds@schleef.org>
31908
31909         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
31910         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
31911         (gst_swfdec_init), (gst_swfdec_change_state):
31912         * ext/swfdec/gstswfdec.h:
31913         Fix negotiation.
31914         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
31915         (gst_adder_request_new_pad): Fix negotiation.
31916         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
31917         Add a fixate function.
31918         * gst/intfloat/gstfloat2int.c:
31919         * gst/intfloat/gstfloat2int.h:
31920         * gst/intfloat/gstint2float.c:
31921         * gst/intfloat/gstint2float.h:
31922         Completely rewrite the negotiation.  Doesn't quite work yet,
31923         due to some buffer-frames problem.
31924
31925 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
31926
31927         * ext/gnomevfs/gstgnomevfssrc.c:
31928         * sys/v4l2/v4l2_calls.h:
31929           fix includes for distcheck
31930
31931 2004-01-21  Christian Schaller <uraeus@gnome.org>
31932
31933         * ext/nas/
31934         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
31935         based on earlier patch from Laurent Vivier
31936
31937 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
31938
31939         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
31940         Fix wma caps property
31941         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
31942         Fix typo (flags1 and flags2)
31943
31944 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
31945
31946         * gst-libs/gst/media-info/media-info-priv.c:
31947         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
31948         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
31949         (gmip_find_stream), (gmip_find_track_metadata),
31950         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
31951         (gmip_find_track_format):
31952         * gst-libs/gst/media-info/media-info-priv.h:
31953         * gst-libs/gst/media-info/media-info-test.c: (main):
31954         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
31955         (gst_media_info_read_idler), (gst_media_info_read):
31956         * gst-libs/gst/media-info/media-info.h:
31957           register debugging category and use it for debugging
31958
31959 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
31960
31961         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
31962         (gst_vorbisfile_new_link):
31963           signal streaminfo through tags
31964
31965 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31966
31967         * ext/mplex/gstmplex.cc:
31968         * ext/mplex/gstmplexibitstream.cc:
31969           g++ doesn't like NULL in our i18n/error macros, should be
31970           either (NULL) or ("").
31971
31972 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31973
31974         * sys/dxr3/dxr3audiosink.c:
31975         * sys/dxr3/dxr3init.c:
31976         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
31977         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
31978           Fix more error error error errors (missing includes here).
31979
31980 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31981
31982         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31983           fix thomas' error errors.
31984
31985 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
31986
31987         * ext/mpeg2enc/gstmpeg2enc.cc:
31988           fix error errors.
31989
31990 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31991
31992         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
31993         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
31994           Fix for new error system.
31995
31996 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
31997
31998         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
31999           fix for new error reporting
32000
32001 2004-01-20  David Schleef  <ds@schleef.org>
32002
32003         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
32004         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
32005         (gst_ximagesink_set_xwindow_id): Change to using a framerate
32006         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
32007         and neither is 100+, most likely.
32008         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
32009         (gst_xvimagesink_getcaps): same
32010
32011 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32012
32013         * configure.ac:
32014           Up version requirement to 2.0.3 (not yet released) to avoid symbol
32015           clashes with ffmpeg.
32016
32017 2004-01-20  Julien MOUTTE  <julien@moutte.net>
32018
32019         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
32020         (gst_switch_init): Fixed switch element : proxying link and setting
32021         caps from src to sink on request.
32022
32023 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32024
32025         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
32026         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
32027         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
32028         fix element_error
32029
32030 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32031
32032         * sys/v4l/v4l_calls.h:
32033         * sys/v4l2/v4l2_calls.h:
32034           element_error fixes
32035
32036 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32037
32038         * gst-libs/gst/gst-i18n-plugin.h:
32039           add locale.h
32040           remove config.h inclusion
32041
32042 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32043
32044         * autogen.sh:
32045           adding autopoint invocation
32046         * Makefile.am:
32047         * configure.ac:
32048         * gst-libs/gst/gettext.h:
32049           adding gettext bits
32050         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
32051         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
32052         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
32053         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
32054         (gst_gnomevfssink_close_file):
32055         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
32056         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
32057         * gst-libs/gst/gst-i18n-plugin.h:
32058         * gst/avi/gstavi.c: (plugin_init):
32059         * sys/dxr3/dxr3init.c: (plugin_init):
32060         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
32061         * sys/oss/gstossaudio.c: (plugin_init):
32062         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
32063         * sys/v4l/gstv4l.c: (plugin_init):
32064         * sys/v4l/v4l_calls.c: (gst_v4l_open):
32065         * sys/v4l2/gstv4l2.c: (plugin_init):
32066         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
32067         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
32068         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
32069         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
32070         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
32071         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
32072           make sure locale and translation domain are set
32073           fix translated strings
32074         * po/.cvsignore:
32075         * po/LINGUAS:
32076         * po/Makevars:
32077         * po/POTFILES.in:
32078         * po/nl.po:
32079           put translation files into place
32080         * sys/xvideo/imagetest.c: (main):
32081         * ext/dv/demo-play.c: (main):
32082           fix unnecessary translations
32083
32084 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32085
32086         * ext/sndfile/gstsf.c:
32087         * gst/avi/gstavimux.c:
32088         * ext/audiofile/gstafsink.c:
32089         * ext/audiofile/gstafsrc.c:
32090         * ext/gnomevfs/gstgnomevfssink.c:
32091         * ext/gnomevfs/gstgnomevfssrc.c:
32092         * sys/oss/gstosselement.c:
32093         * sys/v4l/v4l_calls.h:
32094           fix i18n include
32095
32096 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32097
32098         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
32099         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
32100         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
32101         (gst_v4l2_get_output), (gst_v4l2_set_output),
32102         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
32103         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
32104         (gst_v4l2_set_attribute):
32105         update to new error handling
32106
32107 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32108
32109         * ext/sidplay/gstsiddec.cc:
32110         * gst/modplug/gstmodplug.cc:
32111           parenthese NULL because C++ seems angry about it
32112
32113 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32114
32115         * gst-libs/gst/gst-i18n-plugin.h:
32116           add skeleton i18n stuff, but needs to be further implemented
32117
32118 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32119
32120         * examples/gstplay/player.c: (main):
32121         * ext/aalib/gstaasink.c: (gst_aasink_open):
32122         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
32123         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
32124         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
32125         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
32126         (gst_afsink_close_file):
32127         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
32128         (gst_afsrc_close_file):
32129         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
32130         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
32131         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
32132         * ext/esd/esdmon.c: (gst_esdmon_get):
32133         * ext/esd/esdsink.c: (gst_esdsink_chain):
32134         * ext/faac/gstfaac.c: (gst_faac_chain):
32135         * ext/faad/gstfaad.c: (gst_faad_chain):
32136         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
32137         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
32138         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
32139         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
32140         (gst_flacdec_loop):
32141         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
32142         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
32143         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
32144         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
32145         (gst_gnomevfssink_close_file):
32146         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
32147         (gst_gnomevfssrc_open_file):
32148         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
32149         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
32150         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
32151         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
32152         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
32153         * ext/mad/gstmad.c: (gst_mad_chain):
32154         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
32155         * ext/mpeg2dec/gstmpeg2dec.c:
32156         * ext/mpeg2enc/gstmpeg2enc.cc:
32157         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
32158         * ext/mplex/gstmplex.cc:
32159         * ext/mplex/gstmplexibitstream.cc:
32160         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
32161         (gst_ogg_demux_push), (gst_ogg_pad_push):
32162         * ext/raw1394/gstdv1394src.c:
32163         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
32164         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
32165         * ext/sidplay/gstsiddec.cc:
32166         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
32167         (gst_sf_loop):
32168         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
32169         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
32170         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
32171         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
32172         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
32173         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
32174         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
32175         * gst-libs/gst/Makefile.am:
32176         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
32177         (gst_riff_read_element_data), (gst_riff_read_seek),
32178         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
32179         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
32180         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
32181         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
32182         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
32183         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
32184         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
32185         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
32186         * gst/goom/gstgoom.c: (gst_goom_chain):
32187         * gst/id3/gstid3types.c: (gst_id3types_loop):
32188         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
32189         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
32190         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
32191         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
32192         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
32193         (gst_ebml_read_float), (gst_ebml_read_header):
32194         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
32195         (gst_matroska_demux_parse_blockgroup):
32196         * gst/modplug/gstmodplug.cc:
32197         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
32198         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
32199         * gst/oneton/gstoneton.c: (gst_oneton_chain):
32200         * gst/silence/gstsilence.c: (gst_silence_get):
32201         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
32202         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
32203         * gst/speed/gstspeed.c: (speed_loop):
32204         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
32205         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
32206         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
32207         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
32208         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
32209         (gst_wavparse_loop):
32210         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
32211         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
32212         (dxr3audiosink_close):
32213         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
32214         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
32215         (dxr3videosink_close), (dxr3videosink_write_data):
32216         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
32217         * sys/oss/gstosselement.h:
32218         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
32219         (gst_osssink_chain):
32220         * sys/oss/gstosssrc.c: (gst_osssrc_get):
32221         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
32222         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
32223         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
32224         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
32225         (gst_v4l_enable_overlay):
32226         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
32227         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
32228         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
32229         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
32230         (gst_v4l_set_audio):
32231         * sys/v4l/v4l_calls.h:
32232         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
32233         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
32234         (gst_v4lmjpegsink_playback_init),
32235         (gst_v4lmjpegsink_playback_start):
32236         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
32237         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
32238         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
32239         (gst_v4lmjpegsrc_requeue_frame):
32240         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
32241         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
32242         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
32243         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
32244         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
32245         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
32246         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
32247         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
32248         (gst_v4l2src_capture_stop):
32249         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
32250         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
32251         (gst_ximagesink_chain):
32252         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
32253         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
32254         (gst_xvideosink_xwindow_new):
32255         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
32256         (gst_xvimagesink_chain):
32257         use new error signal, function and categories
32258
32259 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
32260
32261         * configure.ac:
32262         * ext/Makefile.am:
32263         * ext/musicbrainz/gsttrm.c:
32264         * ext/musicbrainz/gsttrm.h:
32265         * ext/musicbrainz/Makefile.am:
32266         Add a trm plugin
32267
32268 2004-01-18  Julien MOUTTE  <julien@moutte.net>
32269
32270         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
32271         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
32272         synchronous property for debugging.
32273         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
32274         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
32275         (gst_xvimagesink_set_property): Moving a pointer declaration to a
32276         smaller block, fixing indent.
32277
32278 2004-01-16  David Schleef  <ds@schleef.org>
32279
32280         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
32281         property affects the video stream.
32282         * sys/xvimage/xvimagesink.c:
32283         * sys/xvimage/xvimagesink.h:
32284         Add synchronous property for debugging.  Should probably be
32285         disabled in non-CVS builds.  Make sure that the Xv attribute
32286         exists before we set it (crash!).  Fix a silly float bug that
32287         caused colorbalance to just not work.
32288
32289 2004-01-17  Christian Schaller <Uraeus@gnome.org>
32290
32291         * tools/gst-launch-ext.in - update for new plugins
32292
32293 2004-01-16  David Schleef  <ds@schleef.org>
32294
32295         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
32296         already-freed caps.
32297
32298 2994-01-16  Christian Schaller <Uraeus@gnome.org>
32299
32300         * Update spec for new colorspace plugin and libcaca plugin
32301         * Fix compilation of libcaca plugin (clock -> id)
32302
32303 2004-01-16  Julien MOUTTE <julien@moutte.net>
32304
32305         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
32306         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
32307         (gst_xvimagesink_set_xwindow_id),
32308         (gst_xvimagesink_colorbalance_set_value),
32309         (gst_xvimagesink_colorbalance_get_value),
32310         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
32311         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
32312         correct colorbalance properties. They can now be set when the element
32313         is still in NULL state. The values will be committed to the Xv Port
32314         when xcontext is initialized.
32315         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
32316         brightness int values in the GstXvImagesink structure.
32317
32318 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32319
32320         * gst-libs/gst/Makefile.am:
32321           restructure so having local patches works easier.
32322
32323 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32324
32325         * ext/mpeg2enc/Makefile.am:
32326         * ext/mpeg2enc/gstmpeg2enc.cc:
32327         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
32328           Bugfix with respect to EOS handling.
32329
32330 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32331
32332         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
32333           Link with right caps (else, it segfaults).
32334         * ext/mplex/gstmplexjob.cc:
32335           Fix for slight API change in 1.6.1.93 release of mjpegtools.
32336
32337 2004-01-15  David Schleef  <ds@schleef.org>
32338
32339         * gst-libs/gst/audio/Makefile.am:
32340         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
32341         from the template.
32342         * gst-libs/gst/audio/gstaudiofilter.c:
32343         * gst-libs/gst/audio/gstaudiofilter.h:
32344         Add bytes_per_sample and size and n_samples calculation.
32345         * gst-libs/gst/audio/gstaudiofilterexample.c:
32346         Remove, now autogenerated.
32347         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
32348         Moved from gstaudiofilterexample, object name changed, code added
32349         so that it actually works.
32350         * gst-libs/gst/audio/make_filter:
32351         Script to build an audiofilter subclass from the template.
32352         * gst/colorspace/Makefile.am:
32353         * gst/colorspace/yuv2yuv.c:
32354         Remove file, since it's GPL, and we don't use it.
32355
32356 2004-01-15  Julien MOUTTE  <julien@moutte.net>
32357
32358         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
32359         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
32360         them use the buffer free function to test how the buffer was allocated.
32361
32362 2004-01-15  David Schleef  <ds@schleef.org>
32363
32364         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
32365         that handles osssink fallback.
32366         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
32367         (gst_audio_convert_getcaps):
32368         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
32369         Add audio/x-qdm2 for QDM2 audio.
32370         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
32371         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
32372         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
32373         Decrease minimum size to 16x16.
32374         * gst/wavparse/gstwavparse.c:
32375         Convert disabled pad template caps to new caps.
32376         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
32377         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
32378         (gst_xvimagesink_chain): Throw element error when display cannot
32379         be opened.  Increase minimum framerate to 1.0.  Check the data
32380         free function on a buffer to make sure it is the type we expect
32381         before manipulating it.
32382
32383 2004-01-15  Julien MOUTTE <julien@moutte.net>
32384
32385         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
32386         (gst_videobalance_colorbalance_set_value): Implement passthru if
32387         settings are in the middle.
32388         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
32389
32390 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32391
32392         * gst/videofilter/Makefile.am:
32393         * gst/volume/Makefile.am:
32394           Since we use videofilter symbols, link to it.
32395
32396 2004-01-15  Julien MOUTTE <julien@moutte.net>
32397
32398         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
32399         mixer interface type to HARDWARE.
32400         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
32401         type to SOFTWARE.
32402         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
32403         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
32404         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
32405         (gst_volume_interface_init), (gst_volume_list_tracks),
32406         (gst_volume_set_volume), (gst_volume_get_volume),
32407         (gst_volume_set_mute), (gst_volume_mixer_init),
32408         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
32409         (volume_init): Implementing mixer interface.
32410         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
32411         * sys/oss/gstosselement.c: (gst_osselement_get_type),
32412         (gst_osselement_change_state): Removing some trailing commas in
32413         structures.
32414         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
32415         interface type to HARDWARE.
32416         * sys/v4l/gstv4lcolorbalance.c:
32417         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
32418         type to HARDWARE.
32419         * sys/v4l2/gstv4l2colorbalance.c:
32420         (gst_v4l2_color_balance_interface_init): Setting colorbalance
32421         interface type to HARDWARE.
32422         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
32423         same code than ximagesink for event handling.
32424
32425 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32426
32427         * ext/snapshot/Makefile.am:
32428         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
32429         (gst_snapshot_chain):
32430         * ext/snapshot/gstsnapshot.h:
32431           This has to be a joke... Snapshot should be connected to a tee,
32432           colorspace element before it and EOS after that, where the other
32433           src of the tee receives normal data.
32434           The current way is *wrong*.
32435
32436 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32437
32438         * ext/hermes/gsthermescolorspace.c:
32439           Fix another compile error. Same as below.
32440
32441 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32442
32443         * gst/colorspace/gstcolorspace.c:
32444         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
32445         (gst_colorspace_i420_to_yv12):
32446           Fix compiling... Didn't test if it actually works.
32447
32448 2004-01-15  David Schleef  <ds@schleef.org>
32449
32450         * configure.ac:
32451         * gst/colorspace/Makefile.am:
32452         * gst/colorspace/gstcolorspace.c:
32453         * gst/colorspace/gstcolorspace.h:
32454         * gst/colorspace/yuv2rgb.c:
32455         * gst/colorspace/yuv2rgb.h:
32456         Duplicate the ext/hermes colorspace plugin, and remove Hermes
32457         code and GPL code.  Fix for new caps negotiation.  Rewrite
32458         much of the format handling code, and some of the conversion
32459         code.  Basically, rewrote almost everything.  This element
32460         handles I420, YV12 to RGB conversions.
32461         * ext/hermes/Makefile.am:
32462         * ext/hermes/gsthermescolorspace.c:
32463         Rename colorspace to hermescolorspace.  Fix negotiation issues.
32464         Remove non-Hermes related code.  This element handles lots of
32465         RGB to RGB conversions, but no YUV.
32466         * ext/hermes/gstcolorspace.c:
32467         * ext/hermes/gstcolorspace.h:
32468         * ext/hermes/rgb2yuv.c:
32469         * ext/hermes/yuv2rgb.c:
32470         * ext/hermes/yuv2rgb.h:
32471         * ext/hermes/yuv2rgb_mmx16.s:
32472         * ext/hermes/yuv2yuv.c:
32473         * ext/hermes/yuv2yuv.h:
32474         Remove old code.
32475
32476 2004-01-14  Colin Walters  <walters@verbum.org>
32477
32478         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
32479         they've already been.
32480
32481 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32482
32483         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
32484           assume tag mode when pad is not connected
32485
32486 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32487
32488         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
32489           Don't update the time of the clock
32490         (gst_alsa_sink_loop):
32491           sync to the clock given to alsasink, not the own clock
32492         * sys/oss/gstosssink.c: (gst_osssink_chain):
32493           sync to the clock
32494         (gst_osssink_change_state):
32495           activate the clock
32496         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
32497         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
32498           remove bogus code that made DISCONT events unhandled
32499         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
32500           explicitly case to double in _set_simple. (fixes 2nd warning in bug
32501           #131502)
32502         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
32503         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
32504         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
32505           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
32506           2nd warning in bug #131502)
32507
32508 2004-01-14  Julien MOUTTE  <julien@moutte.net>
32509
32510         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
32511         (gst_videobalance_colorbalance_set_value),
32512         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
32513         for colorbalance interface implementation.
32514         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
32515         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
32516         (gst_ximagesink_dispose), (gst_ximagesink_init),
32517         (gst_ximagesink_class_init): Adding DISPLAY property.
32518         * sys/ximage/ximagesink.h: Adding display_name to store display.
32519         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
32520         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
32521         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
32522         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
32523         properties (they still need polishing though for gst-launch use : no
32524         xcontext yet, i ll do that tomorrow).
32525         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
32526
32527 2004-01-14  Julien MOUTTE  <julien@moutte.net>
32528
32529         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
32530         (gst_play_set_location), (gst_play_set_visualization): Preparing
32531         switch integration, adding videobalance in the pipeline.
32532
32533 2004-01-14  Julien MOUTTE <julien@moutte.net>
32534
32535         * gst-libs/gst/colorbalance/colorbalance.c:
32536         (gst_color_balance_class_init): Adding a default type.
32537         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
32538         the type.
32539         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
32540         (gst_videobalance_dispose), (gst_videobalance_class_init),
32541         (gst_videobalance_init), (gst_videobalance_interface_supported),
32542         (gst_videobalance_interface_init),
32543         (gst_videobalance_colorbalance_list_channels),
32544         (gst_videobalance_colorbalance_set_value),
32545         (gst_videobalance_colorbalance_get_value),
32546         (gst_videobalance_colorbalance_init): Implementing colorbalance
32547         interface.
32548         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
32549         list.
32550         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
32551         bug which was triggering a BadAccess X error when setting an overlay
32552         before pad was really negotiated.
32553         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
32554         Using the colorbalance type macro.
32555
32556 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32557
32558         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
32559         (gst_flacenc_chain):
32560           handle tags correctly
32561         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
32562           extract ID3v1 tags correctly
32563
32564 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32565
32566         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
32567         (plugin_init):
32568           Improve matroska typefinding for odd-typed headers...
32569
32570 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32571
32572         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
32573           Fix for using incremental number on padnames.
32574
32575 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32576
32577         * ext/divx/gstdivxdec.c:
32578         * ext/divx/gstdivxenc.c:
32579           Set category to divx4linux instead of divx (too generic).
32580         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
32581         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
32582         (gst_wavparse_loop), (gst_wavparse_change_state):
32583         * gst/wavparse/gstwavparse.h:
32584           fix parsing of WAV files with non-standard fmt-tag size and fix
32585           skipping of unrecognized chunks... Someone please fix this thing
32586           to use rifflib so all this is automated.
32587         * sys/v4l/Makefile.am:
32588         * sys/v4l2/Makefile.am:
32589           Add X_CFLAGS because we depend on X (for overlay).
32590
32591 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
32592
32593         * ext/mpeg2dec/gstmpeg2dec.c:
32594           Don't issue a timestamp unless we tagged the frame
32595           with a PTS.
32596
32597 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32598
32599         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
32600           Query the audio element to get the time, not the clock. We're
32601           interested in the element's time here.
32602
32603 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32604
32605         * ext/aalib/gstaasink.c: (gst_aasink_chain):
32606         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
32607         * ext/esd/esdsink.c: (gst_esdsink_chain):
32608         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
32609         * ext/mas/massink.c: (gst_massink_chain):
32610         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
32611         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
32612         (gst_matroska_demux_parse_metadata):
32613         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
32614         (gst_mpeg_parse_release_locks):
32615         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
32616         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
32617         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
32618         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
32619         (gst_osssink_change_state):
32620         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
32621         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
32622         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
32623         (gst_xvideosink_release_locks):
32624         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
32625           use element time.
32626         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
32627         (gst_alsa_clock_stop):
32628         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
32629         (gst_audio_clock_get_internal_time):
32630           simplify for use with new clocking code.
32631         * testsuite/alsa/Makefile.am:
32632         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
32633           fix testsuite for new caps system
32634
32635 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32636
32637         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
32638         * ext/flac/gstflacenc.c: (add_one_tag):
32639           length is already host endian, no need to convert. Fixes playback of
32640           tagged files on PPC. (bug #128384)
32641
32642 2004-01-13  Julien MOUTTE <julien@moutte.net>
32643
32644         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
32645         colorbalance interface stating if it is hardware based or software
32646         based.
32647         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
32648         Removing a trailing comma.
32649         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
32650         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
32651         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
32652         the documentation seems to be wrong on the -1000 to 1000 interval.
32653
32654 2004-01-12  David Schleef  <ds@schleef.org>
32655
32656         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
32657         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
32658         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
32659         Fix negotiation.  Add a bufferalloc function for the sink pad,
32660         and generally clean up some of the code.
32661
32662 2004-01-12  Julien MOUTTE <julien@moutte.net>
32663
32664         * gst-libs/gst/colorbalance/colorbalancechannel.c:
32665         (gst_color_balance_channel_dispose): Adding safety check in dispose
32666         method.
32667         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
32668         (gst_xvimagesink_xcontext_clear),
32669         (gst_xvimagesink_interface_supported),
32670         (gst_xvimagesink_colorbalance_list_channels),
32671         (gst_xvimagesink_colorbalance_set_value),
32672         (gst_xvimagesink_colorbalance_get_value),
32673         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
32674         Adding colorbalance interface support to set XV parameters such as
32675         HUE, BRIGHTNESS, CONTRAST, SATURATION.
32676         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
32677         interface.
32678
32679 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
32680
32681         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
32682         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
32683         (gst_audio_convert_init), (gst_audio_convert_set_property),
32684         (gst_audio_convert_get_property), (gst_audio_convert_chain),
32685         (gst_audio_convert_link),
32686         (gst_audio_convert_buffer_to_default_format),
32687         (gst_audio_convert_buffer_from_default_format), (plugin_init):
32688           - implement _getcaps and use it
32689           - improve linking
32690           - remove float caps since no float conversion is actually done
32691           - remove properties and arguments that were to be used for rate
32692             conversion
32693
32694 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
32695
32696         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
32697         (gst_audio_structure_set_int):
32698         * gst-libs/gst/audio/audio.h:
32699           add helper functions for _getcaps matching the standard audio
32700           templates
32701
32702 2004-01-12  David Schleef  <ds@schleef.org>
32703
32704         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
32705         Test that pad is negotiated before getting its caps.
32706
32707 2004-01-12  Julien MOUTTE <julien@moutte.net>
32708
32709         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
32710         analyzing the pads of an element the bin is mostly in READY state so
32711         no caps were negotiated. This helper function needs to work with
32712         _get_caps directly then. I was not freeing them though, added that to
32713         fix the mem leak.
32714
32715 2004-01-12  Julien MOUTTE <julien@moutte.net>
32716
32717         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
32718         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
32719         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
32720         than the free_func.
32721
32722 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
32723
32724         * sys/oss/gstossaudio.c: (plugin_init):
32725         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
32726         * sys/oss/gstosselement.h:
32727           make an oss debugging category
32728           make failure more descriptive
32729
32730 2004-01-11  David Schleef  <ds@schleef.org>
32731
32732         * ext/ffmpeg/gstffmpeg.c:
32733         * ext/ffmpeg/gstffmpegcodecmap.c:
32734         * ext/ffmpeg/gstffmpegdec.c:
32735         * ext/ffmpeg/gstffmpegenc.c:
32736         * ext/ffmpeg/gstffmpegprotocol.c:
32737         * ext/gdk_pixbuf/gstgdkanimation.c:
32738         * ext/jpeg/gstjpeg.c:
32739         * ext/libpng/gstpng.c:
32740         * ext/mpeg2dec/perftest.c:
32741         * ext/speex/gstspeex.c:
32742         * gst-libs/gst/resample/dtos.c:
32743         * gst/intfloat/gstintfloatconvert.c:
32744         * gst/oneton/gstoneton.c:
32745         * gst/rtjpeg/RTjpeg.c:
32746         * gst/rtp/gstrtp.c:
32747         * sys/dxr3/dxr3init.c:
32748         * sys/glsink/gstgl_nvimage.c:
32749         * sys/glsink/gstgl_pdrimage.c:
32750         * sys/glsink/gstglsink.c:
32751         * testsuite/gst-lint:
32752         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
32753
32754 2004-01-11  David Schleef  <ds@schleef.org>
32755
32756         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
32757         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
32758         * ext/gdk_pixbuf/gstgdkanimation.c:
32759         (gst_gdk_animation_iter_create_pixbuf):
32760         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
32761         (gst_gdk_pixbuf_chain):
32762         * ext/gdk_pixbuf/gstgdkpixbuf.h:
32763         * ext/jack/gstjack.c: (gst_jack_change_state):
32764         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
32765         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
32766         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
32767         * gst/videofilter/gstvideofilter.c:
32768         (gst_videofilter_set_output_size):
32769         Remove all usage of gst_pad_get_caps(), and replace it with
32770         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
32771
32772 2004-01-11  David Schleef  <ds@schleef.org>
32773
32774         * configure.ac:
32775         * ext/Makefile.am: Fixes to make ext/libcaca compile.
32776         * ext/divx/gstdivxdec.c:
32777         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
32778         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
32779         handle images that span multiple buffers.  Now work with both
32780         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
32781         * ext/gdk_pixbuf/gstgdkpixbuf.h:
32782         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
32783         video/video.h changes
32784         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
32785         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
32786         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
32787         of GstData free function.
32788         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
32789         same.
32790
32791 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32792
32793         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
32794         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
32795         (gst_v4l2element_get_property):
32796         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
32797           add norm, channel and frequency properties.
32798         * sys/v4l2/gstv4l2tuner.c:
32799           fixes for tuner interface changes
32800         * sys/v4l2/gstv4l2element.h:
32801         * sys/v4l2/gstv4l2src.c:
32802         * sys/v4l2/gstv4l2src.h:
32803         * sys/v4l2/v4l2src_calls.c:
32804         * sys/v4l2/v4l2src_calls.h:
32805           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
32806
32807 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32808
32809         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
32810         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
32811         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
32812         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
32813         * gst-libs/gst/tuner/tuner.h:
32814           GObjects aren't const.
32815           Add find_by_name functions.
32816           Add checks to _changed functions.
32817         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
32818         (gst_v4l_tuner_get_norm):
32819           Fixes for above.
32820
32821 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32822
32823         * gst-libs/gst/video/video.h:
32824           Fix caps template names to be understandable.
32825           Prefix everything with GST_VIDEO.
32826         * ext/aalib/gstaasink.c:
32827         * ext/divx/gstdivxdec.c:
32828         * ext/divx/gstdivxenc.c:
32829         * ext/gdk_pixbuf/gstgdkpixbuf.c:
32830         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
32831         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
32832         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
32833         * ext/libcaca/gstcacasink.c:
32834         * ext/libpng/gstpngenc.c: (raw_caps_factory):
32835         * ext/snapshot/gstsnapshot.c:
32836         * ext/swfdec/gstswfdec.c:
32837         * ext/xvid/gstxviddec.c:
32838         * ext/xvid/gstxvidenc.c:
32839         * gst/chart/gstchart.c:
32840         * gst/deinterlace/gstdeinterlace.c:
32841         * gst/effectv/gsteffectv.c:
32842         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
32843         * gst/goom/gstgoom.c:
32844         * gst/median/gstmedian.c:
32845         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
32846         (gst_monoscope_srcconnect), (gst_monoscope_chain):
32847         * gst/overlay/gstoverlay.c:
32848         * gst/smooth/gstsmooth.c:
32849         * gst/smpte/gstsmpte.c:
32850         * gst/synaesthesia/gstsynaesthesia.c:
32851         * gst/videocrop/gstvideocrop.c:
32852         * gst/videodrop/gstvideodrop.c:
32853         * gst/y4m/gsty4mencode.c:
32854         * sys/qcam/gstqcamsrc.c:
32855         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
32856           Make them work with new video.h file.
32857         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
32858         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
32859         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
32860         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
32861           Make it work with new buffer allocation system.
32862
32863 2004-01-11  Julien MOUTTE  <julien@moutte.net>
32864
32865         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
32866         pad_alloc_buffer implementation to use ->srcpad
32867         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
32868         pad_alloc_buffer implementation to use ->srcpad
32869         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
32870         pad_alloc_buffer implementation to use ->srcpad
32871         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32872         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
32873         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
32874         a reference to everything we need.
32875         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
32876         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32877         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
32878         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
32879         a reference to everything we need.
32880         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
32881
32882 2004-01-11  David Schleef  <ds@schleef.org>
32883
32884         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
32885         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
32886         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
32887         structure members.
32888         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
32889         value during a resize/renegotiation.
32890         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
32891         gst_pad_alloc_buffer();
32892         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
32893         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
32894         structure members.
32895         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
32896         Fix for rename of buffer private structure members.
32897         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
32898         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
32899         Fix for rename of buffer private structure members.
32900         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
32901         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
32902         Fix for rename of buffer private structure members.
32903
32904 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
32905
32906         reviewed by: David Schleef <ds@schleef.org>
32907
32908         * gst/videofilter/Makefile.am:
32909         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
32910         from the patch by ds to fit in with recent make_filter changes.
32911
32912 2004-01-11  Julien MOUTTE  <julien@moutte.net>
32913
32914         * configure.ac: Adding examples/switch/Makefile
32915         * examples/Makefile.am: Adding examples/switch
32916         * examples/switch/Makefile.am: Adding switcher example.
32917         * examples/switch/switcher.c: (got_eos), (idle_iterate),
32918         (switch_timer), (main): Adding an example demonstrating switch usage
32919         with 2 videotestsrc showing different patterns.
32920         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
32921         (gst_switch_init): Fixing switch with the new caps system.
32922
32923 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32924
32925         * gst-libs/gst/video/video.h:
32926           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
32927           They should probably be like
32928           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
32929
32930 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32931
32932         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
32933         (qtdemux_parse_trak):
32934           fix audio chunk size/timestamp calculation
32935
32936 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32937
32938         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
32939           fix SVQ3 caps
32940
32941 2004-01-11  Steve Baker  <steve@stevebaker.org>
32942
32943         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
32944         (gst_agingtv_base_init), (gst_agingtv_class_init),
32945         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
32946         (gst_agingtv_set_property), (gst_agingtv_get_property):
32947         Port agingTV to videofilter
32948
32949 2004-01-09  Julien MOUTTE <julien@moutte.net>
32950
32951         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
32952         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
32953
32954 2004-01-09  Julien MOUTTE <julien@moutte.net>
32955
32956         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
32957         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
32958         * gst-libs/gst/xoverlay/xoverlay.c:
32959         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
32960         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
32961         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
32962         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
32963         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
32964         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
32965         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
32966         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
32967         the bufferalloc_function to replace bufferpools, fixing the XOverlay
32968         interface implementation to handle xid being 0 and fix some bugs
32969         triggered by Benjamin's testcase.
32970         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
32971         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
32972         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
32973         the bufferalloc_function to replace bufferpools, fixing the XOverlay
32974         interface implementation to handle xid being 0 and fix some bugs
32975         triggered by Benjamin's testcase.
32976
32977 2004-01-09  David Schleef  <ds@schleef.org>
32978
32979         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
32980         mouse pointer events.  It works.
32981
32982 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32983
32984         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
32985           Use explicit caps - fix capsnego.
32986         * ext/xvid/gstxviddec.c:
32987         * ext/xvid/gstxvidenc.c:
32988           Remove macro-inside-macro which caused compile errors.
32989         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
32990           Error out if it's not a RIFF file. Else we error out without
32991           gst_element_error() which is not good...
32992
32993 2004-01-08  David Schleef  <ds@schleef.org>
32994
32995         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
32996         Fix pad_link function to handle formats that ffmpeg returns
32997         as multiple caps structures.
32998         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
32999         Only complain if source buffer is _smaller_ than expected.
33000         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
33001         (gst_videoscale_handle_src_event): Resize navigation events
33002         when passing them upstream.
33003         * gst/videotestsrc/gstvideotestsrc.c:
33004         * gst/videotestsrc/gstvideotestsrc.h:
33005         * gst/videotestsrc/videotestsrc.c:
33006         * gst/videotestsrc/videotestsrc.h:
33007         Rewrite many of the buffer painting functions to handle odd
33008         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
33009         been verified to work with my video card.
33010         * testsuite/gst-lint:  Add check for elements calling
33011         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
33012
33013 2004-01-08  David Schleef  <ds@schleef.org>
33014
33015         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
33016         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
33017
33018 2004-01-08  Julien MOUTTE  <julien@moutte.net>
33019
33020         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
33021         configure event is not emiting the desired size signal. That fixes
33022         aspect ratio issues with gst-player.
33023
33024 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33025
33026         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
33027           Fix capsnego.
33028
33029 2004-01-08  Julien MOUTTE  <julien@moutte.net>
33030
33031         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
33032         public method to fire size signal.
33033
33034 2004-01-07  Julien MOUTTE  <julien@moutte.net>
33035
33036         * examples/gstplay/Makefile.am: Adding the interface library.
33037         * gst-libs/gst/play/Makefile.am: Adding the interface library.
33038         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
33039         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
33040         GST_IS_X_OVERLAY before signal connect.
33041         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
33042         Removing the have_video_size signal.
33043         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
33044         and associated public method.
33045         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
33046         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
33047         signal.
33048         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
33049         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
33050         signal.
33051         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
33052         Using XOverlay public method to fire size signal.
33053
33054 2004-01-07  David Schleef  <ds@schleef.org>
33055
33056         * gst/videofilter/Makefile.am:
33057         * gst/videofilter/gstvideotemplate.c:
33058         * gst/videofilter/make_filter:
33059         Create gstvideoexample.c in a srcdir!=builddir friendly way.
33060         Convert make_filter to /bin/sh script.
33061
33062 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
33063
33064         * gst/modplug/gstmodplug.cc: fix element description
33065
33066 2004-01-07  Julien MOUTTE  <julien@moutte.net>
33067
33068         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
33069         (got_video_size): Adding some new lines in g_print calls.
33070         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
33071         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
33072         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
33073         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
33074         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
33075         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
33076         Complete code review, reverting some stuff i disagree with, adding
33077         some fixes : time synchronization on invalid timestamps, renegotiation
33078         of private window.
33079         * sys/ximage/ximagesink.h:
33080         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
33081         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
33082         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
33083         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
33084         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
33085         (gst_xvimagesink_buffer_new),
33086         (gst_xvimagesink_navigation_send_event),
33087         (gst_xvimagesink_set_xwindow_id),
33088         (gst_xvimagesink_get_desired_size),
33089         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
33090         stuff i disagree with, adding some fixes : Renegotiation of private
33091         window, implementing get_desired_size.
33092
33093 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33094
33095         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
33096         (gst_afsink_handle_event):
33097         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
33098         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
33099         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
33100         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
33101         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
33102           Fix for instantiate-test (see core). Also remove dead code from
33103           jpegenc (which still needs fixing, but that's lower on my TODO
33104           list...).
33105         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
33106           Never return NULL as caps.
33107
33108 2004-01-07  David Schleef  <ds@schleef.org>
33109
33110         * configure.ac:
33111         * ext/Makefile.am:
33112         * ext/librfb/Makefile.am:
33113         * ext/librfb/gstrfbsrc.c:
33114         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
33115         is the protocol used by VNC.
33116
33117 2004-01-07  David Schleef  <ds@schleef.org>
33118
33119         * gst/videofilter/gstvideotemplate.c:
33120         * gst/videofilter/gstvideotemplate.h:
33121         * gst/videofilter/make_filter:
33122         Merge videotemplate header into source file.
33123         * gst/effectv/Makefile.am:
33124         * gst/effectv/gsteffectv.c: (plugin_init):
33125         * gst/effectv/gstwarp.c:
33126         Make warpTV a subclass of videofilter.
33127
33128 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33129
33130         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
33131           Add guard against invalid utf-8 conversions in mad. Just in case.
33132
33133 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33134
33135         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
33136           Fix for bug shown by poisoning
33137
33138 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33139
33140         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
33141         (gst_v4lmjpegsrc_buffer_free):
33142         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
33143         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
33144         (gst_v4lsrc_buffer_free):
33145           Fix for removed bufferpools.
33146
33147 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
33148
33149         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
33150         Fix caps negotiation.
33151
33152         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
33153         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
33154         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
33155         (dvdnavsrc_event):
33156         * ext/mpeg2dec/gstmpeg2dec.c:
33157         * gst-libs/gst/navigation/navigation.c:
33158         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
33159         * gst-libs/gst/navigation/navigation.h:
33160         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
33161         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
33162         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
33163         Super-simple first version of mouse and keyboard events. Clicking
33164         on a DVD menu now works, although it may not take you where you
33165         expected.
33166
33167         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
33168         * gst/videotestsrc/gstvideotestsrc.c:
33169         (gst_videotestsrc_src_fixate):
33170         These fixate functions were broken - they never actually
33171         fixated :)
33172
33173 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33174
33175         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
33176         (gst_icecastsend_init):
33177           fix for new caps system.
33178         * gst-libs/gst/mixer/mixertrack.h:
33179         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
33180           Add 'master track' flag (for tools like ACME that only want to
33181           change the main volume).
33182
33183 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
33184
33185         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
33186         (gst_xvid_csp_to_caps):
33187         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
33188         * ext/xvid/gstxvidenc.c:
33189         ifdef out ARGB type when it isn't available
33190         in xvidcore 1.0.0beta2
33191
33192 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33193
33194         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
33195           When we have received a new SCR right in the first buffer after
33196           a seek (so in the same cycle that handles the discont), we should
33197           handle the buffer instead of unreffing it, else we lose data.
33198
33199 2004-01-06  Iain <iain@prettypeople.org>
33200
33201         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
33202           buffer-frames caps too.
33203
33204         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
33205           caps that we need, don't destroy them all and rebuild them. And when
33206           creating src pads, use the src pad template rather than the sink...
33207
33208 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33209
33210         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
33211           Add pad to element *after* setting functions such as event handler.
33212           Without this, the scheduler (opt) will link pads, set the event
33213           handler from the default event function (dispatcher in gstpad.c)
33214           and *after* that, we will set our own event function, which will
33215           thus never be used (and thus mpegdemux doesn't handle events).
33216
33217 2004-01-04  David Schleef  <ds@schleef.org>
33218
33219         Fix the fixate functions to handle new prototype:
33220         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
33221         * gst/videotestsrc/gstvideotestsrc.c:
33222         (gst_videotestsrc_src_fixate):
33223         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
33224         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
33225         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
33226
33227 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33228
33229         * sys/ximage/ximagesink.h:
33230         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
33231         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
33232         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
33233         (gst_ximagesink_xoverlay_init):
33234           assorted fixes to make (re)embedding work
33235         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
33236         (gst_ximagesink_get_desired_size):
33237           implement desired size additions to XOverlay
33238
33239 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33240
33241         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
33242         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
33243         (gst_x_overlay_got_desired_size):
33244         * gst-libs/gst/xoverlay/xoverlay.h:
33245           Add optional "desired size" signal and querying.
33246
33247 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33248
33249         * gst/matroska/matroska-demux.c:
33250         (gst_matroska_demux_parse_blockgroup):
33251           Fix EBML-laced block parsing. Diffs are relative to previous
33252           lace, not the first lace. Thanks to Mosu from the Matroska
33253           team for detecting this.
33254         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
33255         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
33256         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
33257         (gst_wavparse_change_state):
33258         * gst/wavparse/gstwavparse.h:
33259           Quickfix for capsnego.
33260
33261 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33262
33263         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
33264           Fix indenting, fix pad creation.
33265
33266 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33267
33268         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
33269         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
33270         (gst_xviddec_sink_link):
33271           Implement src_getcaps() so proper size caps is negotiated.
33272
33273 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33274
33275         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
33276           Finish flac decoder on EOS. See #116178.
33277
33278 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33279
33280         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
33281         (gst_matroska_demux_add_stream):
33282         * gst/matroska/matroska-ids.h:
33283           Add getcaps() function to fix capsnego...
33284
33285 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33286
33287         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
33288         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
33289         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
33290           Fix more integer overflows. Again, see #126967.
33291
33292 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33293
33294         * ext/mpeg2dec/gstmpeg2dec.c:
33295           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
33296           #130416.
33297
33298 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33299
33300         * configure.ac:
33301         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
33302         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
33303         * ext/xvid/gstxvid.h:
33304         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
33305         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
33306         (gst_xviddec_src_link), (gst_xviddec_sink_link),
33307         (gst_xviddec_change_state):
33308         * ext/xvid/gstxviddec.h:
33309         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
33310         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
33311         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
33312         (gst_xvidenc_link), (gst_xvidenc_set_property),
33313         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
33314         * ext/xvid/gstxvidenc.h:
33315           Update xvid plugin to latest xvid (1.0.0-beta3) API.
33316
33317 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33318
33319         * gst/rtp/rtp-packet.c:
33320           Add sys/types.h include, since OS X doesn't define in_addr_t
33321           in netinet/in.h, like it does on Linux (see #129600).
33322
33323 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
33324
33325         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
33326
33327         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
33328           Correct logic of dispose function (see #129306).
33329
33330 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33331
33332         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
33333         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
33334         (gst_mpeg_parse_init):
33335         * gst/mpegstream/gstmpegparse.h:
33336           Remove clock (which was never provided, i.e. dead code), and
33337           also fix integer overflows at high PTS values (see #126967).
33338
33339 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33340
33341         * ext/flac/gstflacdec.c:
33342         * ext/libpng/gstpngenc.h:
33343         * ext/mikmod/gstmikmod.h:
33344           OS X fixes (see #126628).
33345
33346 2004-01-02  David Schleef  <ds@schleef.org>
33347
33348         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
33349         (gst_alsa_src_base_init): Remove bogus "src" request pad.
33350         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
33351         (gst_mpeg_parse_class_init): Move pad template registration
33352         to class_init, since the derived class (mpegdemux) doesn't
33353         want them.
33354
33355 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33356
33357         * sys/ximage/Makefile.am:
33358         * sys/xvideo/Makefile.am:
33359         * sys/xvimage/Makefile.am:
33360           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
33361           after installation (see #127664).
33362
33363 2004-01-02  David Schleef  <ds@schleef.org>
33364
33365         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
33366         (gst_ffmpegenc_connect):  Negotiation fixes.
33367         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
33368         Remove inappropriate gst_caps_free().
33369         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
33370         Reenable Ronald's internal resize code, since the core handles
33371         it correctly now.
33372
33373 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33374
33375         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
33376         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
33377         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
33378           Fix pad template stuff.
33379
33380 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33381
33382         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
33383         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
33384           fix signed integer reading/writing.
33385
33386 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33387
33388         * ext/alsa/README:
33389           Remove outdated document
33390
33391 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
33392
33393         * gst/cutter/gstcutter.c: (gst_cutter_init):
33394           src pad was being created twice - oops.
33395
33396 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33397
33398         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
33399           Comment out internal resize. It doesn't handle the resulting
33400           XEvent internally, does another try_set_caps() which leads to
33401           a really nice loop.
33402           Real fix will come when Julien and Dave are awake. ;).
33403
33404 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33405
33406         * ext/mpeg2enc/gstmpeg2enc.cc:
33407           fix const/nonconst compile issue.
33408
33409 2004-01-02  David Schleef  <ds@schleef.org>
33410
33411         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
33412         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
33413         Add fixate function and a check for bad formats.
33414
33415 2004-01-01  David Schleef  <ds@schleef.org>
33416
33417         Negotiation fixes:
33418         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
33419         (gst_audiofilter_init):
33420         * gst/debug/efence.c: (gst_efence_init):
33421         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
33422         (gst_deinterlace_init):
33423         * gst/volume/gstvolume.c: (volume_connect):
33424
33425 2004-01-01  David Schleef  <ds@schleef.org>
33426
33427         Convert elements to use gst_pad_use_explicit_caps() where
33428         appropriate:
33429         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
33430         * ext/audiofile/gstafparse.c: (gst_afparse_init),
33431         (gst_afparse_open_file):
33432         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
33433         (gst_afsrc_open_file):
33434         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
33435         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
33436         (gst_ffmpegdec_chain):
33437         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
33438         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
33439         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
33440         (gst_gdk_pixbuf_chain):
33441         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
33442         (gst_jpegdec_chain):
33443         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
33444         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
33445         (gst_mikmod_negotiate):
33446         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
33447         (gst_mpeg2dec_negotiate_format):
33448         * ext/mpeg2enc/gstmpeg2enc.cc:
33449         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
33450         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
33451         (gst_speexdec_sinkconnect):
33452         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
33453         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
33454         (gst_vorbisfile_new_link):
33455         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
33456         (gst_ac3parse_chain):
33457         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
33458         (gst_asf_demux_setup_pad):
33459         * gst/auparse/gstauparse.c: (gst_auparse_init),
33460         (gst_auparse_chain):
33461         * gst/id3/gstid3types.c: (gst_id3types_loop):
33462         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
33463         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
33464         (mp1videoparse_parse_seq):
33465         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
33466         (bpf_from_header):
33467         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
33468         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
33469         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
33470         (gst_mpeg_parse_send_data):
33471         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
33472         (gst_qtdemux_add_stream):
33473         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
33474         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
33475         (gst_wavparse_parse_fmt):
33476
33477 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33478
33479         * configure.ac:
33480           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
33481           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
33482           it therefore uses the wrong include paths. Too bad... Note
33483           that 1.6.1.93 is not release yet. ;).
33484           Also add a check for mplex, which is now using the lib'ified
33485           mplex from mjpegtools, too.
33486         * ext/ffmpeg/gstffmpegcodecmap.c:
33487           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
33488           issues. I don't think ffmpeg handles 3ivx correctly, so this
33489           probably won't work. But it won't hurt either.
33490         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
33491         (gst_ffmpegdec_chain):
33492         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
33493         (gst_ffmpegenc_chain_audio):
33494           Fix memleak in audio encoding. Close codec if open fails, this
33495           calls the cleanup routines so we can re-use the context.
33496         * ext/mpeg2enc/gstmpeg2enc.cc:
33497           Fix pad template names/types, fix memory issue with getcaps().
33498         * ext/mpeg2enc/gstmpeg2encoder.cc:
33499         * ext/mpeg2enc/gstmpeg2encoder.hh:
33500           Fix compile issue with new caps system (const thingy).
33501         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
33502         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
33503           We read a first frame right on initing, so that we have a caps
33504           when we init the output. This caps is cached in padprivate and
33505           read as first frame.
33506         * ext/mplex/Makefile.am:
33507         * ext/mplex/gstmplex.cc:
33508         * ext/mplex/gstmplex.h:
33509         * ext/mplex/gstmplex.hh:
33510         * ext/mplex/gstmplexibitstream.cc:
33511         * ext/mplex/gstmplexibitstream.hh:
33512         * ext/mplex/gstmplexjob.cc:
33513         * ext/mplex/gstmplexjob.hh:
33514         * ext/mplex/gstmplexoutputstream.cc:
33515         * ext/mplex/gstmplexoutputstream.hh:
33516           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
33517           had issues, didn't do capsnego, supported only a subset of the
33518           mplex features and required a mplex fork in our local CVS. Plus
33519           that it worked agaist a very old mplex version. Rewriting was
33520           faster than updating it.
33521         * gst-libs/ext/Makefile.am:
33522         * gst-libs/ext/mplex/INSTRUCT:
33523         * gst-libs/ext/mplex/Makefile.am:
33524         * gst-libs/ext/mplex/README:
33525         * gst-libs/ext/mplex/TODO:
33526         * gst-libs/ext/mplex/ac3strm_in.cc:
33527         * gst-libs/ext/mplex/audiostrm.hh:
33528         * gst-libs/ext/mplex/audiostrm_out.cc:
33529         * gst-libs/ext/mplex/aunit.hh:
33530         * gst-libs/ext/mplex/bits.cc:
33531         * gst-libs/ext/mplex/bits.hh:
33532         * gst-libs/ext/mplex/buffer.cc:
33533         * gst-libs/ext/mplex/buffer.hh:
33534         * gst-libs/ext/mplex/fastintfns.h:
33535         * gst-libs/ext/mplex/format_codes.h:
33536         * gst-libs/ext/mplex/inputstrm.cc:
33537         * gst-libs/ext/mplex/inputstrm.hh:
33538         * gst-libs/ext/mplex/lpcmstrm_in.cc:
33539         * gst-libs/ext/mplex/mjpeg_logging.cc:
33540         * gst-libs/ext/mplex/mjpeg_logging.h:
33541         * gst-libs/ext/mplex/mjpeg_types.h:
33542         * gst-libs/ext/mplex/mpastrm_in.cc:
33543         * gst-libs/ext/mplex/mpegconsts.cc:
33544         * gst-libs/ext/mplex/mpegconsts.h:
33545         * gst-libs/ext/mplex/mplexconsts.hh:
33546         * gst-libs/ext/mplex/multplex.cc:
33547         * gst-libs/ext/mplex/outputstream.hh:
33548         * gst-libs/ext/mplex/padstrm.cc:
33549         * gst-libs/ext/mplex/padstrm.hh:
33550         * gst-libs/ext/mplex/stillsstream.cc:
33551         * gst-libs/ext/mplex/stillsstream.hh:
33552         * gst-libs/ext/mplex/systems.cc:
33553         * gst-libs/ext/mplex/systems.hh:
33554         * gst-libs/ext/mplex/vector.cc:
33555         * gst-libs/ext/mplex/vector.hh:
33556         * gst-libs/ext/mplex/videostrm.hh:
33557         * gst-libs/ext/mplex/videostrm_in.cc:
33558         * gst-libs/ext/mplex/videostrm_out.cc:
33559         * gst-libs/ext/mplex/yuv4mpeg.cc:
33560         * gst-libs/ext/mplex/yuv4mpeg.h:
33561         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
33562         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
33563           We don't fork mjpegtools' mplex in our CVS anymore.
33564         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
33565         (gst_avi_demux_add_stream):
33566         * gst/avi/gstavidemux.h:
33567           Add getcaps() function for proper caps nego. This makes some
33568           parts of AVI playback/reading work.
33569         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
33570           Resize window on new capsnego. This is probably wrong, but
33571           I'm still committing it because with current capsnego, the
33572           first successfull capsnego is auto-fixated, therefore rounded
33573           down to the lowest values in the caps. this results in a 16x16
33574           XWindow that is not reized when real capsnego finishes.
33575           Dave, I see more cases of this, do you know a proper solution?
33576         * tools/gst-launch-ext.in:
33577           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
33578
33579 2003-12-31  David Schleef  <ds@schleef.org>
33580
33581         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
33582         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
33583           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
33584
33585 2003-12-30  David Schleef  <ds@schleef.org>
33586
33587         * ext/ffmpeg/gstffmpegcolorspace.c:
33588         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
33589         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
33590         (gst_ffmpegcsp_chain): Negotiation fixes
33591         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
33592         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
33593         (gst_audio_convert_link), (gst_audio_convert_channels):
33594         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
33595         (gst_audioscale_link), (gst_audioscale_get_buffer),
33596         (gst_audioscale_chain): Negotiation fixes
33597         * gst/audioscale/gstaudioscale.h:
33598         * gst/videofilter/gstvideofilter.c:
33599         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
33600         (gst_videofilter_link), (gst_videofilter_init),
33601         (gst_videofilter_set_output_size), (gst_videofilter_setup),
33602         (gst_videofilter_find_format_by_structure):
33603         * gst/videofilter/gstvideofilter.h: Negotiation fixes
33604         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
33605         (gst_videoscale_link):
33606         * gst/videoscale/videoscale.c: (videoscale_get_structure),
33607         (videoscale_find_by_structure), (gst_videoscale_setup):
33608         * gst/videoscale/videoscale.h: Negotiation fixes
33609         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
33610         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
33611         function, restrict resizing to a multiple of 4 (hack until
33612         everyone supports odd sizes correctly).
33613
33614 2003-12-29  Colin Walters  <walters@verbum.org>
33615
33616         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
33617         signed.
33618
33619 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
33620
33621         * ext/sndfile/gstsf.c: (gst_sf_loop):
33622           Fix warning about discarding const qualifier
33623
33624 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
33625
33626         * gst/cutter/gstcutter.c:
33627         * gst/videoscale/gstvideoscale.c:
33628         * gst/volenv/gstvolenv.c:
33629         * gst-libs/gst/audio/audio.c:
33630         * gst-libs/gst/video/video.c:
33631           Fix warnings
33632
33633 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33634
33635         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
33636           Don't send ALSA debugging to stderr.
33637         * ext/alsa/gstalsa.h:
33638           Use GST_WARNING instead of g_warning when ALSA functions fail.
33639
33640 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33641
33642         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
33643           Free XVAdapterInfo correctly.
33644
33645 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33646
33647         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
33648         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
33649           Make id3tag use correct caps nego.
33650
33651 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
33652
33653         * ext/ivorbis/vorbis.c:
33654         * ext/ivorbis/vorbisenc.h:
33655         * ext/ivorbis/vorbisfile.c:
33656           Modify so that it uses the new caps things
33657
33658 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33659
33660         * testsuite/spider/spider1.c: (main):
33661         * testsuite/spider/spider2.c: (main):
33662         * testsuite/spider/spider3.c: (main):
33663           Make tests compile again. They probably don't work.
33664
33665 2003-12-24  Colin Walters  <walters@verbum.org>
33666
33667         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
33668         we can't fixate the caps anymore.
33669
33670 2003-12-23  David Schleef  <ds@schleef.org>
33671
33672         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
33673         * sys/oss/gstosssink.c: (gst_osssink_init),
33674         (gst_osssink_sink_fixate): Add fixate function.
33675
33676 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33677
33678         * ext/ffmpeg/gstffmpegcodecmap.c:
33679         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
33680         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
33681         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
33682         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
33683         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
33684         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
33685         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
33686           fix typo in RGB masks, and move back to "old" colorspace
33687           capsnego code until whoever wrote this new crap has actually
33688           tested it so that it works.
33689           And yes, this works, keep it that way please.
33690
33691 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33692
33693         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
33694         (gst_divxdec_init), (gst_divxdec_negotiate):
33695         * ext/divx/gstdivxdec.h:
33696         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
33697         (gst_divxenc_init):
33698         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
33699         (gst_faac_sinkconnect), (gst_faac_srcconnect):
33700         * ext/mpeg2enc/gstmpeg2enc.cc:
33701         * ext/mpeg2enc/gstmpeg2encoder.cc:
33702         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
33703         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
33704         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
33705         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
33706         (dxr3spusink_init):
33707         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
33708         (dxr3videosink_init):
33709           Fix caps breakage after Dave's caps branch merge.
33710
33711 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33712
33713         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
33714           Fix for 24bpp display.
33715
33716 2003-12-23  Colin Walters  <walters@verbum.org>
33717
33718         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
33719         a GnomeVFSHandle directly.
33720
33721 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33722
33723         * gst/volume/Makefile.am:
33724         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
33725         (volume_base_init), (volume_init):
33726           Reenable volume element and fix to work with new caps stuff.
33727           Rhythmbox needs this.
33728
33729 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33730
33731         * gst/qtdemux/qtdemux.c: (plugin_init):
33732           qtdemux requires bytestream
33733
33734 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33735
33736         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
33737           Fix remaining caps handling errors due to CAPS merge.
33738
33739 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33740
33741         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
33742         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
33743         (gst_faad_srcconnect):
33744           Port to new caps system.
33745
33746 2003-12-21  Julien MOUTTE  <julien@moutte.net>
33747
33748         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
33749         (got_video_size), (main): using g_print instead of g_message.
33750         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
33751         signal which was not emitted because of "switch" element added to the
33752         bin but not connected. (Removing from the bin temporarily)
33753
33754 2003-12-21  Julien MOUTTE  <julien@moutte.net>
33755
33756         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
33757         find X development files. I don't understand the previous tests and
33758         they fail on my debian/ppc unstable. This one works.
33759         * examples/gstplay/player.c: (main): Set the pipeline to READY before
33760         exiting.
33761         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
33762         (gst_play_set_video_sink), (gst_play_set_audio_sink),
33763         (gst_play_set_visualization): Add some safety checks in set_ methods
33764         and state_change. This was throwing some ugly CRITICAL messages when
33765         pipeline was getting disposed and casts were failing.
33766
33767 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33768
33769         * configure.ac:
33770           Improve mpeg2enc detection. This is for distributions that do
33771           ship mjpegtools, but without mpeg2enc. Also does object check
33772           for might there ever be ABI incompatibility.
33773         * ext/mpeg2enc/gstmpeg2enc.cc:
33774           Add Andrew as second maintainer (he's helping me), and also add
33775           an error if no caps was set. This happens if I pull before capsnego
33776           and that's something I should solve sometime else.
33777         * gst/matroska/matroska-demux.c:
33778         (gst_matroska_demux_parse_blockgroup):
33779           Fix time parsing.
33780         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
33781         (gst_matroska_mux_track_header):
33782           Add caps to templates.
33783         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
33784           Add mpegversion=1 to prevent confusion with MPEG/AAC.
33785         * gst/mpegstream/gstmpegdemux.c:
33786           Remove layer since it causes warnings about unfixed caps.
33787         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
33788           Fix obvious typo (we error out if caps were set, we should of
33789           course error out if *no* caps were set).
33790         * sys/oss/gstosselement.c: (gst_osselement_convert):
33791           Fix format conversion, we confused bits/bytes.
33792         * sys/oss/gstosselement.h:
33793           Improve documentation for 'bps'.
33794         * sys/v4l/TODO:
33795           Remove stuff about plugins that need removing - this was done
33796           ages ago.
33797         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
33798         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
33799         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
33800         (gst_v4lsrc_src_query):
33801         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
33802         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
33803           Add get_query_types(), get_formats() and query() functions.
33804
33805 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
33806
33807         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
33808           * moved CVS to freedesktop.org