gst/playback/gstplaybasebin.c: Only post buffering messages when we are a stream.
[platform/upstream/gstreamer.git] / ChangeLog
1 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
2
3         * gst/playback/gstplaybasebin.c: (queue_threshold_reached):
4         Only post buffering messages when we are a stream.
5
6 2007-08-15  Tim-Philipp Müller  <tim at centricular dot net>
7
8         * gst-libs/gst/pbutils/install-plugins.c:
9         * gst-libs/gst/pbutils/missing-plugins.c:
10           Small docs fix and addition.
11
12 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
13
14         * tests/icles/.cvsignore:
15         * tests/icles/Makefile.am:
16         * tests/icles/test-textoverlay.c:
17           Add a dumb little test for textoverlay alignments.
18
19 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
20
21         Patch by: Dan Williams  <dcbw redhat com>
22
23         * ext/pango/gsttextoverlay.c:
24         * ext/pango/gsttextoverlay.h:
25           API: add "line-alignment" property (#459334). Add gtk-doc blurb for
26           "silent" property so there's a Since tag in the API reference.
27
28 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
29
30         * gst-libs/gst/rtp/gstbasertppayload.c:
31         (gst_basertppayload_set_outcaps):
32         * gst-libs/gst/rtp/gstbasertppayload.h:
33         Improve caps negotiation so that downstream elements can confiure
34         certain RTP properties by fixing them on the caps. See #465146.
35         Add docs.
36
37 2007-08-11  Tim-Philipp Müller  <tim at centricular dot net>
38
39         * docs/libs/gst-plugins-base-libs-sections.txt:
40         * gst-libs/gst/rtp/gstbasertpdepayload.c:
41         * gst-libs/gst/rtp/gstbasertpdepayload.h:
42           Mark as deprecated some macros which were presumably meant to be
43           private API and accidentally exposed in the public header file.
44           Also actually _init() lock (only works at the moment because the
45           struct is zeroed out when created and the initial values in the
46           mutex struct are zeroes too). (#459585)
47
48 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
49
50         * docs/libs/Makefile.am:
51           Remove cruft and do some cleanups.
52
53         * docs/libs/gst-plugins-base-libs-docs.sgml:
54           Prepare for comming gtkdoc features (rebase against online docs).
55
56 2007-08-10  Michael Smith <msmith@fluendo.com>
57
58         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
59           Debug output fixes.
60         * tests/check/elements/audiorate.c: (do_perfect_stream_test),
61         (GST_START_TEST):
62           Change the number of buffers used; 500 is too many and leads to
63           timeouts.
64
65 2007-08-10  Tim-Philipp Müller  <tim at centricular dot net>
66
67         * gst/playback/gstqueue2.c:
68         * gst/videorate/gstvideorate.c:
69           Printf format fixes (#465028).
70
71 2007-08-09  Michael Smith <msmith@fluendo.com>
72
73         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
74           If we have a large (> 1 second) discontinuity, push a series of
75           smaller buffers rather than a single very large buffer. Avoids
76           unreasonably large single buffer allocations when encountering a
77           large gap.
78         * tests/check/elements/audiorate.c: (GST_START_TEST),
79         (audiorate_suite):
80           Add a test for this.
81
82 2007-08-09  Jan Schmidt  <thaytan@mad.scientist.com>
83
84         * gst/playback/gstplaybasebin.c: (group_commit),
85         (queue_remove_probe), (queue_threshold_reached):
86
87         Patch by: Josep Torra Valles <josep@fluendo.com>
88         Fixes: #465015
89         Make sure we remove the check_queues buffer probe from the 
90         correct queue to avoid racily going back to "buffering 99%" when
91         buffering is actually complete.
92
93         Also, fix the spelling of Josep's surname in the ChangeLog.
94
95 2007-08-09  Stefan Kost  <ensonic@users.sf.net>
96
97         * ext/ogg/gstoggmux.c:
98           Do not leak oggmux instance.
99         
100         * ext/vorbis/vorbisenc.c:
101           Also log values.
102
103 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
104
105         * po/hu.po:
106         * po/it.po:
107         * po/nl.po:
108         * po/uk.po:
109         * po/vi.po:
110           Updated translations.
111
112 2007-08-08  Stefan Kost  <ensonic@users.sf.net>
113
114         patch by: Yang Hong <hongyang@redflag-linux.com>
115
116         * ext/pango/gsttextoverlay.c:
117         * ext/pango/gsttextoverlay.h:
118           Add 'silent' property to GstTimeOverlay. Fixes #462979
119
120 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
121
122         Patch by: Josep Torra Valles <josep@fluendo.com>
123
124         * docs/plugins/gst-plugins-base-plugins.args:
125         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
126         (gst_uri_decode_bin_init), (gst_uri_decode_bin_set_property),
127         (gst_uri_decode_bin_get_property), (gen_source_element):
128         Add connection-speed property. Fixes #464690.
129
130 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
131
132         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
133
134         * configure.ac:
135         * gst-libs/gst/rtsp/Makefile.am:
136         * gst-libs/gst/rtsp/gstrtspconnection.c:
137         (gst_rtsp_connection_connect):
138         Fix compilation on windows. Fixes #464320.
139
140 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
141
142         Patch by: Josep Torra Valles <josep@fluendo.com>
143
144         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
145         (gst_play_base_bin_init), (queue_threshold_reached),
146         (gen_source_element), (setup_substreams),
147         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
148         (gst_play_base_bin_get_streaminfo_value_array):
149         * gst/playback/gstplaybasebin.h:
150         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
151         (gst_play_bin_set_property), (gst_play_bin_get_property),
152         (gst_play_bin_handle_redirect_message):
153         Move connection-speed property from playbin to playbasebin so that we
154         can also configure it in source elements that have the connection-speed
155         property. Fixes #464028.
156         Add some debug info here and there.
157
158 2007-08-06  Sebastian Dröge  <slomo@circular-chaos.org>
159
160         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
161         Properly respond to conversion queries. Fixes #464079.
162
163 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
164
165         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init),
166         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
167         (gst_audio_test_src_init_sine_table),
168         (gst_audio_test_src_change_wave), (gst_audio_test_src_create):
169         * gst/audiotestsrc/gstaudiotestsrc.h:
170         Add float/double and int32 support to audiotestsrc. Fixes #460422.
171         Also set the default volume to the default value specified in the
172         GParamSpec.
173
174 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
175
176         Patch by: Jens Granseuer <jensgr at gmx dot net>
177
178         * gst/audioconvert/gstaudioquantize.c:
179         Fix C89 incompatibilities and spelling of explanations. Fixes #463215.
180
181 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
182
183         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_parse):
184         Add rdt manager for rdt transport.
185         Fix parsing of RDT transport.
186
187 2007-08-03  Jan Schmidt  <thaytan@mad.scientist.com>
188
189         * configure.ac:
190         Back to CVS
191
192 === release 0.10.14 ===
193
194 2007-08-03  Jan Schmidt <thaytan@mad.scientist.com>
195
196         * configure.ac:
197           releasing 0.10.14, "Light Years Ahead"
198
199 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
200
201         * tests/check/libs/audio.c: (GST_START_TEST):
202         Fix the test to reflect the behaviour of gst_audio_clip_buffer.
203
204 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
205
206         * gst-libs/gst/audio/audio.c:
207         When clipping a buffer with no timestamp, assume it is
208         within the segment without warnings.
209
210         Fixes: #460978
211
212 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
213
214         * gst-libs/gst/rtsp/gstrtspextension.c: (gst_rtsp_extension_send):
215         Fire the signal on the object, not the interface.
216
217 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
218
219         * gst-libs/gst/rtsp/.cvsignore:
220         Ber. Don't include the full path, idiot.
221
222 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
223
224         * gst-libs/gst/rtsp/.cvsignore:
225         Ignore generated files.
226
227 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
228
229         * gst-libs/gst/interfaces/Makefile.am:
230         * gst-libs/gst/interfaces/interfaces-marshal.list:
231         * gst-libs/gst/interfaces/rtspextension.c:
232         * gst-libs/gst/interfaces/rtspextension.h:
233         * gst-libs/gst/rtsp/Makefile.am:
234         * gst-libs/gst/rtsp/gstrtsp.h:
235         * gst-libs/gst/rtsp/gstrtspextension.c:
236         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
237         (gst_rtsp_extension_detect_server),
238         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
239         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
240         (gst_rtsp_extension_configure_stream),
241         (gst_rtsp_extension_get_transports),
242         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
243         * gst-libs/gst/rtsp/gstrtspextension.h:
244         * gst-libs/gst/rtsp/rtsp-marshal.list:
245         Move the rtspextension.h interface into gstrtspextension.h
246         as part of libgstrtsp instead of libgstinterfaces, because it's
247         only for use within plugins, not applications. 
248         Add stuff to do the enum & marshal generation needed in libgstrtsp now.
249         Use the GST_TYPE_RTSP_RESULT enum type for the return value of the 
250         signal that the GstRTSPExtension interface emits, since G_TYPE_ENUM
251         is abstract.
252
253 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
254
255         * gst-libs/gst/interfaces/Makefile.am:
256         * gst-libs/gst/interfaces/interfaces-marshal.list:
257         * gst-libs/gst/interfaces/rtspextension.c:
258         (gst_rtsp_extension_iface_init),
259         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
260         * gst-libs/gst/interfaces/rtspextension.h:
261         Fix marshaller for the send signal.
262         Add URL to stream selection interface method.
263
264 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
265
266         * gst-libs/gst/riff/Makefile.am:
267         Pull in our dependencies from -base before those from outside.
268
269 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
270
271         * docs/libs/gst-plugins-base-libs-sections.txt:
272         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_decode_ip):
273         * gst-libs/gst/rtsp/gstrtspbase64.h:
274         API: gst_rtsp_base64_decode_ip()
275         Added function to decode Base64 in-place.
276
277 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
278
279         * tests/check/libs/.cvsignore:
280         Ignore the mixer test binary.
281
282 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
283
284         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
285         Gratuitous comment change to trigger a rebuild on the buildbots.
286
287 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
288
289         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_media_get_media),
290         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
291         (gst_sdp_media_get_proto), (gst_sdp_media_formats_len),
292         (gst_sdp_media_get_format), (gst_sdp_media_get_information),
293         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
294         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_badwidth),
295         (gst_sdp_media_get_key), (gst_sdp_media_attributes_len),
296         (gst_sdp_media_get_attribute), (gst_sdp_media_get_attribute_val_n),
297         (gst_sdp_media_get_attribute_val):
298         * gst-libs/gst/sdp/gstsdpmessage.h:
299         Constify args where we can.
300
301 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
302
303         * gst-libs/gst/interfaces/Makefile.am:
304         * gst-libs/gst/interfaces/rtspextension.c:
305         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
306         (gst_rtsp_extension_detect_server),
307         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
308         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
309         (gst_rtsp_extension_configure_stream),
310         (gst_rtsp_extension_get_transports),
311         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
312         * gst-libs/gst/interfaces/rtspextension.h:
313         Move interface for RTSP extensions from -good to here.
314         Added helper methods to invoke interface methods.
315
316 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
317
318         * docs/libs/gst-plugins-base-libs-sections.txt:
319         * gst-libs/gst/rtsp/gstrtspdefs.h:
320         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
321         (gst_rtsp_message_get_type), (gst_rtsp_message_parse_request),
322         (gst_rtsp_message_init_response),
323         (gst_rtsp_message_parse_response), (gst_rtsp_message_new_data),
324         (gst_rtsp_message_parse_data), (gst_rtsp_message_add_header),
325         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
326         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
327         (gst_rtsp_message_get_body), (dump_key_value):
328         * gst-libs/gst/rtsp/gstrtspmessage.h:
329         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
330         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
331         (gst_rtsp_range_parse):
332         * gst-libs/gst/rtsp/gstrtsprange.h:
333         * gst-libs/gst/rtsp/gstrtsptransport.c:
334         * gst-libs/gst/rtsp/gstrtspurl.c:
335         Fix some more RTSP docs.
336         Add some missing methods for dealing with messages.
337
338 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
339
340         * docs/libs/gst-plugins-base-libs-docs.sgml:
341         * docs/libs/gst-plugins-base-libs-sections.txt:
342         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
343         * gst-libs/gst/rtsp/gstrtspbase64.h:
344         * gst-libs/gst/rtsp/gstrtspconnection.c:
345         (gst_rtsp_connection_connect), (add_auth_header),
346         (gst_rtsp_connection_write), (gst_rtsp_connection_send),
347         (read_body), (gst_rtsp_connection_receive),
348         (gst_rtsp_connection_next_timeout),
349         (gst_rtsp_connection_reset_timeout),
350         (gst_rtsp_connection_set_auth):
351         * gst-libs/gst/rtsp/gstrtspconnection.h:
352         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
353         * gst-libs/gst/rtsp/gstrtspdefs.h:
354         * gst-libs/gst/rtsp/gstrtspmessage.h:
355         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
356         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
357         (gst_rtsp_range_parse):
358         * gst-libs/gst/rtsp/gstrtspurl.h:
359         Added beginnings of RTSP documentation.
360
361 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
362
363         * docs/libs/Makefile.am:
364         * docs/libs/gst-plugins-base-libs-docs.sgml:
365         * docs/libs/gst-plugins-base-libs-sections.txt:
366         * gst-libs/gst/sdp/gstsdp.h:
367         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_set_origin),
368         (gst_sdp_message_set_connection), (gst_sdp_message_add_bandwidth),
369         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
370         (gst_sdp_message_set_key), (gst_sdp_message_get_attribute_val_n),
371         (gst_sdp_message_get_attribute_val),
372         (gst_sdp_message_add_attribute), (gst_sdp_media_new),
373         (gst_sdp_media_init), (gst_sdp_media_uninit), (gst_sdp_media_free),
374         (gst_sdp_media_get_media), (gst_sdp_media_set_media),
375         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
376         (gst_sdp_media_set_port_info), (gst_sdp_media_get_proto),
377         (gst_sdp_media_set_proto), (gst_sdp_media_formats_len),
378         (gst_sdp_media_get_format), (gst_sdp_media_add_format),
379         (gst_sdp_media_get_information), (gst_sdp_media_set_information),
380         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
381         (gst_sdp_media_add_connection), (gst_sdp_media_bandwidths_len),
382         (gst_sdp_media_get_badwidth), (gst_sdp_media_add_bandwidth),
383         (gst_sdp_media_set_key), (gst_sdp_media_get_key),
384         (gst_sdp_media_attributes_len), (gst_sdp_media_add_attribute),
385         (gst_sdp_media_get_attribute_val_n),
386         (gst_sdp_media_get_attribute_val), (gst_sdp_message_parse_buffer),
387         (print_media), (gst_sdp_message_dump):
388         * gst-libs/gst/sdp/gstsdpmessage.h:
389         Document the SDP library.
390         Add some of the missing SDPMedia methods.
391
392 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
393
394         * configure.ac:
395         * gst-libs/gst/Makefile.am:
396         * gst-libs/gst/rtsp/Makefile.am:
397         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
398         * gst-libs/gst/rtsp/gstrtspbase64.h:
399         * gst-libs/gst/rtsp/gstrtspconnection.c: (inet_aton),
400         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
401         (add_auth_header), (add_date_header), (gst_rtsp_connection_write),
402         (gst_rtsp_connection_send), (read_line), (read_string), (read_key),
403         (parse_response_status), (parse_request_line), (parse_line),
404         (gst_rtsp_connection_read), (read_body),
405         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
406         (gst_rtsp_connection_free), (gst_rtsp_connection_next_timeout),
407         (gst_rtsp_connection_reset_timeout), (gst_rtsp_connection_flush),
408         (gst_rtsp_connection_set_auth):
409         * gst-libs/gst/rtsp/gstrtspconnection.h:
410         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status),
411         (gst_rtsp_strresult), (gst_rtsp_method_as_text),
412         (gst_rtsp_version_as_text), (gst_rtsp_header_as_text),
413         (gst_rtsp_status_as_text), (gst_rtsp_find_header_field),
414         (gst_rtsp_find_method):
415         * gst-libs/gst/rtsp/gstrtspdefs.h:
416         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
417         (gst_rtsp_message_new), (gst_rtsp_message_init),
418         (gst_rtsp_message_new_request), (gst_rtsp_message_init_request),
419         (gst_rtsp_message_new_response), (gst_rtsp_message_init_response),
420         (gst_rtsp_message_init_data), (gst_rtsp_message_unset),
421         (gst_rtsp_message_free), (gst_rtsp_message_add_header),
422         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
423         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
424         (gst_rtsp_message_take_body), (gst_rtsp_message_get_body),
425         (gst_rtsp_message_steal_body), (dump_mem), (dump_key_value),
426         (gst_rtsp_message_dump):
427         * gst-libs/gst/rtsp/gstrtspmessage.h:
428         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
429         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
430         (gst_rtsp_range_parse), (gst_rtsp_range_free):
431         * gst-libs/gst/rtsp/gstrtsprange.h:
432         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_new),
433         (gst_rtsp_transport_init), (gst_rtsp_transport_get_mime),
434         (gst_rtsp_transport_get_manager), (parse_mode), (parse_range),
435         (range_as_text), (rtsp_transport_mode_as_text),
436         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
437         (gst_rtsp_transport_parse), (gst_rtsp_transport_as_text),
438         (gst_rtsp_transport_free):
439         * gst-libs/gst/rtsp/gstrtsptransport.h:
440         * gst-libs/gst/rtsp/gstrtspurl.c: (gst_rtsp_url_parse),
441         (gst_rtsp_url_free), (gst_rtsp_url_set_port),
442         (gst_rtsp_url_get_port), (gst_rtsp_url_get_request_uri):
443         * gst-libs/gst/rtsp/gstrtspurl.h:
444         * gst-libs/gst/sdp/Makefile.am:
445         * gst-libs/gst/sdp/gstsdp.h:
446         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_origin_init),
447         (gst_sdp_connection_init), (gst_sdp_bandwidth_init),
448         (gst_sdp_time_init), (gst_sdp_zone_init), (gst_sdp_key_init),
449         (gst_sdp_attribute_init), (gst_sdp_message_new),
450         (gst_sdp_message_init), (gst_sdp_message_uninit),
451         (gst_sdp_message_free), (gst_sdp_media_new), (gst_sdp_media_init),
452         (gst_sdp_media_uninit), (gst_sdp_media_free),
453         (gst_sdp_message_set_origin), (gst_sdp_message_get_origin),
454         (gst_sdp_message_set_connection), (gst_sdp_message_get_connection),
455         (gst_sdp_message_add_bandwidth), (gst_sdp_message_add_time),
456         (gst_sdp_message_add_zone), (gst_sdp_message_set_key),
457         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
458         (gst_sdp_message_get_attribute_val),
459         (gst_sdp_message_add_attribute), (gst_sdp_message_add_media),
460         (gst_sdp_media_add_attribute), (gst_sdp_media_add_bandwidth),
461         (gst_sdp_media_add_format), (gst_sdp_media_get_attribute),
462         (gst_sdp_media_get_attribute_val_n),
463         (gst_sdp_media_get_attribute_val), (gst_sdp_media_get_format),
464         (read_string), (read_string_del), (gst_sdp_parse_line),
465         (gst_sdp_message_parse_buffer), (print_media),
466         (gst_sdp_message_dump):
467         * gst-libs/gst/sdp/gstsdpmessage.h:
468         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
469         Move SDP and RTSP from helper objects in -good to a reusable library.
470         Use a proper gst_ namespace.
471
472 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
473
474         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
475         (vorbis_dec_flush_decode):
476         Use the new buffer clipping function from gstaudio here.
477
478 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
479
480         * docs/libs/gst-plugins-base-libs-sections.txt:
481         * gst-libs/gst/audio/audio.c: (gst_audio_buffer_clip):
482         * gst-libs/gst/audio/audio.h:
483         * tests/check/libs/audio.c: (GST_START_TEST), (audio_suite):
484         API: Add buffer clipping function for raw audio buffers. Fixes #456656.
485         Also add deprecation guards for gst_audio_structure_set_int() to the
486         header.
487
488 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
489
490         * docs/libs/gst-plugins-base-libs-sections.txt:
491           Cleanup the docs.
492
493 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
494
495         Patch by: Dan Williams <dcbw at redhat dot com>
496
497         * gst/playback/gstplaybasebin.c:
498         (gst_play_base_bin_get_streaminfo_value_array):
499         Don't return NULL when querying the stream info value array but instead
500         return an empty array. Fixes #459204.
501
502 2007-07-23  Tim-Philipp Müller  <tim at centricular dot net>
503
504         * gst/playback/gsturidecodebin.c:
505           Init debug category before using it.
506
507 2007-07-21  Jan Schmidt  <thaytan@noraisin.net>
508
509         * gst-libs/gst/interfaces/mixer.h:
510         Add padding vars in place of the signal pointers
511         when building with DISABLE_DEPRECATED so that the
512         interface structure doesn't change size.
513
514 2007-07-20  Jan Schmidt  <thaytan@noraisin.net>
515
516         * docs/libs/gst-plugins-base-libs-sections.txt:
517         * ext/alsa/gstalsamixer.c:
518         * ext/alsa/gstalsamixer.h:
519         * ext/alsa/gstalsamixerelement.c:
520         * ext/alsa/gstalsamixertrack.c:
521         * gst-libs/gst/interfaces/mixer.c:
522         * gst-libs/gst/interfaces/mixer.h:
523         * gst-libs/gst/interfaces/mixeroptions.c:
524         * gst-libs/gst/interfaces/mixeroptions.h:
525         * gst-libs/gst/interfaces/mixertrack.c:
526         * gst-libs/gst/interfaces/mixertrack.h:
527         * tests/check/Makefile.am:
528         * tests/check/libs/mixer.c:
529
530         Patch By: Marc-Andre Lureau <marcandre.lureau@gmail.com>
531         Fixes: #152864 
532
533         Add support for notifying mixer changes on the message bus, and
534         implement it in alsamixer.
535
536         API: gst_mixer_get_mixer_flags
537         API: gst_mixer_message_parse_mute_toggled
538         API: gst_mixer_message_parse_record_toggled
539         API: gst_mixer_message_parse_volume_changed
540         API: gst_mixer_message_parse_option_changed
541         API: GstMixerMessageType
542         API: GstMixerFlags
543
544 2007-07-20  Michael Smith <msmith@fluendo.com>
545
546         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
547         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps):
548           xcontext->im_format is only for testing XShm support (as the header
549           file comments document). Use xvimage->im_format for everything else.
550           Avoids spurious warnings on buffer allocation before setcaps.
551
552 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
553
554         * tests/examples/volume/Makefile.am:
555         * tests/icles/Makefile.am:
556           We should use $(LIBM).
557
558 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
559
560         * tests/icles/Makefile.am:
561           This needs -lm.
562
563 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
564
565         * gst-libs/gst/rtp/gstbasertppayload.c:
566         (gst_basertppayload_class_init), (gst_basertppayload_init),
567         (gst_basertppayload_set_property),
568         (gst_basertppayload_get_property):
569         Don't break ABI, restore previous ranges. Keep the default random
570         selection of timestamp and seqnum offset but as soon as the app sets a
571         specific value, use that one.
572
573 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
574
575         Patch by: Bastien Nocera <hadess at hadess dot net>
576
577         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
578         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
579         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
580         * sys/xvimage/xvimagesink.h:
581         Add option to turn off double-buffering for debugging purposes.
582         Fixes #437169.
583
584 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
585
586         Patch by: Jorn Baayen <jorn at openedhand dot com>
587
588         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
589         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
590         (gst_ximagesink_init), (gst_ximagesink_class_init):
591         * sys/ximage/ximagesink.h:
592         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
593         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
594         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
595         * sys/xvimage/xvimagesink.h:
596         add 'handle-expose' property. Useful for video widgets which may want to
597         be in control of Expose behaviour. Fixes #380625
598
599 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
600
601         * gst-libs/gst/rtp/gstbasertppayload.c:
602         (gst_basertppayload_class_init), (gst_basertppayload_init),
603         (gst_basertppayload_event), (gst_basertppayload_push),
604         (gst_basertppayload_set_property),
605         (gst_basertppayload_get_property),
606         (gst_basertppayload_change_state):
607         * gst-libs/gst/rtp/gstbasertppayload.h:
608         Fix ranges of rtp payloader properties so that the full range can be
609         used in addition to -1 (random).
610         Fix wrong seqnum reporting in caps.
611         Fixes #420326.
612
613 2007-07-13  Wim Taymans  <wim.taymans@gmail.com>
614
615         * gst/videorate/gstvideorate.c: (gst_video_rate_init),
616         (gst_video_rate_query):
617         Use boilerplate.
618         Add latency query, might not be perfect yet but already works a lot
619         better. Fixes #442557.
620
621 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
622
623         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
624         (gst_xvimagesink_setcaps):
625         * sys/xvimage/xvimagesink.h:
626         After a caps change, redraw our borders to avoid garbage left there
627         when the image format changes to a smaller size, like 16:9 -> 4:3
628         Also, hold the flow_lock a bit longer in the set_caps while we're
629         fiddling with the xcontext.
630
631 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
632
633         * Makefile.am:
634         * configure.ac:
635         * tests/Makefile.am:
636         Remove bogus check for libcheck, since we check for
637         gstreamer-check and it pulls in the required info from there, and we
638         weren't actually _using_ the information for libcheck ourselves
639         anyway.
640
641 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
642
643         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
644         (gst_ffmpeg_caps_to_pixfmt):
645         Fix the r_mask test for RGBA32 on little-endian.
646         Fix a stupid typo that would have obviously broken 
647         compilation on big-endian, if anyone was testing.
648
649 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
650
651         * gst/videotestsrc/videotestsrc.c: (paint_hline_AYUV),
652         (paint_hline_str4):
653         * gst/videotestsrc/videotestsrc.h:
654         Add alpha to the color struct.
655         Use a default alpha value of 255 instead of 128.
656
657 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
658
659         * gst/playback/gstplaybasebin.c: (no_more_pads_full),
660         (setup_source):
661         Clear the dynamic pads counter when starting a new uri. This makes
662         reusing playbin work again.
663         Fixes #454264.
664
665 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
666
667         * configure.ac:
668           Use pkg-config to locate check.
669
670 2007-07-12  Tim-Philipp Müller  <tim at centricular dot net>
671
672         * configure.ac:
673         * tests/check/elements/volume.c: (GST_START_TEST):
674           Fix 'make check' build against core CVS.
675
676 2007-07-10  Stefan Kost  <ensonic@users.sf.net>
677
678         * gst-libs/gst/interfaces/propertyprobe.c:
679         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
680         * gst-libs/gst/tag/gstvorbistag.c:
681           Make gtk-doc happy.
682
683 2007-07-08  Tim-Philipp Müller  <tim at centricular dot net>
684
685         * gst-libs/gst/audio/gstbaseaudiosink.c:
686         (gst_base_audio_sink_callback):
687           Quick hack to make audiosinks stop at EOS when operating in
688           pull-mode; needs to be fixed properly some day.
689
690 2007-07-06  Stefan Kost  <ensonic@users.sf.net>
691
692         * docs/libs/gst-plugins-base-libs-sections.txt:
693           Fix location of includes in the docs.
694
695 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
696
697         * gst/ffmpegcolorspace/avcodec.h:
698         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
699         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
700         (gst_ffmpegcsp_avpicture_fill):
701         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
702         (img_get_alpha_info):
703         Add 2 new pixel formats - ABGR32 and ARGB32, which are reflections
704         of the existing BGRA32 and RGBA32 formats with the alpha at the other
705         end of the word. Partially fixes #451908
706
707 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
708
709         * docs/libs/Makefile.am:
710         * docs/plugins/Makefile.am:
711           Simplify --extra-dir as gtkdoc scans recursively.
712
713 2007-07-03  Wim Taymans  <wim.taymans@gmail.com>
714
715         * gst/adder/gstadder.c: (gst_adder_sink_getcaps),
716         (gst_adder_request_new_pad):
717         Make getcaps more robust by not using the proxycaps function. This makes
718         sure that we don't end up recursively calling getcaps upstream.
719         See #316248.
720
721 2007-06-29  Wim Taymans  <wim.taymans@gmail.com>
722
723         * gst/audioconvert/audioconvert.c:
724         Include math.h to fix compilation.
725
726 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
727
728         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
729         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
730         Add a mapping for YUV format "IYU1", which is a 4:1:1 packed pixel
731         format, as produced by some dc1394 cameras like the iSight.
732         See http://www.fourcc.org/yuv.php#IYU1
733
734 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
735
736         * gst/audioconvert/Makefile.am:
737         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
738         (check_default), (audio_convert_prepare_context),
739         (audio_convert_clean_context), (audio_convert_convert):
740         * gst/audioconvert/audioconvert.h:
741         * gst/audioconvert/gstaudioconvert.c:
742         (gst_audio_convert_dithering_get_type),
743         (gst_audio_convert_ns_get_type), (gst_audio_convert_class_init),
744         (gst_audio_convert_init), (gst_audio_convert_set_caps),
745         (gst_audio_convert_set_property), (gst_audio_convert_get_property):
746         * gst/audioconvert/gstaudioconvert.h:
747         * gst/audioconvert/gstaudioquantize.c:
748         (gst_audio_quantize_setup_noise_shaping),
749         (gst_audio_quantize_free_noise_shaping),
750         (gst_audio_quantize_setup_dither),
751         (gst_audio_quantize_free_dither),
752         (gst_audio_quantize_setup_quantize_func),
753         (gst_audio_quantize_setup), (gst_audio_quantize_free):
754         * gst/audioconvert/gstaudioquantize.h:
755         Implement dithering and noise shaping in audioconvert. By default now
756         TPDF dithering (and no noise shaping) will be used when converting
757         from a higher bit depth to 20 bit depth or smaller, otherwise
758         everything will be as it is now.
759         For the last audioconvert in a pipeline it would make sense to
760         use some kind of noise shaping, enabling it by default for all
761         conversions would give undesired results though. Fixes #360246.
762         * tests/check/elements/audioconvert.c: (setup_audioconvert),
763         (GST_START_TEST):
764         Adjust unit test for the new audioconvert.
765
766 2007-06-28  Wim Taymans  <wim@fluendo.com>
767
768         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering):
769         Use other metrics as well when estimating the buffer level.
770
771 2007-06-28  Wim Taymans  <wim@fluendo.com>
772
773         * gst/playback/gstplaybasebin.c: (make_decoder), (setup_source):
774         Small debug improvement.
775
776         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering),
777         (plugin_init):
778         Tweak the rate estimation period.
779         When calculating the buffer filledness in rate estimation mode, don't
780         mix it with other metrics.
781
782 2007-06-28  Wim Taymans  <wim@fluendo.com>
783
784         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
785         (gst_decode_group_expose), (gst_decode_group_free), (add_fakesink):
786         When creating the groups, allow for a 5 second, unlimited buffers
787         preroll phase after which we expose the group.
788         When the group is exposed, use a small number of buffers up to a 2
789         second limit. Also disconnect the overrun signal from multiqueue when we
790         exposed the group because it is not needed anymore.
791
792 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
793
794         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
795           Don't pass trailing zeroes in fixed-size string arrays in ID3v1 tags
796           to utf8-validate; fixes recognition of ID3v1 tags in UTF-8 encoding
797           (#451707); also, output some debugging info when dealing with
798           freeform strings.
799
800         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite):
801           Add unit test for the above.
802
803 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
804
805         * gst-libs/gst/pbutils/descriptions.c: (caps_are_rtp_caps):
806           Add description for Windows Media RTP caps.
807
808         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
809           Remove RTP fields that don't define the format from caps.
810
811 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
812
813         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
814           Skip empty buffers, but not empty header buffers. That way the original
815           vorbisdec unit test still passes (#451145); also, take into account
816           that those empty packets might carry a granulepos.
817
818         * tests/check/Makefile.am:
819         * tests/check/elements/vorbisdec.c:
820         (_create_codebook_header_buffer), (_create_audio_buffer),
821         (GST_START_TEST), (vorbisdec_suite):
822           Add unit test that sends an empty packet.
823
824 2007-06-27  Wim Taymans  <wim@fluendo.com>
825
826         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
827         Don't error out on 0-sized packets, just emit a warning because this is
828         not a fatal error. Fixes #451145.
829
830 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
831
832         * docs/plugins/gst-plugins-base-plugins.args:
833         * docs/plugins/gst-plugins-base-plugins.signals:
834         * docs/plugins/inspect/plugin-adder.xml:
835         * docs/plugins/inspect/plugin-alsa.xml:
836         * docs/plugins/inspect/plugin-audioconvert.xml:
837         * docs/plugins/inspect/plugin-audiorate.xml:
838         * docs/plugins/inspect/plugin-audioresample.xml:
839         * docs/plugins/inspect/plugin-audiotestsrc.xml:
840         * docs/plugins/inspect/plugin-cdparanoia.xml:
841         * docs/plugins/inspect/plugin-decodebin.xml:
842         * docs/plugins/inspect/plugin-decodebin2.xml:
843         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
844         * docs/plugins/inspect/plugin-gdp.xml:
845         * docs/plugins/inspect/plugin-gnomevfs.xml:
846         * docs/plugins/inspect/plugin-libvisual.xml:
847         * docs/plugins/inspect/plugin-ogg.xml:
848         * docs/plugins/inspect/plugin-pango.xml:
849         * docs/plugins/inspect/plugin-playbin.xml:
850         * docs/plugins/inspect/plugin-subparse.xml:
851         * docs/plugins/inspect/plugin-tcp.xml:
852         * docs/plugins/inspect/plugin-theora.xml:
853         * docs/plugins/inspect/plugin-typefindfunctions.xml:
854         * docs/plugins/inspect/plugin-video4linux.xml:
855         * docs/plugins/inspect/plugin-videorate.xml:
856         * docs/plugins/inspect/plugin-videoscale.xml:
857         * docs/plugins/inspect/plugin-videotestsrc.xml:
858         * docs/plugins/inspect/plugin-volume.xml:
859         * docs/plugins/inspect/plugin-vorbis.xml:
860         * docs/plugins/inspect/plugin-ximagesink.xml:
861         * docs/plugins/inspect/plugin-xvimagesink.xml:
862           Update docs with caps info.
863
864 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
865
866         * po/POTFILES.in:
867           Add more files with translatable strings (#450875).
868
869 2007-06-23  Edward Hervey  <edward@fluendo.com>
870
871         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_find_chains):
872         The chain should be freed if we error out here, else it will leak.
873         * gst/playback/gstdecodebin.c: (disconnect_unlinked_signals),
874         (cleanup_decodebin):
875         Don't forget to *properly* remove the signals, else it will leak.
876
877 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
878
879         * MAINTAINERS:
880         Updating all the maintainers files
881
882 2007-06-21  Stefan Kost  <ensonic@users.sf.net>
883
884         * tests/examples/seek/seek.c: (update_scale), (play_cb), (stop_cb),
885         (main):
886           Destroy and recreate parse-launch based pipeline after stop to be able
887           to play again. Reorder some code and add more comments.
888
889 2007-06-20  Jan Schmidt  <thaytan@mad.scientist.com>
890
891         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
892         When handling a delayed-caps notification case, mark
893         the group as dynamic so that the nbdynamic count is
894         incremented and decremented correctly. Fixes: #449156
895         Patch by: Wim Taymans <wim@fluendo.com>
896
897 2007-06-19  Andy Wingo  <wingo@pobox.com>
898
899         * gst-libs/gst/audio/gstbaseaudiosink.c
900         (gst_base_audio_sink_init): Enable pull-mode operation.
901
902 2007-06-19  Michael Smith <msmith@fluendo.com>
903
904         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
905           Change minimum rate back to 1000 to allow low-sample-rate wav files
906           to play back.
907
908 2007-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
909
910         * po/vi.po:
911           Update translations.
912
913 2007-06-15  David Schleef  <ds@schleef.org>
914
915         * gst/playback/gstqueue2.c:
916           Fix compile error from ignored return value.
917
918 2007-06-15  Michael Smith <msmith@fluendo.com>
919
920         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
921           Update tmpbuf for all neccesary rows, not just one, as is required
922           when downscaling.
923           Fixes #402076.
924
925 2007-06-15  Michael Smith <msmith@fluendo.com>
926
927         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (is_video),
928         (eos_buffer_probe):
929           Add a test that ensures we set DELTA_UNIT on all non-header,
930           non-video buffers, if we have a video stream.
931         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
932         (gst_ogg_mux_process_best_pad):
933           Move setting delta_pad to earlier, where we inspect all pads, so
934           that leading audio pages don't get DELTA_UNIT unset if they come
935           before the first DELTA_UNIT from video pages. Fixes the newly-added
936           test. Fixes #385527.
937
938 2007-06-14  Tim-Philipp Müller  <tim at centricular dot net>
939
940         * tests/check/pipelines/streamheader.c: (streamheader_suite):
941           Disable test_multifdsink_gdp_vorbisenc() on ppc64 since it
942           fails on the p5-ppc64 build bot and the failure looks like it is due
943           to the same issue as #348114, ie. a compiler bug.
944
945 2007-06-13  Edward Hervey  <edward@fluendo.com>
946
947         * gst/playback/gstqueue2.c: (gst_queue_create_read):
948         Fix build on MacOSX.
949
950 2007-06-13  Wim Taymans  <wim@fluendo.com>
951
952         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
953         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain):
954         Fix compilation on mingw. Fixes #446972.
955
956 2007-06-12  Wim Taymans  <wim@fluendo.com>
957
958         Patches by: Thiago Sousa Santos <thiagossantos at gmail dot com>
959
960         * gst/playback/gstqueue2.c: (update_buffering),
961         (gst_queue_locked_enqueue):
962         Fix a division by zero when the max percent is <= 0. Fixes #446572.
963         also update the buffering status when receiving events. Fixes #446551.
964
965 2007-06-11  Wim Taymans  <wim@fluendo.com>
966
967         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
968
969         * gst/playback/gstqueue2.c: (gst_queue_peer_query),
970         (gst_queue_handle_src_query):
971         Wait for preroll before attempting to forward a duration query upstream.
972         Fixes #445505.
973
974 2007-06-07  Sebastien Moutte  <sebastien@moutte.net>
975
976         * gst-libs/gst/rtp/gstbasertpdepayload.c: 
977         (gst_base_rtp_depayload_set_gst_timestamp):
978         Use G_GINT64_CONSTANT macro for int64 constant.
979         * win32/common/libgstinterfaces.def:
980         * win32/common/libgsttag.def:
981         Add new exported functions.
982
983 2007-06-07  Tim-Philipp Müller  <tim at centricular dot net>
984
985         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
986           The BOS page of the first Dirac video stream needs to come before
987           the BOS page of any Vorbis streams or other audio streams, just like
988           it is with Theora.
989
990 2007-06-07  Wim Taymans  <wim@fluendo.com>
991
992         * gst/playback/gstqueue2.c: (gst_queue_get_range):
993         Fix compilation.
994
995 2007-06-06  Wim Taymans  <wim@fluendo.com>
996
997         Patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
998
999         * gst/playback/gstqueue2.c: (gst_queue_init),
1000         (gst_queue_handle_sink_event), (gst_queue_chain),
1001         (gst_queue_get_range), (gst_queue_src_checkgetrange_function),
1002         (gst_queue_sink_activate_push), (gst_queue_src_activate_push),
1003         (gst_queue_src_activate_pull):
1004         Add pull based scheduling and fix some deadlocks. Fixes #444523.
1005         Does not yet completely work because duration queries upstream won't
1006         block yet.
1007
1008 2007-06-06  Wim Taymans  <wim@fluendo.com>
1009
1010         * configure.ac:
1011         * gst/playback/gstqueue2.c: (gst_queue_create_read):
1012         Some more fseeko checks.
1013
1014 2007-06-06  Wim Taymans  <wim@fluendo.com>
1015
1016         * configure.ac:
1017         check for large file support.
1018
1019 2007-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
1020
1021         Based on a patch by Sven Arvidsson <sa at whiz dot se>:
1022
1023         * gst/subparse/gstsubparse.c: (parse_subrip),
1024         (subviewer_unescape_newlines), (parse_subviewer),
1025         (gst_sub_parse_data_format_autodetect),
1026         (gst_sub_parse_format_autodetect), (gst_subparse_type_find):
1027         * gst/subparse/gstsubparse.h:
1028         Add support for SubViewer version 1 and 2 subtitles. Fixes #394061.
1029         * tests/check/elements/subparse.c: (GST_START_TEST),
1030         (subparse_suite):
1031         Add a unit test for both SubViewer formats.
1032
1033 2007-06-01  Michael Smith <msmith@fluendo.com>
1034
1035         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
1036           Don't overflow intermediate values when seeking to large time values
1037           in audiotestsrc.
1038
1039 2007-06-05  Wim Taymans  <wim@fluendo.com>
1040
1041         * gst/playback/gstqueue2.c: (gst_queue_have_data),
1042         (gst_queue_create_read), (gst_queue_read_item_from_file),
1043         (gst_queue_open_temp_location_file), (gst_queue_locked_enqueue):
1044         Include stdio to define fseeko.
1045
1046 2007-06-05  Wim Taymans  <wim@fluendo.com>
1047
1048         Patch by: Edward Hervey  <edward@fluendo.com>
1049
1050         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
1051         (gst_v4lsrc_query):
1052         Make v4lsrc output segments in GST_FORMAT_TIME. Fixes #442553.
1053
1054 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
1055
1056         * gst-libs/gst/riff/Makefile.am:
1057         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_info):
1058           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
1059           our own implementation.
1060
1061 2007-06-05  Wim Taymans  <wim@fluendo.com>
1062
1063         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1064         (gst_base_rtp_depayload_setcaps),
1065         (gst_base_rtp_depayload_set_gst_timestamp),
1066         (gst_base_rtp_depayload_change_state):
1067         Handle timestamp wraparound.
1068
1069 2007-06-05  Wim Taymans  <wim@fluendo.com>
1070
1071         * gst/playback/gsturidecodebin.c: (no_more_pads_full),
1072         (new_decoded_pad), (remove_pads), (make_decoder), (setup_source),
1073         (gst_uri_decode_bin_change_state):
1074         Make sure we name srcpads uniquely even when using different internal
1075         decodebins.
1076         Signal no-more-pads when no more dynamic elements exist.
1077         Remove pads on cleanup.
1078
1079 2007-06-05  Wim Taymans  <wim@fluendo.com>
1080
1081         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
1082
1083         * gst/playback/gstqueue2.c: (gst_queue_class_init),
1084         (gst_queue_init), (gst_queue_finalize),
1085         (gst_queue_write_buffer_to_file), (gst_queue_have_data),
1086         (gst_queue_create_read), (gst_queue_read_item_from_file),
1087         (gst_queue_open_temp_location_file),
1088         (gst_queue_close_temp_location_file), (gst_queue_locked_flush),
1089         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
1090         (gst_queue_is_empty), (gst_queue_is_filled),
1091         (gst_queue_change_state), (gst_queue_set_temp_location),
1092         (gst_queue_set_property):
1093         Add support for filebased buffering. Fixes #441264.
1094
1095 2007-06-05  Wim Taymans  <wim@fluendo.com>
1096
1097         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter),
1098         (analyze_new_pad), (connect_pad), (expose_pad), (caps_notify_cb),
1099         (caps_notify_group_cb), (gst_decode_group_new),
1100         (gst_decode_group_free):
1101         Add support for delayed caps fixation when autoplugging.
1102         Optimize cases where a multiqueue is not needed/wanted, like right after
1103         anything that is not a demuxer.
1104
1105 2007-06-05  Wim Taymans  <wim@fluendo.com>
1106
1107         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone),
1108         (gst_ogg_pad_submit_packet), (gst_ogg_demux_perform_seek),
1109         (gst_ogg_demux_read_chain), (gst_ogg_demux_collect_chain_info):
1110         consideratly speedup ogg chain detection by not trying to find a base
1111         timestamp for skeleton streams. 
1112
1113 2007-06-05  Wim Taymans  <wim@fluendo.com>
1114
1115         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
1116         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_add_full),
1117         (gst_multi_fd_sink_remove_flush),
1118         (gst_multi_fd_sink_remove_client_link),
1119         (gst_multi_fd_sink_handle_client_write),
1120         (gst_multi_fd_sink_handle_clients):
1121         * gst/tcp/gstmultifdsink.h:
1122         Add support for remove_flush.
1123
1124 2007-06-05  Wim Taymans  <wim@fluendo.com>
1125
1126         * docs/design/draft-keyframe-force.txt:
1127         * ext/theora/theoraenc.c: (theora_enc_sink_event),
1128         (theora_enc_chain):
1129         Add draft design for forcing keyframes in encoders and implement in
1130         theoraenc.
1131
1132 2007-06-05  Jan Schmidt  <thaytan@mad.scientist.com>
1133
1134         * configure.ac:
1135           Back to CVS
1136
1137 === release 0.10.13 ===
1138
1139 2007-06-05  Jan Schmidt <thaytan@mad.scientist.com>
1140
1141         * configure.ac:
1142           releasing 0.10.13, "What's Going on?"
1143
1144 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
1145
1146         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1147         In riff, the depth is stored in the size field but it just means that
1148         the least significant bits are cleared. We can therefore just play
1149         the sample as if it had a depth == width. Fixes: #440997
1150
1151         Patch by: Wim Taymans <wim@fluendo.com> 
1152         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
1153
1154 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
1155
1156         * gst-libs/gst/floatcast/floatcast.h:
1157         Define inline when needed on win32 builds. Fixes: #441295
1158         Patch by: Sebastien Moutte  <sebastien@moutte.net>
1159
1160 2007-05-29  Wim Taymans  <wim@fluendo.com>
1161
1162         * gst/playback/gstplaybasebin.c: (queue_overrun),
1163         (no_more_pads_full):
1164         Stop buffering when the group is commited because the queues filled up.
1165         Fixes #442024.
1166
1167 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
1168
1169         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
1170         (gst_alsa_mixer_free), (gst_alsa_mixer_update),
1171         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
1172         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
1173         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
1174         * ext/alsa/gstalsamixer.h:
1175         * ext/alsa/gstalsamixerelement.c:
1176         (gst_alsa_mixer_element_interface_supported),
1177         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
1178         (gst_alsa_mixer_element_set_property),
1179         (gst_alsa_mixer_element_get_property),
1180         (gst_alsa_mixer_element_change_state):
1181         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_update):
1182         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_volume_changed),
1183         (gst_mixer_option_changed):
1184         * gst-libs/gst/interfaces/mixer.h:
1185         Revert commits towards #152864 made so far. We'll pick it up again
1186         after the 0.10.13 release.
1187
1188 2007-05-24  Wim Taymans  <wim@fluendo.com>
1189
1190         * gst-libs/gst/audio/gstbaseaudiosink.c:
1191         (gst_base_audio_sink_render):
1192         After an interrupt (PAUSED/flush) assume that the next sample should not
1193         be aligned to the previous sample. Fixes #417992.
1194
1195 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
1196
1197         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1198           Don't add channels and rate fields to the template caps for
1199           audio/x-dts, as wavparse might not always be able to set them,
1200           which would then lead to 'caps are not a real subset of the
1201           template caps' warnings.
1202
1203 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
1204
1205         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
1206         Handle unknown or invalid pads without crashing, as might occur if
1207         a media file like an mp3 is specified as a subtitle file.
1208         Fixes: #410039
1209
1210 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
1211
1212         * gst/playback/gstplaybin.c: (add_sink), (dummy_blocked_cb),
1213         (setup_sinks):
1214         Block the subtitle bin output queue before ghosting it and linking,
1215         then unblock after. This avoids spurious not-linked errors caused 
1216         by the queue starting up (because it gets linked when it is ghosted). 
1217         Fixes: #350299
1218
1219 2007-05-23  Jan Schmidt  <thaytan@mad.scientist.com>
1220
1221         * tests/check/elements/playbin.c: (test_suburi_error_unknowntype):
1222         Use /dev/zero instead of /dev/urandom to produce an invalid subtitle
1223         file. Avoids flukes where the input gets typefound to some valid but
1224         useless type.
1225
1226 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
1227
1228         * tests/check/Makefile.am:
1229         * tests/check/elements/.cvsignore:
1230         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink),
1231         (cleanup_gnomevfssink), (GST_START_TEST), (gnomevfssink_suite):
1232           Add unit test for gnomevfssink seeking and position reporting for
1233           file:// URIs.
1234
1235 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
1236
1237         Patch by: Mark Nauwelaerts <manauw at skynet be>
1238
1239         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_init),
1240         (gst_gnome_vfs_sink_open_file), (gst_gnome_vfs_sink_handle_event),
1241         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render):
1242         * ext/gnomevfs/gstgnomevfssink.h:
1243           Fix position reporting, especially after a seek (from upstream),
1244           see #412648.
1245
1246 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
1247
1248         * ext/cdparanoia/gstcdparanoiasrc.c:
1249           Repair umlaut.
1250
1251 2007-05-22  Jan Schmidt  <thaytan@mad.scientist.com>
1252
1253         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1254         Specify the full valid range for MP3 samplerates. Fixes a regression
1255         caused by extra header checks since the last release.
1256
1257 2007-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
1258
1259         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1260         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1261         Fix a locking-order bug I introduced with my changes the other day.
1262         Patch by Mike Smith.
1263
1264 2007-05-21  Michael Smith <msmith@fluendo.com>
1265
1266         * ext/theora/theoradec.c: (theora_handle_data_packet):
1267           Don't look inside 0-length packets (which indicate duplicated
1268           frames)
1269
1270 2007-05-21  Wim Taymans  <wim@fluendo.com>
1271
1272         * ext/cdparanoia/gstcdparanoiasrc.c:
1273         (gst_cd_paranoia_src_read_sector):
1274         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1275         (gst_base_audio_src_create):
1276         Small cleanups.
1277
1278         * ext/theora/theoradec.c: (theora_dec_sink_event):
1279         Fix typo.
1280
1281         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1282         (gst_base_rtp_depayload_set_gst_timestamp):
1283         Add some FIXME
1284
1285         * gst/playback/gstdecodebin.c: (queue_underrun_cb):
1286         And some debug info when a FIXME path is hit.
1287
1288 2007-05-21  Wim Taymans  <wim@fluendo.com>
1289
1290         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1291         (gst_base_rtp_audio_payload_class_init),
1292         (gst_base_rtp_audio_payload_init),
1293         (gst_base_rtp_audio_payload_finalize),
1294         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
1295         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
1296         (gst_base_rtp_payload_audio_handle_event):
1297         Some cleanups, remove minptime property as it is now in the parent
1298         class.
1299         Override parent class event function.
1300
1301         * gst-libs/gst/rtp/gstbasertppayload.c:
1302         (gst_basertppayload_class_init), (gst_basertppayload_init),
1303         (gst_basertppayload_event), (gst_basertppayload_set_property),
1304         (gst_basertppayload_get_property):
1305         * gst-libs/gst/rtp/gstbasertppayload.h:
1306         Add min-ptime property.
1307         Add handle-event vmethod. Fixes #415001.
1308
1309 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
1310
1311         * gst-libs/gst/audio/gstbaseaudiosink.c
1312           (gst_base_audio_sink_change_state):
1313           Fix typo in comment.
1314
1315         * gst/playback/gstdecodebin.c (gst_decode_bin_class_init,
1316           free_dynamics, pad_probe, close_pad_link, try_to_link_1,
1317           get_our_ghost_pad, remove_element_chain, queue_underrun_cb,
1318           close_link):
1319         * gst/playback/gstplaybin.c (gst_play_bin_set_property,
1320           gen_audio_element, remove_sinks, gst_play_bin_send_event_to_sink):
1321           Remove trailing whitespaces in comments.
1322
1323         * gst/volume/Makefile.am:
1324           Fix tabs.
1325
1326 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
1327
1328         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
1329
1330         * gst-libs/gst/interfaces/mixer.h (mixer_type, option_changed,
1331           set_option, get_option, _gst_reserved):
1332           Revert reordering functions (keep ABI).
1333
1334 2007-05-17  Jan Schmidt  <thaytan@mad.scientist.com>
1335
1336         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
1337         (gst_ximagesink_xwindow_new), (gst_ximagesink_handle_xevents),
1338         (gst_ximagesink_show_frame):
1339         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
1340         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_handle_xevents),
1341         (gst_xvimagesink_show_frame):
1342         When we create our own window, indicate that we handle the 
1343         WM_DELETE client message from the window manager, so that it won't 
1344         kill our window (and our app) along with it. Handle ClientMessage,
1345         post an error on the bus, and close the window. Further buffers
1346         arriving will result in a FlowError because the window has been
1347         destroyed.
1348
1349         Fixes: #393975
1350
1351         Clean up the X event handling loop and make them the same for
1352         both xvimagesink and ximagesink while I'm at it.
1353
1354 2007-05-17  Wim Taymans  <wim@fluendo.com>
1355
1356         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter):
1357         Make decodebin2 autoplug depayloaders too.
1358
1359         * gst/playback/gsturidecodebin.c: (source_new_pad):
1360         Set the newly created decoder in a usable state when autoplugging a
1361         dynamic source such as RTSP.
1362
1363 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
1364
1365         * gst/playback/gststreaminfo.c: (cb_probe):
1366           Ignore video-codec tag for audio streams and ignore audio-codec tags
1367           for video streams. Should make codec name collection a bit more
1368           robust against sloppy demuxers that send tag events containing both
1369           tags down each pad.
1370
1371 2007-05-17  Wim Taymans  <wim@fluendo.com>
1372
1373         * gst/playback/gstqueue2.c: (update_rates):
1374         Tweak the buffering thresholds a little.
1375         Update the buffer size with the previously calculate rate instead of
1376         only when we calculate a new rate so that we get smoother buffering
1377         updates.
1378
1379         * gst/playback/Makefile.am:
1380         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_base_init),
1381         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
1382         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
1383         (gst_uri_decode_bin_get_property), (unknown_type),
1384         (add_element_stream), (no_more_pads_full), (no_more_pads),
1385         (source_no_more_pads), (new_decoded_pad), (array_has_value),
1386         (gen_source_element), (has_all_raw_caps), (analyse_source),
1387         (remove_decoders), (make_decoder), (remove_source),
1388         (source_new_pad), (setup_source), (decoder_query_init),
1389         (decoder_query_duration_fold), (decoder_query_duration_done),
1390         (decoder_query_position_fold), (decoder_query_position_done),
1391         (decoder_query_latency_fold), (decoder_query_latency_done),
1392         (decoder_query_seeking_fold), (decoder_query_seeking_done),
1393         (decoder_query_generic_fold), (gst_uri_decode_bin_query),
1394         (gst_uri_decode_bin_change_state), (plugin_init):
1395         New element that intergrates a source, optional buffering element and
1396         decodebin.
1397
1398 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
1399
1400         * configure.ac:
1401           Bump libtheora requirement to 1.0alpha5 for the pixformat check
1402           (also has a .pc file, so we don't need the fallback check any
1403           longer). Fixes #438840.
1404
1405 2007-05-17  Wim Taymans  <wim@fluendo.com>
1406
1407         * gst/playback/gstqueue2.c: (gst_queue_get_type),
1408         (gst_queue_class_init), (gst_queue_finalize), (update_time_level),
1409         (apply_segment), (apply_buffer), (update_buffering),
1410         (reset_rate_timer), (update_rates), (gst_queue_locked_flush),
1411         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
1412         (gst_queue_handle_sink_event), (gst_queue_is_filled),
1413         (gst_queue_chain), (gst_queue_push_one), (gst_queue_loop),
1414         (plugin_init):
1415         fix build.
1416
1417 2007-05-17  Wim Taymans  <wim@fluendo.com>
1418
1419         * gst/playback/Makefile.am:
1420         * gst/playback/gstqueue2.c: (gst_queue_get_type),
1421         (gst_queue_class_init), (gst_queue_init), (gst_queue_finalize),
1422         (gst_queue_getcaps), (gst_queue_bufferalloc),
1423         (gst_queue_acceptcaps), (update_time_level), (apply_segment),
1424         (apply_buffer), (update_buffering), (reset_rate_timer),
1425         (update_rates), (gst_queue_locked_flush),
1426         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
1427         (gst_queue_handle_sink_event), (gst_queue_is_empty),
1428         (gst_queue_is_filled), (gst_queue_chain), (gst_queue_push_one),
1429         (gst_queue_loop), (gst_queue_handle_src_event),
1430         (gst_queue_handle_src_query), (gst_queue_sink_activate_push),
1431         (gst_queue_src_activate_push), (gst_queue_change_state),
1432         (gst_queue_set_property), (gst_queue_get_property), (plugin_init):
1433         On our way to playbin2 this is the new network queue that does buffering
1434         all by itself using high and low watermarks. It can also measure up and
1435         downstream bandwidth to optimally size the queue.
1436
1437 2007-05-17  Michael Smith <msmith@fluendo.com>
1438
1439         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
1440         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_do_seek):
1441           Use the segment->last_stop value to calculate the next timestamp to
1442           generate after a seek; not the segment->start value.
1443
1444 2007-05-15  David Schleef  <ds@schleef.org>
1445
1446         * docs/Makefile.am: Install docs even when --disable-gtk-doc
1447           is disabled.  This matches the behavior of gtk+.  Fixes #349099.
1448
1449 2007-05-15  Wim Taymans  <wim@fluendo.com>
1450
1451         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
1452         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
1453         Some more chained streaming ogg timestamp fixes.
1454
1455 2007-05-15  Wim Taymans  <wim@fluendo.com>
1456
1457         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
1458         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
1459         (gst_ogg_demux_handle_page):
1460         Add some FIXMEs.
1461         Fix chain start/stop segment handling based on patch by
1462         <ahalda at cs dot mcgill dot ca> see #320984.
1463
1464 2007-05-15  Michael Smith <msmith@fluendo.com>
1465
1466         * configure.ac:
1467           We don't require a C++ compiler. So don't require one.
1468
1469 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
1470
1471         * ext/alsa/gstalsamixer.c (source, n_poll_fds, poll_fds,
1472           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
1473           gst_alsa_mixer_finalize, gst_alsa_mixer_handle_source_callback,
1474           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
1475           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_update_option,
1476           gst_alsa_mixer_update_track):
1477           Apply some of the cleanup Tim suggested in #152864 afterwards.
1478
1479 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
1480
1481         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
1482
1483         * ext/alsa/gstalsamixer.c (main_context, GstAlsaMixerWatch,
1484           _GstAlsaMixerWatch, source, n_poll_fds, poll_fds,
1485           gst_alsa_mixer_watch_funcs, gst_alsa_mixer_prepare,
1486           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
1487           gst_alsa_mixer_finalize, gst_alsa_mixer_find_master_mixer,
1488           gst_alsa_mixer_handle_source_callback,
1489           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
1490           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_free,
1491           gst_alsa_mixer_get_volume, gst_alsa_mixer_set_volume,
1492           gst_alsa_mixer_set_mute, gst_alsa_mixer_set_record,
1493           gst_alsa_mixer_get_option, gst_alsa_mixer_update_option,
1494           gst_alsa_mixer_update_track, _gst_alsa_mixer_set_interface):
1495         * ext/alsa/gstalsamixer.h (handle_source, interface, dir):
1496         * ext/alsa/gstalsamixerelement.c (gst_alsa_mixer_element_details,
1497           gst_alsa_mixer_element_interface_supported,
1498           gst_alsa_mixer_element_finalize, gst_alsa_mixer_element_init,
1499           gst_alsa_mixer_element_set_property,
1500           gst_alsa_mixer_element_get_property,
1501           gst_alsa_mixer_element_change_state):
1502         * ext/alsa/gstalsamixertrack.c (gst_alsa_mixer_track_update):
1503         * gst-libs/gst/interfaces/mixer.c (gst_mixer_volume_changed,
1504           gst_mixer_option_changed):
1505         * gst-libs/gst/interfaces/mixer.h (set_option, get_option,
1506           volume_changed, option_changed, _gst_reserved):
1507           Implement notification for alsamixer. Fixes #152864
1508
1509 2007-05-14  David Schleef  <ds@schleef.org>
1510
1511         * gst/videotestsrc/videotestsrc.c:
1512         * gst/videotestsrc/videotestsrc.h:
1513           Add support for video/x-raw-bayer.
1514
1515 2007-05-12  David Schleef  <ds@schleef.org>
1516
1517         * sys/xvimage/xvimagesink.c:
1518           Add some sanity checking for the XVImage size returned by X.
1519           Related to #377400.
1520
1521 2007-05-12  Wim Taymans  <wim@fluendo.com>
1522
1523         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1524         (gst_base_rtp_depayload_setcaps),
1525         (gst_base_rtp_depayload_set_gst_timestamp):
1526         Parse and use additional caps fields as described in updated
1527         application/x-rtp caps spec.
1528
1529 2007-05-12  Wim Taymans  <wim@fluendo.com>
1530
1531         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
1532         (gst_ogg_demux_collect_chain_info):
1533         If there is a stream in a chain without any data packets, ignore the
1534         stream in the total length calculations. Might be related to #436820.
1535
1536 2007-05-11  Jan Schmidt  <thaytan@mad.scientist.com>
1537
1538         * gst/typefind/gsttypefindfunctions.c: (mpeg_sys_is_valid_pack),
1539         (mpeg_sys_is_valid_pes), (mpeg_sys_is_valid_sys),
1540         (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
1541         (mpeg_video_type_find), (mpeg_video_stream_type_find),
1542         (plugin_init):
1543
1544         Consolidate and re-work our mpeg system stream detection to probe
1545         more packets and produce a higher confidence result. Fixes a
1546         regression caused by lowering the typefind probability last year
1547         - related to bug #397810. Remove the redundant MPEG-1 specific 
1548         typefind function, as the new one detects both MPEG-1 & MPEG-2
1549         happily.
1550
1551         Also cleanup the MPEG elementary and MPEG-TS detection functions a
1552         little. 
1553
1554         Tested against my media test directory, with some improvements and
1555         no regressions.
1556
1557 2007-05-10  Wim Taymans  <wim@fluendo.com>
1558
1559         * gst/playback/gstplaybasebin.c: (fill_buffer), (check_queue),
1560         (queue_out_of_data):
1561         Connect to the new queue "pushing" signal instead of the broken
1562         "running" one.
1563
1564 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
1565
1566         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1567         (gst_base_rtp_audio_payload_handle_frame_based_buffer):
1568         Move variable declaration before the first instruction.
1569         * gst/videotestsrc/videotestsrc.c:
1570         Define M_PI if it's not defined yet.
1571         * win32/common/libgstrtp.def:
1572         Add new exported functions.
1573
1574 2007-05-09  Michael Smith <msmith@fluendo.com>
1575
1576         * ext/theora/theoradec.c: (theora_handle_type_packet):
1577           gst_pad_push_event() does not return a GstFlowReturn!
1578
1579 2007-05-09  Wim Taymans  <wim@fluendo.com>
1580
1581         * tests/examples/seek/scrubby.c: (stop_cb), (main):
1582         * tests/examples/seek/seek.c: (do_seek):
1583         Some small cosmetic changes.
1584
1585 2007-05-08  Stefan Kost  <ensonic@users.sf.net>
1586
1587         * gst/adder/gstadder.c (gst_adder_src_event, gst_adder_collected,
1588           gst_adder_change_state):
1589         * gst/adder/gstadder.h (bps, offset, collect_event, segment,
1590           segment_pending, segment_position, segment_rate):
1591           Handle playback-rate on adder.
1592
1593 2007-05-07  Michael Smith <msmith@fluendo.com>
1594
1595         * ext/theora/gsttheoradec.h:
1596         * ext/theora/theoradec.c: (gst_theora_dec_reset),
1597         (theora_dec_sink_event), (theora_handle_comment_packet),
1598         (theora_handle_type_packet), (theora_dec_change_state):
1599           Don't push events (newsegment, tags) before initialising the
1600           decoder.
1601           This is neccesary for seeking to work correctly in gnonlin.
1602
1603 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
1604
1605         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1606         * gst/adder/gstadder.c:
1607         * gst/audiotestsrc/gstaudiotestsrc.c
1608           (gst_audio_test_src_create_white_noise):
1609         * gst/videotestsrc/gstvideotestsrc.c:
1610         * gst/volume/gstvolume.c (VOLUME_UNITY_INT16,
1611           VOLUME_UNITY_INT16_BIT_SHIFT, VOLUME_MAX_DOUBLE,
1612           volume_sink_template, volume_src_template, gst_volume_init,
1613           volume_process_double, volume_process_int16,
1614           volume_process_int16_clamp):
1615           Doc fixes and formatting.
1616
1617 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
1618
1619         * tests/check/Makefile.am:
1620         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
1621           Minimal check for volume's GstController usability; also another
1622           test for #422295.
1623
1624 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
1625
1626         * gst-libs/gst/cdda/gstcddabasesrc.c:
1627         (gst_cdda_base_src_add_track):
1628           Fix it so that it (a) makes sense and (b) doesn't break
1629           everything cdda-related including the unit test.
1630
1631 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
1632
1633         * gst-libs/gst/cdda/gstcddabasesrc.c:
1634         (gst_cdda_base_src_add_track):
1635           Fix build when disabling asserts.
1636
1637 2007-05-03  Tim-Philipp Müller  <tim at centricular dot net>
1638
1639         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
1640           When XShm is not available, we might get row strides that are not
1641           rounded up to multiples of four; this is bad, because virtually
1642           every RGB-processing element in GStreamer assumes rowstrides are
1643           rounded up to multiples of four, so let's allocate at least enough
1644           memory to avoid crashes in this case. The image will still be
1645           displayed distorted though if this happens, so that still needs
1646           fixing (maybe by allocating a bigger image with an 'even' width
1647           and then clipping it appropriately when rendering - something for
1648           Xlib aficionados in any case).
1649
1650 2007-05-03  Michael Smith <msmith@fluendo.com>
1651
1652         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
1653           If a buffer doesn't have a timestamp, assume it's contiguous with
1654           the previous buffer, and synthesise timestamps appropriately.
1655
1656 2007-05-03  Edward Hervey  <edward@fluendo.com>
1657
1658         * tests/check/elements/videorate.c: (GST_START_TEST):
1659         Set buffer timestamp to a valid value in order to test the buffer
1660         really does stay in videorate.
1661
1662 2007-05-03  Edward Hervey  <edward@fluendo.com>
1663
1664         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
1665         There is no sensible way to handle incoming buffers which don't have a
1666         valid timestamp. We therefore discard them and wait for the next one.
1667
1668 2007-05-01  Tim-Philipp Müller  <tim at centricular dot net>
1669
1670         * gst/playback/gstdecodebin.c: (type_found), (plugin_init):
1671         * gst/playback/gstdecodebin2.c: (plugin_init):
1672           Better error message for text files.
1673
1674 2007-04-29  Wim Taymans  <wim@fluendo.com>
1675
1676         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_add_rb):
1677         Fix offset bug in generation RR packets.
1678
1679 2007-04-27  Julien MOUTTE  <julien@moutte.net>
1680
1681         * ext/theora/theoradec.c: (_theora_granule_time),
1682         (theora_dec_push_forward), (theora_handle_data_packet),
1683         (theora_dec_decode_buffer): Calculate buffer duration correctly
1684         to generate a perfect stream (#433888).
1685         * gst/audioresample/gstaudioresample.c:
1686         (audioresample_check_discont): Glib provides ABS.
1687
1688 2007-04-27  Wim Taymans  <wim@fluendo.com>
1689
1690         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
1691         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_sdes_add_item),
1692         (gst_rtcp_packet_sdes_add_entry), (gst_rtcp_packet_bye_add_ssrc),
1693         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
1694         (gst_rtcp_packet_bye_set_reason):
1695         * gst-libs/gst/rtp/gstrtcpbuffer.h:
1696         Fix RB block parsing and writing.
1697         Add support for constructing BYE packets.
1698
1699 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
1700
1701         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init),
1702         (gst_base_audio_src_create):
1703         * po/POTFILES.in:
1704           When posting a warning message because samples were dropped, post
1705           something more intelligible than he default error message for clock
1706           errors which is just confusing in this context (#432984).
1707
1708 2007-04-25  Wim Taymans  <wim@fluendo.com>
1709
1710         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_buffer_new),
1711         (gst_rtcp_buffer_end), (gst_rtcp_buffer_get_packet_count),
1712         (read_packet_header), (gst_rtcp_packet_move_to_next),
1713         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_sr_set_sender_info),
1714         (gst_rtcp_packet_rr_set_ssrc), (gst_rtcp_packet_add_rb),
1715         (gst_rtcp_packet_sdes_get_item_count),
1716         (gst_rtcp_packet_sdes_first_item),
1717         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_ssrc),
1718         (gst_rtcp_packet_sdes_first_entry),
1719         (gst_rtcp_packet_sdes_next_entry),
1720         (gst_rtcp_packet_sdes_get_entry), (gst_rtcp_packet_sdes_add_item),
1721         (gst_rtcp_packet_sdes_add_entry):
1722         * gst-libs/gst/rtp/gstrtcpbuffer.h:
1723         Implement code to write SR, RR and SDES packets.
1724
1725 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
1726
1727         Patch by: Christian Kirbach <Christian dot Kirbach at googlemail com>
1728
1729         * sys/ximage/ximagesink.c:
1730           Fix build if XShm is not available (#432362).
1731
1732 2007-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
1733
1734         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init):
1735         Initalize the AudioConvertCtx with zeroes, otherwise it will contain
1736         pointers to random memory which are passed to g_free() when
1737         audio_convert_prepare_context() is called the first time.
1738
1739 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
1740
1741         Patch by: Dan Williams <dcbw redhat com>
1742
1743         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
1744           Don't leak incoming buffer if gst_pad_push() returns a
1745           non-OK flow. Fixes #432755.
1746          
1747         * tests/check/elements/videorate.c: (GST_START_TEST),
1748         (videorate_suite):
1749           Unit test for the above by Yours Truly.
1750
1751 2007-04-23  Stefan Kost  <ensonic@users.sf.net>
1752
1753         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
1754         (gst_adder_sink_event), (gst_adder_collected):
1755           Fix non-flushing segmented seeks, Fixes #340060 for me
1756
1757 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
1758
1759         Patch by: Olivier Crete  <tester at tester ca>
1760
1761         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1762         (gst_base_rtp_audio_payload_class_init),
1763         (gst_base_rtp_audio_payload_init),
1764         (gst_base_rtp_audio_payload_dispose):
1765           Chain up to parent class in dispose function; get rid of
1766           unnecessary 'diposed' flag in private structure (#415001).
1767
1768 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
1769
1770         * docs/libs/gst-plugins-base-libs.types:
1771         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1772         (gst_base_rtp_audio_payload_class_init):
1773         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1774         * gst-libs/gst/rtp/gstbasertppayload.c:
1775           Some minor docs fixes and additions; also add missing 'Since' bits.
1776
1777 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
1778
1779         Patch by: Zeeshan Ali  <zeenix gmail com>
1780
1781         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1782         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
1783         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
1784         (gst_base_rtp_audio_payload_push):
1785         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
1786           The recently-added gst_base_rtp_audio_payload_push() should take an
1787           object of type GstBaseRTPAudioPayload as first argument (#431672).
1788
1789 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
1790
1791         * gst/audioresample/gstaudioresample.c:
1792           Make more functions static, just because we can.
1793
1794 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
1795
1796         * tests/check/elements/audioresample.c:
1797           Add unit test for audioresample shutdown crasher (#420106).
1798
1799 2007-04-20  Stefan Kost  <ensonic@users.sf.net>
1800
1801         * gst/subparse/gstsubparse.c:
1802         * gst/subparse/samiparse.c:
1803           Use GST_DISABLE_XML here
1804
1805         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
1806         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_get_xv_support),
1807         (gst_xvimagesink_buffer_alloc),
1808         (gst_xvimagesink_navigation_send_event):
1809         * sys/xvimage/xvimagesink.h:
1810           Include stdlib.h when using atoi.
1811           
1812         * tests/check/elements/playbin.c: (playbin_suite):
1813           Use GST_DISABLE_REGISTRY here
1814
1815 2007-04-19  Michael Smith  <msmith@fluendo.com>
1816
1817         * ext/theora/gsttheoraenc.h:
1818         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
1819         (theora_enc_sink_event), (theora_enc_change_state):
1820           Track initialisation state; don't try to use encoder state if we're
1821           not initialised (it'll segfault).
1822
1823 2007-04-18  Stefan Kost  <ensonic@users.sf.net>
1824
1825         * tests/check/pipelines/.cvsignore:
1826         Fix build.
1827
1828 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
1829
1830         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1831         Allow random depths between 1 and 32 instead of only multiplies of 8.
1832
1833 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
1834
1835         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1836         Set the maximum number of channels for PCM and float in the correct
1837         place to have it also used when creating the template caps.
1838
1839 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
1840
1841         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1842         Correctly support 4, 6 and 8 channels with normal PCM and float
1843         wav files.
1844
1845         Fix the depth and signedness calculation in extensible wav files and
1846         also handle 1, 2, 4, 6, 8 channels here when a file without channel
1847         mask is found.
1848
1849         Add support for float, alaw and mulaw in extensible wav files.
1850
1851         This allows correct playback of all but 5 files from
1852         http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/Samples.html
1853         
1854         (gst_riff_create_audio_template_caps):
1855         Add voxware and float formats to the template caps.     
1856
1857 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
1858
1859         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
1860
1861         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
1862         Fix unused variable warning if HAVE_LOCALTIME_R is undefinied
1863
1864         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1865         * gst/audioresample/gstaudioresample.c: (audioresample_do_output):
1866         Use the correct format strings for integer formats.
1867
1868 2007-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1869
1870         * ext/theora/theoraenc.c (theora_buffer_from_packet, theora_enc_chain):
1871           Don't use pad_alloc_buffer_and_set_caps to create a small header
1872           packet, or, worse, to create a big temporary video buffer using the
1873           src pad.
1874
1875 2007-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
1876
1877         * gst/gdp/gstgdppay.c (gst_gdp_pay_chain):
1878         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
1879           GST_START_TEST, buffer_probe_cb, GST_START_TEST):
1880           Fix a bug where serialized IN_CAPS buffers needed to be set IN_CAPS.
1881
1882 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
1883
1884         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
1885           GST_START_TEST, n_in_caps, buffer_probe_cb, GST_START_TEST,
1886           streamheader_suite):
1887           Add another test set up for failure
1888
1889 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
1890
1891         * tests/check/Makefile.am:
1892         * tests/check/pipelines/streamheader.c (n_tags, tag_event_probe_cb,
1893           GST_START_TEST, streamheader_suite, main):
1894           Add a test for the streamheader bug Wim fixed.
1895
1896 2007-04-13  Jan Schmidt  <thaytan@mad.scientist.com>
1897
1898         * ext/theora/theoradec.c: (theora_dec_sink_event):
1899         Fix misleading comment.
1900
1901 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
1902
1903         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1904           More sanity checks for the header fields.
1905
1906 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
1907
1908         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
1909           Try encodings from all environment variables, not just those in the
1910           first environment variable that is set.
1911
1912 2007-04-12  Wim Taymans  <wim@fluendo.com>
1913
1914         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
1915         (gst_video_rate_chain):
1916         Add some debug.
1917
1918         * tests/check/elements/videorate.c: (GST_START_TEST),
1919         (videorate_suite):
1920         Added check for videorate changing caps handling. Closes #421834.
1921
1922 2007-04-12  Michael Smith  <msmith@fluendo.com>
1923
1924         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1925           Use scale functions to avoid overflow when calculating duration of 
1926           vorbis buffers.
1927
1928 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
1929
1930         * docs/libs/gst-plugins-base-libs-sections.txt:
1931         * gst-libs/gst/tag/tag.h:
1932         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
1933           API: add gst_tag_freeform_string_to_utf8() (#405072).
1934
1935         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_extract_id3v1_string):
1936           Use gst_tag_freeform_string_to_utf8() here.
1937
1938 2007-04-12  Wim Taymans  <wim@fluendo.com>
1939
1940         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain),
1941         (gst_gdp_pay_sink_event):
1942         Make sure we set the IN_CAPS flag correctly.
1943
1944         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
1945         Get the IN_CAPS flag before we call functions that mess with the flags.
1946
1947 2007-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
1948
1949         * gst/gdp/gstgdppay.c (gst_gdp_pay_reset_streamheader,
1950           gst_gdp_pay_chain, gst_gdp_pay_sink_event):
1951           Only stamp buffers with offset/offset_end right before they get
1952           pushed.  This ensures offset continuity, which was not the case
1953           before as shown by
1954           gst-launch -v -m audiotestsrc num-buffers=10 ! audioconvert ! vorbisenc ! gdppay ! identity check-imperfect-offset=TRUE ! fakesink silent=TRUE
1955
1956 2007-04-06  Wim Taymans  <wim@fluendo.com>
1957
1958         * gst/playback/gstplaybin.c: (add_sink),
1959         (gst_play_bin_change_state):
1960         Activate sync in playbin, we are ready to handle it for live streams.
1961
1962 2007-04-06  Tim-Philipp Müller  <tim at centricular dot net>
1963
1964         * tests/check/elements/playbin.c:
1965         (test_sink_usage_video_only_stream), (playbin_suite):
1966           Add small test for stream-info-value-array code paths.
1967
1968 2007-04-05  Wim Taymans  <wim@fluendo.com>
1969
1970         * gst-libs/gst/audio/gstbaseaudiosink.c:
1971         (gst_base_audio_sink_skew_slaving):
1972         Don't try to create invalid calibration parameters by making the
1973         internal time go backwards, instead make external time go forward.
1974
1975 2007-04-05  Wim Taymans  <wim@fluendo.com>
1976
1977         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
1978
1979         * gst/playback/gstplaybasebin.c: (add_stream):
1980         Fix leak in add_stream(), when g_value_set_object() increases the
1981         refcount of streaminfo object. Fixes #426250.
1982
1983 2007-04-03  David Schleef  <ds@schleef.org>
1984
1985         * gst/videotestsrc/gstvideotestsrc.c:
1986         * gst/videotestsrc/gstvideotestsrc.h:
1987         * gst/videotestsrc/videotestsrc.c:
1988         * gst/videotestsrc/videotestsrc.h:
1989           Add a test pattern called "circular", which has concentric
1990           rings with varying radial frequency.  The main purpose of this
1991           pattern is to test fidelity loss in a filter or scaler element.
1992           Notably, this pattern is scale invariant, and is optimally viewed
1993           with a width (and height) of 400.
1994
1995 2007-04-03  Wim Taymans  <wim@fluendo.com>
1996
1997         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
1998
1999         * gst/playback/gstdecodebin2.c: (connect_pad), (expose_pad),
2000         (deactivate_free_recursive):
2001         Decodebin2 doesn't unref pads it obtains in some occasions:
2002         - multiqueue src pads, when either connecting further or exposing
2003         - sink pads of new autoplugged elements
2004         - peer pads when recursively freeing elements
2005         Fixes #425455.
2006
2007 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
2008
2009         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2010         Add audio/x-raw-float support, now that audioconvert support
2011         non-native endianness floats.
2012
2013 2007-03-30  Tim-Philipp Müller  <tim at centricular dot net>
2014
2015         * docs/libs/gst-plugins-base-libs-docs.sgml:
2016           gstreamer-plugins-base.pc doesn't exist, it's
2017           gstreamer-plugins-base-0.10.pc.
2018
2019 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
2020
2021         Patch by: René Stadler <mail at renestadler dot de>
2022         with some minor changes
2023
2024         * gst-libs/gst/floatcast/floatcast.h:
2025         Use more efficient float endianness conversion functions that don't
2026         involve 2 function calls per value.
2027         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
2028         (check_default), (audio_convert_prepare_context):
2029         * gst/audioconvert/gstaudioconvert.c:
2030         (gst_audio_convert_parse_caps), (make_lossless_changes):
2031         Support non-native endianness floats as input and output.
2032         Fixes #339838.
2033         * tests/check/elements/audioconvert.c: (verify_convert),
2034         (GST_START_TEST):
2035         Add unit tests for the non-native endianness float conversions.
2036
2037 2007-03-29  Wim Taymans  <wim@fluendo.com>
2038
2039         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2040         (gst_base_rtp_depayload_base_init),
2041         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
2042         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
2043         (gst_base_rtp_depayload_set_gst_timestamp),
2044         (gst_base_rtp_depayload_change_state),
2045         (gst_base_rtp_depayload_set_property),
2046         (gst_base_rtp_depayload_get_property):
2047         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2048         Add Private structure.
2049         Bring element code to 2007.
2050         Parse clock-base caps param and use it when generating the
2051         newsegment.
2052         Reset variables before going to PAUSED.
2053         Fix some docs.
2054
2055 2007-03-29  Wim Taymans  <wim@fluendo.com>
2056
2057         * docs/libs/gst-plugins-base-libs-docs.sgml:
2058         * docs/libs/gst-plugins-base-libs-sections.txt:
2059         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2060         (gst_base_rtp_audio_payload_get_adapter):
2061         Add RTCP docs.
2062         Fix some more docs.
2063
2064         * gst-libs/gst/rtp/Makefile.am:
2065         * gst-libs/gst/rtp/gstrtcpbuffer.c:
2066         (gst_rtcp_buffer_new_take_data), (gst_rtcp_buffer_new_copy_data),
2067         (gst_rtcp_buffer_validate_data), (gst_rtcp_buffer_validate),
2068         (gst_rtcp_buffer_get_packet_count), (read_packet_header),
2069         (gst_rtcp_buffer_get_first_packet), (gst_rtcp_packet_move_to_next),
2070         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_remove),
2071         (gst_rtcp_packet_get_padding), (gst_rtcp_packet_get_type),
2072         (gst_rtcp_packet_get_count), (gst_rtcp_packet_get_length),
2073         (gst_rtcp_packet_sr_get_sender_info),
2074         (gst_rtcp_packet_sr_set_sender_info),
2075         (gst_rtcp_packet_rr_get_ssrc), (gst_rtcp_packet_rr_set_ssrc),
2076         (gst_rtcp_packet_get_rb_count), (gst_rtcp_packet_get_rb),
2077         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_set_rb),
2078         (gst_rtcp_packet_sdes_get_chunk_count),
2079         (gst_rtcp_packet_sdes_first_chunk),
2080         (gst_rtcp_packet_sdes_next_chunk), (gst_rtcp_packet_sdes_get_ssrc),
2081         (gst_rtcp_packet_sdes_first_item),
2082         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_item),
2083         (gst_rtcp_packet_bye_get_ssrc_count),
2084         (gst_rtcp_packet_bye_get_nth_ssrc), (gst_rtcp_packet_bye_add_ssrc),
2085         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
2086         (gst_rtcp_packet_bye_get_reason_len),
2087         (gst_rtcp_packet_bye_get_reason), (gst_rtcp_packet_bye_set_reason):
2088         * gst-libs/gst/rtp/gstrtcpbuffer.h:
2089         Add new helper object for parsing and creating RTCP messages.
2090
2091 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
2092
2093         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2094         PCM samples with width=8 must be always unsigned, no matter what
2095         depth they have.
2096
2097 2007-03-29  Andy Wingo  <wingo@pobox.com>
2098
2099         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make
2100         perfect offsets also, not just timestamps.
2101
2102         * tests/check/elements/videorate.c (test_more): Test that given
2103         any incoming offsets, that videorate produces perfect offsets.
2104
2105 2007-03-29  Wim Taymans  <wim@fluendo.com>
2106
2107         * gst-libs/gst/riff/riff-ids.h:
2108         Add some more RIFF formats.
2109
2110 2007-03-29  Wim Taymans  <wim@fluendo.com>
2111
2112         * gst-libs/gst/rtp/gstrtpbuffer.c:
2113         (gst_rtp_buffer_default_clock_rate):
2114         * gst-libs/gst/rtp/gstrtpbuffer.h:
2115         Fix fixed payload names and docs.
2116         Added method to get the default clock rates of fixed payload types.
2117         API: GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
2118
2119 2007-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2120
2121         * tests/check/pipelines/.cvsignore:
2122         Add new vorbisdec test to cvsignore.
2123
2124 2007-03-28  Wim Taymans  <wim@fluendo.com>
2125
2126         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
2127         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
2128         (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
2129         (gst_base_audio_sink_set_property),
2130         (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
2131         (clock_convert_external), (gst_base_audio_sink_resample_slaving),
2132         (gst_base_audio_sink_skew_slaving),
2133         (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
2134         (gst_base_audio_sink_async_play):
2135         * gst-libs/gst/audio/gstbaseaudiosink.h:
2136         Store private stuff in GstBaseAudioSinkPrivate.
2137         Add configurable clock slaving modes property.
2138         API:: GstBaseAudioSink::slave-method property
2139         Some more latency reporting tweaks.
2140         Added skew based clock slaving correction and make it the default until
2141         the resampling method is more robust.
2142
2143 2007-03-27  Sebastian Dröge  <slomo@circular-chaos.org>
2144
2145         * gst/audioconvert/audioconvert.c:
2146         Add docs to the integer pack functions and implement proper
2147         rounding. Before we had rounding towards negative infinity, i.e.
2148         always the smaller number was taken. Now we use natural rounding,
2149         i.e. rounding to the nearest integer and to the one with the largest
2150         absolute value for X.5. The old rounding introduced some minor
2151         distortions. Fixes #420079
2152         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2153         Fix one unit test that assumed the old rounding and added unit tests
2154         for checking signed/unsigned int16 <-> signed/unsigned int16 with
2155         depth 8, one for signed int16 <-> unsigned int16 and one for the new
2156         rounding from signed int32 to signed/unsigned int16.
2157
2158 2007-03-27  Michael Smith  <msmith@fluendo.com>
2159
2160         * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
2161         (gst_audio_convert_transform_caps):
2162           Fix typo in debug line introduced recently, as pointed out on irc.
2163
2164 2007-03-27  Tim-Philipp Müller  <tim at centricular dot net>
2165
2166         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
2167         * tests/check/libs/tag.c: (GST_START_TEST):
2168           Make sure we parse floating-point numbers in vorbis comments
2169           correctly with either '.' or ',' as separator, no matter what
2170           the current locale is. Add unit test for this too.
2171
2172 2007-03-26  Tim-Philipp Müller  <tim at centricular dot net>
2173
2174         Patch by: René Stadler  <mail at renestadler de>
2175
2176         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
2177           When writing out floating-point numbers to vorbis comment tags, always
2178           use the same character as separator no matter what the current locale is
2179           (fixes #423051).
2180
2181         * tests/check/libs/tag.c: (GST_START_TEST):
2182           Add unit tests for replaygain tags in vorbis comments (closes #423055).
2183
2184 2007-03-26  Thomas Vander Stichele  <thomas at apestaart dot org>
2185
2186         * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
2187           vorbis_handle_data_packet):
2188           Correctly set DURATION to generate a timestamp-continuous stream.
2189           One bug left at the end; see
2190           ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
2191         * tests/check/Makefile.am:
2192         * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
2193           Add a test to check this.  Without the above patch this test fails.
2194
2195 2007-03-26  Jan Schmidt  <thaytan@mad.scientist.com>
2196
2197         * gst-libs/gst/rtp/Makefile.am:
2198         The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
2199
2200 2007-03-23  Michael Smith  <msmith@fluendo.com>
2201
2202         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
2203         (gst_video_rate_reset), (gst_video_rate_chain):
2204           If videorate changes caps, we can no longer use the old buffer
2205           (which may have a different size, incompatible with our caps).
2206           So don't do that; just duplicate the new frame more times.
2207
2208 2007-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
2209
2210         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
2211         Remove playbin's override of the set_clock vmethod. It's irrelevant
2212         after Wim's commit on the 19th.
2213
2214 2007-03-22  Wim Taymans  <wim@fluendo.com>
2215
2216         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
2217         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
2218         * ext/gnomevfs/gstgnomevfssrc.h:
2219         Don't cache file sizes. Fixes #341078.
2220
2221 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
2222
2223         * gst/playback/gstplaybin.c: (add_sink):
2224           Use GST_PTR_FORMAT to log caps. 
2225
2226 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
2227
2228         Patch by: Young-Ho Cha <ganadist at chollian net>
2229
2230         * gst/subparse/samiparse.c: (handle_start_font):
2231           Special-case some more colour names that pango doesn't handle by
2232           default. Fixes #420578.
2233
2234 2007-03-20  Michael Smith  <msmith@fluendo.com>
2235
2236         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
2237           If we get a zero-sized input buffer, don't pass it to libvorbis, as
2238           that marks EOS internally. After that, libvorbis will buffer all
2239           input data, and encode none of it, eventually leading to memory
2240           exhaustion.
2241
2242 2007-03-19  Wim Taymans  <wim@fluendo.com>
2243
2244         * gst/playback/gstdecodebin.c: (remove_fakesink):
2245         Don't post STATE_DIRTY anymore.
2246
2247         * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
2248         (gst_play_bin_change_state):
2249         Remove stream_time reset in seek handling, core does that now.
2250         Disable clocking for live pipelines by forcing a NULL clock to the
2251         complete pipeline, core is too smart now for our previous hack.
2252         We can always autoplug in PAUSED now.
2253
2254 2007-03-17  David Schleef  <ds@schleef.org>
2255
2256         * REQUIREMENTS:  Update this file, change the formatting to make
2257         it more consistent, plus more machine readable.
2258
2259 2007-03-16  Michael Smith  <msmith@fluendo.com>
2260
2261         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
2262         (strip_width_64), (append_with_other_format):
2263           Previous fix was too simplistic, and broke the tests. Use a better
2264           approach; only strip 64 from widths for integer audio.
2265
2266 2007-03-16  Michael Smith  <msmith@fluendo.com>
2267
2268         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
2269         (gst_audio_convert_transform_caps):
2270           We don't support 64 bit integer audio, so don't try to claim we can.
2271           Stops us producing caps don't match our template caps.
2272           Update comments.
2273
2274 2007-03-15  Michael Smith  <msmith@fluendo.com>
2275
2276         * gst/audioresample/gstaudioresample.c:
2277         (audioresample_check_discont), (audioresample_transform):
2278           Don't trigger discontinuities for very small imperfections; a filter
2279           flush will sound bad, and many plugins have rounding errors leading
2280           to these.
2281
2282 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2283
2284         Patch by: Olivier Crete <olivier.crete@collabora.co.uk>
2285
2286         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2287         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
2288         API: add "min-ptime" property to RTP base audio payloader.
2289         API: add gst_base_rtp_audio_payload_push().
2290         API: add gst_base_rtp_audio_payload_get_adapter().
2291         Fixes #415001
2292         Indentation/whitespace/documentation fixes.
2293
2294 2007-03-14  Julien MOUTTE  <julien@moutte.net>
2295
2296         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
2297         (audioresample_transform_size), (audioresample_do_output),
2298         (audioresample_transform), (audioresample_pushthrough): Handle
2299         discontinuous streams.
2300         * gst/audioresample/gstaudioresample.h:
2301         * tests/check/elements/audioresample.c:
2302         (test_discont_stream_instance), (GST_START_TEST),
2303         (audioresample_suite): Add a test for discontinuous streams.
2304         * win32/common/config.h: Updated.
2305
2306 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2307
2308         * po/af.po:
2309         * po/az.po:
2310         * po/cs.po:
2311         * po/en_GB.po:
2312         * po/it.po:
2313         * po/nb.po:
2314         * po/nl.po:
2315         * po/or.po:
2316         * po/sq.po:
2317         * po/sr.po:
2318         * po/sv.po:
2319         * po/uk.po:
2320         * po/vi.po:
2321           Update translations from translation project.
2322
2323 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2324
2325         * gst/audioresample/debug.h:
2326         * gst/audioresample/resample.c: (resample_init):
2327           Since I really am not interested in a debug line for each sample
2328           being processed, move the library's debugging to its own category,
2329           libaudioresample
2330
2331 2007-03-13  Michael Smith  <msmith@fluendo.com>
2332
2333         * ext/theora/theoradec.c: (theora_handle_type_packet):
2334           Since the plugin doesn't support anything other than 4:2:0 right
2335           now, post an error and fail if we get something else. Won't matter
2336           until libtheora supports the other pixel formats, but hopefully
2337           that'll be soon...
2338
2339 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
2340
2341         * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
2342         Use gst_guint64_to_gdouble for conversion.
2343         * win32/MANIFEST:
2344         Add new files to the win32 MANIFEST.
2345         * win32/common/libgstaudio.def:
2346         * win32/common/libgstpbutils.def:
2347         Add new exported functions.
2348         * win32/vs6/gst_plugins_base.dsw:
2349         * win32/vs6/libgstdecodebin.dsp:
2350         * win32/vs6/libgstplaybin.dsp:
2351         Change the link to libgstpbutils.lib.
2352         * win32/vs6/libgstdecodebin2.dsp:
2353         Add a new project for decodebin2.
2354         * win32/vs6/libgstpbutils.dsp:
2355         Add a new project for pbutils.
2356
2357 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
2358
2359         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
2360           Also accept partial dates with only year and month,
2361           like 1999-12-00 (fixes #410396 even more).
2362
2363         * tests/check/libs/tag.c: (GST_START_TEST):
2364           Add unit test for the above.
2365
2366 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
2367
2368         * tests/check/elements/subparse.c: (GST_START_TEST),
2369         (subparse_suite):
2370           Add unit test for MPL2 subtitle format (#413799).
2371
2372 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
2373
2374         Patch by: Kamil Pawlowski  <kamilpe gmail com>
2375
2376         * gst/subparse/Makefile.am:
2377         * gst/subparse/gstsubparse.c:
2378         (gst_sub_parse_data_format_autodetect),
2379         (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
2380         (gst_subparse_type_find):
2381         * gst/subparse/gstsubparse.h:
2382         * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
2383         * gst/subparse/mpl2parse.h:
2384           Add support for MPL2 subtitle format (#413799).
2385
2386 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
2387
2388         * configure.ac:
2389           We require core CVS for the new buffer metadata copy functions.
2390
2391 2007-03-09  Wim Taymans  <wim@fluendo.com>
2392
2393         * gst-libs/gst/tag/gstid3tag.c:
2394         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
2395         Fixes #414496.
2396
2397         Patch by: Alex Lancaster <alexl at users sourceforge net>
2398
2399 2007-03-09  Wim Taymans  <wim@fluendo.com>
2400
2401         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
2402         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
2403         Improve adapter usage and comments.
2404
2405 2007-03-09  Wim Taymans  <wim@fluendo.com>
2406
2407         * ext/pango/gsttextrender.c: (gst_text_render_chain):
2408         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
2409         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
2410         Use new metadata copy function.
2411
2412         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2413         (gst_ffmpegcsp_transform):
2414         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
2415         Basetransform copied the metadata for us.
2416
2417 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
2418
2419         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
2420         (gst_text_overlay_video_event):
2421           Some more logging. Only accept newsegment events in TIME format and
2422           send a WARNING message if they are not in TIME format.
2423
2424         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
2425         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
2426         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
2427         * gst/subparse/gstsubparse.h:
2428           No need to allocate GstSegment structure dynamically, just put it
2429           into the instance structure; ignore newsegment events in BYTE
2430           format and in particular don't let it overwrite our saved TIME
2431           segment from the last seek.
2432
2433 2007-03-09  Michael Smith  <msmith@fluendo.com>
2434
2435         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
2436           Replace AC3 typefinder with one that isn't terrible, and actually
2437           works usefully.
2438
2439 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2440
2441         * gst/audioconvert/gstaudioconvert.c:
2442         (gst_audio_convert_transform):
2443           fix error category and translatable string
2444           
2445
2446 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
2447
2448         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
2449         * pkgconfig/gstreamer-plugins-base.pc.in:
2450           Fix up utils => pbutils here too.
2451
2452 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
2453
2454         * gst/subparse/gstsubparse.c: (handle_buffer):
2455           Break out of loop in chain function as soon as possible if we get
2456           a non-OK flow return.
2457
2458 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
2459
2460         * tests/check/elements/alsa.c: (GST_START_TEST):
2461         Unref the mixer if the state change fails too (if the
2462         alsa devices are inaccessible, for example)
2463
2464 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
2465
2466         * tests/check/Makefile.am:
2467         Don't test libvisual elements in the states check, because libvisual
2468         seems to leak internally.
2469
2470         Re-enable the alsa and states tests now that there's new suppressions
2471         in gst.supp.
2472
2473         * tests/check/elements/alsa.c: (GST_START_TEST):
2474         Don't leak the alsamixer we instantiated.
2475
2476 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
2477
2478         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
2479         (gst_ximagesink_change_state), (gst_ximagesink_reset),
2480         (gst_ximagesink_finalize):
2481         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
2482         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
2483         Move some cleanup stuff from the state change handler into a _reset()
2484         function that can be called from _finalize(). This ensures that things
2485         get freed even if (for some reason) the NULL->READY state transition
2486         fails in the parent class.
2487         Even if a parent state change fails, process our downward state change
2488         logic instead of bailing out early.
2489         Free the correct xcontext pointer in ximagesink's xcontext_clear.
2490
2491 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
2492
2493         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
2494         Extra log line.
2495
2496         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
2497         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
2498         Use pango_font_description_set_family_static instead of 
2499         pango_font_description_set_family to save a string copy (it was
2500         leaking due to the strdup anyway)
2501
2502         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
2503         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
2504         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
2505         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
2506         Chain up in finalize.
2507
2508 2007-03-07  Tim-Philipp Müller  <tim at centricular dot net>
2509
2510         * gst-libs/gst/interfaces/mixertrack.c:
2511         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
2512         (gst_mixer_track_set_property):
2513           API: add "untranslated-label" property which should be set by
2514           implementations at construct time (#414645).
2515
2516         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
2517         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
2518           Set "untranslated-label" when constructing mixer track objects.
2519
2520         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
2521           Unit test to check the above.
2522
2523 2007-03-07  Wim Taymans  <wim@fluendo.com>
2524
2525         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
2526         Fix confusing debug message.
2527
2528 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
2529
2530         * gst-plugins-base.doap:
2531         update doap file with new version
2532
2533 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
2534
2535         * configure.ac:
2536         Back to CVS
2537
2538 === release 0.10.12 ===
2539
2540 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
2541
2542         * configure.ac:
2543           releasing 0.10.12, "Zombie Horde"
2544
2545 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
2546
2547         * configure.ac:
2548         Bump version to 0.10.11.4 pre-release
2549
2550 2007-03-06  Wim Taymans  <wim@fluendo.com>
2551
2552         * gst-libs/gst/audio/gstbaseaudiosink.c:
2553         (gst_base_audio_sink_async_play):
2554         Fix regression that made GStreamer skip the first samples of audio.
2555         Fixes #414684.
2556
2557 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
2558
2559         * configure.ac:
2560         Bump version to 0.10.11.3 pre-release
2561
2562 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
2563
2564         * po/POTFILES.in:
2565           Update paths for the rename from utils to pbutils to fix the build.
2566
2567 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
2568
2569         * gst-libs/gst/pbutils/Makefile.am:
2570           Change directory to install headers in from gst/utils to gst/pbutils
2571           as well.
2572
2573 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
2574
2575         * configure.ac:
2576         * docs/libs/gst-plugins-base-libs-docs.sgml:
2577         * docs/libs/gst-plugins-base-libs-sections.txt:
2578         * gst-libs/gst/Makefile.am:
2579         * gst-libs/gst/interfaces/mixer.c:
2580         * gst-libs/gst/pbutils/Makefile.am:
2581         * gst-libs/gst/pbutils/descriptions.c:
2582         (gst_pb_utils_get_source_description),
2583         (gst_pb_utils_get_sink_description),
2584         (gst_pb_utils_get_decoder_description),
2585         (gst_pb_utils_get_encoder_description),
2586         (gst_pb_utils_get_element_description),
2587         (gst_pb_utils_add_codec_description_to_tag_list),
2588         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
2589         * gst-libs/gst/pbutils/descriptions.h:
2590         * gst-libs/gst/pbutils/install-plugins.c:
2591         * gst-libs/gst/pbutils/install-plugins.h:
2592         * gst-libs/gst/pbutils/missing-plugins.c:
2593         (gst_missing_uri_source_message_new),
2594         (gst_missing_uri_sink_message_new),
2595         (gst_missing_element_message_new),
2596         (gst_missing_decoder_message_new),
2597         (gst_missing_encoder_message_new),
2598         (gst_missing_plugin_message_get_description):
2599         * gst-libs/gst/pbutils/missing-plugins.h:
2600         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
2601         * gst-libs/gst/pbutils/pbutils.h:
2602         * gst-libs/gst/utils/Makefile.am:
2603         * gst-libs/gst/utils/base-utils.c:
2604         * gst-libs/gst/utils/base-utils.h:
2605         * gst-libs/gst/utils/descriptions.c:
2606         * gst-libs/gst/utils/descriptions.h:
2607         * gst-libs/gst/utils/install-plugins.c:
2608         * gst-libs/gst/utils/install-plugins.h:
2609         * gst-libs/gst/utils/missing-plugins.c:
2610         * gst-libs/gst/utils/missing-plugins.h:
2611         * gst-plugins-base.spec.in:
2612         * gst/playback/Makefile.am:
2613         * gst/playback/gstdecodebin.c:
2614         * gst/playback/gstdecodebin2.c:
2615         * gst/playback/gstplaybasebin.c: (setup_subtitle),
2616         (gen_source_element):
2617         * gst/playback/gstplaybin.c: (plugin_init):
2618         * tests/check/Makefile.am:
2619         * tests/check/libs/pbutils.c: (GST_START_TEST),
2620         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
2621         * tests/check/libs/utils.c:
2622           rename utils to pbutils
2623
2624 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
2625
2626         * docs/plugins/Makefile.am:
2627         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2628         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2629         * docs/plugins/inspect/plugin-decodebin2.xml:
2630         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
2631         Add documentation for decodebin2 that indicates that the API
2632         is still unstable.
2633
2634 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
2635
2636         * configure.ac:
2637         Update to 0.10.11.2 (0.10.12 pre-release)
2638
2639 2007-03-01  Wim Taymans  <wim@fluendo.com>
2640
2641         * gst-libs/gst/audio/gstbaseaudiosink.c:
2642         (gst_base_audio_sink_async_play):
2643         base time is irrelevant here.
2644
2645 2007-03-01  Wim Taymans  <wim@fluendo.com>
2646
2647         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
2648         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
2649         Improve debugging.
2650
2651         * gst-libs/gst/audio/gstbaseaudiosink.c:
2652         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
2653         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
2654         Improve latency and clock slaving calculations.
2655         Improve slave clock calibration.
2656
2657         * gst-libs/gst/audio/gstringbuffer.c:
2658         (gst_ring_buffer_commit_full):
2659         When we are asked to render N sample to 0 bytes, return N.
2660
2661 2007-03-01  Wim Taymans  <wim@fluendo.com>
2662
2663         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
2664         (gst_alsasink_write), (gst_alsasink_reset):
2665         * ext/alsa/gstalsasink.h:
2666         Remove unused dispose function.
2667         Rename lock to not interfere with alsasrc lock.
2668
2669         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
2670         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
2671         (gst_alsasrc_read), (gst_alsasrc_reset):
2672         * ext/alsa/gstalsasrc.h:
2673         Implement finalize function.
2674         Use lock to protect alsa access.
2675         Implement _reset.
2676         Fine tune sw params.
2677
2678 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
2679
2680         * configure.ac:
2681           Convert to new AG_GST style.
2682
2683 2007-02-28  Wim Taymans  <wim@fluendo.com>
2684
2685         Patch by: Ed Catmur <ed at catmur dot co dot uk>
2686
2687         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
2688         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
2689         Fix race condition when rapidly switching visualisations in playbin.
2690         Fixes #401029.
2691
2692 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
2693
2694         * tests/check/Makefile.am:
2695         Include local stuff before system installed things in LDFLAGS and
2696         CFLAGS.
2697
2698 2007-02-28  Wim Taymans  <wim@fluendo.com>
2699
2700         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
2701         Improve debugging.
2702
2703 2007-02-28  Wim Taymans  <wim@fluendo.com>
2704
2705         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
2706         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
2707         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
2708         Fix duration and timestamping, taking latency into account.
2709         Implement latency query.
2710
2711 2007-02-28  Wim Taymans  <wim@fluendo.com>
2712
2713         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
2714         (gst_audio_clock_new):
2715         Fix clock name.
2716
2717         * gst-libs/gst/audio/gstbaseaudiosink.c:
2718         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
2719         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
2720         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
2721         (gst_base_audio_src_create):
2722         Improve latency query code.
2723         Use proper clock names.
2724
2725 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
2726
2727         * tests/check/generic/states.c: (GST_START_TEST):
2728           Copy the states.c test from core again
2729         * tests/check/Makefile.am:
2730           ignore cdio and cdparanoiasrc
2731
2732 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
2733
2734         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
2735         (double_hq), (audio_convert_get_func_index), (check_default),
2736         (audio_convert_prepare_context), (audio_convert_convert):
2737           Also make valgrind happy and avoid copying data in some cases.
2738
2739 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
2740
2741         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
2742         (double_hq), (audio_convert_get_func_index),
2743         (audio_convert_prepare_context), (audio_convert_convert):
2744         * gst/audioconvert/gstaudioconvert.c:
2745         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
2746         (gst_audio_convert_transform_caps):
2747         * tests/check/elements/audioconvert.c: (GST_START_TEST),
2748         (audioconvert_suite):
2749           Don't run inplace if that overwrites source data as we go. Add more
2750           tests. Fixes #339837 even more.
2751
2752 2007-02-27  Julien MOUTTE  <julien@moutte.net>
2753
2754         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
2755         (msg_segment_done): Fix various seeking bugs (Slider was not
2756         updating when doing a non flushing seek, Reverse playback 
2757         on segment seek was wrong).
2758
2759 2007-02-26  Wim Taymans  <wim@fluendo.com>
2760
2761         * tests/examples/seek/seek.c: (stop_seek):
2762         When we stop scrubbing, don't leave the pipeline PLAYING when we
2763         requested a PAUSED state.
2764
2765 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
2766
2767         Patch by: René Stadler <mail at renestadler de>
2768
2769         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
2770           Parse date strings in vorbis comments that have an invalid (zero)
2771           month or day (#410396).
2772
2773         * tests/check/libs/tag.c: (GST_START_TEST):
2774           Test case for the above.
2775
2776 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
2777
2778         Patch by: Loïc Minier <lool+gnome at via ecp fr>
2779
2780         * configure.ac:
2781         * ext/alsa/Makefile.am:
2782         * gst/audiotestsrc/Makefile.am:
2783           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
2784
2785 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
2786
2787         * gst/playback/gstplaybin.c:
2788           Improve docs: point out that the application needs to assist playbin
2789           with buffering.
2790
2791 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
2792
2793         * gst-libs/gst/utils/install-plugins.c:
2794         * gst-libs/gst/utils/missing-plugins.c:
2795         * tests/check/libs/utils.c: (missing_msg_check_getters):
2796           Change GStreamer marker prefix in detail string from 'gstreamer.net'
2797           to just 'gstreamer'. Document the caps string component of the
2798           decoder/encoder detail a bit better, since not everyone will be
2799           familiar with the GStreamer media type/caps system (but they better
2800           enjoy nested itemized lists).
2801
2802 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
2803
2804         * gst-libs/gst/netbuffer/gstnetbuffer.c:
2805         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
2806           Fix copying of GstNetBuffer (would crash before, or at least lead to
2807           invalid memory access, #410772), for now by copying the GstBuffer copy
2808           code from the core over here so we can copy the GstBuffer fields on a
2809           provided buffer instance (of type GstNetBuffer in this case). Would be
2810           better to fix this with some support by the core though (and in the long
2811           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
2812
2813         * tests/check/Makefile.am:
2814           Enable unit test for GstNetBuffer.
2815
2816 2007-02-22  Andy Wingo  <wingo@pobox.com>
2817
2818         * gst-libs/gst/audio/gstbaseaudiosink.c
2819         (gst_base_audio_sink_init): Disable pull-mode activation until we
2820         figure out how to make audio sinks go to PLAYING.
2821
2822 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
2823
2824         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
2825         (double_hq), (audio_convert_get_func_index),
2826         (audio_convert_prepare_context), (audio_convert_convert):
2827         * gst/audioconvert/audioconvert.h:
2828         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
2829         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
2830         * gst/audioconvert/gstchannelmix.h:
2831         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2832           Add float as an intermediate format, as well as float mixing. Enable
2833           test that was failing before. Fixes #339837
2834
2835 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
2836
2837         * tests/examples/seek/seek.c: (do_seek):
2838         Undo the previous commit: -1 as a stop time implies that the stop
2839         time is the end of file, clearing any previously configured segment.
2840
2841 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
2842
2843         * tests/examples/seek/seek.c: (do_seek):
2844         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
2845
2846 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
2847
2848         * gst/volume/gstvolume.c: (volume_process_int16),
2849         (volume_process_int16_clamp), (volume_set_caps):
2850           Unbreak volume, value remains gint.
2851
2852 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
2853
2854         * gst/volume/gstvolume.c: (volume_choose_func),
2855         (volume_update_real_volume), (gst_volume_set_volume),
2856         (gst_volume_init), (volume_process_double), (volume_process_float),
2857         (volume_process_int16), (volume_process_int16_clamp),
2858         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
2859         * gst/volume/gstvolume.h:
2860           Extend float audio support (double) and some int->uint cleanups.
2861
2862 2007-02-20  Edward Hervey  <edward@fluendo.com>
2863
2864         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
2865         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
2866         (sort_end_pads), (gst_decode_group_expose),
2867         (gst_decode_group_hide):
2868         Don't free groups from the streaming threads. Just put them aside and
2869         free them in dispose.
2870
2871 2007-02-20  Edward Hervey  <edward@fluendo.com>
2872
2873         * gst/playback/gstdecodebin2.c: (connect_element),
2874         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
2875         (sort_end_pads), (gst_decode_group_expose):
2876         Handle dynamic pads within groups.
2877         Sort pads before exposing them in order to make playbin happy.
2878         There still is a race with the multiqueue filling up. This should be
2879         solved separately.
2880         Fixes #398721
2881
2882 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
2883
2884         * gst-libs/gst/utils/base-utils.c:
2885         * gst-libs/gst/utils/descriptions.c:
2886         * gst-libs/gst/utils/install-plugins.c:
2887         * gst-libs/gst/utils/missing-plugins.c:
2888           Some more docs (and descriptions for two subtitle formats).
2889
2890 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
2891
2892         * gst-libs/gst/audio/audio.c:
2893           Fix documentation.
2894
2895 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
2896
2897         Patch by: Yves Lefebvre  <ivanohe abacom com>
2898
2899         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
2900           Don't leak caps. Fixes #408278.
2901
2902 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
2903
2904         * ext/cdparanoia/gstcdparanoiasrc.h:
2905         * ext/ogg/gstoggdemux.h:
2906         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
2907         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
2908         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
2909         * gst-libs/gst/audio/audio.h:
2910         * gst-libs/gst/audio/gstaudiofilter.h:
2911         * gst-libs/gst/interfaces/videoorientation.h:
2912         * gst/adder/gstadder.h:
2913           More docs coverage and some ChangeLog surgery (add missing names)
2914
2915 2007-02-15  Wim Taymans  <wim@fluendo.com>
2916
2917         * sys/ximage/ximagesink.c:
2918         (gst_ximagesink_calculate_pixel_aspect_ratio):
2919         * sys/xvimage/xvimagesink.c:
2920         (gst_xvimagesink_calculate_pixel_aspect_ratio):
2921         Small constifications.
2922
2923 2007-02-15  Wim Taymans  <wim@fluendo.com>
2924
2925         * gst-libs/gst/audio/gstbaseaudiosink.c:
2926         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
2927         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
2928         (gst_base_audio_sink_async_play),
2929         (gst_base_audio_sink_change_state):
2930         Answer latency query.
2931         Use configured latency when syncing.
2932         Fix clock slaving.
2933
2934         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2935         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
2936         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
2937         Fix possible memleak.
2938         Implement latency query.
2939         Small cleanups.
2940
2941 2007-02-15  Wim Taymans  <wim@fluendo.com>
2942
2943         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
2944         Ignore errors in reset, these are not fatal. They also grab the element
2945         lock which is already taking when this function is called. Fixes
2946         #405451.
2947
2948 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
2949
2950         * configure.ac:
2951           Remove 'tests/examples/xerror/Makefile' from output files again.
2952
2953 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
2954
2955         * configure.ac:
2956         * docs/plugins/Makefile.am:
2957           Also crossref against gst-plugins-base-libs.
2958
2959 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
2960
2961         * configure.ac:
2962         * docs/libs/Makefile.am:
2963         * docs/plugins/Makefile.am:
2964           Add crossreferences to glib/gobject/gstream docs.
2965
2966         * gst-libs/gst/audio/audio.h:
2967           Source formatting.
2968
2969         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
2970           Add own debug category.
2971
2972 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
2973
2974         Patch by: René Stadler <mail at renestadler de>
2975
2976         * gst-libs/gst/tag/gstvorbistag.c:
2977           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
2978           (#403597).
2979
2980 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
2981
2982         * gst/playback/gstplaybasebin.c: (setup_source):
2983           When we have external subtitles and wait for the subtitle decodebin
2984           to get up and running, we set up a (sync) bus handler for the
2985           subtitle decodebin, so we can stop waiting when it posts an error
2986           message. However, we should do that before we set the subtitle
2987           decodebin's state to playing, otherwise things are racy and we might
2988           miss error messages posted before we had a chance to set up the bus.
2989           This should finally fix totem hanging on .txt pseudo-subtitle files.
2990           
2991 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
2992
2993         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
2994           Use gst_gdouble_to_guint64 for conversions.
2995         * win32/common/config.h.in:
2996           Add a define for GST_INSTALL_PLUGINS_HELPER
2997         * win32/common/libgstaudio.def:
2998         * win32/common/libgstcdda.def:
2999         * win32/common/libgstnetbuffer.def:
3000         * win32/common/libgstrtp.def:
3001         * win32/common/libgutils.def:
3002           Add new exported functions.
3003         * win32/vs6/gst_plugins_base.dsw:
3004         * win32/vs6/libgstdecodebin.dsp:
3005         * win32/vs6/libgstnetbuffer.dsp:
3006         * win32/vs6/libgstplaybin.dsp:
3007         * win32/vs6/libgstrtp.dsp:
3008         * win32/vs6/libgstvorbis.dsp:
3009         * win32/vs6/libgstcdda.dsp:
3010         * win32/vs6/libgstgdp.dsp:
3011         * win32/vs6/libgstutils.dsp:
3012           Update and add new project files.
3013
3014 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
3015
3016         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
3017         (subrip_remove_unhandled_tags), (parse_subrip):
3018           For SubRip (.srt) subtitles, ignore all markup tags we don't
3019           handle (like font tags, for example).
3020
3021         * tests/check/elements/subparse.c:
3022           Add test for this.
3023
3024 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
3025
3026         * gst/playback/gstdecodebin.c: (add_fakesink),
3027         (gst_decode_bin_change_state):
3028         * gst/playback/gstdecodebin2.c: (add_fakesink),
3029         (gst_decode_bin_change_state):
3030           Don't error out if there is no fakesink in the NULL to READY state
3031           change, since when decodebin is re-used, we're only adding the
3032           fakesink element in READY to PAUSED.
3033
3034         * tests/check/elements/decodebin.c:
3035         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
3036         (decodebin_suite):
3037           Minimal unit test to make sure we can use the same decodebin
3038           instance twice (at least with audiotestsrc input).
3039
3040 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
3041
3042         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
3043           Try to get devic-name from device string first, and from handle only
3044           as fallback (seems to yield better results and is more robust
3045           against buggy probing code on the application side).
3046
3047 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
3048
3049         Based on patch by: Julien Puydt <julien.puydt at laposte net>
3050
3051         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
3052         (gst_alsa_find_device_name):
3053         * ext/alsa/gstalsa.h:
3054         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
3055         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
3056           Improve device-name detection a bit, especially in the case where
3057           the device is not actually open (#405020, #405024). Move common code
3058           into gstalsa.c instead of duplicating it.
3059
3060 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
3061
3062         * gst/audioconvert/gstaudioconvert.c:
3063           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
3064
3065 2007-02-06  Julien MOUTTE  <julien@moutte.net>
3066
3067         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
3068         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
3069         (gst_xvimagesink_interface_supported),
3070         (gst_xvimagesink_probe_get_properties),
3071         (gst_xvimagesink_probe_probe_property),
3072         (gst_xvimagesink_probe_needs_probe),
3073         (gst_xvimagesink_probe_get_values),
3074         (gst_xvimagesink_property_probe_interface_init),
3075         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
3076         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
3077         (gst_xvimagesink_get_type):
3078         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
3079         for XVAdaptors so that one can choose the adaptor to use with 
3080         gstreamer-properties.
3081
3082 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
3083
3084         * gst/audioconvert/gstaudioconvert.c:
3085           Also mention that a conversion from double to float is suboptimal still.
3086
3087 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
3088
3089         * gst-libs/gst/audio/gstaudiofilter.c:
3090         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
3091           Clear our formats structure and free the caps contained in it when
3092           shutting down.
3093
3094 2007-02-05  Andy Wingo  <wingo@pobox.com>
3095
3096         * gst-libs/gst/audio/gstbaseaudiosink.c
3097         (gst_base_audio_sink_callback): Update basesink->offset so that we
3098         pull monotonically increasing offsets instead of, um, seeking back
3099         to 0 each time. Fixes alsasrc ! alsasink!
3100
3101 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
3102
3103         * gst/videoscale/gstvideoscale.c:
3104           A width and height of 1 makes us crash, so increase minimum size to
3105           2x2 pixels until someone feels like fixing this (#404512).
3106
3107 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
3108
3109         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
3110           Add small test to make sure request pads are cleaned up properly
3111           even if oggmux never changes state out of NULL.
3112
3113 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
3114
3115         * tests/check/libs/utils.c: (GST_START_TEST):
3116           Fix unit test. Turns out things work much better when you
3117           NULL-terminate string arrays. Should make p5 build bot happy again.
3118
3119 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
3120
3121         * gst-libs/gst/audio/Makefile.am:
3122         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3123         (gst_audio_filter_template_base_init),
3124         (gst_audio_filter_template_class_init),
3125         (gst_audio_filter_template_init),
3126         (gst_audio_filter_template_set_property),
3127         (gst_audio_filter_template_get_property),
3128         (gst_audio_filter_template_setup),
3129         (gst_audio_filter_template_filter),
3130         (gst_audio_filter_template_filter_inplace), (plugin_init):
3131           Oops, forgot to commit fixed-up example.
3132
3133 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
3134
3135         * docs/libs/gst-plugins-base-libs-sections.txt:
3136         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
3137         (gst_audio_filter_class_init), (gst_audio_filter_init),
3138         (gst_audio_filter_set_caps),
3139         (gst_audio_filter_class_add_pad_templates):
3140         * gst-libs/gst/audio/gstaudiofilter.h:
3141           Port GstAudioFilter to 0.10. This change technically breaks
3142           API and ABI (and thus also every library developer's heart),
3143           but seems justifiable on the grounds that the base class was
3144           completely unusable before (ie. would crash immediately when
3145           actually used). Fixes #403963 (and eventually also #403572).
3146           Also document all of this a bit.
3147
3148 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
3149
3150         * gst-libs/gst/utils/install-plugins.c:
3151         (gst_install_plugins_spawn_child):
3152         * tests/check/libs/utils.c:
3153         (test_base_utils_install_plugins_do_callout):
3154           Lowering log level to see why things fail on the p5 build bot;
3155           fix some typos in unit test messages.
3156
3157 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
3158
3159         * tests/check/libs/utils.c:
3160         (test_base_utils_install_plugins_do_callout):
3161           Don't hard-code temp directory for test helper; use GLib functions
3162           to write out file and do error checking etc.
3163
3164 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
3165
3166         * gst-libs/gst/utils/Makefile.am:
3167         * gst-libs/gst/utils/base-utils.h:
3168         * gst-libs/gst/utils/install-plugins.c:
3169         (gst_install_plugins_context_set_xid),
3170         (gst_install_plugins_context_new),
3171         (gst_install_plugins_context_free),
3172         (gst_install_plugins_get_helper),
3173         (gst_install_plugins_spawn_child),
3174         (gst_install_plugins_return_from_status),
3175         (gst_install_plugins_installer_exited),
3176         (gst_install_plugins_async), (gst_install_plugins_sync),
3177         (gst_install_plugins_return_get_name),
3178         (gst_install_plugins_installation_in_progress):
3179         * gst-libs/gst/utils/install-plugins.h:
3180           API: add API for applications to initiate installation of missing
3181           plugins, ie. gst_install_plugins_async() primarily.
3182           Based on libgimme-codec by Ryan Lortie.
3183
3184         * configure.ac:
3185           Add --with-install-plugins-helper configure option so distros can specify
3186           the path of the helper script or program to call when plugin installation
3187           is requested (distros: please do any argument munging in this helper
3188           script instead of patching GStreamer to pass arguments differently
3189           to another program directly).
3190
3191         * docs/libs/gst-plugins-base-libs-docs.sgml:
3192         * docs/libs/gst-plugins-base-libs-sections.txt:
3193           Build and document new API.
3194
3195         * tests/check/libs/utils.c: (result_cb),
3196         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
3197         (libgstbaseutils_suite):
3198           Some simple checks for the new API.
3199
3200 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
3201
3202         * tests/check/elements/audioconvert.c: (test_float_conversion):
3203           Add small test for 32bit float <=> 64bit float conversion (works
3204           only one way so far, 32=>64 produces structured noise).
3205
3206 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
3207
3208         * gst/audioconvert/gstaudioconvert.c:
3209         (set_structure_widths_32_and_64), (make_lossless_changes):
3210           We don't support floats with a width of 40, 48 or 56 bits.
3211
3212 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
3213
3214         * gst/audioconvert/audioconvert.c: (float), (double),
3215         (audio_convert_get_func_index):
3216         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
3217         (make_lossless_changes):
3218           Support for 64-bit float audio in audioconvert (#339837)
3219
3220 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
3221
3222         Patch by: Holger Wansing  <linux wansing-online de>
3223
3224         * po/LINGUAS:
3225         * po/de.po:
3226           Add German translation (#352069).
3227
3228 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
3229
3230         reviewed by: Wim Taymans <wim@fluendo.com>
3231
3232         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
3233         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
3234         Use newly added GstCollectPads API to free the allocated resources in
3235         the GstOggPad structures (#402393).
3236
3237 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
3238
3239         * gst/playback/gstplaybin.c: (gen_vis_element):
3240           Add audioresample+audioconvert in front of the visualisation
3241           element, so that elements like libvisual 0.4 that don't support all
3242           samplerates can work.
3243
3244           Fixes: #402505
3245
3246 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
3247
3248         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
3249         (gst_play_base_bin_get_streaminfo_value_array):
3250           Take some locks and make a copy of the streaminfo value array we
3251           maintain while holding the lock, so that the application can
3252           retrieve the stream-info as a value array in a thread-safe way.
3253
3254 2007-01-30  Wim Taymans  <wim@fluendo.com>
3255
3256         * gst/audioconvert/gstaudioconvert.c:
3257         Don't fail on 0 sized buffers. Fixes #396835.
3258
3259 2007-01-29  David Schleef  <ds@schleef.org>
3260
3261         * gst/typefind/gsttypefindfunctions.c:
3262           Detect BBCD as video/x-dirac, so we can play raw dirac
3263           streams.
3264
3265 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
3266
3267         * ext/theora/theoraenc.c: (theora_enc_chain):
3268           Check return value of theora_encode_header(), or we might try to
3269           allocate a random number of bytes. theora_encode_header() can fail
3270           if libtheora has been compiled with encoding support disabled.
3271           Fixes #398110.
3272
3273 2007-01-29  Wim Taymans  <wim@fluendo.com>
3274
3275         * tests/check/gst/.cvsignore:
3276         Do as buildbot says.
3277
3278 2007-01-29  Wim Taymans  <wim@fluendo.com>
3279
3280         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
3281         Fix strides in libvisual. Gst uses X strides.
3282         Inspired by: <ed at catmur dot co dot uk> and 
3283         <tim at centricular dot net>
3284         Fixes #401118.
3285
3286 2007-01-27  Wim Taymans  <wim@fluendo.com>
3287
3288         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
3289         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
3290         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
3291         (gst_ogg_demux_perform_seek),
3292         (gst_ogg_demux_bisect_forward_serialno),
3293         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
3294         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
3295         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
3296         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
3297         * ext/ogg/gstoggdemux.h:
3298         Properly propagate streaming errors when we are scanning the file for
3299         chains so that we don't crash when shut down. Might fix some crashers
3300         when quickly switching oggs in RB such as #332503 and #378436.
3301
3302 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
3303
3304         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
3305           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
3306           error code as well.
3307
3308 2007-01-25  Wim Taymans  <wim@fluendo.com>
3309
3310         * gst/playback/gstplaybasebin.c: (remove_source):
3311         Don't try to disconnect a signal from a finalized object.
3312
3313 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
3314
3315         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
3316           Cast lock macro parameters to make sure we're actually accessing the
3317           lock member at the right class level. Free list itself in _dispose()
3318           as well and NULL it in case dispose gets called multiple times.
3319
3320 2007-01-25  Edward Hervey  <edward@fluendo.com>
3321
3322         * gst/playback/gstdecodebin2.c:
3323         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
3324         Free GstDecodeGroups no longer used.
3325         (gst_decode_group_expose):
3326         Don't unlock too many times !
3327         (deactivate_free_recursive):
3328         Free iterator once we're done with it.
3329         Fix for recursively deactivating elements (stop at ghostpads).
3330
3331 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
3332
3333         * gst/playback/gstplaybin.c: (handoff):
3334           Fix up caps on the frame buffer before we save it and potentially
3335           make it accessible to other threads via g_object_get; also use
3336           gst_buffer_replace() instead of gst_mini_object_replace().
3337
3338 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
3339
3340         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
3341           Make getting the current frame thread-safe.
3342
3343 2007-01-25  Edward Hervey  <edward@fluendo.com>
3344
3345         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
3346         (gst_decode_group_new), (gst_decode_group_free):
3347         Set queues to bigger sizes to cope with HD contents.
3348         Fix some mutex freeing and add comment about MT safe methods.
3349
3350 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
3351
3352         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
3353         (gst_text_overlay_text_event):
3354           Don't unnecessarily ref (and then leak) upstream events if the text
3355           pad is not linked. Fixes #399948.
3356
3357         * tests/check/gst-plugins-base.supp:
3358           Add suppression for pango on edgy/x86 for textoverlay test.
3359
3360 2007-01-24  Wim Taymans  <wim@fluendo.com>
3361
3362         * gst-libs/gst/rtp/gstrtpbuffer.h:
3363         Add some more fixed payloads.
3364
3365 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
3366
3367         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
3368           Error out properly if we get an error from libogg while reading the
3369           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
3370
3371 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
3372
3373         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
3374           Don't leak mutex.
3375
3376         * tests/check/elements/playbin.c:
3377         (test_sink_usage_video_only_stream),
3378         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
3379         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
3380         (test_missing_suburisource_handler),
3381         (test_missing_primary_decoder), (playbin_suite):
3382           Run all tests once with decodebin and once with decodebin2.
3383           One test does not pass yet with decodebin2.
3384
3385 2007-01-23  Edward Hervey  <edward@fluendo.com>
3386
3387         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
3388         Fix the cases where oggmux doesn't properly figure out that all
3389         sinkpads have gone EOS, and therefore doesn't push out the remaining
3390         buffers and the final EOS event.
3391         Fixes #363379
3392
3393 2007-01-23  Julien MOUTTE  <julien@moutte.net>
3394
3395         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
3396         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
3397         Don't lock on navigation event push, just on keysym to string.
3398         Fixes #397673 again.
3399
3400 2007-01-22  Edward Hervey  <edward@fluendo.com>
3401
3402         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
3403         (get_current_group), (group_demuxer_event_probe),
3404         (gst_decode_group_expose), (deactivate_free_recursive),
3405         (gst_decode_group_free):
3406         Cleanups.
3407         Don't forget to emit 'no-more-pads' once a group is exposed.
3408         Cleanup elements from a DecodeGroup once we remove it.
3409         Protect call to gst_decode_group_expose() with the decodebin lock.
3410
3411 2007-01-22  Julien MOUTTE  <julien@moutte.net>
3412
3413         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
3414         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
3415         Looking at Xorg code i can't figure out if that XKeysymToString
3416         function is thread sensible or not. Lock it just in case as
3417         recommended by Radek Doulik <rodo at ximian dot com>.
3418
3419 2007-01-22  Julien MOUTTE  <julien@moutte.net>
3420
3421         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
3422         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
3423         Lock that X Call as well. Fixes #397673.
3424
3425 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
3426
3427         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
3428           Don't go into an endless loop if the file starts with 00 00 01 2X,
3429           like quicktime redirect files might. Fixes #396042.
3430
3431         * tests/check/Makefile.am:
3432         * tests/check/gst/.cvsignore:
3433         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
3434         (typefindfunctions_suite):
3435           Add unit test for the above.
3436
3437 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
3438
3439         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3440           On second thought, use "depth" field rather than "bpp" field.
3441
3442 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
3443
3444         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3445           Camtasia caps apparently need a bpp field (#398875).
3446
3447 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
3448
3449         * gst/playback/gstplaybasebin.c: (setup_subtitle),
3450         (gen_source_element), (gst_play_base_bin_change_state):
3451           Attempt at a better error message in case we don't have the required
3452           URI handler installed; post missing-plugin message also when we're
3453           missing an URI handler for the subtitle URI; clean up properly also
3454           when an error occurs and we never made it to PAUSED state.
3455
3456         * tests/check/elements/playbin.c: (GST_START_TEST),
3457         (playbin_suite):
3458           Check that we're also getting a missing-plugin messsage for a
3459           missing subtitle URI handler (and clean up properly).
3460
3461 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
3462
3463         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
3464           Plug a few reference leaks.
3465
3466 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
3467
3468         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
3469           Lower probability a bit if the marker isn't right at the start,
3470           to decrease the chance of false positives.
3471
3472 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
3473
3474         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
3475           Small mpeg2 system stream typefinding improvement: make typefinder
3476           probe a bit into the stream instead of just looking for a marker
3477           at the beginning. Fixes #397810.
3478
3479 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
3480
3481         * gst/audioconvert/gstchannelmix.c:
3482           Remove compatibility cruft for prehistoric GLib versions.
3483
3484 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
3485
3486         * gst/playback/Makefile.am:
3487         * gst/playback/gstdecodebin.c: (close_pad_link):
3488         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
3489         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3490         (gst_play_base_bin_handle_message_func), (unknown_type):
3491           Let decodebin be the element to post missing-plugin messages for
3492           missing decoders (rather than playbin); make playbin implement
3493           GstBin::handle_message so we can suppress missing-plugin messages
3494           for types we're not handling on purpose (don't want to bring up an
3495           installer in those cases).
3496
3497 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
3498
3499         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3500         * gst-libs/gst/tag/gstvorbistag.c:
3501         (gst_tag_list_to_vorbiscomment_buffer):
3502         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
3503           Fix potentially unaligned access (#397207).
3504
3505 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
3506
3507         * tests/examples/seek/seek.c: (set_scale), (update_scale),
3508         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
3509         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
3510         (main):
3511           Allow to toggle looping while it plays. Fix callback prototype. Clean
3512           up code a bit more. Add copyright header.
3513
3514 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
3515
3516         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
3517           Red and blue mask was swapped (spotted by Dan Williams).
3518
3519 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
3520
3521         * gst-libs/gst/tag/gstid3tag.c:
3522         * gst-libs/gst/tag/gstvorbistag.c:
3523           Use new beats-per-minute tag from core.
3524
3525 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
3526
3527         * po/POTFILES.in:
3528           Add new files with translatable strings, so they actually make it
3529           into the template file one day.
3530
3531 2007-01-12  Andy Wingo  <wingo@pobox.com>
3532
3533         * gst-libs/gst/audio/gstbaseaudiosink.c
3534         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
3535         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
3536         stuff, as the base class handles this now. Actually tell the ring
3537         buffer to start.
3538         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
3539         How did this work before? Maybe I'm not as awesome a programmer as
3540         I think.
3541
3542         * gst-libs/gst/audio/gstbaseaudiosrc.c
3543         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
3544         of a pad function.
3545
3546 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
3547
3548         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
3549           Remove more fields so that the application can better blacklist
3550           formats that have been tried before.
3551
3552 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
3553
3554         * gst-libs/gst/audio/mixerutils.h:
3555           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
3556           used when compiling with c++ compilers as well.
3557
3558 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
3559
3560         * gst/typefind/gsttypefindfunctions.c:
3561           Fix comment.
3562
3563 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
3564
3565         * gst/playback/gstplaybin.c: (post_missing_element_message),
3566         (gen_video_element), (gen_text_element), (gen_audio_element),
3567         (gen_vis_element):
3568           Post missing-plugin messages also when we error out because
3569           converters, textoverlay or auto*sinks are missing (#161922).
3570
3571 2007-01-10  Wim Taymans  <wim@fluendo.com>
3572
3573         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
3574         (is_demuxer_element), (new_caps):
3575         * gst/playback/gstplaybasebin.c: (source_new_pad):
3576         Fix the case where we try to ref a NULL element when we delay a link
3577         because of unfixed caps.
3578         Set the state of autoplugged decodebins to PAUSED.
3579         RTSP now works in playbin, we can remove it from the blacklist.
3580
3581 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
3582
3583         * gst/playback/Makefile.am:
3584         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
3585         (unknown_type), (setup_subtitle), (gen_source_element):
3586         * gst/playback/gstplaybin.c: (plugin_init):
3587           Post missing-plugin messages on the bus for missing sources and
3588           missing decoders/demuxers/depayloaders; fix error code used when
3589           we're missing an URI handler source; for media types that we are not
3590           handling on purpose at the moment, don't print "don't know how to
3591           handle xyz" messages to the terminal or post missing-plugin
3592           messages on the bus.
3593
3594         * tests/check/elements/playbin.c: (create_playbin),
3595         (GST_START_TEST), (gst_codec_src_uri_get_type),
3596         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
3597         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
3598         (gst_codec_src_init_type), (gst_codec_src_base_init),
3599         (gst_codec_src_create), (gst_codec_src_class_init),
3600         (gst_codec_src_init), (plugin_init), (playbin_suite):
3601           Add some tests for the missing-plugin stuff.
3602
3603 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
3604
3605         * configure.ac:
3606         * gst-libs/gst/Makefile.am:
3607         * gst-libs/gst/utils/Makefile.am:
3608         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
3609         * gst-libs/gst/utils/base-utils.h:
3610         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
3611         (find_format_info), (caps_are_rtp_caps),
3612         (gst_base_utils_get_source_description),
3613         (gst_base_utils_get_sink_description),
3614         (gst_base_utils_get_decoder_description),
3615         (gst_base_utils_get_encoder_description),
3616         (gst_base_utils_get_element_description),
3617         (gst_base_utils_add_codec_description_to_tag_list),
3618         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
3619         * gst-libs/gst/utils/descriptions.h:
3620         * gst-libs/gst/utils/missing-plugins.c:
3621         (missing_structure_get_type), (copy_and_clean_caps),
3622         (gst_missing_uri_source_message_new),
3623         (gst_missing_uri_sink_message_new),
3624         (gst_missing_element_message_new),
3625         (gst_missing_decoder_message_new),
3626         (gst_missing_encoder_message_new),
3627         (missing_structure_get_string_detail),
3628         (missing_structure_get_caps_detail),
3629         (gst_missing_plugin_message_get_installer_detail),
3630         (gst_missing_plugin_message_get_description),
3631         (gst_is_missing_plugin_message):
3632         * gst-libs/gst/utils/missing-plugins.h:
3633           API: add new libgstbaseutils library with functions
3634           - to create and parse missing-plugins messages
3635           - that provide (translated) descriptions for caps/decoders/sources/etc.
3636           Closes #392393.
3637
3638         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
3639         * pkgconfig/gstreamer-plugins-base.pc.in:
3640           Add new lib.
3641
3642         * docs/libs/gst-plugins-base-libs-docs.sgml:
3643         * docs/libs/gst-plugins-base-libs-sections.txt:
3644           Generate docs for new lib and API.
3645
3646         * tests/check/Makefile.am:
3647         * tests/check/libs/.cvsignore:
3648         * tests/check/libs/utils.c: (missing_msg_check_getters),
3649         (GST_START_TEST), (libgstbaseutils_suite):
3650           Add some basic unit tests.
3651
3652 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
3653
3654         * ext/ogg/Makefile.am:
3655           Dist gstoggdemux.h to fix 'make distcheck'.
3656
3657         * sys/v4l/Makefile.am:
3658           Fix 'make distcheck' even more.
3659
3660 2007-01-09  Wim Taymans  <wim@fluendo.com>
3661
3662         * docs/plugins/Makefile.am:
3663         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3664         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3665         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
3666         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
3667         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
3668         (gst_ogg_demux_perform_seek):
3669         * ext/ogg/gstoggdemux.h:
3670         Added docs.
3671         Add some more comments.
3672         Small cleanups.
3673
3674 2007-01-09  Wim Taymans  <wim@fluendo.com>
3675
3676         * ext/theora/theoradec.c:
3677         * ext/vorbis/vorbisdec.c:
3678         * gst-libs/gst/audio/gstringbuffer.c:
3679         (gst_ring_buffer_commit_full):
3680         * gst-libs/gst/audio/gstringbuffer.h:
3681         * gst-libs/gst/rtp/gstrtpbuffer.c:
3682         * gst-libs/gst/tag/gstvorbistag.c:
3683         Small documentation updates/fixes
3684
3685 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
3686
3687         * configure.ac:
3688           Require core CVS HEAD for Andy's basesrc/sink API additions.
3689
3690 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
3691
3692         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
3693
3694         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
3695         (plugin_init):
3696           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
3697           on flac.sf.net (there appear to be other versions of the first
3698           ogg page in the wild) (#391365).
3699
3700 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
3701
3702         * configure.ac:
3703           Check if localtime_r() is available.
3704
3705         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
3706           If localtime_r() is not available, fall back to localtime(). Should
3707           fix build on MingW (#393310).
3708
3709 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
3710
3711         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
3712         * gst/subparse/gstsubparse.h:
3713           Remove spurious 1000 subtrahend when calculating the timestamp from
3714           the frame number and the frame rate . Also, use the frames/second
3715           value specified in the first line of the file, if one is specified
3716           there. Should fix #357503.
3717
3718         * tests/check/elements/subparse.c: (do_test),
3719         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
3720         (subparse_suite):
3721           Add some basic unit tests for the microdvd subtitle format.
3722
3723 2007-01-07  Julien MOUTTE  <julien@moutte.net>
3724
3725         Patch by: Young-Ho Cha <ganadist at chollian dot net>
3726
3727         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3728         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
3729         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
3730         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
3731         (gst_xvimagesink_set_xwindow_id),
3732         (gst_xvimagesink_set_event_handling),
3733         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
3734         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
3735         Fixes: #390076.
3736         Add an adaptor property to select a specific XV adaptor.
3737         * sys/xvimage/xvimagesink.h:
3738
3739 2007-01-07  Julien MOUTTE  <julien@moutte.net>
3740
3741         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
3742         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
3743         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
3744         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
3745         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
3746         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
3747         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3748         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
3749         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
3750         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
3751         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
3752         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
3753         Use flow_lock much more to protect every access to xwindow.
3754         Try to catch erros while creating images in case some drivers are
3755         just generating an XError when the requested image is too big.
3756         Should fix : #354698, #384008, #384060.
3757         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
3758         Implement some stress testing of setting window xid.
3759
3760 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
3761
3762         * win32/common/libgsaudio.def:
3763           Add new exported function.
3764         * win32/common/libgstogg.dsp:
3765           Add gstoggaviparse.c to the build.
3766         * win32/common/libgstvideoscale.dsp:
3767           Add vs_4tap.c to the build.
3768         * win32/common/libgstvorbis.dsp:
3769           Add vorbistag.c to the build.
3770         
3771 2007-01-06  Andy Wingo  <wingo@pobox.com>
3772
3773         * gst-libs/gst/audio/gstbaseaudiosink.c
3774         (gst_base_audio_sink_class_init)
3775         (gst_base_audio_sink_init): 
3776         (gst_base_audio_sink_activate_pull): Add an activate_pull function
3777         to baseaudiosink, and tell basesink that we can work in pull mode.
3778         This way the ring buffer thread drives the pipeline directly, if
3779         pull mode is possible. There is some lingering nastiness regarding
3780         capsnego, however.
3781         (gst_base_audio_sink_callback): Implement the callback to pull
3782         data. This interface is a bit light, though -- it should get a
3783         GstFlowReturn return value at least.
3784
3785 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
3786
3787         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
3788         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
3789         * gst/playback/gstdecodebin2.c:
3790         (gst_decode_group_check_if_blocked):
3791           Printf format and missing argument fixes.
3792
3793 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
3794
3795         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
3796         (gst_ogm_parse_change_state):
3797         Activate pads before adding them to the element.
3798
3799 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
3800
3801         * tests/examples/seek/scrubby.c: (main):
3802         * tests/examples/seek/seek.c: (main):
3803           Call g_thread_init() first thing in main() (see #391278).
3804
3805 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
3806
3807         * tests/check/Makefile.am:
3808         * tests/check/libs/.cvsignore:
3809         * tests/check/libs/netbuffer.c: (GST_START_TEST),
3810         (netbuffer_suite):
3811           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
3812           for the time being, since it's broken, see #393099.
3813
3814 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
3815
3816         * tests/check/Makefile.am:
3817           Update to use GST_PLUGINS_BASE_CFLAGS as well.
3818
3819 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
3820
3821         * configure.ac:
3822           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
3823           so that GST_BASE_CFLAGS can go inbetween them, making sure
3824           we use uninstalled gst-libs headers
3825         * docs/libs/Makefile.am:
3826         * ext/alsa/Makefile.am:
3827         * ext/cdparanoia/Makefile.am:
3828         * ext/gnomevfs/Makefile.am:
3829         * ext/libvisual/Makefile.am:
3830         * ext/ogg/Makefile.am:
3831         * ext/theora/Makefile.am:
3832         * ext/vorbis/Makefile.am:
3833         * gst-libs/gst/audio/Makefile.am:
3834         * gst-libs/gst/cdda/Makefile.am:
3835         * gst-libs/gst/interfaces/Makefile.am:
3836         * gst-libs/gst/riff/Makefile.am:
3837         * gst-libs/gst/rtp/Makefile.am:
3838         * gst-libs/gst/tag/Makefile.am:
3839         * gst/adder/Makefile.am:
3840         * gst/audioconvert/Makefile.am:
3841         * gst/audiorate/Makefile.am:
3842         * gst/audioresample/Makefile.am:
3843         * gst/playback/Makefile.am:
3844         * gst/tcp/Makefile.am:
3845         * gst/videoscale/Makefile.am:
3846         * gst/volume/Makefile.am:
3847         * sys/ximage/Makefile.am:
3848         * sys/xvimage/Makefile.am:
3849         * tests/icles/Makefile.am:
3850           adapt
3851
3852 2007-01-04  Julien MOUTTE  <julien@moutte.net>
3853
3854         * gst-libs/gst/interfaces/xoverlay.c:
3855         (gst_x_overlay_handle_events):
3856         * gst-libs/gst/interfaces/xoverlay.h:
3857         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
3858         (gst_ximagesink_set_xwindow_id),
3859         (gst_ximagesink_set_event_handling),
3860         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
3861         (gst_ximagesink_get_property), (gst_ximagesink_init),
3862         (gst_ximagesink_class_init):
3863         * sys/ximage/ximagesink.h:
3864         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
3865         (gst_xvimagesink_set_xwindow_id),
3866         (gst_xvimagesink_set_event_handling),
3867         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
3868         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
3869         (gst_xvimagesink_class_init):
3870         * sys/xvimage/xvimagesink.h:
3871         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
3872         Add a method to the XOverlay interface to allow disabling of 
3873         event handling in x[v]imagesink elements. This will let X events
3874         propagate to parent windows which can be usefull in some cases.
3875         Be carefull that the application is then responsible of pushing
3876         navigation events and expose events to the video sink.
3877         Fixes: #387138.
3878
3879 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
3880
3881         * gst-libs/gst/tag/gstvorbistag.c:
3882         * tests/check/libs/tag.c: (GST_START_TEST):
3883           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
3884           (fixes #392070).
3885
3886 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
3887
3888         * configure.ac:
3889         * docs/Makefile.am:
3890         * docs/design/Makefile.am:
3891           Dist design docs.
3892
3893 2006-12-27  Julien MOUTTE  <julien@moutte.net>
3894
3895         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
3896         typo. Fixes: #390063.
3897
3898 2006-12-27  Julien MOUTTE  <julien@moutte.net>
3899
3900         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
3901         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
3902         caps leak.
3903         * win32/common/config.h: Updated.
3904
3905 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
3906
3907         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
3908         (setup_gdpdepay_streamheader):
3909         * tests/check/elements/gdppay.c: (cleanup_gdppay),
3910         (setup_gdppay_streamheader):
3911           Fix the dp tests, but activating the pads for the streamheader tests
3912           too and cleaning up conditionaly
3913
3914 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
3915
3916         * gst/ffmpegcolorspace/avcodec.h:
3917         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3918         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
3919         (gst_ffmpegcsp_avpicture_fill):
3920         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
3921         (img_get_alpha_info):
3922         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
3923         other end of the word. Fixes: #387073.
3924
3925         Add some inconsequential branch hints in a couple of places.
3926
3927 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
3928
3929         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3930         (gst_ffmpeg_caps_to_smpfmt):
3931           The "signed" field in raw audio caps is of boolean type, trying to
3932           extract the value with _get_int() will fail (fix to keep in sync with
3933           the copy in gst-ffmpeg)
3934
3935 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
3936
3937         * tests/check/elements/audioresample.c: (cleanup_audioresample):
3938         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
3939         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
3940         (cleanup_gdpdepay):
3941         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
3942         * tests/check/elements/subparse.c: (teardown_subparse):
3943         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
3944         * tests/check/elements/videorate.c: (cleanup_videorate):
3945         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
3946         * tests/check/elements/volume.c: (cleanup_volume):
3947         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
3948         (cleanup_vorbisdec):
3949         * tests/check/elements/vorbistag.c: (setup_vorbistag),
3950         (cleanup_vorbistag):
3951           consistent pad (de)activation
3952
3953 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
3954
3955         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3956           Forgot to register the extensions.
3957
3958 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
3959
3960         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
3961         (plugin_init):
3962           Add typefinder for VIVO files (my christmas present to the 90s).
3963
3964 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
3965
3966         * gst/playback/gstdecodebin.c: (type_found):
3967           Special-case the text/plain media type: we only want to recognise it
3968           as a 'raw' decoded media type if it comes from a demuxer or subtitle
3969           parser, but not if the entire stream is of text/plain type. If the
3970           entire stream is text/plain, we should just error out.
3971
3972           This fixes playback of audio files with lyrics in totem. Totem can't
3973           distinguish between text files and subtitle files and passes any
3974           .txt file with the same basename as the main file to playbin as
3975           suburi, and playbin will then throw a 'subtitle found, but no video
3976           stream' error, which isn't entirely helpful. See #380342.
3977
3978           Also, with this change we'll show a slightly more correct error
3979           message in case totem passes a playlist file to us (although a
3980           custom error message wording instead of the default text would
3981           probably not be a bad idea either).
3982
3983           Same problem also needs to be fixed for playbin+decodebin2.
3984
3985         * tests/check/Makefile.am:
3986         * tests/check/elements/decodebin.c: (src_handoff_cb),
3987         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
3988         (decodebin_suite):
3989           Add simple unit test for decodebin for the above.
3990
3991 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
3992
3993         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
3994         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
3995           Refuse to change state to READY when we failed to create any of the
3996           required elements in our instance init function.
3997
3998 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
3999
4000         * docs/libs/gst-plugins-base-libs-sections.txt:
4001           Small docs fixes/updates.
4002
4003         * gst-libs/gst/video/gstvideosink.h:
4004           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
4005           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
4006           removed from the base sink API between 0.9.6 and 0.9.7).
4007           API: add GST_VIDEO_SINK_CAST and use it for the height/width
4008           accessor macros, so we don't do a runtime GObject type check every
4009           time we use them.
4010
4011 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
4012
4013         * Makefile.am:
4014         * gst-plugins-base.doap:
4015         * gst-plugins-base.spec.in:
4016           add doap file
4017
4018 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
4019
4020         Patch by: Jens Granseuer <jensgr at gmx net>
4021
4022         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
4023         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4024         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
4025         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
4026         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
4027           Declare variables at the beginning of a block. Fixes #383195.
4028
4029 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
4030
4031         * configure.ac:
4032         Bump version nano - back to CVS.
4033
4034
4035 === release 0.10.11 ===
4036
4037 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
4038
4039         * configure.ac:
4040           releasing 0.10.11, "Dumb things"
4041
4042 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
4043
4044         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
4045         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
4046         Handle the case where an element has multiple pads with 
4047         unfixed caps as well as still possibly producing more dynamic 
4048         pads by storing each case as a distinct entry in the dynamic list.
4049         Fixes #38223 again.
4050
4051 2006-12-04  Wim Taymans  <wim@fluendo.com>
4052
4053         * gst/playback/gstdecodebin.c: (close_pad_link):
4054         Fix #382223, add more dynamic caps handling.
4055
4056 2006-12-04  Wim Taymans  <wim@fluendo.com>
4057
4058         reviewed by: <delete if not using a buddy>
4059
4060         * gst-libs/gst/audio/gstringbuffer.h:
4061         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
4062         (gst_netaddress_set_ip4_interface),
4063         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
4064         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
4065         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
4066         (gst_netaddress_get_ttl):
4067         * gst-libs/gst/netbuffer/gstnetbuffer.h:
4068         * gst/playback/gstdecodebin.c: (close_pad_link):
4069         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
4070         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
4071         * win32/common/config.h:
4072
4073 2006-12-01  Michael Smith  <msmith@fluendo.com>
4074
4075         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
4076           Delete bad debug code.
4077           Fixes #381219
4078
4079 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
4080
4081         * gst/videoscale/vs_4tap.c:
4082         * win32/MANIFEST:
4083         * win32/common/config.h:
4084         * win32/vs8/libgstvideoscale.vcproj:
4085         Fix compilation on win32 under VS8
4086         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
4087         Partially fixes #381175
4088
4089 2006-11-30  Michael Smith  <msmith@fluendo.com>
4090
4091         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
4092         (GST_START_TEST):
4093           It would be very bad if, after a discont buffer, we thought every
4094           single following buffer was also discont. So, add to the test to
4095           ensure that this isn't the case.
4096           
4097         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
4098           ... it was the case. So fix it.
4099
4100 2006-11-28  Wim Taymans  <wim@fluendo.com>
4101
4102         * gst/playback/gstplaybasebin.c: (check_queue_event):
4103         Improve debug.
4104
4105         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
4106         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
4107         padtemplate caps. Refixes #357577.
4108
4109 2006-11-28  Wim Taymans  <wim@fluendo.com>
4110
4111         * gst/playback/gstplaybasebin.c: (check_queue_event),
4112         (queue_threshold_reached), (queue_out_of_data),
4113         (gen_preroll_element):
4114         Add event probe to see when EOS is in a queue and we can disable the
4115         underrun signals. Fixes #357577.
4116
4117 2006-11-28  Edward Hervey  <edward@fluendo.com>
4118
4119         * gst/playback/Makefile.am:
4120         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
4121         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
4122         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
4123         (gst_decode_bin_init), (gst_decode_bin_dispose),
4124         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
4125         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
4126         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
4127         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
4128         (connect_element), (expose_pad), (type_found),
4129         (pad_added_group_cb), (pad_removed_group_cb),
4130         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
4131         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
4132         (are_raw_caps), (multi_queue_overrun_cb),
4133         (multi_queue_underrun_cb), (gst_decode_group_new),
4134         (get_current_group), (group_demuxer_event_probe),
4135         (gst_decode_group_control_demuxer_pad),
4136         (gst_decode_group_control_source_pad),
4137         (gst_decode_group_check_if_blocked),
4138         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
4139         (gst_decode_group_hide), (gst_decode_group_free),
4140         (gst_decode_group_set_complete), (source_pad_blocked_cb),
4141         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
4142         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
4143         (plugin_init):
4144         New decodebin2 element.
4145         Closes #370092
4146         * gst/playback/gstplay-marshal.list:
4147         Added marshallers for new signals in decodebin2
4148         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
4149         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
4150         is set.
4151
4152 2006-11-28  Wim Taymans  <wim@fluendo.com>
4153
4154         * gst/playback/gstplaybasebin.c: (setup_source),
4155         (gst_play_base_bin_change_state):
4156         Disable rtsp:// uris for the release, it's not good enough yet.
4157         Remove unused var.
4158
4159 2006-11-26  Wim Taymans  <wim@fluendo.com>
4160
4161         * ext/theora/theoradec.c: (gst_theora_dec_reset),
4162         (theora_dec_push_forward), (theora_dec_push_reverse),
4163         (theora_handle_data_packet), (theora_dec_decode_buffer),
4164         (theora_dec_flush_decode), (theora_dec_chain_reverse),
4165         (theora_dec_chain_forward), (theora_dec_chain):
4166         Implement reverse playback.
4167
4168         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
4169         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
4170         (vorbis_dec_chain_forward):
4171         Clear buffers used for reverse playback in _reset.
4172         No need to set the eos flag, we clip samples using the segment.
4173
4174 2006-11-24  Wim Taymans  <wim@fluendo.com>
4175
4176         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
4177         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
4178         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
4179         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
4180         Some cleanups.
4181         Handle continued pages in reverse mode.
4182
4183 2006-11-24  Wim Taymans  <wim@fluendo.com>
4184
4185         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
4186         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
4187         (vorbis_dec_flush_decode):
4188         Small cleanups.
4189         Don't try to add invalid timestamps.
4190         Clipping will unref the buffer.
4191
4192 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
4193
4194         * gst/adder/gstadder.h:
4195         * gst/audiotestsrc/gstaudiotestsrc.h:
4196           remove obsolete _factory_init protos
4197
4198 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
4199
4200         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
4201           Fix spacing in debug message.
4202
4203 2006-11-23  Wim Taymans  <wim@fluendo.com>
4204
4205         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
4206         (gst_ogg_demux_chain):
4207         Don't just ignore return values from _pad_push().
4208         Small debug improvements.
4209
4210 2006-11-23  Michael Smith  <msmith@fluendo.com>
4211
4212         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
4213           If our incoming buffer is marked as DISCONT, then increment the page
4214           number (so that the discontinuity is marked in the final ogg
4215           bitstream) and flush the previous page.
4216
4217 2006-11-22  Michael Smith  <msmith@fluendo.com>
4218
4219         * ext/theora/gsttheoraenc.h:
4220         * ext/theora/theoraenc.c: (gst_theora_enc_init),
4221         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
4222         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
4223         (theora_enc_chain), (theora_enc_change_state):
4224           Mark discontinuities of > 3/4 of a frame, reinit encoder.
4225
4226         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
4227         (GST_START_TEST), (theoraenc_suite):
4228           Enable discontinuity test, fix it.
4229
4230 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
4231
4232         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
4233         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
4234         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
4235         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
4236         (gst_text_overlay_change_state):
4237         * ext/pango/gsttextoverlay.h:
4238           Some textoverlay fixes: for one, in the video chain function,
4239           actually wait for a text buffer to come in if there is none at the
4240           moment and there should be one; also, deal more gracefully with
4241           incoming buffers that do not have a timestamp or duration; discard
4242           text buffer when not needed any longer. Fixes #341681.
4243
4244         * tests/check/Makefile.am:
4245         * tests/check/elements/.cvsignore:
4246         * tests/check/elements/textoverlay.c:
4247         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
4248         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
4249         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
4250         (test_video_waits_for_text_send_text_newsegment_thread),
4251         (test_video_waits_for_text_shutdown_element),
4252         (test_render_continuity_push_video_buffers_thread),
4253         (textoverlay_suite):
4254           Add some unit tests for textoverlay.
4255
4256 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
4257
4258         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
4259           Avoid integer underflow when the found probability for mp3 is
4260           smaller than the 'penalty' we subtract if there's not a clean
4261           mp3 header sync at offset 0.
4262
4263 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
4264
4265         * docs/libs/gst-plugins-base-libs-sections.txt:
4266           Add some new symbols to the docs
4267
4268 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
4269
4270         * tests/check/Makefile.am:
4271         * tests/check/elements/ffmpegcolorspace.c:
4272         (ffmpegcolorspace_suite):
4273           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
4274           (for now not for valgrinding though, since it takes too long).
4275
4276 2006-11-20  Wim Taymans  <wim@fluendo.com>
4277
4278         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4279         (gst_ffmpeg_pixfmt_to_caps):
4280         Fix RGBA32 caps. Fixes #357038.
4281
4282 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
4283
4284         * gst-libs/gst/interfaces/mixertrack.h:
4285           Add FIXME so we can add some padding here in 0.11
4286
4287 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
4288
4289         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4290           Fix GstBaseRTPAudioPayload structure so the whole GObject
4291           inheritance business actually works (parent class instance structure
4292           must always come first in the derived class instance structure).
4293
4294 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
4295
4296         * gst/videotestsrc/Makefile.am:
4297         * tests/check/Makefile.am:
4298           Make sure our checks and the videotestsrc plugin link against the
4299           local uninstalled gst libs and not any installed gst libs that
4300           might happen to exist as well.
4301
4302         * tests/check/elements/adder.c: (message_received),
4303         (test_event_message_received), (test_play_twice_message_received):
4304         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
4305           Fix compiler warnings when compiling against core with disabled
4306           debugging system.
4307
4308 2006-11-16  Michael Smith  <msmith@fluendo.com>
4309
4310         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
4311         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
4312           Fix audiorate, so that it accurately sets offsets and timestamps.
4313           Doesn't change the fundamental algorithmic decisions; so should be
4314           safe.
4315
4316         * tests/check/Makefile.am:
4317           Enable audiorate test now that it passes.
4318
4319 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
4320
4321         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
4322           clear xv when going to NULL, remove // commented non-existant proto
4323
4324         * tests/examples/seek/seek.c: (main):
4325           add missing tooltip description for scrub and play_scrub
4326
4327 2006-11-14  David Schleef  <ds@schleef.org>
4328
4329         * configure.ac:
4330           Bump liboil requirement to 0.3.8.
4331         * gst-libs/gst/riff/riff-media.c:
4332           Add Dirac fourcc.
4333         * gst/videoscale/vs_image.h:
4334         * gst/videoscale/vs_scanline.h:
4335           Use liboil's stdint.h.
4336         * gst/videotestsrc/videotestsrc.c:
4337           Remove liboil related ifdef's, since they aren't needed now, and
4338           won't work with future versions.
4339
4340 2006-11-14  David Schleef  <ds@schleef.org>
4341
4342         * gst/videoscale/Makefile.am:
4343         * gst/videoscale/gstvideoscale.c:
4344         * gst/videoscale/gstvideoscale.h:
4345         * gst/videoscale/vs_4tap.c:
4346         * gst/videoscale/vs_4tap.h:
4347         * gst/videoscale/vs_image.c:
4348         * gst/videoscale/vs_image.h:
4349         * gst/videoscale/vs_scanline.c:
4350         * gst/videoscale/vs_scanline.h:
4351           Add a 4-tap image scaler.  Theoretically looks much prettier.
4352           The tap calculation could use some improvement.
4353
4354 2006-11-14  Wim Taymans  <wim@fluendo.com>
4355
4356         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
4357
4358         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
4359         (gst_riff_parse_strf_iavs):
4360         * gst/subparse/gstsubparse.c: (convert_encoding):
4361         * gst/tcp/gstmultifdsink.c:
4362         (gst_multi_fd_sink_handle_client_write):
4363         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
4364         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
4365         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
4366         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
4367         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
4368         (gst_ximagesink_ximage_new):
4369         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
4370         Various gsize and gssize printf fixes. Fixes #372507.
4371
4372 2006-11-13  Wim Taymans  <wim@fluendo.com>
4373
4374         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4375         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
4376         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
4377         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
4378         (vorbis_dec_chain_forward), (vorbis_dec_chain):
4379         * ext/vorbis/vorbisdec.h:
4380         First stab at vorbis reverse playback.
4381
4382 2006-11-13  Wim Taymans  <wim@fluendo.com>
4383
4384         * gst-libs/gst/audio/gstbaseaudiosink.c:
4385         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
4386         * gst-libs/gst/audio/gstbaseaudiosink.h:
4387         Make the clock sync code more accurate wrt resampling and playback
4388         at different rates.
4389         
4390         * gst-libs/gst/audio/gstringbuffer.c:
4391         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
4392         * gst-libs/gst/audio/gstringbuffer.h:
4393         Use better algorithm to interpolate sample rates. 
4394
4395 2006-11-13  Michael Smith  <msmith@fluendo.com>
4396
4397         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
4398           Improve a debug line slightly.
4399
4400         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
4401           Call gst_riff_init() in plugin_init, to avoid getting errors from
4402           the debug system (unrelated changes to another plugin made this turn
4403           up; not sure why).
4404
4405 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
4406
4407         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
4408
4409         * win32/common/libgsttag.def:
4410           Add missing symbol (#366492).
4411
4412 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
4413
4414         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
4415           Don't unref a NULL pad.
4416
4417 2006-11-09  Wim Taymans  <wim@fluendo.com>
4418
4419         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
4420         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
4421         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
4422         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
4423         (gst_ogg_demux_loop):
4424         Implement first stab at reverse playback.
4425
4426 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
4427
4428         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
4429         (gst_riff_create_video_template_caps):
4430           add h263/h264 variants to the caps, Fixes #363118
4431
4432 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
4433
4434         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
4435         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
4436           Use g_strerror instead of strerror so we get UTF-8.
4437
4438 2006-11-03  David Schleef  <ds@schleef.org>
4439
4440         * ext/ogg/gstoggdemux.c:
4441         * ext/ogg/gstoggmux.c:
4442           Add/remove KW-DIRAC header here, since it is ogg-specific.
4443
4444 2006-11-03  Michael Smith  <msmith@fluendo.com>
4445
4446         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
4447           Recognise more mpeg4 elementary video streams.
4448
4449 2006-11-02  Edward Hervey  <edward@fluendo.com>
4450
4451         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
4452         Lower the probability of mp3 typefinding functions if we don't find a
4453         valid mp3 header at the start of the file.
4454         Closes #369482
4455
4456 2006-11-02  Wim Taymans  <wim@fluendo.com>
4457
4458         * ext/theora/gsttheoradec.h:
4459         * ext/theora/theoradec.c: (gst_theora_dec_init),
4460         (theora_dec_sink_event), (theora_dec_chain_forward),
4461         (theora_dec_flush_decode), (theora_dec_chain_reverse),
4462         (theora_dec_chain):
4463         Document and partially implement an algorithm for doing reverse playback
4464         of theora video.
4465
4466 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
4467
4468         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
4469
4470         * win32/common/config.h:
4471         * win32/common/interfaces-enumtypes.c:
4472         * win32/common/libgsttag.def:
4473         * win32/vs8/gst-plugins-base.sln:
4474         * win32/vs8/libgstaudioresample.vcproj:
4475         * win32/vs8/libgstinterfaces.vcproj:
4476         * win32/vs8/libgstogg.vcproj:
4477         * win32/vs8/libgstriff.vcproj:
4478         * win32/vs8/libgsttag.vcproj:
4479         * win32/vs8/libgsttheora.vcproj:
4480         * win32/vs8/libgstvideoscale.vcproj:
4481         * win32/vs8/libgstvorbis.vcproj:
4482           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
4483           to libgsttag.def; add missing dependencies for some vs8 projects;
4484           re-arrange placement of .def files in vs8 projects (#366334).
4485
4486 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
4487
4488         * ext/ogg/gstogg.c:
4489           Remove unused variable.
4490
4491         * ext/ogg/gstoggdemux.c:
4492           Fix Wim's surname in plugin description.
4493
4494 2006-10-31  Wim Taymans  <wim@fluendo.com>
4495
4496         * gst-plugins-base.spec.in:
4497         spec new .h file. Fixes #368310.
4498
4499 2006-10-31  Michael Smith  <msmith@fluendo.com>
4500
4501         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
4502         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
4503         (gst_multi_fd_sink_get_stats),
4504         (gst_multi_fd_sink_remove_client_link),
4505         (gst_multi_fd_sink_queue_buffer),
4506         (gst_multi_fd_sink_handle_clients):
4507         * gst/tcp/gstmultifdsink.h:
4508           Make using the remove or clear signals threadsafe.
4509           Make calling get-stats with an invalid fd not segfault.
4510           Fixes 368273.
4511
4512 2006-10-31  Wim Taymans  <wim@fluendo.com>
4513
4514         * gst-libs/gst/rtp/Makefile.am:
4515         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4516         (gst_base_rtp_audio_payload_init):
4517         Fix and activate base audio payloader.
4518
4519 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
4520
4521         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
4522         (plugin_init):
4523           Add typefinder for QuickTime Image Files (see #366156).
4524
4525 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
4526
4527         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
4528           Another typo fix (#366212).
4529
4530 2006-10-27  Wim Taymans  <wim@fluendo.com>
4531
4532         * gst/volume/gstvolume.c: (volume_transform_ip):
4533         Use stream time to synchronize volume property instead of rather random
4534         timestamps. This is needed when gnonlin does its time shifting.
4535
4536 2006-10-27  Wim Taymans  <wim@fluendo.com>
4537
4538         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
4539
4540         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
4541         Remove the pad from the element in release_pad. Fixes #364812.
4542
4543 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
4544
4545         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
4546         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
4547           Explicitly create our custom buffer classes at a thread-safe
4548           location as well, since g_type_class_ref() doesn't seem to be
4549           entirely thread-safe either (#365501; also see #349410).
4550
4551 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
4552
4553         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
4554         (gst_riff_parse_info):
4555           If strings in INFO chunk are not UTF-8, do something similar to
4556           what we do for ID3v1 tags: check a number of environment variables
4557           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
4558           character sets to try, otherwise try the current locale and/or fall
4559           back on ISO-8859-1. Fixes #360552.
4560
4561 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
4562
4563         * gst/videotestsrc/gstvideotestsrc.c:
4564         (gst_video_test_src_pattern_get_type),
4565         (gst_video_test_src_set_pattern):
4566         * gst/videotestsrc/gstvideotestsrc.h:
4567         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
4568         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
4569         (gst_video_test_src_checkers8):
4570         * gst/videotestsrc/videotestsrc.h:
4571           Add a bunch of exciting new checkers patterns.
4572
4573 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
4574
4575         * gst/subparse/Makefile.am:
4576         * gst/subparse/gstsubparse.c:
4577         (gst_sub_parse_data_format_autodetect),
4578         (gst_sub_parse_format_autodetect), (handle_buffer),
4579         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
4580         * gst/subparse/gstsubparse.h:
4581         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
4582         (parse_tmplayer):
4583         * gst/subparse/tmplayerparse.h:
4584           Add support for TMPlayer-type subtitles (#362845).
4585
4586         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
4587         (GST_START_TEST), (subparse_suite):
4588           Add some basic unit tests for the above.
4589
4590 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
4591
4592         * tests/check/elements/audiorate.c: (test_injector_base_init),
4593         (test_injector_class_init), (test_injector_chain),
4594         (test_injector_init), (probe_cb), (do_perfect_stream_test),
4595         (GST_START_TEST), (audiorate_suite):
4596           More tests for audiorate: inject buffers to check behaviour when
4597           buffers overlap.
4598
4599 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
4600
4601         * tests/check/Makefile.am:
4602         * tests/check/elements/.cvsignore:
4603         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
4604         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
4605           Add some basic unit tests for audiorate. Disabled at the moment
4606           since it doesn't pass yet (see bug #363119).
4607
4608 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
4609
4610         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
4611         (parse_subrip), (handle_buffer):
4612           Add missing closing tags for markup and fix broken markup,
4613           otherwise pango won't render anything (fixes #357531). Also,
4614           make sure the text we send out is always NUL-terminated
4615           (better safe than sorry etc.).
4616
4617         * tests/check/elements/subparse.c: (test_srt_do_test),
4618         (test_srt):
4619           Some more tests for .srt incl. tests for the above stuff.
4620
4621 2006-10-20  Julien MOUTTE  <julien@moutte.net>
4622
4623         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
4624         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
4625         Patch by: Stefan Kost  <ensonic@users.sf.net>
4626         Try to redraw borders only when needed. Apparently this consumes
4627         resources on small devices... :-O (#363607)
4628
4629 2006-10-20  Michael Smith  <msmith@fluendo.com>
4630
4631         * gst/tcp/gstmultifdsink.c:
4632         (gst_multi_fd_sink_client_queue_buffer):
4633           If caps change, then update the client's idea of the caps so that we
4634           don't end up re-sending streamheaders for every single buffer after
4635           the caps change.
4636
4637 2006-10-20  Michael Smith  <msmith@fluendo.com>
4638
4639         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
4640         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
4641           Set caps on pushed buffers; fix up refcounting of caps objects.
4642
4643 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
4644
4645         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
4646         (plugin_init):
4647           Typefind mmsh header data packet to application/x-mmsh (#362625).
4648
4649 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
4650
4651         * tests/check/Makefile.am:
4652         * tests/check/elements/.cvsignore:
4653         * tests/check/elements/subparse.c: (buffer_from_static_string),
4654         (setup_subparse), (teardown_subparse), (test_srt_do_test),
4655         (GST_START_TEST), (subparse_suite):
4656           Add very simple unit test for subparse.
4657
4658 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
4659
4660         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
4661         (parse_subrip):
4662           Strip trailing newlines from subtitle text output.
4663
4664 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
4665
4666         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
4667         (gst_sub_parse_change_state):
4668           Fix memleak; clear subparse->textbuf n state change function.
4669
4670 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
4671
4672         * gst/subparse/gstsubparse.c:
4673         (gst_sub_parse_data_format_autodetect):
4674           Don't require subrip (.srt) files to start with a chunk number of 1.
4675
4676 2006-10-18  Wim Taymans  <wim@fluendo.com>
4677
4678         * gst-libs/gst/audio/gstbaseaudiosink.c:
4679         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
4680         * gst-libs/gst/audio/gstbaseaudiosink.h:
4681         Extract rate from the NEWSEGMENT event.
4682         Use commit_full to also take rate adjustment into account when writing
4683         samples to the ringbuffer.
4684         
4685         * gst-libs/gst/audio/gstringbuffer.c:
4686         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
4687         (gst_ring_buffer_read):
4688         * gst-libs/gst/audio/gstringbuffer.h:
4689         Added _commit_full() to also take rate into account.
4690         Use simple interpolation algorithm to resample audio.
4691         API: gst_ring_buffer_commit_full()
4692
4693         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
4694         * tests/examples/seek/seek.c: (segment_done):
4695         Don't try to seek with 0.0 rate, just pause instead.
4696         Remove bogus debug line.
4697
4698 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
4699
4700         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
4701         (setup_source):
4702           Catch async errors when starting up the subtitle bin, so we can
4703           stop waiting and continue with the main film instead of hanging
4704           forever. Fixes #339366.
4705
4706         * tests/check/elements/playbin.c: (playbin_suite):
4707           Enable unit test for the above.
4708
4709 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
4710
4711         * tests/check/Makefile.am:
4712         * tests/check/elements/.cvsignore:
4713         * tests/check/elements/playbin.c: (GST_START_TEST),
4714         (gst_red_video_src_uri_get_type),
4715         (gst_red_video_src_uri_get_protocols),
4716         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
4717         (gst_red_video_src_uri_handler_init),
4718         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
4719         (gst_red_video_src_create), (gst_red_video_src_class_init),
4720         (gst_red_video_src_init), (plugin_init), (playbin_suite):
4721           Some small and basic unit tests for playbin; not very useful yet,
4722           but at least a start.
4723
4724 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
4725
4726         * gst/playback/gstplaybin.c: (setup_sinks):
4727           The old pad activation spiel.
4728
4729 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
4730
4731         * gst/playback/gstplaybasebin.c: (setup_source):
4732           Don't hang forever if the subbin already fails to start up in 
4733           the state change to PAUSED (#339366).
4734
4735 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
4736
4737         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
4738         (gst_tuner_set_channel), (gst_tuner_get_channel),
4739         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
4740         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
4741         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
4742         (gst_tuner_find_channel_by_name):
4743           Fix some function guards, add some more function guards.
4744
4745 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
4746
4747         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
4748         (remove_element_chain):
4749         Don't return a pad from get_our_ghost_pad unless it is actually the
4750         one we want.
4751         Change a cast in remove_element_chain slightly.
4752
4753 2006-10-13  Julien MOUTTE  <julien@moutte.net>
4754
4755         * tests/examples/seek/seek.c: (do_seek), (start_seek),
4756         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
4757         Segment seeking needs to use the rate and set stop to -1.
4758
4759 2006-10-13  Wim Taymans  <wim@fluendo.com>
4760
4761         * gst-libs/gst/audio/gstbaseaudiosink.c:
4762         (gst_base_audio_sink_setcaps):
4763         Don't crash when ringbuffer is not yet created.
4764         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
4765         Fixes #361634.
4766
4767         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
4768         * gst/playback/gststreamselector.c:
4769         (gst_stream_selector_request_new_pad):
4770         Activate pads befre adding them to running elements.
4771
4772 2006-10-13  Julien MOUTTE  <julien@moutte.net>
4773
4774         * tests/examples/seek/seek.c: (do_seek), (start_seek),
4775         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
4776         updater when we start grabing the slider. Don't wait for the
4777         pipeline to be PAUSED.
4778
4779 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
4780
4781         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
4782         (gst_mixer_set_volume), (gst_mixer_get_volume),
4783         (gst_mixer_set_mute), (gst_mixer_set_option),
4784         (gst_mixer_get_option), (gst_mixer_mute_toggled),
4785         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
4786         (gst_mixer_option_changed):
4787           Guard mixer interface functions against bogus arguments.
4788
4789 2006-10-12  Julien MOUTTE  <julien@moutte.net>
4790
4791         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
4792         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
4793         (msg_state_changed), (main): Use state-changed messages to trigger
4794         start/stop of scale update timer. Indeed the scale slider was
4795         jumping here and there because the update timer was activated 
4796         before seek completed. This fixes instant applying of rate changes
4797         by pressing the spinbutton like a crazy man !
4798
4799 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
4800
4801         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
4802
4803         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
4804         (gst_basertppayload_finalize):
4805           Fix two small memory leaks (#361456).
4806
4807 2006-10-10  Julien MOUTTE  <julien@moutte.net>
4808
4809         * tests/examples/seek/seek.c: (do_seek),
4810         (rate_spinbutton_changed_cb): When changing spinbutton we try
4811         to change the rate on the fly.
4812
4813 2006-10-10  Wim Taymans  <wim@fluendo.com>
4814
4815         * gst-libs/gst/riff/riff-ids.h:
4816         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
4817         (gst_riff_create_audio_template_caps):
4818         Add WMS caps.
4819
4820 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4821
4822         Patch by: Josep Torra Valles <josep@fluendo.com>
4823
4824         * ext/gnomevfs/gstgnomevfssink.c:
4825         * ext/gnomevfs/gstgnomevfssrc.c:
4826         Fix URI interface implementation return type.
4827         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
4828         Fix what looks like a copy/paste issue when assigning values.
4829         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
4830         (gst_audio_filter_template_get_type):
4831         Cast to prevent Forte warnings.
4832         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
4833         Fix URI interface implementation return type.
4834         gst_pad_query_position requires a signed integer pointer as
4835         3rd parameter, GstClockTime is unsigned.
4836         * gst/audioconvert/audioconvert.c:
4837         Fix integer overflow when treated as signed.
4838         * gst/audioresample/resample.c: (resample_add_input_data):
4839         Cast to prevent warnings on Forte.
4840         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
4841         Fix integer overflow when treated as signed.
4842         * gst/ffmpegcolorspace/imgconvert_template.h:
4843         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
4844         * gst/playback/gstdecodebin.c: (queue_filled_cb),
4845         (cleanup_decodebin):
4846         Who initialises a guint to -1!
4847         Cast function pointers to prevent warnings on Forte.
4848         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
4849         (queue_threshold_reached):
4850         Cast function pointers correctly to prevent warnings on Forte.
4851         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
4852         Cast function pointers correctly to prevent warnings on Forte.
4853         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
4854         Obvious change to unsigned, 0xEF > max signed char.
4855         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
4856         GstClockTime is unsigned, initialise correctly.
4857         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
4858         Cast so pointer arithemetic doesn't cause warnings on Forte.
4859         * gst/videorate/gstvideorate.c:
4860         Use correct return value.
4861         * tests/examples/seek/scrubby.c:
4862         GstClockTime is unsigned, initialise correctly.
4863
4864 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
4865
4866         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
4867
4868         * gst/typefind/gsttypefindfunctions.c:
4869           Recognise XML files and XML-like files shorter than 256 bytes as
4870           well (fixes #359237).
4871
4872 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
4873
4874         Patch by: Renato Filho <renato.filho@indt.org.br>
4875         
4876         * gst/typefind/gsttypefindfunctions.c:
4877         Added typefind functions to video/x-nuv media.
4878         
4879 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
4880
4881         * gst-libs/gst/interfaces/xoverlay.c:
4882         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
4883           Some more guards against invalid input.
4884
4885 2006-10-07  Julien MOUTTE  <julien@moutte.net>
4886
4887         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
4888         Useless goto.
4889         * tests/examples/seek/seek.c: (do_seek),
4890         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
4891         seek example to experiment with rates != 1.0 (reverse playback !)
4892
4893 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
4894
4895         * gst-libs/gst/interfaces/xoverlay.c:
4896           Unref message in doc-example (spotted by Robert McQueen)
4897
4898 2006-10-06  Wim Taymans  <wim@fluendo.com>
4899
4900         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
4901         (mpeg1_parse_header), (mpeg1_sys_type_find):
4902         printf fix.
4903
4904 2006-10-06  Wim Taymans  <wim@fluendo.com>
4905
4906         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
4907         (close_pad_link):
4908         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
4909         Activate dynamic pads before adding them to the element.
4910
4911 2006-10-06  Michael Smith  <msmith@fluendo.com>
4912
4913         * gst-libs/gst/floatcast/floatcast.h:
4914           Fix obviously-bogus macros; use the correct types.
4915
4916 2006-10-06  Wim Taymans  <wim@fluendo.com>
4917
4918         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4919         (gst_base_rtp_depayload_change_state):
4920         Also call parent state change function to activate pads.
4921
4922         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
4923         (mpeg1_parse_header), (mpeg1_sys_type_find):
4924         Add some more debug info in mpeg typefinding.
4925
4926 2006-10-06  Michael Smith  <msmith@fluendo.com>
4927
4928         * ext/theora/theoradec.c: (theora_dec_chain):
4929           Zero byte theora packets are valid and well-defined; don't warn on
4930           them.
4931
4932 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
4933
4934         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
4935         (gst_multi_fd_sink_get_stats), (find_limits),
4936         (gst_multi_fd_sink_queue_buffer):
4937           API: add dropped_buffers to the get-stats GValueArray
4938
4939 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
4940
4941         * ext/alsa/gstalsadeviceprobe.c:
4942         (gst_alsa_device_property_probe_get_values):
4943         * ext/alsa/gstalsasink.c: (set_hwparams):
4944         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
4945         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
4946         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
4947         (gst_ogg_mux_process_best_pad):
4948         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
4949         (gst_ogg_parse_chain):
4950         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
4951         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
4952         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
4953         (gst_vorbis_enc_buffer_check_discontinuous):
4954         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
4955         * gst-libs/gst/audio/gstbaseaudiosink.c:
4956         (gst_base_audio_sink_render):
4957         * gst-libs/gst/cdda/gstcddabasesrc.c:
4958         (gst_cdda_base_src_handle_track_seek):
4959         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4960         (gst_base_rtp_depayload_push_full):
4961         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
4962         * gst/audioresample/resample.c: (resample_input_pushthrough):
4963         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
4964         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
4965         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
4966         (wavpack_type_find):
4967         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
4968         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4969         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
4970         * tests/check/elements/volume.c: (GST_START_TEST):
4971           Printf format fixes.
4972
4973 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
4974
4975         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
4976           Fix a simple mistake (see the docs)
4977           Fixes #359580
4978
4979 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
4980
4981         * docs/plugins/Makefile.am:
4982         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4983         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4984         * docs/plugins/gst-plugins-base-plugins.args:
4985         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4986         * docs/plugins/inspect/plugin-adder.xml:
4987         * docs/plugins/inspect/plugin-alsa.xml:
4988         * docs/plugins/inspect/plugin-audioconvert.xml:
4989         * docs/plugins/inspect/plugin-audiorate.xml:
4990         * docs/plugins/inspect/plugin-audioresample.xml:
4991         * docs/plugins/inspect/plugin-audiotestsrc.xml:
4992         * docs/plugins/inspect/plugin-cdparanoia.xml:
4993         * docs/plugins/inspect/plugin-decodebin.xml:
4994         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4995         * docs/plugins/inspect/plugin-gdp.xml:
4996         * docs/plugins/inspect/plugin-gnomevfs.xml:
4997         * docs/plugins/inspect/plugin-libvisual.xml:
4998         * docs/plugins/inspect/plugin-ogg.xml:
4999         * docs/plugins/inspect/plugin-pango.xml:
5000         * docs/plugins/inspect/plugin-playbin.xml:
5001         * docs/plugins/inspect/plugin-subparse.xml:
5002         * docs/plugins/inspect/plugin-tcp.xml:
5003         * docs/plugins/inspect/plugin-theora.xml:
5004         * docs/plugins/inspect/plugin-typefindfunctions.xml:
5005         * docs/plugins/inspect/plugin-video4linux.xml:
5006         * docs/plugins/inspect/plugin-videorate.xml:
5007         * docs/plugins/inspect/plugin-videoscale.xml:
5008         * docs/plugins/inspect/plugin-videotestsrc.xml:
5009         * docs/plugins/inspect/plugin-volume.xml:
5010         * docs/plugins/inspect/plugin-vorbis.xml:
5011         * docs/plugins/inspect/plugin-ximagesink.xml:
5012         * docs/plugins/inspect/plugin-xvimagesink.xml:
5013           Add vorbistag element to docs; update version numbers to 0.10.10.1.
5014
5015 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
5016
5017         Patch by: James "Doc" Livingston <doclivingston at gmail com>
5018
5019         * ext/vorbis/Makefile.am:
5020         * ext/vorbis/vorbis.c: (plugin_init):
5021         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
5022         (vorbis_parse_parse_packet), (vorbis_parse_chain):
5023         * ext/vorbis/vorbisparse.h:
5024         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
5025         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
5026         (gst_vorbis_tag_parse_packet):
5027         * ext/vorbis/vorbistag.h:
5028           Add new vorbistag element which derives from vorbisparse
5029           and is essentially the same as well, only that it implements
5030           the GstTagSetter interface and can modify the stream's
5031           vorbiscomment on the fly (#335635).
5032
5033         * tests/check/Makefile.am:
5034         * tests/check/elements/.cvsignore:
5035         * tests/check/elements/vorbistag.c: (setup_vorbistag),
5036         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
5037         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
5038         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
5039           Add unit test for new vorbistag element.
5040
5041 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
5042
5043         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
5044         (vorbis_parse_push_headers), (vorbis_parse_chain):
5045           Set BOS flag in packet structure to fix 'jump depends
5046           on unitialized value' errors in valgrind; various minor
5047           clean-ups.
5048
5049 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
5050
5051         * gst/playback/gstdecodebin.c: (close_pad_link):
5052         Fix typo in a debug statement.
5053
5054         * gst/playback/gstplaybasebin.c: (probe_triggered),
5055         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
5056         (gen_source_element), (source_new_pad), (analyse_source),
5057         (setup_source):
5058         When handling no_more_pads in new_decoded_pad, make sure to treat
5059         subtitle pads correctly. Fixes playback with subtitle files.
5060
5061         Move a recurring message to LOG level.
5062
5063         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
5064         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
5065         which ends up as -1 when cast to an int. Make the logic handle the
5066         max value as an unsigned mask and only change the colorkey when it's
5067         a value we recognise.
5068
5069 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5070
5071         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5072         Removed empty * between paragraphs
5073
5074 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5075
5076         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5077         * gst-libs/gst/rtp/README:
5078         Moved some documentation into .c file
5079
5080 2006-09-29  Wim Taymans  <wim@fluendo.com>
5081
5082         * gst/playback/gstdecodebin.c: (no_more_pads):
5083         Fix compilation.
5084
5085 2006-09-29  Wim Taymans  <wim@fluendo.com>
5086
5087         * gst/playback/gstdecodebin.c: (new_caps):
5088         Remove g_print
5089
5090         * gst/playback/gstplaybin.c:
5091         Add some docs.
5092
5093 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
5094
5095         * tests/check/Makefile.am:
5096           Re-enable cddabasesrc test to see if it works again
5097           now.
5098
5099 2006-09-29  Wim Taymans  <wim@fluendo.com>
5100
5101         * gst/playback/gstplaybasebin.c: (setup_subtitle),
5102         (gen_source_element):
5103         Handle invalid URIs a bit more gracefully.
5104
5105 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
5106
5107         * tests/check/pipelines/oggmux.c:
5108           Remove obsolete comment.
5109
5110 2006-09-29  Michael Smith  <msmith@fluendo.com>
5111
5112         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
5113         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
5114         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
5115         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
5116         (gst_ogg_mux_collected):
5117           Commit patch from James "Doc" Livingston, adds proper EOS handling
5118           in oggmux. GStreamer can, for the first time ever, create a valid
5119           Ogg file! Yay!
5120
5121         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
5122         (oggmux_suite):
5123           Reenable tests now that they pass.
5124
5125 2006-09-29  Wim Taymans  <wim@fluendo.com>
5126
5127         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
5128         Stop reading commands when EOF (we read 0) as well.
5129
5130 2006-09-28  Wim Taymans  <wim@fluendo.com>
5131
5132         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
5133         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
5134         (find_dynamic), (unlinked), (close_link):
5135         Implement delayed caps linking needed for element with a lot of
5136         different caps on the src pads that get fixed at runtime.
5137         Improve management of dynamic elements.
5138
5139         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
5140         (group_destroy), (group_commit), (check_queue), (queue_overrun),
5141         (gen_preroll_element), (remove_groups), (unknown_type),
5142         (add_element_stream), (no_more_pads_full), (no_more_pads),
5143         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
5144         (new_decoded_pad), (setup_subtitle), (array_has_value),
5145         (gen_source_element), (source_new_pad), (has_all_raw_caps),
5146         (analyse_source), (remove_decoders), (make_decoder),
5147         (remove_source), (setup_source), (finish_source), (prepare_output),
5148         (gst_play_base_bin_change_state):
5149         * gst/playback/gstplaybasebin.h:
5150         Use more _CAST instead of full type checking casts.
5151         Small cleanups, plug some leaks.
5152         Handle dynamic sources.
5153         Add some helper functions to create lists of strings used for
5154         blacklisting and other stuff.
5155         Refactor some code dealing with analysing the source.
5156         Re-enable sources without pads (like cd:// or other selfcontained
5157         elements).
5158
5159 2006-09-28  Wim Taymans  <wim@fluendo.com>
5160
5161         * gst-libs/gst/audio/gstbaseaudiosink.c:
5162         (gst_base_audio_sink_render):
5163         When we have a timestamp, we can still perform clipping.
5164         When we have no clock, we must play the sample ASAP.
5165
5166 2006-09-28  Wim Taymans  <wim@fluendo.com>
5167
5168         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
5169         Set caps on outgoing buffers.
5170
5171         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
5172         (gst_video_rate_event), (gst_video_rate_chain):
5173         * gst/videorate/gstvideorate.h:
5174         Fix videorate some more. Fixes #357977
5175
5176 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
5177
5178         * tests/check/elements/adder.c: (adder_suite):
5179           Don't set timeout to 6 seconds when we're running
5180           in valgrind ... (and how is 6 seconds longer than
5181           the default anyway?)
5182
5183 2006-09-28  Wim Taymans  <wim@fluendo.com>
5184
5185         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
5186         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
5187         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
5188         Keep sink and src segment to keep track of time and support more
5189         input formats.
5190         Fix bogus next_offset and run_time calculation, don't understand how
5191         this could have worked before. Fixes #357976.
5192         Remove some unneeded vars.
5193
5194 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
5195
5196         * gst/playback/gstplaybin.c: (remove_sinks):
5197           Only remove visualisation from visbin if there is a visbin (or:
5198           don't throw warnings when closing totem without playing a file).
5199
5200 2006-09-27  Wim Taymans  <wim@fluendo.com>
5201
5202         * gst-libs/gst/audio/gstbaseaudiosink.c:
5203         (gst_base_audio_sink_render):
5204         Add some more info in a WARNING.
5205
5206         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5207         (gst_base_audio_src_create):
5208         Handle PAUSE in create function, use new -core addition to
5209         wait for playing. Fixes pausing and resuming capture from an
5210         audiosrc.
5211
5212         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
5213         (gst_ring_buffer_read):
5214         Constify some more.
5215         Caller supports interrupted reads now.
5216
5217 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
5218
5219         * tests/check/Makefile.am:
5220           Another attempt to make the gen64 buildbot happy.
5221
5222 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
5223
5224         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
5225
5226         * ext/libvisual/visual.c: (gst_visual_clear_actors),
5227         (gst_visual_chain), (gst_visual_change_state):
5228           Libvisual plugin was not passing audio data to libvisual 0.4.0 
5229           correctly. Fixes #357800
5230
5231 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
5232
5233         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
5234           Add timeout to _get_state() so we see which pipeline it is
5235           that causes trouble on the gen64 build bot.
5236
5237 2006-09-27  Wim Taymans  <wim@fluendo.com>
5238
5239         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5240         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
5241         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
5242         (gst_base_rtp_depayload_set_gst_timestamp):
5243         the source pad always uses fixed caps.
5244
5245 2006-09-27  Wim Taymans  <wim@fluendo.com>
5246
5247         * docs/libs/gst-plugins-base-libs-docs.sgml:
5248         * docs/libs/gst-plugins-base-libs-sections.txt:
5249         * gst-libs/gst/audio/gstaudioclock.c:
5250         * gst-libs/gst/audio/gstaudioclock.h:
5251         * gst-libs/gst/audio/gstaudiosink.c:
5252         * gst-libs/gst/audio/gstaudiosink.h:
5253         * gst-libs/gst/audio/gstaudiosrc.c:
5254         * gst-libs/gst/audio/gstbaseaudiosink.c:
5255         (gst_base_audio_sink_render):
5256         * gst-libs/gst/audio/gstbaseaudiosink.h:
5257         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
5258         * gst-libs/gst/audio/gstbaseaudiosrc.h:
5259         * gst-libs/gst/audio/gstringbuffer.h:
5260         Added docs for the audio libs.
5261
5262 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
5263
5264         * tests/check/Makefile.am:
5265           Temporarily disable test that fails on the bots for unknown reasons.
5266
5267 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5268
5269         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5270         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
5271         Moved AudioCodecType into priv
5272         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
5273
5274 2006-09-25  Wim Taymans  <wim@fluendo.com>
5275
5276         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
5277         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
5278         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
5279         (new_pad):
5280         Cleanups and small leak fixes.
5281         Added Depayloaders to valid list of autopluggable elements.
5282
5283 2006-09-25  Wim Taymans  <wim@fluendo.com>
5284
5285         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5286         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
5287         (gen_video_element), (gen_text_element), (gen_audio_element),
5288         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
5289         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
5290         Detect NO_PREROLL state change returns and disable clock distribution to
5291         the sinks so that sync is disabled.
5292         Avoid some type checking and do simple casts instead.
5293         Small cleanups, fix some FIXMEs.
5294         Be more robust when linking user specified elements, catch an report
5295         errors. Fixes #357404.
5296         Fix some leaks in the error paths.
5297
5298 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
5299
5300         * ChangeLog:
5301           ChangeLog surgery for missing bug-number
5302
5303 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
5304
5305         Patch by: Peter Kjellerstedt  <pkj at axis com>
5306
5307         * gst/playback/test.c:
5308           Fix compilation with uClibc and -Werror (#357591).
5309
5310 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
5311
5312         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
5313           Parse dates that are followed by a time as well (#357532).
5314
5315         * tests/check/libs/tag.c: (test_vorbis_tags):
5316           Add unit test for this.
5317
5318 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
5319
5320         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
5321         (gst_audio_convert_transform_caps):
5322         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
5323         * gst/videotestsrc/videotestsrc.h:
5324           A few array const-ifications.
5325
5326 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
5327
5328         * tests/check/Makefile.am:
5329           See if this makes the build bots happy.
5330
5331         * tests/check/libs/cddabasesrc.c:
5332           UTF8-ise my name.
5333
5334 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
5335
5336         Patch by: Young-Ho Cha <ganadist at chollian dot net>
5337
5338         * gst/subparse/samiparse.c: (handle_start_font),
5339         (fix_invalid_entities):
5340           More case-insensitivity for certain tags; recognise entities with
5341           decimal codes as special entities as well (#357330).
5342
5343 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
5344
5345         * gst-libs/gst/Makefile.am:
5346           Need to build tag directory before cdda.
5347
5348 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
5349
5350         * docs/libs/gst-plugins-base-libs-sections.txt:
5351         * gst-libs/gst/cdda/Makefile.am:
5352         * gst-libs/gst/cdda/gstcddabasesrc.c:
5353         (gst_cdda_base_src_base_init):
5354         * gst-libs/gst/cdda/gstcddabasesrc.h:
5355         * gst-libs/gst/tag/tag.h:
5356         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
5357         (gst_tag_register_musicbrainz_tags):
5358           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
5359           depend on libgsttag. This is required so we can extract/read tags like
5360           DISCID without depending on libgstcddabasesrc (which used to register
5361           them).
5362
5363         * gst-libs/gst/tag/gstvorbistag.c:
5364           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
5365           tags (also see #347848).
5366
5367         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
5368           Log vorbis comments we are actually writing. Const-ify array.
5369
5370 2006-09-23  Wim Taymans  <wim@fluendo.com>
5371
5372         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
5373         Improve buffering a bit by avoiding a deadlock because we cannot assume
5374         the underrun is always called.
5375
5376 2006-09-23  Wim Taymans  <wim@fluendo.com>
5377
5378         Patch by: Young-Ho Cha <ganadist at chollian dot net>
5379
5380         * gst-libs/gst/riff/riff-ids.h:
5381         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
5382         (gst_riff_create_audio_template_caps):
5383         Added MPEG-4 AAC and id and caps. Fixes #357289
5384         Added WMA9 Lossless id.
5385
5386 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
5387
5388         * ext/gnomevfs/gstgnomevfssrc.c:
5389           Fix misleading docs addition.
5390
5391         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
5392           Get rid of compiler warning the right way.
5393
5394 2006-09-22  Wim Taymans  <wim@fluendo.com>
5395
5396         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5397         (gst_base_rtp_depayload_finalize),
5398         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
5399         (gst_base_rtp_depayload_push_full),
5400         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
5401         (gst_base_rtp_depayload_process),
5402         (gst_base_rtp_depayload_set_gst_timestamp),
5403         (gst_base_rtp_depayload_queue_release):
5404         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5405         Small cleanups.
5406         Fix some leaks.
5407         Refactored the process method and added methods to push from the process
5408         vmethod.
5409         Use _scale functions.
5410         API: gst_base_rtp_depayload_push_ts
5411         API: gst_base_rtp_depayload_push
5412
5413         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
5414         timestamps are uint.
5415
5416 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
5417
5418         * gst-libs/gst/interfaces/xoverlay.c:
5419           Remove unused statement from doc example.
5420
5421 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
5422
5423         * gst-libs/gst/interfaces/videoorientation.c:
5424         (gst_video_orientation_iface_init),
5425         (gst_video_orientation_get_hflip),
5426         (gst_video_orientation_get_vflip),
5427         (gst_video_orientation_get_hcenter),
5428         (gst_video_orientation_get_vcenter),
5429         (gst_video_orientation_set_hflip),
5430         (gst_video_orientation_set_vflip),
5431         (gst_video_orientation_set_hcenter),
5432         (gst_video_orientation_set_vcenter):
5433           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
5434           in ChangeLog)
5435
5436 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
5437
5438         * tests/check/Makefile.am:
5439         * tests/check/elements/.cvsignore:
5440         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
5441         (create_rgb_conversions), (rgb_conversion_free),
5442         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
5443         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
5444           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
5445           but disable for now since it doesn't pass (something wrong with
5446           RGBA somewhere).
5447
5448 2006-09-21  Wim Taymans  <wim@fluendo.com>
5449
5450         * gst/playback/gstplaybasebin.c: (group_commit),
5451         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
5452         (queue_out_of_data), (gen_preroll_element),
5453         (preroll_remove_overrun), (probe_triggered):
5454         Refactor handling of overrun detection.
5455         Separate handling of group completion and deadlock detection when doing
5456         network buffering. This should fix some deadlocks that were not detected
5457         because the group was completed.
5458         Add more comments, improve debugging.
5459
5460 2006-09-21  Wim Taymans  <wim@fluendo.com>
5461
5462         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
5463         * tests/check/libs/audio.c:
5464         Some more compilation fixes.
5465
5466 2006-09-21  Wim Taymans  <wim@fluendo.com>
5467
5468         * gst-libs/gst/audio/gstringbuffer.c:
5469         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
5470         (gst_ring_buffer_read):
5471         Early morning compilation fix.
5472
5473 2006-09-20  Wim Taymans  <wim@fluendo.com>
5474
5475         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
5476         * tests/check/elements/multifdsink.c: (GST_START_TEST):
5477         * tests/check/elements/videorate.c: (GST_START_TEST):
5478         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
5479         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
5480         Fix some warnings.
5481
5482 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
5483
5484         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
5485         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
5486         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
5487           Handcrafted merge to help CVS understanding what I changed and what
5488           not.
5489
5490 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
5491
5492         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
5493         (gst_xvimagesink_get_times):
5494           change colorkey behaviour back according to #354773 comment 6/7
5495
5496 2006-09-19  Michael Smith  <msmith@fluendo.com>
5497
5498         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
5499         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
5500         (gst_multi_fd_sink_recover_client),
5501         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
5502         (gst_multi_fd_sink_get_property):
5503         * gst/tcp/gstmultifdsink.h:
5504           Implement stubbed out properties unit-type, units-soft-max,
5505           units-max, to allow specifying maximum sizes in units other than
5506           buffers.
5507           Fixes #355935
5508
5509 2006-09-19  Wim Taymans  <wim@fluendo.com>
5510
5511         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
5512         (gst_riff_create_audio_template_caps):
5513         Reorder the audio formats a bit for clarity.
5514         Detect and create caps for MSGSM and MSN (WAV49).
5515         Fixes #356596.
5516
5517         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
5518         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
5519         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
5520         Small cleanups, move error handling out of normal flow for clarity.
5521
5522 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
5523
5524         * docs/libs/gst-plugins-base-libs-docs.sgml:
5525         * docs/libs/gst-plugins-base-libs.types:
5526         * gst-libs/gst/interfaces/Makefile.am:
5527         * gst-libs/gst/interfaces/videoorientation.c:
5528         (gst_video_orientation_get_type),
5529         (gst_video_orientation_iface_init),
5530         (gst_video_orientation_get_hflip),
5531         (gst_video_orientation_get_vflip),
5532         (gst_video_orientation_get_hcenter),
5533         (gst_video_orientation_get_vcenter),
5534         (gst_video_orientation_set_hflip),
5535         (gst_video_orientation_set_vflip),
5536         (gst_video_orientation_set_hcenter),
5537         (gst_video_orientation_set_vcenter):
5538         * gst-libs/gst/interfaces/videoorientation.h:
5539           API: Add new interface to control video orientation (fixes #354908)
5540
5541 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
5542
5543         * gst/videotestsrc/gstvideotestsrc.c:
5544           Use G_UNLIKELY in _create and log one more detail.
5545           
5546         (gst_video_test_src_get_times), (gst_video_test_src_create):
5547         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
5548           Use gst_util_uint64_scale_int in _get_times().
5549
5550 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
5551
5552         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
5553           Give better warning message (add object and detail).
5554
5555 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
5556
5557         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
5558         (gst_xvimagesink_get_times):
5559           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
5560           #354773), use gst_util_uint64_scale_int in _get_times()
5561
5562 2006-09-18  Michael Smith  <msmith@fluendo.com>
5563
5564         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
5565           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
5566           always true, leading to dropping all timestamps.
5567
5568 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
5569
5570         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
5571         (gst_visual_chain), (gst_visual_change_state):
5572           update to work also with libvisual 0.4 API, fix double unref (#355914)
5573           
5574         * tools/gst-launch-ext.1.in:
5575         * tools/gst-visualise.1.in:
5576           remove references to old man-pages
5577
5578         * tests/examples/seek/seek.c: (main):
5579           add real meadi-buttons, add tool-tips for the seek-options, arrange
5580           seek options in a table
5581
5582 2006-09-18  Michael Smith  <msmith@fluendo.com>
5583
5584         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
5585         (gst_ogg_mux_push_buffer):
5586           Don't generate out-of-order timestamps from oggmux, instead clamp
5587           output timestamps to be >= the previously output ts.
5588           Fixes #355595
5589
5590 2006-09-18  Michael Smith  <msmith@fluendo.com>
5591
5592         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
5593         (gst_multi_fd_sink_class_init):
5594           Updates, fixes, and typo corrections for multifdsink. No functional
5595           changes.
5596
5597 2006-09-17  Michael Smith  <msmith@fluendo.com>
5598
5599         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
5600           Don't crash on truncated files - check that we got an 8 byte buffer
5601           before trying to memcmp it.
5602
5603 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
5604
5605         * gst/playback/gstplaybasebin.c: (get_active_source):
5606           Make stream-switching appear instant to the application
5607           (ie. make sure that a g_object_get on 'current-foo' returns
5608           the stream previously set with g_object_set(). Totem needs
5609           this to update stream-related meta-info (like audio-codec)
5610           correctly when switching streams.
5611
5612 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
5613
5614         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
5615         (gst_alsa_mixer_ensure_track_list):
5616           Try harder to guess which mixer track is the master mixer
5617           track (instead of just taking the first one that has a pvolume).
5618           Fixes #342228.
5619
5620 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
5621
5622         reviewed by: <delete if not using a buddy>
5623
5624         * gst-libs/gst/audio/audio.h:
5625         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
5626
5627 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
5628
5629         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
5630         (gst_audio_convert_transform_caps):
5631           Get structure-name just once.
5632
5633 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
5634
5635         * tests/check/elements/audioresample.c: (GST_START_TEST):
5636         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
5637         * tests/check/elements/volume.c: (GST_START_TEST):
5638         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
5639         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
5640         (test_pipeline), (GST_START_TEST):
5641         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
5642         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
5643           Fix big batch of compiler warnings.
5644
5645 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
5646
5647         * ext/gnomevfs/gstgnomevfssrc.c:
5648           Add docs about icydemux usage in connection with gnomevfssrc
5649
5650         * ext/libvisual/visual.c:
5651         * ext/ogg/gstoggaviparse.c:
5652         * ext/ogg/gstoggdemux.c:
5653         * ext/ogg/gstoggmux.c:
5654         * ext/ogg/gstoggparse.c:
5655         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
5656         * gst-libs/gst/audio/gstaudiosink.c:
5657         * gst-libs/gst/audio/gstaudiosrc.c:
5658         * gst/audiorate/gstaudiorate.c:
5659           More G_OBJECT macro fixing.
5660
5661         * gst/audiotestsrc/gstaudiotestsrc.h:
5662           Fix wrong info in header due to copy & paste
5663
5664 2006-09-15  Wim Taymans  <wim@fluendo.com>
5665
5666         * gst-libs/gst/audio/gstbaseaudiosink.c:
5667         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
5668         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5669         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
5670         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
5671         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
5672         Do the delay calculation in the source/sink base classes as this is
5673         specific for the capture/playback mode.
5674         Try to fixate a bit better, like round depth up to a multiple of 8
5675         bigger than width.
5676         Handle underruns correctly by marking DISCONT on buffers and adjusting
5677         timestamps to handle the gap.
5678         Set offset/offset_end correctly on buffers.
5679
5680         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
5681         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
5682         (gst_ring_buffer_read):
5683         Remove resync and underrun recovery from the ringbuffer.
5684         Fix ringbuffer read code on under/overrun.
5685
5686 2006-09-15  Wim Taymans  <wim@fluendo.com>
5687
5688         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5689         (gst_play_base_bin_init), (fill_buffer), (check_queue),
5690         (queue_threshold_reached), (gst_play_base_bin_set_property),
5691         (gst_play_base_bin_get_property):
5692         * gst/playback/gstplaybasebin.h:
5693         Don't use a 0 low watermark when buffering, it is catching starvation
5694         way too late. Instead, use a 3 second queue with 30 and 95
5695         percent low/high watermarks. 
5696         Added queue-min-threshold property to configure low watermark.
5697         Use new _buffering message API.
5698         Make queue_threshold variable big enough to store a uint64 time value.
5699         API: playbin::queue-min-threshold property.
5700
5701 2006-09-15  Wim Taymans  <wim@fluendo.com>
5702
5703         * configure.ac:
5704         We require 0.10.10.1 now because of _wait_preroll().
5705
5706         * gst-libs/gst/audio/gstbaseaudiosink.c:
5707         (gst_base_audio_sink_render):
5708         Use gst_base_sink_wait_preroll().
5709
5710 2006-09-15  Wim Taymans  <wim@fluendo.com>
5711
5712         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
5713         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
5714         Use DEBUG_OBJECT more.
5715
5716 === release 0.10.10 ===
5717
5718 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
5719
5720         patch by: Michael Smith <msmith at fluendo dot com>
5721
5722         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
5723         (gst_multi_fd_sink_client_queue_buffer),
5724         (gst_multi_fd_sink_new_client):
5725         * tests/check/elements/multifdsink.c: (GST_START_TEST),
5726         (multifdsink_suite):
5727           Fix implementation of sync-method 'next-keyframe'
5728           Closes #354594
5729
5730 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
5731
5732         patch by: Wim Taymans <wim at fluendo dot com>
5733
5734         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
5735         This patch removes the RANDOM flag that was incorrectly introduced with
5736         revision 1.91.  Fixes #354590
5737
5738 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
5739
5740         * tests/check/Makefile.am:
5741           Random variation in Makefile line to see if it makes the
5742           gen64-base-full bot any happier.
5743
5744 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
5745
5746         * tests/check/pipelines/oggmux.c: (oggmux_suite):
5747           Disable test that fails at the moment (killed after timeout).
5748
5749 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
5750
5751         Patch by: James Livingston  <doclivingston at gmail.com>
5752
5753         * tests/check/Makefile.am:
5754         * tests/check/pipelines/.cvsignore:
5755         * tests/check/pipelines/oggmux.c: (get_page_codec),
5756         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
5757         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
5758         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
5759         (test_theora_vorbis), (oggmux_suite):
5760           Add simple unit test for oggmux from #337026 with checking for the
5761           EOS flags disabled for the time being.
5762
5763 2006-09-04  Wim Taymans  <wim@fluendo.com>
5764
5765         patch by: Alessandro Dessina <alessandro nnva org>
5766
5767         * ext/ogg/gstoggmux.c:
5768         Add cmml caps to oggmux. Fixes #353912
5769
5770 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
5771
5772         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
5773           Returning a return value often helps. In this case, we
5774           don't need the return value anyway, so just get rid of it.
5775           Should make build bots much happier.
5776
5777 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
5778
5779         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
5780         (paint_get_structure), (gst_video_test_src_get_size),
5781         (gst_video_test_src_smpte), (gst_video_test_src_snow),
5782         (gst_video_test_src_unicolor), (paint_setup_AYUV),
5783         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
5784         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
5785         * gst/videotestsrc/videotestsrc.h:
5786           Add support for AYUV and the various RGBA formats. Initialise
5787           fields of paintinfo structs allocated on the stack.
5788
5789         * tests/check/elements/videotestsrc.c: (right_shift_colour),
5790         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
5791         (check_rgb_buf), (videotestsrc_suite):
5792           Add unit tests for videotestsrc's RGB output.
5793
5794 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
5795
5796         * gst/videotestsrc/gstvideotestsrc.c:
5797         (gst_video_test_src_pattern_get_type),
5798         (gst_video_test_src_set_pattern):
5799         * gst/videotestsrc/gstvideotestsrc.h:
5800         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
5801         (gst_video_test_src_black), (gst_video_test_src_white),
5802         (gst_video_test_src_red), (gst_video_test_src_green),
5803         (gst_video_test_src_blue):
5804         * gst/videotestsrc/videotestsrc.h:
5805           Add more uni-colour patterns ("white", "red", "green", and "blue").
5806
5807 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
5808
5809         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
5810           Fix stride for YVYU, should be word-aligned (#353658).
5811
5812 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
5813
5814         * gst/adder/gstadder.c: (gst_adder_src_event):
5815           Fix build.
5816
5817 2006-08-31  Edward Hervey  <edward@fluendo.com>
5818
5819         * gst/adder/gstadder.c: (forward_event_func),
5820         (gst_adder_src_event), (gst_adder_collected),
5821         (gst_adder_change_state):
5822         * gst/adder/gstadder.h:
5823         Remember the start position asked in the incoming seeks, so we can
5824         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
5825         of assuming it will always be 0).
5826
5827 2006-08-31  Edward Hervey  <edward@fluendo.com>
5828
5829         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
5830         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
5831         (gst_ogg_demux_loop):
5832         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
5833
5834 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
5835
5836         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5837         (gst_ffmpegcsp_get_unit_size):
5838           Return FALSE instead of returning a random false unit
5839           size when the format isn't known/supported (even if
5840           this shouldn't happen under normal circumstances).
5841
5842 2006-08-29  Wim Taymans  <wim@fluendo.com>
5843
5844         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
5845
5846         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
5847         (gst_gnome_vfs_src_start):
5848         Try harder to get the size from a uri by using _info_uri() when
5849         _info_from_handle() does not give us enough info. 
5850         Also follow symlinks when getting the size.
5851         Partially Fixes #332864.
5852
5853 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
5854
5855         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
5856
5857         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
5858         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
5859         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
5860         (gst_alsa_mixer_set_record):
5861         * ext/alsa/gstalsamixertrack.c:
5862         (gst_alsa_mixer_track_update_alsa_capabilities),
5863         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
5864         (gst_alsa_mixer_track_update):
5865         * ext/alsa/gstalsamixertrack.h:
5866           Improve and fix mixer track handling, in particular better handling
5867           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
5868           separate track objects for tracks that have both capture and playback
5869           volume (and label them differently as well so they're not mistakenly
5870           assumed to be duplicates); classify mixer tracks that only affect
5871           the audible volume of something (rather than the capture volume)
5872           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
5873           for capture tracks to correspond to alsa-pswitch alsa-cswitch
5874           (following the meaning documented in the mixer interface header
5875           file); add support for alsa's exclusive cswitch groups; update/sync
5876           state/flags better if mixer settings are changed by another
5877           application. Fixes #336075.
5878
5879 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
5880
5881         * gst/playback/gstplaybin.c:
5882           Improve docs: add section about BUFFERING messages sent by playbin.
5883
5884 2006-08-29  Michael Smith  <msmith@fluendo.com>
5885
5886         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
5887         (gst_vorbis_enc_buffer_check_discontinuous),
5888         (gst_vorbis_enc_chain):
5889           Ignore explicit DISCONT marked on buffers (which is often spurious,
5890           particularly when using multiple segments), in favour of solely
5891           using the timestamps/durations.
5892
5893 2006-08-29  Edward Hervey  <edward@fluendo.com>
5894
5895         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
5896         Don't rely on incoming buffers offset anymore, since it is completely
5897         broken when using multiple segments.
5898         Instead convert the incoming buffers timestamp to running time, and
5899         then convert that value to the offsets.
5900         Also inform GstSegment of the last outputted stop position, which is
5901         needed if we received several segments with an unknown stop value.
5902
5903 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5904
5905         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
5906           fix buffer unreffing on a header push failure
5907
5908 2006-08-28  Wim Taymans  <wim@fluendo.com>
5909
5910         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
5911         (gst_audio_rate_chain):
5912         Make the metadata of the buffer writable before changing its
5913         flags.
5914
5915 2006-08-28  Wim Taymans  <wim@fluendo.com>
5916
5917         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
5918         (gst_audio_rate_setcaps), (gst_audio_rate_init),
5919         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
5920         (gst_audio_rate_chain), (gst_audio_rate_change_state):
5921         Fix audiorate some more.
5922         Reset and resync counters on flush and READY.
5923         Handle the DISCONT flag correctly.
5924         Use GstSegment to track position.
5925         Fail when not negotiated.
5926         Fixes #353234.
5927
5928 2006-08-25  Michael Smith  <msmith@fluendo.com>
5929
5930         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
5931           Fix spelling.
5932           Remove accidently included debug line.
5933
5934 2006-08-25  Wim Taymans  <wim@fluendo.com>
5935
5936         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
5937         Small cleanups.
5938         If a buffer is received with no caps, make the buffer metadata
5939         writable and set the caps, making sure that we don't screw up the
5940         refcounts.
5941
5942 2006-08-25  Michael Smith  <msmith@fluendo.com>
5943
5944         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
5945         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
5946           Fix memory leaks and misleading debug messages, add a couple of
5947           comments.
5948
5949         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
5950         (gst_multi_fd_sink_render):
5951           Do not use gst_buffer_make_writable() in a basesink render method,
5952           as it may incorrectly unref the buffer. Instead, use convoluted
5953           dance to avoid copying the buffer except when we need to.
5954
5955 2006-08-25  Michael Smith  <msmith@fluendo.com>
5956
5957         * ext/vorbis/vorbisenc.c:
5958         (gst_vorbis_enc_buffer_check_discontinuous):
5959           Allow very small discontinuities in the timestamps. These we can't
5960           do anything useful with anyway (because vorbis's timestamps have
5961           only sample granularity), and are commonly produced by elements with
5962           minor bugs. Allow up to 1/2 a sample out.
5963           Fixes #351742.
5964
5965 2006-08-24  Wim Taymans  <wim@fluendo.com>
5966
5967         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
5968         (play_scrub_toggle_cb), (main):
5969         Add a checkbox to enable play scrubbing. Makes it possible to disable
5970         normal scrubbing.
5971
5972 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
5973
5974         * tests/check/elements/.cvsignore:
5975           make buildbot happy
5976
5977 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
5978
5979         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
5980         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
5981         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
5982         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
5983         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
5984         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
5985         (gst_ogm_text_parse_strip_trailing_zeroes),
5986         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
5987         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
5988           Refactor ogm parse, do better input checking, misc. clean-ups.
5989           Cache incoming events and push them once the source pad has
5990           been created. Don't pass unterminated strings to sscanf().
5991           Strip trailing zeroes from subtitle text output, since they
5992           are not valid UTF-8. Don't push vorbiscomment packets on
5993           the subtitle text pad. Output perfect streams if possible.
5994
5995 2006-08-23  Wim Taymans  <wim@fluendo.com>
5996
5997         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
5998         Waits for tasks to settle down so that we clean up correctly for 
5999         valgrind.
6000
6001 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
6002
6003         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
6004           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
6005           actually return return value in taglists_are_equal.
6006
6007 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
6008
6009         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
6010           Fix crash due to broken bitstream parsing on x86-64: can't make
6011           any assumptions about sizeof(struct) due to alignment/packing
6012           differences on different architectures. Fixes #351790.
6013
6014 2006-08-22  Wim Taymans  <wim@fluendo.com>
6015
6016         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
6017         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
6018         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
6019         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
6020         (gst_riff_parse_info):
6021         Protect public functions against bad input.
6022         Do some cleanups.
6023         Fix documentation.
6024
6025 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
6026
6027         * gst-libs/gst/riff/riff-ids.h:
6028         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6029           Add voxware audio IDs (even if we can't play it) (#351795).
6030
6031 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
6032
6033         * gst-libs/gst/riff/riff-media.c:
6034         (gst_riff_create_video_template_caps),
6035         (gst_riff_create_audio_template_caps),
6036         (gst_riff_create_iavs_template_caps):
6037           Const-ify some arrays and use G_N_ELEMENTS instead
6038           of wasting oodles of RAM on terminator bits.
6039
6040 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
6041
6042         * gst-libs/gst/tag/gstvorbistag.c:
6043         (gst_tag_list_to_vorbiscomment_buffer):
6044         * tests/check/libs/tag.c: (GST_START_TEST):
6045           And the same for _to_vorbiscomment_buffer(): allow
6046           id_data_len == 0 for speex.
6047
6048 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
6049
6050         * configure.ac:
6051         * docs/plugins/Makefile.am:
6052         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6053         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6054         * docs/plugins/inspect/plugin-gdp.xml:
6055         * gst/gdp/Makefile.am:
6056         * tests/check/Makefile.am:
6057           Move GDP plugin to -base from -bad.  Closes #347783.
6058
6059 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
6060
6061         * gst-libs/gst/tag/gstvorbistag.c:
6062         (gst_tag_list_from_vorbiscomment_buffer):
6063           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
6064           Also add some checks to make sure we don't memcmp() beyond the end of
6065           vorbiscomment buffer if the ID to check for is larger than the buffer.
6066
6067         * tests/check/libs/tag.c: (GST_START_TEST):
6068           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
6069
6070 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
6071
6072         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
6073         (gst_vorbis_enc_set_metadata):
6074           Use vorbis comment utility functions from libgsttag
6075           instead of re-inventing the wheel (partially fixes #347091).
6076
6077 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
6078
6079         * tests/check/elements/audioconvert.c: (GST_START_TEST):
6080         Fix leaks. Wait for state transitions that might happen ASYNC, as well
6081         as some that won't.
6082
6083 2006-08-21  Wim Taymans  <wim@fluendo.com>
6084
6085         * docs/libs/Makefile.am:
6086         * docs/libs/gst-plugins-base-libs-sections.txt:
6087         * docs/libs/gst-plugins-base-libs.types:
6088         Don't try to GObject scan the netbuffer as it's not a GObject.
6089         Fixes #351308.
6090
6091         * gst-libs/gst/netbuffer/gstnetbuffer.c:
6092         * gst-libs/gst/netbuffer/gstnetbuffer.h:
6093         Document GstNetBuffer.
6094
6095 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
6096
6097         * tests/check/elements/audioconvert.c: (GST_START_TEST),
6098         (audioconvert_suite):
6099           Add testcase for caps-size-explosion
6100
6101 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
6102
6103         * gst/audioconvert/gstaudioconvert.c:
6104         (gst_audio_convert_get_unit_size), (set_structure_widths):
6105           Lower debug, use g_assert in _get_unit_size
6106
6107         * gst/audioresample/gstaudioresample.c:
6108         (audioresample_get_unit_size):
6109         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6110         (gst_ffmpegcsp_get_unit_size):
6111         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
6112           use g_assert in _get_unit_size
6113
6114 2006-08-18  Wim Taymans  <wim@fluendo.com>
6115
6116         * docs/libs/gst-plugins-base-libs-sections.txt:
6117         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
6118         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
6119         (gst_rtp_buffer_get_payload_buffer):
6120         * gst-libs/gst/rtp/gstrtpbuffer.h:
6121         Document GstRTPBuffer.
6122         Added function to efficiently strip payload headers.
6123         API: gst_rtp_buffer_get_payload_subbuffer()
6124
6125 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
6126
6127         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
6128         (gst_tag_to_vorbis_comments):
6129           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
6130           tags and deserialise them properly as well (#347091).
6131           Add some more gtk-doc blurbs and also some g_return_if_fail().
6132
6133         * tests/check/libs/tag.c: (GST_START_TEST),
6134         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
6135           More tests.
6136
6137 2006-08-17  Wim Taymans  <wim@fluendo.com>
6138
6139         * ext/ogg/Makefile.am:
6140         * ext/ogg/gstogg.c: (plugin_init):
6141         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
6142         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
6143         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
6144         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
6145         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
6146         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
6147         Added ogg-in-avi parser element. Fixes #140139.
6148
6149         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
6150         Fixed a bug in oggdemux debug code.
6151
6152         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
6153         (gst_riff_create_audio_template_caps):
6154         Recognise Ogg in the AVI extensible wave format.
6155
6156 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
6157
6158         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
6159           Make buffer durations add up (duration should be next_ts-ts for
6160           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
6161           from CVS.
6162
6163         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
6164         (test_buffer_timestamps), (cddabasesrc_suite):
6165           Add unit test for the above.
6166
6167         * tests/check/Makefile.am:
6168           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
6169           to see what happens.
6170
6171 2006-08-16  Wim Taymans  <wim@fluendo.com>
6172
6173         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
6174         (gst_alsasink_open):
6175         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
6176         (gst_alsasrc_open):
6177         Avoid setting and using a NULL device name.
6178         Print more info when we fail to open a device.
6179
6180 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
6181
6182         * docs/libs/gst-plugins-base-libs-sections.txt:
6183         * gst-libs/gst/tag/tag.h:
6184         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
6185           API: add gst_tag_parse_extended_comment() (#351426).
6186
6187         * tests/check/Makefile.am:
6188         * tests/check/libs/.cvsignore:
6189         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
6190           Add unit test for gst_tag_parse_extended_comment().
6191
6192 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
6193
6194         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
6195         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
6196           Fix leak (#351502).
6197
6198 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
6199
6200         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6201         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6202         * docs/plugins/gst-plugins-base-plugins.args:
6203         * gst/playback/gstplaybin.c:
6204           Document playbin.
6205           
6206         * docs/plugins/inspect/plugin-adder.xml:
6207         * docs/plugins/inspect/plugin-alsa.xml:
6208         * docs/plugins/inspect/plugin-audioconvert.xml:
6209         * docs/plugins/inspect/plugin-audiorate.xml:
6210         * docs/plugins/inspect/plugin-audioresample.xml:
6211         * docs/plugins/inspect/plugin-audiotestsrc.xml:
6212         * docs/plugins/inspect/plugin-cdparanoia.xml:
6213         * docs/plugins/inspect/plugin-decodebin.xml:
6214         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
6215         * docs/plugins/inspect/plugin-gnomevfs.xml:
6216         * docs/plugins/inspect/plugin-ogg.xml:
6217         * docs/plugins/inspect/plugin-pango.xml:
6218         * docs/plugins/inspect/plugin-playbin.xml:
6219         * docs/plugins/inspect/plugin-subparse.xml:
6220         * docs/plugins/inspect/plugin-tcp.xml:
6221         * docs/plugins/inspect/plugin-theora.xml:
6222         * docs/plugins/inspect/plugin-typefindfunctions.xml:
6223         * docs/plugins/inspect/plugin-video4linux.xml:
6224         * docs/plugins/inspect/plugin-videorate.xml:
6225         * docs/plugins/inspect/plugin-videoscale.xml:
6226         * docs/plugins/inspect/plugin-videotestsrc.xml:
6227         * docs/plugins/inspect/plugin-volume.xml:
6228         * docs/plugins/inspect/plugin-vorbis.xml:
6229         * docs/plugins/inspect/plugin-ximagesink.xml:
6230         * docs/plugins/inspect/plugin-xvimagesink.xml:
6231           Update to CVS version.
6232
6233 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
6234
6235         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
6236         (gst_play_bin_set_property), (gst_play_bin_get_property),
6237         (value_list_append_structure_list),
6238         (gst_play_bin_handle_redirect_message),
6239         (gst_play_bin_handle_message):
6240           API: GstPlayBin::connection-speed
6241           Add "connection-speed" property; re-order redirect messages with
6242           multiple redirect locations depending on the minimum bitrate if
6243           that information is available and a connection speed is set
6244           (#350399).
6245
6246 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
6247
6248         * gst/playback/gstplaybin.c:
6249           Update max volume to the same value that the volume element uses.
6250
6251 2006-08-14  Wim Taymans  <wim@fluendo.com>
6252
6253         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
6254         Less uglyness..
6255
6256 2006-08-14  Wim Taymans  <wim@fluendo.com>
6257
6258         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
6259         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
6260         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
6261         Add some more debug info.
6262         Don't crash when a seek failed.
6263         Actually return the result of the seek instead of TRUE.
6264         Ignore multiple BOS pages with the same serial so that we don't create
6265         the same stream multiple times.
6266         Post an error when we fail to do the initial seek.
6267
6268 2006-08-13  Wim Taymans  <wim@fluendo.com>
6269
6270         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
6271         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
6272         Small code cleanup.
6273
6274         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
6275         (gst_alsa_mixer_new):
6276         Remove hack that always set the device to hw:0*.
6277         Properly find the card name for whatever device was configured.
6278         Do some better debugging.
6279         Fixes #350784.
6280
6281         * ext/alsa/gstalsamixerelement.c:
6282         (gst_alsa_mixer_element_set_property),
6283         (gst_alsa_mixer_element_change_state):
6284         Cleanups.
6285         Handle setting of a NULL device name better.
6286
6287 2006-08-11  Wim Taymans  <wim@fluendo.com>
6288
6289         * gst/adder/gstadder.c:
6290         Don't clip float values. Fixes #350900.
6291
6292 2006-08-11  Andy Wingo  <wingo@pobox.com>
6293
6294         * gst/tcp/gsttcp.c: Really fix the build?
6295
6296         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
6297         fixes the build.
6298
6299 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
6300
6301         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
6302           Float caps shouldn't have a "signed" field.
6303
6304 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
6305
6306         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
6307           Implement SEEKING query in its most basic form, so that we can
6308           at least check if we're seekable or not (#350655).
6309
6310 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
6311
6312         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
6313           The checks here are not even close to anything that would
6314           justify MAXIMUM probability, lowering to POSSIBLE until someone
6315           fixes the checks (case at hand: quicktime redirection files
6316           might start with 00 00 01 XX and pass the checks here just
6317           fine, see #350399).
6318
6319 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
6320
6321         Patch by: Sjoerd Simons  <sjoerd at luon net>
6322
6323         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
6324           Better detection for multipart/x-mixed-replace: accept leading
6325           whitespaces before the boundary marker as well (as our very own
6326           multipartmux used to produce) (#349068).
6327
6328 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
6329
6330         Patch by: Young-Ho Cha  <ganadist at chollian net>
6331
6332         * gst-libs/gst/riff/riff-ids.h:
6333         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
6334         (gst_riff_create_audio_template_caps):
6335           Detect DTS audio streams (#350157).
6336
6337 2006-08-05  Andy Wingo  <wingo@pobox.com>
6338
6339         * ext/theora/gsttheoraparse.h:
6340         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
6341         (theora_parse_dispose, theora_parse_set_property)
6342         (theora_parse_get_property, theora_parse_munge_granulepos)
6343         (theora_parse_push_buffer, theora_parse_change_state):
6344         API: GstTheoraParse::synchronization-points
6345         Add a property 'synchronization-points' to fix badly synchronized oggs.
6346
6347 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
6348
6349         * tests/check/Makefile.am:
6350         * tests/check/libs/.cvsignore:
6351         * tests/check/libs/audio.c: (structure_contains_channel_positions),
6352         (fixed_caps_have_channel_positions), (GST_START_TEST),
6353         (audio_suite), (main):
6354           Add a few tests for the channel position stuff in libgstaudio.
6355
6356 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
6357
6358         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
6359         (gst_alsa_detect_channels):
6360         * ext/alsa/gstalsasink.c:
6361           Add support for cards that (only) do more than 8 channels,
6362           like the Delta 44 (#345188).
6363
6364         * gst-libs/gst/audio/multichannel.c:
6365         (gst_audio_check_channel_positions):
6366         * gst-libs/gst/audio/multichannel.h:
6367           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
6368           unspecified channel position and cannot be combined with any
6369           of the other audio channel positions; adjust position layout
6370           checks accordingly (#345188).
6371
6372 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
6373
6374         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6375           Recognise ancient RealAudio files (see #349779).
6376
6377 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
6378
6379         Patch by: Jens Granseuer  <jensgr at gmx net>
6380
6381         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6382           Add typefinder for Interplay's MVE format (#348973).
6383
6384 2006-08-02  Wim Taymans  <wim@fluendo.com>
6385
6386         Patch by: Marcel Moreaux <marcelm at luon dot net>
6387
6388         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6389         (gst_base_rtp_depayload_add_to_queue):
6390         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6391         Handle RTP sequence number rollover.
6392         Disable jitterbuffer by default.
6393
6394 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
6395
6396         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
6397         (audioresample_set_caps):
6398         Don't leak references to the incoming caps. Clean them up when
6399         stopping.
6400
6401         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
6402         (gst_video_scale_finalize):
6403         Don't leak our temporary pixel buffer.
6404
6405         * tests/check/Makefile.am:
6406         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
6407         (GST_START_TEST), (simple_launch_lines_suite):
6408
6409         Fix leaks and re-enable the test for valgrind checking.
6410
6411 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
6412
6413         Patch by: Sjoerd Simons  <sjoerd at luon net>
6414
6415         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
6416         (plugin_init):
6417           Add typefind function for multipart/x-mixed-replace (#348916).
6418
6419 2006-07-28  Wim Taymans  <wim@fluendo.com>
6420
6421         * gst/adder/gstadder.c: (gst_adder_setcaps),
6422         (gst_adder_query_duration):
6423         Fix leak in duration query.
6424         Reflow some docs and notes.
6425
6426 2006-07-28  Michael Smith  <msmith@fluendo.com>
6427
6428         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
6429         (vorbisenc_suite):
6430           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
6431           aspect of it.
6432
6433 2006-07-28  Michael Smith  <msmith@fluendo.com>
6434
6435         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
6436         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
6437         (gst_vorbis_enc_push_buffer),
6438         (gst_vorbis_enc_buffer_check_discontinuous),
6439         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
6440         * ext/vorbis/vorbisenc.h:
6441           Handle discontinuities in the input vorbis stream correctly,
6442           so that the output is properly timestamped (and has good granulepos
6443           values). Needs some oggmux fixes too.
6444
6445 2006-07-27  Wim Taymans  <wim@fluendo.com>
6446
6447         patch by: Kai Vehmanen <kv2004 eca cx>
6448
6449         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6450         (gst_base_rtp_depayload_chain),
6451         (gst_base_rtp_depayload_handle_sink_event),
6452         (gst_base_rtp_depayload_change_state):
6453         Don't send multiple newsegments with different formats.
6454         Fixes #348677.
6455
6456 2006-07-26  Wim Taymans  <wim@fluendo.com>
6457
6458         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
6459         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
6460         Make seeking in ogg more accurate again by doing the more correct
6461         granuletime to stream time conversion.
6462
6463 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6464
6465         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
6466         (gst_multi_fd_sink_new_client):
6467           debug a little more understandably
6468           do not use goto as a substitute for break, especially if
6469           break is also being used
6470
6471 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
6472
6473         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
6474         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
6475           Remove GLib-2.6 compatibility cruft.
6476
6477 2006-07-24  Wim Taymans  <wim@fluendo.com>
6478
6479         * gst-libs/gst/audio/gstbaseaudiosink.c:
6480         (gst_base_audio_sink_render):
6481         Don't try to align a sample to an unknown value.
6482
6483 2006-07-24  Wim Taymans  <wim@fluendo.com>
6484
6485         * gst-libs/gst/audio/gstbaseaudiosink.c:
6486         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
6487         When the audio clock is slaved to another clock, never try to align
6488         samples but trust the rate interpolation algorithm.
6489
6490 2006-07-24  Wim Taymans  <wim@fluendo.com>
6491
6492         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
6493         Don't try to calculate silence samples, base class does this much
6494         better now.
6495
6496         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
6497         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
6498         (gst_ring_buffer_acquire):
6499         Calculate silence samples correctly.
6500
6501         * gst-libs/gst/audio/gstringbuffer.h:
6502         Add _CAST macro.
6503
6504 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
6505
6506         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
6507           Limit search for the first markup tag to the first few kB of
6508           the file. If we don't find one there, it's highly unlikely that
6509           this is an XML(-ish) file.
6510
6511 2006-07-21  Andy Wingo  <wingo@pobox.com>
6512
6513         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
6514         test to the one in vorbisenc. Also commented out.
6515
6516         * tests/check/pipelines/vorbisenc.c: 
6517         (test_discontinuity): New test, commented out until Mike lands
6518         some elite vorbisenc patches.
6519
6520         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
6521         Bufferstraw was actually factored out of these tests. Now we share
6522         code yay.
6523
6524         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
6525         for bufferstraw addition to gstcheck.
6526
6527 2006-07-21  Wim Taymans  <wim@fluendo.com>
6528
6529         * ext/theora/theoradec.c: (clip_buffer):
6530         Better clipping.
6531
6532 2006-07-21  Wim Taymans  <wim@fluendo.com>
6533
6534         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
6535         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
6536         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
6537         Fix leak.
6538         Avoid type casting when we can.
6539
6540         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
6541         Fix mem leak.
6542
6543 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
6544
6545         * ext/alsa/gstalsamixerelement.c:
6546         (gst_alsa_mixer_element_change_state):
6547           Make state change fail if the specified device can't be opened
6548           for some reason.
6549
6550 2006-07-20  Wim Taymans  <wim@fluendo.com>
6551
6552         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
6553         (cb_newpad), (main):
6554         Example of a small audio/video player using decodebin.
6555
6556 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
6557
6558         * gst-libs/gst/riff/riff-ids.h:
6559           Add 'fact' chunk id
6560
6561 2006-07-19  Wim Taymans  <wim@fluendo.com>
6562
6563         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6564         (gst_base_rtp_depayload_chain),
6565         (gst_base_rtp_depayload_change_state):
6566         Don't assert when not negotiated but post a meaningfull 
6567         error message. Fixes #347918.
6568
6569         * gst-libs/gst/rtp/gstbasertppayload.c:
6570         Add comment about better default MTU size.
6571
6572         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
6573         Small cleanups, start docs.
6574
6575 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
6576
6577         Patch by: Martin Szulecki
6578
6579         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
6580           If "device-name" is requested and the device is not
6581           open, try to temporarily open it to obtain this
6582           information (#342494).
6583
6584 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
6585
6586         * gst-libs/gst/tag/gstid3tag.c:
6587           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
6588
6589         * gst-libs/gst/tag/gsttageditingprivate.h:
6590         * gst-libs/gst/tag/gstvorbistag.c:
6591           Some more random const-ifications.
6592
6593 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
6594
6595         * gst-libs/gst/riff/riff-ids.h:
6596         * gst-libs/gst/riff/riff-media.c:
6597         (gst_riff_create_video_template_caps):
6598           Add more FOURCCs (sort list to make stuff easier to find),
6599           add comment what those 16 bytes in struct _gst_riff_strh according to
6600           one avi-dumper are
6601
6602 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
6603
6604         * gst-libs/gst/audio/multichannel.c:
6605         (gst_audio_check_channel_positions),
6606         (gst_audio_fixate_channel_positions):
6607           Const-ify two arrays.
6608
6609 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
6610
6611         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
6612           Fix typo, so that alsasink also advertises 8 channels
6613           if that's supported (tags: can, worms, open, alsa, ph34r).
6614
6615 2006-07-17  Wim Taymans  <wim@fluendo.com>
6616
6617         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
6618         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
6619         *sigh*, when is the compiler going to warn when the comments
6620         are out-of-sync with the code.. Refix case of busted theora
6621         headers with 0 granule pos.
6622
6623 2006-07-14  Wim Taymans  <wim@fluendo.com>
6624
6625         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6626         (gst_base_rtp_depayload_wait),
6627         (gst_base_rtp_depayload_change_state),
6628         (gst_base_rtp_depayload_set_property),
6629         (gst_base_rtp_depayload_get_property):
6630         Fix 99% cpu load by waiting for absolute times on the
6631         clock. Fixes #347300.
6632
6633 2006-07-14  Andy Wingo  <wingo@pobox.com>
6634
6635         * ext/theora/gsttheoraparse.h: 
6636         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
6637         (theora_parse_push_headers, theora_parse_clear_queue)
6638         (theora_parse_drain_queue_prematurely, )
6639         (theora_parse_sink_event, theora_parse_change_state): Queue events
6640         until we initialized our state, like in vorbisparse.
6641
6642         * ext/vorbis/vorbisparse.h: 
6643         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
6644         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
6645         (vorbis_parse_drain_queue_prematurely, )
6646         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
6647         until we have initialized our state. Fixes seeking after an
6648         initial pad block.
6649
6650 2006-07-14  Andy Wingo  <wingo@pobox.com>
6651
6652         Patch by: Iain Holmes <iaingnome@gmail.com>
6653         
6654         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
6655
6656 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
6657
6658         * configure.ac:
6659         Bump nano back to CVS
6660
6661 === release 0.10.9 ===
6662
6663 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
6664
6665         * configure.ac:
6666           releasing 0.10.9, "I walk the line"
6667
6668 2006-07-14  Michael Smith  <msmith@fluendo.com>
6669
6670         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
6671           Move a g_cond_signal to earlier to avoid sometimes deadlocking
6672           (commonly happens when running this test under valgrind) when trying
6673           to remove the buffer probe.
6674
6675 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
6676
6677         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
6678         Fix missing g_unlock from the previous commit
6679
6680 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
6681
6682         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
6683         (gst_ximagesink_change_state):
6684         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
6685         (gst_xvimagesink_change_state):
6686         Implement a locking order to ensure we always take the object lock
6687         before the x_lock and never vice-versa.
6688
6689 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
6690
6691         * gst/playback/gstdecodebin.c: (find_compatibles):
6692         Fix a caps leak when linking (#347304)
6693
6694         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
6695         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
6696         (gst_ximagesink_change_state):
6697         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
6698         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
6699         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
6700         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
6701         Don't leak shared memory resources. Use the object lock to protect
6702         against the xcontext disappearing while returning a buffer from the
6703         pipeline. (#347304)
6704
6705 2006-07-12  Edward Hervey  <edward@fluendo.com>
6706
6707         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
6708         (vorbis_handle_comment_packet):
6709         gst_tag_list_merge() returns a new object. Take that into account when
6710         using it. This avoids memleak.
6711         Revert previous commit which is not needed.
6712
6713 2006-07-12  Edward Hervey  <edward@fluendo.com>
6714
6715         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
6716         Reset the decoder in finalize so that all fields get cleared.
6717
6718 2006-07-12  Wim Taymans  <wim@fluendo.com>
6719
6720         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6721         (gst_base_audio_src_set_clock),
6722         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
6723         Don't try to post an error message when setting the clock fails
6724         as this can happen when adding an element to a bin which will then
6725         deadlock. Fixes #347296.
6726
6727 2006-07-12  Edward Hervey  <edward@fluendo.com>
6728
6729         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
6730         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
6731         (vorbis_handle_type_packet):
6732         Post tag messages on the bus even if we're not initialized.
6733         If we're not initialized, we still postpone the event pushing of tags.
6734
6735 2006-07-12  Wim Taymans  <wim@fluendo.com>
6736
6737         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
6738         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
6739         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
6740         Revert last two changes that broke the freeze.
6741
6742 2006-07-12  Wim Taymans  <wim@fluendo.com>
6743
6744         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
6745         basesink calculates silence sample correctly for us.
6746
6747 2006-07-12  Wim Taymans  <wim@fluendo.com>
6748
6749         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
6750         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
6751         Calculate correct silence samples so we don't fill our ringbuffer
6752         with noise.
6753
6754 2006-07-12  Edward Hervey  <edward@fluendo.com>
6755
6756         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
6757         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
6758         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
6759         * ext/vorbis/vorbisdec.h:
6760         Delay sending events (newsegment, tags) until the decoder is properly
6761         initialized.
6762         Fixes #347295
6763
6764 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
6765
6766         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
6767         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
6768           Patch from #347221 adding a test for audioconvert
6769           channel remappings.
6770
6771 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
6772
6773         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
6774         (gst_ssa_parse_parse_line):
6775           Don't include the terminating NUL in the buffer size,
6776           it's only there for extra paranoia (would add random
6777           '*' characters at the end of each subtitle since the
6778           terminator itself is not valid UTF-8 technically).
6779           Also fix indenting after boilerplate macro.
6780
6781 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
6782
6783         * gst/playback/gstdecodebin.c: (close_pad_link):
6784           Also emit 'unknown-type' signal (which should really be
6785           called unhandled-type) if we found potential decoders/demuxers
6786           in the registry but none of them worked in the end (as in the
6787           case where the plugins don't exist any longer but are still
6788           listed in the registry). Fixes #329798.
6789
6790 2006-07-08  Andy Wingo  <wingo@pobox.com>
6791
6792         * theoraparse.c (theora_parse_push_buffer)
6793         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
6794         Add some more debugging. Fix granulepos reconstruction in the face
6795         of discontinuities.
6796
6797 2006-07-06  Wim Taymans  <wim@fluendo.com>
6798
6799         * gst-libs/gst/audio/gstbaseaudiosink.c:
6800         (gst_base_audio_sink_class_init),
6801         (gst_base_audio_sink_provide_clock):
6802         Use gobject_class instead of G_OBJECT_CLASS (klass)
6803
6804         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6805         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
6806         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
6807         (gst_base_audio_src_get_time),
6808         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
6809         (gst_base_audio_src_create_ringbuffer):
6810         Fix latency and buffer-time constants and properties ala basesink.
6811         Implement pull based scheduling. Fixes #346527.
6812         Set default blocksize in GstBaseSrc to 0, we default to pushing out
6813         one segment.
6814         Refuse slaving to another clock instead of silently not working.
6815         Only provide a clock when we are actually able to do so.
6816         Various small cleanups and compiler hints.
6817
6818 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
6819
6820         Patch by: Lutz Mueller <lutz at topfrose de>
6821
6822         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
6823         (plugin_init):
6824           Add typefinding for text/html (#346581).
6825
6826 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
6827
6828         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
6829         (xml_check_first_element), (xml_type_find), (smil_type_find):
6830           Fix SMIL typefinding, make xml_check_first_element() more
6831           useful.
6832
6833 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
6834
6835         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
6836         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
6837         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
6838         * gst/playback/gstplaybasebin.h:
6839           Protect list of elements with a subtitle-encoding property and
6840           the subtitle encoding member itself with a lock of their own
6841           instead of using the object lock. This prevents a dead-lock in
6842           the element-remove callback in some circumstances when shutting
6843           down playbin.
6844
6845 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
6846
6847         * win32/common/libgsttag.def:
6848         Export some new functions.
6849         * win32/vs6/libgstogg.dsp:
6850         Add a link to libgsttag-0.10.lib.
6851
6852 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
6853
6854         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
6855           Some const-ification.
6856
6857 2006-07-04  Wim Taymans  <wim@fluendo.com>
6858
6859         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
6860         Improve checking if we are dealing with a stream. Added some
6861         more uris that need buffering.
6862
6863 2006-07-03  Edward Hervey  <edward@fluendo.com>
6864
6865         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
6866         Remove unused variable.
6867
6868 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
6869
6870         * Makefile.am:
6871           include lcov.mak
6872         * configure.ac:
6873           add GCOV_LIBS to GST_LIBS
6874
6875 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
6876
6877         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
6878
6879         * ext/alsa/gstalsasrc.c:
6880           Add 32 bps to template caps and increase channels range
6881           from [1,2] to [1,MAX]. See #346326.
6882
6883 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
6884
6885         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6886           Recognise 'WMVA' video codec fourcc (#345879).
6887           
6888 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
6889          
6890         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
6891           Fixed nasty memory leak
6892
6893 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6894
6895         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
6896         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
6897           fix logging
6898
6899 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
6900
6901         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
6902         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
6903         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
6904         Protect remove_fakesink using a mutex, so that we don't try and
6905         remove the fakesink simultaneously from multiple threads.
6906
6907         When going from READY to PAUSED, restore the fakesink, so that
6908         it is there when decodebin gets reused.
6909
6910 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
6911
6912         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
6913         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6914         * gst-libs/gst/rtp/gstbasertppayload.c:
6915         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6916         * gst/tcp/gstmultifdsink.c:
6917         * gst/tcp/gsttcpclientsink.c:
6918         * gst/tcp/gsttcpclientsrc.c:
6919         * gst/tcp/gsttcpserversink.c:
6920         * gst/tcp/gsttcpserversrc.c:
6921         * gst/videorate/gstvideorate.c:
6922         * gst/videotestsrc/gstvideotestsrc.c:
6923         * sys/v4l/gstv4ljpegsrc.c:
6924         * sys/v4l/gstv4lmjpegsink.c:
6925         * sys/v4l/gstv4lsrc.c:
6926         * tests/examples/seek/scrubby.c:
6927         * tests/examples/seek/seek.c:
6928           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
6929
6930 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
6931
6932         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
6933           Second field in GEnumValue shouldn't be a description,
6934           but a stringified version of the enum value.
6935
6936 2006-06-22  Wim Taymans  <wim@fluendo.com>
6937
6938         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
6939         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
6940         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
6941         Avoid type checking in buffer casts.
6942         Avoid caps copy in buffer_alloc when we can.
6943         Use pad_peer_accept.
6944
6945 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
6946
6947         * gst-libs/gst/tag/tag.h:
6948           Oops, make that 'Since: 0.10.9'.
6949
6950 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
6951
6952         * docs/libs/gst-plugins-base-libs-sections.txt:
6953         * gst-libs/gst/tag/tag.h:
6954         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
6955         (gst_tag_image_type_get_type):
6956           API: add GstTagImageType enum to describe images contained
6957           in image tags (#345641).
6958
6959 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
6960
6961         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
6962           Fix warnings with gst-inspect: "buffers-min" property
6963           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
6964           typo in property description.
6965
6966 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
6967
6968         Patch by: Cody Russell <bratsche at gnome org>
6969
6970         * gst/audioresample/gstaudioresample.c:
6971         (gst_audioresample_class_init):
6972         * gst/playback/gststreamselector.c:
6973         (gst_stream_selector_class_init):
6974         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
6975         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
6976         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
6977         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
6978         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
6979         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
6980         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
6981         * gst/videotestsrc/gstvideotestsrc.c:
6982         (gst_video_test_src_class_init):
6983         * gst/volume/gstvolume.c: (gst_volume_class_init):
6984           Avoid unnecessary class cast check in class_init
6985           functions (#337747).
6986
6987 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
6988
6989         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
6990         (gst_text_overlay_video_chain):
6991           g_markup_escape_text() REALLY doesn't like non-UTF8 input
6992           and doesn't validate its input either (and neither did
6993           textoverlay it seems). Let's do that then and fix #345206.
6994
6995 2006-06-19  Wim Taymans  <wim@fluendo.com>
6996
6997         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
6998         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
6999         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
7000         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
7001         (find_syncframe), (find_limits), (assign_value),
7002         (count_burst_unit), (gst_multi_fd_sink_new_client),
7003         (gst_multi_fd_sink_handle_client_write),
7004         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
7005         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
7006         (gst_multi_fd_sink_change_state):
7007         * gst/tcp/gstmultifdsink.h:
7008         Added shiny new burst-on-connect methods.
7009         Add properties to control the minimal amount of data queued.
7010         Small cleanups.
7011         API: bytes-min property
7012         API: time-min property
7013         API: buffers-min property
7014         API: burst-unit property
7015         API: burst-value property
7016         API: add-full signal
7017
7018         * gst/tcp/gsttcp-marshal.list:
7019         Added new marshaller code for the new signal.
7020
7021         * tests/check/elements/multifdsink.c: (GST_START_TEST),
7022         (multifdsink_suite):
7023         Added testcases for new burst methods.
7024
7025 2006-06-19  Edward Hervey  <edward@fluendo.com>
7026
7027         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
7028         Implement clipping for accurate seeking.
7029         Closes #345225
7030
7031 2006-06-19  Wim Taymans  <wim@fluendo.com>
7032
7033         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
7034
7035         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
7036         (gst_video_scale_transform):
7037         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
7038
7039 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
7040
7041         * configure.ac:
7042           Fix --disable-external (can't set conditionals conditionally,
7043           #343602).
7044
7045 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
7046
7047         * tests/check/elements/audioresample.c: (test_reuse),
7048         (audioresample_suite):
7049           Add test case for bug #342789 fixed below.
7050
7051 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
7052
7053         * gst/audioresample/gstaudioresample.c:
7054         (gst_audioresample_class_init), (gst_audioresample_init),
7055         (audioresample_start), (audioresample_stop),
7056         (gst_audioresample_set_property), (gst_audioresample_get_property):
7057           Implement GstBaseTransform::start and ::stop so that audioresample
7058           can clear its internal state properly and be reused instead of
7059           causing non-negotiated errors with playbin under some circumstances
7060           (#342789).
7061
7062         * tests/check/elements/audioresample.c: (setup_audioresample),
7063         (cleanup_audioresample):
7064           Need to set element state here so that ::start and ::stop are
7065           called.
7066
7067 2006-06-16  Wim Taymans  <wim@fluendo.com>
7068
7069         Patch by: Young-Ho Cha <ganadist at chollian dot net>
7070
7071         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
7072         Parse extra data better, apparently it's right behind
7073         the normal strf header size. Fixes #343500.
7074
7075 2006-06-16  Wim Taymans  <wim@fluendo.com>
7076
7077         * ext/alsa/gstalsasink.c: (set_hwparams):
7078         If we fail to set the buffer_time and period_time alsa
7079         parameters, post a warning and leave alsa select a 
7080         default instead of failing. Fixes #342085
7081
7082 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
7083
7084         * docs/libs/gst-plugins-base-libs-sections.txt:
7085         * gst-libs/gst/cdda/gstcddabasesrc.h:
7086           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
7087           out in the header file and shouldn't be listed in the docs.
7088
7089         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
7090           Must dereference pointer to fourcc in the debug statement.
7091
7092 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
7093
7094         * docs/libs/Makefile.am:
7095         * docs/libs/gst-plugins-base-libs-docs.sgml:
7096         * docs/libs/gst-plugins-base-libs-sections.txt:
7097         * docs/libs/gst-plugins-base-libs.types:
7098         add remaining symbols into correct setions
7099         
7100         * gst-libs/gst/audio/gstringbuffer.c:
7101         fix incomplete docs
7102         
7103         * gst-libs/gst/audio/gstringbuffer.h:
7104         comment out not yet implemented function
7105         
7106         
7107         * gst-libs/gst/floatcast/floatcast.h:
7108         * gst-libs/gst/netbuffer/gstnetbuffer.c:
7109         add short descriptions
7110         
7111         
7112         * gst-libs/gst/interfaces/propertyprobe.c:
7113         fix return value docs   
7114         
7115         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
7116         simplify debug logging
7117         
7118         * gst-libs/gst/riff/riff-read.h:
7119         sync function prototype and docs
7120         
7121         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
7122         remove left over symbol
7123
7124 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
7125
7126         * autogen.sh:
7127         * configure.ac:
7128         * docs/Makefile.am:
7129           Use GST_PLUGIN_DOCS macro in configure.ac, add
7130           --enable-plugin-docs default to autogen.sh and use
7131           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
7132
7133 2006-06-15  Wim Taymans  <wim@fluendo.com>
7134
7135         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
7136         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
7137         (gst_ogg_demux_loop):
7138         Combine GstFlowReturn from the source pads to give a
7139         meaningfull result to the upstream peer or to stop the
7140         processing task in case of errors.
7141
7142 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
7143
7144         * gst/playback/gststreaminfo.c: (cb_probe):
7145           Try GST_TAG_CODEC as fallback when extracting the
7146           codec name; more debug info.
7147
7148 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
7149
7150         * ext/ogg/Makefile.am:
7151         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
7152           Extract language tags from ogm subtitle streams, so that
7153           the subtitle menu choices are labelled correctly in
7154           Totem (fixes #344708).
7155
7156 2006-06-14  Wim Taymans  <wim@fluendo.com>
7157
7158         Patch by: Alessandro Decina <alessandro at nnva dot org>
7159
7160         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
7161         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
7162         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
7163         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
7164         Fix various leaks. Fixes #343699.
7165         Add x-smoke mime type.
7166
7167 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
7168
7169         * gst-libs/gst/riff/riff-ids.h:
7170           Add IDs for 'bext' chunks (see #343837).
7171
7172 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
7173
7174         Patch by: Young-Ho Cha  <ganadist at chollian net>
7175
7176         * gst/subparse/samiparse.c: (sami_context_pop_state),
7177         (handle_start_font), (end_sami_element):
7178           Honour font face tags in SAMI subtitles (#344503).
7179
7180 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
7181
7182         * po/POTFILES.in:
7183           add missing files containing translatable strings
7184
7185 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
7186
7187         * docs/libs/tmpl/.cvsignore:
7188           we don't want those *.sgml files in CVS either
7189
7190 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
7191
7192         * docs/libs/.cvsignore:
7193         * tests/check/elements/.cvsignore:
7194         * tests/check/libs/.cvsignore:
7195           ignore more
7196
7197 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
7198
7199         * docs/libs/Makefile.am:
7200           also commiting the changed Makefile.am (added more libs to the
7201           doc-build)
7202
7203 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
7204
7205         * docs/libs/gst-plugins-base-libs-docs.sgml:
7206         * docs/libs/gst-plugins-base-libs-sections.txt:
7207         * docs/libs/gst-plugins-base-libs.types:
7208           first batch of reordering things, add index & hierarchy
7209
7210 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
7211
7212         * configure.ac:
7213           use GST_PKG_CHECK_MODULES, cleans up output
7214
7215 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
7216
7217         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
7218           Add support for burn:// URIs (#343385); const-ify things a bit,
7219           use G_N_ELEMENTS instead of hard-coded array size.
7220
7221 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
7222
7223         Patch by: Young-Ho Cha  <ganadist at chollian net>
7224
7225         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
7226           Fix up broken entities before passing them to libxml *sigh*.
7227           (#343303).
7228           
7229 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7230
7231         * configure.ac:
7232           back to TRUNK
7233
7234 === release 0.10.8 ===
7235
7236 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
7237
7238         * configure.ac:
7239           releasing 0.10.8, "Moar gij ziet mij nie"
7240
7241 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
7242
7243         * configure.ac:
7244         * po/af.po:
7245         * po/az.po:
7246         * po/cs.po:
7247         * po/en_GB.po:
7248         * po/hu.po:
7249         * po/it.po:
7250         * po/nb.po:
7251         * po/nl.po:
7252         * po/or.po:
7253         * po/sq.po:
7254         * po/sr.po:
7255         * po/sv.po:
7256         * po/uk.po:
7257         * po/vi.po:
7258         * win32/common/config.h:
7259           0.10.7.2 prerelease
7260
7261 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
7262
7263         * docs/libs/tmpl/gstaudio.sgml:
7264         * docs/libs/tmpl/gstcolorbalance.sgml:
7265         * docs/libs/tmpl/gstmixer.sgml:
7266         * docs/libs/tmpl/gstringbuffer.sgml:
7267         * docs/libs/tmpl/gsttuner.sgml:
7268         * docs/libs/tmpl/gstxoverlay.sgml:
7269         * gst-libs/gst/audio/audio.c:
7270         * gst-libs/gst/audio/gstringbuffer.c:
7271         * gst-libs/gst/interfaces/colorbalance.c:
7272         * gst-libs/gst/interfaces/mixer.c:
7273         * gst-libs/gst/interfaces/tuner.c:
7274         * gst-libs/gst/interfaces/xoverlay.c:
7275           move last template doc snippets to source code and delete them
7276
7277 2006-06-06  Michael Smith  <msmith@fluendo.com>
7278
7279         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
7280         (theora_parse_drain_queue):
7281           Mark DELTA_UNIT on non-keyframes.
7282
7283 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
7284
7285         * gst-libs/gst/audio/gstbaseaudiosink.c:
7286         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
7287         * gst-libs/gst/audio/gstbaseaudiosink.h:
7288         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
7289         (gst_ring_buffer_samples_done):
7290         * gst-libs/gst/audio/gstringbuffer.h:
7291         Document better the fact that latency_time and buffer_time are values
7292         stored in microseconds, and not the usual GStreamer nanoseconds.
7293         Change the variables (compatibly) that store them from GstClockTime 
7294         to guint64 to make it more clear that they're not storing clock times.
7295         Also, remove the bogus property description that says the user can
7296         specify -1 to get the default value, since that's never been the case.
7297
7298         When computing the default segment size for the ring buffer, make it
7299         an integer number of samples.
7300
7301         When the sub-class indicates a delay greater than the number of
7302         samples we've written return 0 from the audio sink get_time method.
7303
7304 2006-06-02  Michael Smith  <msmith@fluendo.com>
7305
7306         * tests/check/elements/audioconvert.c: (set_channel_positions),
7307         (get_float_mc_caps), (get_int_mc_caps):
7308         * tests/check/elements/audioresample.c:
7309         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
7310         * tests/check/elements/videorate.c:
7311         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
7312         * tests/check/elements/volume.c:
7313         * tests/check/elements/vorbisdec.c:
7314         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
7315           Don't busy-wait in tests; this was causing test timeouts very
7316           frequently when running under valgrind.
7317
7318 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
7319
7320         * gst/tcp/README:
7321         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
7322         (gst_multi_fd_sink_remove_client_link),
7323         (gst_multi_fd_sink_client_queue_caps),
7324         (gst_multi_fd_sink_client_queue_buffer),
7325         (gst_multi_fd_sink_handle_client_write),
7326         (gst_multi_fd_sink_render):
7327         * gst/tcp/gstmultifdsink.h:
7328           make multifdsink properly deal with streamheader:
7329           - streamheader is taken from caps
7330           - buffers marked with IN_CAPS are not sent
7331           - streamheaders are sent, on connection, from the caps of the
7332             buffer where the client gets positioned to
7333           - further streamheader changes are done every time the client
7334             will receive a buffer with different caps
7335         * tests/check/elements/multifdsink.c: (GST_START_TEST),
7336         (gst_multifdsink_create_streamheader):
7337           add tests for this
7338
7339 2006-06-02  Michael Smith  <msmith@fluendo.com>
7340
7341         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
7342           Reinstate limit on channel count. Vorbis does not define the meaning
7343           of > 6 channels, so they're just independent channels. Gstreamer
7344           currently has no mechanism to represent N independent channels.
7345
7346 2006-06-02  Michael Smith  <msmith@fluendo.com>
7347
7348         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
7349           Don't arbitrarily restrict channel counts and rate in vorbis.
7350           In terms of effects likely on real-world files, this fixes 96kHz
7351           playback of vorbis.
7352
7353 2006-06-02  Michael Smith  <msmith@fluendo.com>
7354
7355         * gst/audioconvert/audioconvert.c: (float):
7356           More correct float->int conversion.
7357
7358 2006-06-02  Michael Smith  <msmith@fluendo.com>
7359
7360         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
7361           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
7362           value. Fixes g-critical on trying to play back ogg containing
7363           unknown codec.
7364
7365 2006-06-02  Wim Taymans  <wim@fluendo.com>
7366
7367         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
7368         (setup_source):
7369         * gst/playback/gstplaybasebin.h:
7370         Make the subtitle detection work from any thread so we don't
7371         deadlock. Fixes #343397.
7372
7373 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
7374
7375         * gst/volume/Makefile.am:
7376           Seriously, it's not *that* hard to get compilation right.  Even
7377           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
7378
7379 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
7380
7381         * gst/volume/gstvolume.c: (volume_choose_func),
7382         (volume_update_real_volume), (gst_volume_class_init),
7383         (gst_volume_init), (volume_process_float), (volume_process_int16),
7384         (volume_process_int16_clamp), (volume_set_caps),
7385         (volume_transform_ip), (plugin_init):
7386         * gst/volume/gstvolume.h:
7387         rewrite the passthrough check, split _int16 and _int16_clamp, fix
7388         another property desc., remove unused param from process function
7389         
7390         * tests/check/elements/volume.c: (volume_suite):
7391         reactivate the passthrough test
7392
7393 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
7394
7395         * ext/alsa/gstalsamixerelement.h:
7396         * ext/alsa/gstalsamixeroptions.h:
7397         * ext/alsa/gstalsamixertrack.h:
7398         * ext/gnomevfs/gstgnomevfssink.h:
7399         * ext/gnomevfs/gstgnomevfssrc.h:
7400         * ext/theora/gsttheoradec.h:
7401         * ext/theora/gsttheoraenc.h:
7402         * ext/theora/gsttheoraparse.h:
7403         * ext/vorbis/vorbisparse.h:
7404         * gst-libs/gst/audio/gstaudioclock.h:
7405         * gst-libs/gst/audio/gstaudiofilter.h:
7406         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
7407         * gst/audioconvert/gstaudioconvert.h:
7408         * gst/audioresample/gstaudioresample.h:
7409         * gst/audiotestsrc/gstaudiotestsrc.h:
7410         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7411         * gst/playback/gststreamselector.h:
7412         * gst/tcp/gstmultifdsink.h:
7413         * gst/tcp/gsttcpclientsink.h:
7414         * gst/tcp/gsttcpclientsrc.h:
7415         * gst/tcp/gsttcpserversink.h:
7416         * gst/tcp/gsttcpserversrc.h:
7417         * gst/videorate/gstvideorate.h:
7418         * gst/videoscale/gstvideoscale.h:
7419         * gst/videotestsrc/gstvideotestsrc.h:
7420         * gst/volume/gstvolume.h:
7421         * sys/v4l/gstv4ljpegsrc.h:
7422         * sys/v4l/gstv4lmjpegsink.h:
7423         * sys/v4l/gstv4lmjpegsrc.h:
7424         * sys/v4l/gstv4lsrc.h:
7425         * sys/ximage/ximagesink.h:
7426         * sys/xvimage/xvimagesink.h:
7427         * tests/old/testsuite/alsa/sinesrc.h:
7428         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
7429
7430 2006-05-31  Wim Taymans  <wim@fluendo.com>
7431
7432         * ext/libvisual/visual.c: (gst_visual_reset),
7433         (gst_visual_sink_setcaps), (gst_visual_sink_event),
7434         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
7435         Handle DISCONT.
7436         Use running time before doing QoS.
7437         Handle mono too.
7438
7439 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
7440
7441         * docs/libs/Makefile.am:
7442           set a magic variable to indicate we know the docs are incomplete
7443
7444 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
7445
7446         * win32/common/libgstvideo.def:
7447           export gst_video_calculate_display_ratio
7448         * win32/vs6/libgstvideoscale.dsp:
7449           add link to libgstvideo-0.10.lib
7450
7451 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
7452
7453         * gst/playback/gstplaybasebin.c: (gen_source_element):
7454           Throw a more comprehensible error for rtsp:// URIs (rather
7455           than erroring out with a negotiation error later on) until
7456           we fix playbin to handle rtspsrc etc.
7457
7458 2006-05-30  Wim Taymans  <wim@fluendo.com>
7459
7460         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
7461         (gst_text_overlay_text_event):
7462         Added some FIXMEs.
7463
7464 2006-05-30  Wim Taymans  <wim@fluendo.com>
7465
7466         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
7467         (gst_adder_request_new_pad), (gst_adder_release_pad):
7468         * gst/adder/gstadder.h:
7469         Implement release_request_pad.
7470         Make padcounter atomic.
7471
7472         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
7473         Added check for release_pad in adder.
7474
7475 2006-05-30  Wim Taymans  <wim@fluendo.com>
7476
7477         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
7478         Fix build again.
7479
7480 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
7481
7482         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
7483         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
7484         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7485         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
7486         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
7487         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
7488         (gst_ogg_demux_bisect_forward_serialno),
7489         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
7490         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
7491           add more debugging
7492           clean up printf formats for granulepos and serialno
7493
7494 2006-05-30  Michael Smith  <msmith@fluendo.com>
7495
7496         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
7497         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
7498         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
7499         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
7500         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
7501         * ext/vorbis/vorbisenc.h:
7502           Multi-channel caps negotiation, so we can do proper multichannel
7503           vorbis encoding, negotiated through audioconvert.
7504
7505 2006-05-30  Wim Taymans  <wim@fluendo.com>
7506
7507         * tests/check/elements/adder.c: (test_event_message_received),
7508         (test_play_twice_message_received), (GST_START_TEST),
7509         (adder_suite):
7510         Added check to show that #339935 is fixed with ongoing
7511         adder and collectpads fixes.
7512
7513 2006-05-29  Wim Taymans  <wim@fluendo.com>
7514
7515         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
7516         Don't leak pad name.
7517
7518 2006-05-29  Wim Taymans  <wim@fluendo.com>
7519
7520         * gst/adder/gstadder.c: (gst_adder_query_duration),
7521         (forward_event_func), (forward_event), (gst_adder_src_event):
7522         Fix adder seeking.
7523         Make query/seeking code threadsafe.
7524
7525         * tests/check/Makefile.am:
7526         * tests/check/elements/adder.c: (test_event_message_received),
7527         (GST_START_TEST), (test_play_twice_message_received):
7528         Fix adder test case.
7529
7530 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
7531
7532         Patch by: Young-Ho Cha  <ganadist at chollian net>
7533
7534         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7535         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
7536         (set_encoding_element), (decodebin_element_added_cb),
7537         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
7538         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
7539         * gst/playback/gstplaybasebin.h:
7540           Add 'subtitle-encoding' property to playbin, so applications can
7541           force a subtitle encoding for non-UTF8 subtitles (#342268).
7542
7543         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
7544         (gst_sub_parse_set_property):
7545           Rename recently-added 'encoding' property to 'subtitle-encoding'
7546           (so it can be proxied by playbin/decodebin in a generic way
7547           with less danger of false positives).
7548
7549 2006-05-29  Michael Smith  <msmith@fluendo.com>
7550
7551         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
7552         (append_with_other_format), (set_structure_widths),
7553         (gst_audio_convert_transform_caps):
7554           Patch from #341562: give more specific audio caps in get_caps, so
7555           that basetransform  can make better decisions on what caps to
7556           negotiate.
7557
7558 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
7559
7560         * tests/check/elements/volume.c:
7561         make it compile again
7562
7563 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
7564
7565         * tests/check/elements/volume.c: (volume_suite):
7566         disable test until #343196 gets resolved
7567
7568 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
7569
7570         * gst/adder/gstadder.c: (gst_adder_get_type):
7571         Make it easier to copy&paste
7572         
7573         * gst/volume/Makefile.am:
7574         * gst/volume/gstvolume.c: (volume_update_real_volume),
7575         (gst_volume_set_volume), (gst_volume_set_mute),
7576         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
7577         (volume_transform_ip), (volume_update_mute),
7578         (volume_update_volume):
7579         * gst/volume/gstvolume.h:
7580         Add own debug category, move duplicate code to helper function, fix
7581         property texts, add more comments and prepare ffor liboil-goodness
7582         
7583         * tests/check/Makefile.am:
7584         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
7585         add test for mute and passtrough case, be a bit more verbose to track
7586         failure
7587         
7588         * tests/check/generic/states.c: (GST_START_TEST):
7589         catch elements that fail to instantiate
7590
7591 2006-05-28  Edward Hervey  <edward@fluendo.com>
7592
7593         * tests/check/pipelines/simple-launch-lines.c:
7594         * tests/check/pipelines/theoraenc.c:
7595         * tests/check/pipelines/vorbisenc.c:
7596         Comment out tests using parse_launch() if core was built without
7597         parsing capabilities.
7598
7599 2006-05-27  Edward Hervey  <edward@fluendo.com>
7600
7601         * tests/check/Makefile.am:
7602         Extra bonus points for whoever explains to ensonic that you are meant
7603         to test unit tests thoroughly before commiting them, especially if
7604         you know it's going to break.
7605         De-activated element/adder tests.
7606
7607 2006-05-27  Edward Hervey  <edward@fluendo.com>
7608
7609         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7610         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
7611         Marking caps conversion issues as GST_WARNING is way too verbose,
7612         Moving them to GST_LOG.
7613
7614 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
7615
7616         * README:
7617           Replace current README (containing the release notes from
7618           some 0.9.x version) with a proper README taken from the core.
7619
7620 2006-05-26  Wim Taymans  <wim@fluendo.com>
7621
7622         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
7623         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
7624         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
7625         (vorbis_dec_change_state):
7626         Small cleanups.
7627         Add some FIXMEs
7628         Clip output samples to segment boundaries.
7629
7630 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
7631
7632         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
7633         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
7634         Improve the errors produced on bad output, including some human
7635         readable description strings.
7636         Handle the (theoretical for ximagesink) case where the XServer 
7637         has a different idea about the size required for a particular 
7638         frame and gives us too small a memory allocation.
7639
7640 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
7641
7642         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7643         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
7644         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
7645         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
7646         Improve the errors produced on bad output, including some human 
7647         readable description strings.
7648         Handle RGB Xv formats properly by transforming them into our 
7649         big-endian caps description.
7650         Use gst_caps_truncate to ensure that we never try and choose a
7651         non-fixed caps in buffer_alloc.
7652         Handle the case where the XServer has a different idea about the size
7653         required for a particular frame and gives us too small a memory
7654         allocation.
7655         Use -1 to indicate 'no image format', because 0 is a valid XServer
7656         image format number.
7657         Put RGB Xv formats at the end of the caps, so that we always prefer
7658         YUV format frames.
7659         Iterate the available Xv Encodings to determine the maximum width and
7660         height, and then return that in our caps.
7661         (Closes #315312, #337544)
7662
7663 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
7664
7665         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
7666         When there is only one unfinished pad and it receives an event that
7667         doesn't match our requirements, we need to set alldone=FALSE so that
7668         the fakesink is not removed yet.
7669
7670 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
7671
7672         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
7673           Use gst_type_find_helper_for_buffer() to find the type
7674           of stream from the first packet.
7675
7676         * configure.ac:
7677           Bump requirements to core CVS (needed for vorbis
7678           typefinding to work).
7679
7680 2006-05-24  Edward Hervey  <edward@fluendo.com>
7681
7682         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
7683         Added the 'prfl' atom type which MQV (no, it's not a typo) files
7684         contain.  Else they play perfectly fine with qtdemux.
7685
7686 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
7687
7688         * ext/theora/theoradec.c:
7689         * ext/theora/theoraenc.c:
7690         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
7691         * gst/audiorate/gstaudiorate.c:
7692           make more debug catagories static
7693         
7694         * tests/check/Makefile.am:
7695         * tests/check/elements/adder.c: (message_received),
7696         (test_event_message_received), (GST_START_TEST),
7697         (test_play_twice_message_received), (adder_suite):
7698           added test case for using element twice, extra bonus points for anyone
7699           who can make these test run reliably
7700
7701 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
7702
7703         * ext/theora/theoradec.c: (theora_dec_chain):
7704           Make work with time-stamped input buffers that do not
7705           have a granulepos in BUFFER_OFFSET_END (like theora
7706           buffers coming from matroskademux). Fixes #342448.
7707
7708 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
7709
7710         Patch by: Peter Kjellerstedt  <pkj at axis com>
7711
7712         * gst/tcp/Makefile.am:
7713           fdstresstest doesn't need Gtk+, fix compilation if 
7714           gtk is not available (#342566).
7715
7716 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
7717          
7718         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
7719           80 line columns
7720           Removed redundant floor()
7721
7722 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
7723
7724         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
7725           On second thought, just skip JUNK chunks automatically, so
7726           the caller doesn't have to handle this. Fixes #342345.
7727           Also, return GST_FLOW_UNEXPECTED if we get a short read,
7728           not GST_FLOW_ERROR.
7729
7730 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
7731
7732         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
7733           Don't bail out on JUNK chunks with a size of 0 (would try to
7734           pull_range 0 bytes before, which sources don't like too much).
7735           See #342345.
7736
7737 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
7738
7739         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
7740         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
7741         Use the gstutil scaling function to preserve 64 bits while calculating
7742         output width and height from the display-aspect-ratio. (A continuation
7743         of #341542)
7744
7745 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
7746
7747         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
7748         (gst_xvimagesink_buffer_alloc):
7749         * sys/xvimage/xvimagesink.h:
7750         When performing buffer allocations, remember the caps and image format
7751         we return so that if the same caps are asked for next time we can
7752         return them immediately without doing any caps intersections.
7753
7754 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
7755          
7756         * gst-libs/gst/rtp/README:
7757           Some new documentation
7758         * gst-libs/gst/rtp/gstrtpbuffer.h:       
7759           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
7760         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
7761         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
7762           New RTP audio base payloader class. Supports frame or sample based
7763           codecs.  Not enabled in Makefile.am until approved.
7764
7765 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
7766
7767         * tests/check/elements/alsa.c: (test_device_property_probe):
7768           Fix test case: don't try to free NULL GValueArray when there
7769           are no devices.
7770
7771 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
7772
7773         * tests/check/Makefile.am:
7774         * tests/check/elements/alsa.c: (test_device_property_probe),
7775         (alsa_suite), (main):
7776           Add simple test that runs a device property probe on alsasrc,
7777           alsasink and alsamixer. Disable valgrind check for now (too
7778           many leaks in libasound, and valgrind ignored my suppressions
7779           additions).
7780
7781 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
7782
7783         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
7784         (gst_alsa_device_property_probe_probe_property),
7785         (gst_alsa_device_property_probe_needs_probe),
7786         (gst_alsa_device_property_probe_get_values),
7787         (gst_alsa_type_add_device_property_probe_interface):
7788         * ext/alsa/gstalsadeviceprobe.h:
7789         * ext/alsa/gstalsamixerelement.c:
7790         (gst_alsa_mixer_element_init_interfaces):
7791         * ext/alsa/gstalsamixerelement.h:
7792           Clean up and simplify alsa device probing. Make it actually work
7793           for multiple classes. Don't cache results any longer.
7794
7795         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
7796         (gst_alsasink_init):
7797         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
7798         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
7799         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
7800           Make alsasink and alsasrc implement the GstPropertyProbe interface
7801           for device probing (#342181).
7802           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
7803
7804 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
7805
7806         * gst/subparse/samiparse.c: (handle_start_font):
7807           Don't ignore return value of strtol (++compiler_happiness).
7808
7809 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
7810
7811         Patch by: Young-Ho Cha  <ganadist chollian net>
7812
7813         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
7814         (gst_sub_parse_class_init), (gst_sub_parse_init),
7815         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
7816         (convert_encoding):
7817         * gst/subparse/gstsubparse.h:
7818           Add 'encoding' property (#341681).
7819
7820         * gst/subparse/samiparse.c: (characters_sami):
7821           Output is pango markup, so we need to escape text
7822           between tags (#342143).
7823
7824 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
7825
7826         * gst-libs/gst/audio/multichannel.c:
7827         (gst_audio_check_channel_positions):
7828           It's okay to have caps with channels=1 and a channel position
7829           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
7830           (deinterleavers might want to keep the position in the caps,
7831           so that they can be re-interleaved again properly later).
7832           Leave check for unexpected 2-channel layouts intact for now.
7833
7834 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7835
7836         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
7837         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
7838         basesrc can do its job correctly.
7839
7840 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
7841
7842         * ext/alsa/Makefile.am:
7843         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
7844         (gst_alsa_detect_formats), (get_channel_free_structure),
7845         (caps_add_channel_configuration), (gst_alsa_detect_channels),
7846         (gst_alsa_probe_supported_formats):
7847         * ext/alsa/gstalsa.h:
7848         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
7849           Refactor and improve caps probing code: probe signedness
7850           when we probe the supported formats/widths; set endianness
7851           to the one we actually probed for (ie. cpu endianness).
7852           
7853         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
7854         (gst_alsasrc_close):
7855         * ext/alsa/gstalsasrc.h:
7856           Implement caps probing for alsasrc.
7857
7858 2006-05-15  Wim Taymans  <wim@fluendo.com>
7859
7860         * ext/theora/theoradec.c: (gst_theora_dec_reset),
7861         (theora_dec_src_query), (theora_dec_src_event),
7862         (theora_dec_sink_event), (theora_handle_comment_packet),
7863         (theora_handle_data_packet), (theora_dec_change_state):
7864         Cleanups, add some G_LIKELY.
7865         Use segment helpers instead of our own wrong code.
7866         Clear queued buffers on seek and READY.
7867
7868         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
7869         (vorbis_dec_convert), (vorbis_dec_src_query),
7870         (vorbis_dec_src_event), (vorbis_dec_sink_event),
7871         (vorbis_handle_comment_packet), (vorbis_dec_push),
7872         (vorbis_handle_data_packet), (vorbis_dec_chain),
7873         (vorbis_dec_change_state):
7874         * ext/vorbis/vorbisdec.h:
7875         Remove old useless packetno variable.
7876         Do position query properly.
7877         Add some G_LIKELY.
7878         Do cleanup of queued buffers in new helper function
7879         and use it.
7880
7881 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
7882
7883         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
7884           Query supported sample rates. Fixes #341732.
7885
7886 2006-05-15  Julien MOUTTE  <julien@moutte.net>
7887
7888         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
7889         (gst_decode_bin_change_state): Make decodebin reusable
7890         when going from PAUSE_TO_READY and then back to PAUSED.
7891         Fixes #331678.
7892
7893 2006-05-15  Wim Taymans  <wim@fluendo.com>
7894
7895         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
7896         (vorbis_dec_convert), (vorbis_dec_src_query),
7897         (vorbis_dec_sink_query), (vorbis_dec_src_event),
7898         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
7899         (vorbis_dec_clean_queued), (vorbis_dec_push),
7900         (vorbis_handle_data_packet), (vorbis_dec_change_state):
7901         Cleanups. Use refcounting and DEBUG_OBJECT.
7902         Reset segment on flush, use code methods instead of our
7903         own wrong version.
7904         Fix potential memleak.
7905
7906 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
7907
7908         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
7909         (gst_alsasink_init):
7910         * ext/alsa/gstalsasink.h:
7911           Don't leak allocated snd_output_t structure if there's
7912           more than one alsasink instance at a time (#341873).
7913           Also fix GObject macros in header file.
7914           
7915 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
7916
7917         * gst/subparse/gstsubparse.c:
7918         (gst_sub_parse_data_format_autodetect):
7919           Don't use libxml functions in the typefinding code.
7920
7921 2006-05-15  Wim Taymans  <wim@fluendo.com>
7922
7923         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
7924         Fix seeking performance in the case where a non-header 
7925         packet has a 0 granulepos (busted theora case). 
7926         Fixes #341719
7927         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
7928          the first place, you limelight stealer you)
7929
7930 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
7931
7932         * gst/subparse/gstsubparse.c:
7933         (gst_sub_parse_data_format_autodetect):
7934           Improve SAMI typefinding: handle case where there are
7935           whitespaces or newlines in front of the first <SAMI>
7936           tag (#169936).
7937
7938 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
7939
7940         * configure.ac:
7941           Build video4linux plugin even if there's no XVIDEO, just
7942           without implementing the GstXOverlay interface (#334002).
7943          
7944 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
7945
7946         * configure.ac:
7947         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
7948         (plugin_init):
7949           Add tentative support for libvisual-0.4 (#336881).
7950
7951 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
7952
7953         Patch by: Young-Ho Cha <ganadist at chollian net>
7954
7955         * gst/subparse/samiparse.c: (handle_start_font):
7956           Need to map "silver" colour explicitly (#169936).
7957
7958 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
7959
7960         Patch by: Young-Ho Cha  <ganadist at chollian net>
7961
7962         * gst/subparse/Makefile.am:
7963         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
7964         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
7965         (gst_sub_parse_format_autodetect), (feed_textbuf),
7966         (gst_subparse_type_find), (plugin_init):
7967         * gst/subparse/gstsubparse.h:
7968         * gst/subparse/samiparse.c:
7969         * gst/subparse/samiparse.h:
7970           Add support for SAMI subtitles (#169936).
7971
7972 2006-05-14  Michael Smith  <msmith@fluendo.com>
7973
7974         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
7975           Fix #341696: crash when mixing L+R+C to mono or stereo.
7976         * tests/check/Makefile.am:
7977         * tests/check/elements/audioconvert.c: (set_channel_positions),
7978         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
7979         (audioconvert_suite):
7980           Add test for the above, including some generic framework bits for
7981           testing multichannel things.
7982
7983 === release 0.10.7 ===
7984
7985 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
7986
7987         * configure.ac:
7988           releasing 0.10.7, "Leave the gun"
7989
7990 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
7991
7992         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
7993         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
7994         Fix the build.
7995
7996 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
7997
7998         * docs/libs/gst-plugins-base-libs-docs.sgml:
7999         * docs/libs/gst-plugins-base-libs-sections.txt:
8000         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
8001         * gst-libs/gst/video/video.h:
8002         * gst/videoscale/Makefile.am:
8003         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
8004         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
8005         * tests/check/Makefile.am:
8006         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
8007         (main):
8008           Fix integer overflow problem with pixel-aspect-ratio calculations
8009           in videoscale and xvimagesink (#341542)
8010
8011 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
8012
8013         * gst-libs/gst/tag/gstid3tag.c:
8014           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
8015
8016 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
8017
8018         * win32/MANIFEST:
8019           update win32 files listing
8020
8021 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
8022
8023         patch by: Sjoerd Simons (sjoerd@luon.net)
8024
8025         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8026         (group_create), (group_destroy), (add_stream),
8027         (gst_play_base_bin_get_property),
8028         (gst_play_base_bin_get_streaminfo_value_array):
8029         * gst/playback/gstplaybasebin.h:
8030           API: GstPlayBaseBin::stream-info-value-array property
8031           use a more bindings-friendly way of exposing streaminfo
8032           using a GValueArray.  Tested in ipython.
8033           Closes #341114
8034
8035 2006-05-11  Wim Taymans  <wim@fluendo.com>
8036
8037         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
8038         (queue_underrun_cb), (queue_filled_cb):
8039         Also catch queue underruns but don't do anything yet.
8040         Refactor and comment queue enlarging code a bit.
8041
8042         * gst/playback/gstplaybasebin.c: (queue_overrun),
8043         (queue_threshold_reached), (queue_out_of_data),
8044         (gen_preroll_element):
8045         If a queue over/underruns check that we don't create nasty
8046         deadlocks when the min-threshold is not reached but the
8047         max-bytes is. In those cases disable max-bytes when we
8048         know that the queue is fed timed data.
8049         Add more comments.
8050
8051 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
8052
8053         * gst/playback/gstplaybin.c: (gen_audio_element):
8054           Make playbin automatically plug an 'audioresample'
8055           element before the audio sink as well. This solves
8056           problems with sinks that only accept a very specific
8057           sample rate, like esdsink (e.g. #340379).
8058
8059 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
8060
8061         * gst/playback/gstplaybasebin.c: (gen_source_element):
8062           Make http sources send special headers so that we receive
8063           icecast metadata if the http stream is an icecast stream
8064           (otherwise the server will just ignore them). This also
8065           means that from now on users will need the 'icydemux'
8066           element from gst-plugins-good installed if they want to
8067           listen to icecast radio streams. (#341432, #333657).
8068
8069 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
8070
8071         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
8072         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
8073           remove stupid example from docs - it should come with a simple
8074           C program instead.
8075           Clean up/fix docs
8076         * tests/check/elements/multifdsink.c: (wait_bytes_served),
8077         (fail_if_can_read), (GST_START_TEST),
8078         (gst_multifdsink_create_streamheader), (multifdsink_suite):
8079           add a test for changing streamheader which exposes a bug in
8080           multifdsink
8081
8082 2006-05-11  Michael Smith  <msmith@fluendo.com>
8083
8084         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
8085         (gst_gnome_vfs_src_received_headers_callback):
8086         * ext/gnomevfs/gstgnomevfssrc.h:
8087           Don't set icy-caps unless we have a sane interval value. Move
8088           interval to a local variable; we never use it outside this function.
8089
8090 2006-05-11  Wim Taymans  <wim@fluendo.com>
8091
8092         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
8093         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
8094         Register special buffer types along with the objects so
8095         that they are not registered at runtime from N different
8096         streaming threads since they are not threadsafe.
8097
8098 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
8099
8100         * tests/check/elements/multifdsink.c: (wait_bytes_served),
8101         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
8102           add two more tests, one doing streamheader
8103
8104 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
8105
8106         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
8107           clean up the bufqueue when shutting down
8108         * tests/check/Makefile.am:
8109         * tests/check/elements/multifdsink.c: (setup_multifdsink),
8110         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
8111         (main):
8112           add a test for the leak that was just fixed
8113
8114 2006-05-10  Wim Taymans  <wim@fluendo.com>
8115
8116         * gst/adder/gstadder.c: (gst_adder_setcaps),
8117         (gst_adder_query_duration), (gst_adder_query), (forward_event),
8118         (gst_adder_src_event), (gst_adder_sink_event),
8119         (gst_adder_class_init), (gst_adder_finalize),
8120         (gst_adder_request_new_pad), (gst_adder_collected):
8121         * gst/adder/gstadder.h:
8122         Updated some docs. Added comments and FIXMEs all over the place.
8123         Improve debugging info.
8124         Fix leak on finalize by not calling the parent.
8125         Implement duration query.
8126         Make event forwarding threadsafe.
8127         Correctly send NEWSEGMENT at start and after flush.
8128         Handle EOS correctly.
8129         Post error when not negotiated.
8130
8131         * tests/check/elements/adder.c: (GST_START_TEST):
8132         Added FIXME in the test.
8133
8134 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
8135
8136         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
8137         (gst_text_overlay_halign_get_type),
8138         (gst_text_overlay_wrap_mode_get_type):
8139         * ext/theora/theoradec.c: (theora_handle_type_packet),
8140         (theora_handle_data_packet):
8141         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
8142         (theora_enc_sink_setcaps), (theora_enc_chain):
8143         * gst-libs/gst/cdda/gstcddabasesrc.c:
8144         (gst_cdda_base_src_mode_get_type):
8145         * gst/audiotestsrc/gstaudiotestsrc.c:
8146         (gst_audiostestsrc_wave_get_type):
8147         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
8148         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
8149         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
8150         (gst_sync_method_get_type), (gst_unit_type_get_type),
8151         (gst_client_status_get_type):
8152         * gst/videoscale/gstvideoscale.c:
8153         (gst_video_scale_method_get_type):
8154         * gst/videotestsrc/gstvideotestsrc.c:
8155         (gst_video_test_src_pattern_get_type):
8156         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
8157         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
8158         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
8159         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
8160         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
8161         (paint_setup_RGB565), (paint_setup_xRGB1555):
8162           Const-ify GEnumValue and GFlagsValue arrays. Use
8163           GST_ROUND_UP_* macros instead of home-made ones.
8164
8165 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
8166
8167         * configure.ac:
8168           Require core CVS for the new newsegment stuff.
8169
8170 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
8171
8172         Patch by: Sjoerd Simons  <sjoerd at luon net>
8173
8174         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
8175           Register nick for enum value (#341160).
8176
8177 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
8178
8179         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
8180         (plugin_init):
8181          backout typefind patch #340375
8182          
8183         * tests/check/elements/adder.c: (message_received),
8184         (GST_START_TEST), (adder_suite):
8185           redo, signal-handling of test
8186
8187 2006-05-09  Wim Taymans  <wim@fluendo.com>
8188
8189         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
8190         (gst_adder_collected):
8191         * gst/adder/gstadder.h:
8192         Remove bogus segment merging and forwarding, we don't
8193         care about timestamps anyway and we just produce a
8194         continuous stream. 
8195         Also create a nice NEWSEGMENT event when we start.
8196         Use _scale_int some more.
8197
8198 2006-05-09  Edward Hervey  <edward@fluendo.com>
8199
8200         * tests/icles/stress-xoverlay.c:
8201         Fix if core was built without parsing support.
8202
8203 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
8204
8205         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
8206           Add SEDG (Samsung MPEG-4) fourcc.
8207
8208 2006-05-09  Edward Hervey  <edward@fluendo.com>
8209
8210         * tests/icles/stress-xoverlay.c:
8211         * tests/examples/volume/volume.c:
8212         Fix if core was built without parsing support.
8213
8214         * tests/examples/seek/seek.c:
8215         Disable the parse_launch example if core was built without parsing
8216         support.
8217
8218 2006-05-08  Edward Hervey  <edward@fluendo.com>
8219
8220         * autogen.sh: (CONFIGURE_DEF_OPT): 
8221         libtoolize on Darwin/MacOSX is called glibtoolize
8222
8223 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
8224
8225         * tests/check/Makefile.am:
8226         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
8227           Disable the adder test, until the build-slaves posses the kindness to 
8228           either like it or to give valid reason for not doing so 
8229
8230 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
8231
8232         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
8233         (adder_suite):
8234           Shuffle NULL state change around and raise timeout more
8235
8236 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
8237
8238         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
8239         (mp4_type_find), (plugin_init):
8240           Add typefind to distinguish between "audio/x-m4a" and new type
8241           "video/mp4". Fixes #340375
8242
8243         * tests/check/elements/adder.c: (adder_suite):
8244           Raise timeout to make buildbot happy
8245
8246 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
8247
8248         * gst/adder/gstadder.c: (gst_adder_sink_event),
8249         (gst_adder_request_new_pad), (gst_adder_change_state):
8250         * gst/adder/gstadder.h:
8251         * tests/check/Makefile.am:
8252         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
8253         (adder_suite), (main):
8254           Add sink-event handling to adder. It tries to merge incomming
8255           newsegment-events. Added test to check if segment_done is comming
8256           through. Fixes #340060
8257
8258 2006-05-05  Andy Wingo  <wingo@pobox.com>
8259
8260         * ext/theora/theoraparse.c (gst_theora_parse_init)
8261         (theora_parse_src_convert, theora_parse_src_query):
8262         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
8263         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
8264         query functions on the source pads of the theora and vorbis parse
8265         elements. Fixes position querying when doing a remux.
8266
8267 2006-05-05  Michael Smith  <msmith@fluendo.com>
8268
8269         * ext/theora/theoraparse.c: (parse_granulepos),
8270         (theora_parse_drain_queue_prematurely),
8271         (theora_parse_queue_buffer), (theora_parse_sink_event):
8272           Fix flushing.
8273           Fix invalid granulepos outputs when starting with a non-keyframe.
8274
8275 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
8276
8277         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
8278         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
8279         Rearrange MPEG system stream detection, fixing some memleaks in the
8280         process.
8281         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
8282         they clean up their data correctly.
8283         Remove unused ogganx caps and move the 'is_annodex' check to inside
8284         the 'is_ogg' if statement.
8285
8286 2006-05-05  Wim Taymans  <wim@fluendo.com>
8287
8288         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
8289         Properly remove ghostpads. Fixes #340392
8290
8291 2006-05-04  David Schleef  <ds@schleef.org>
8292
8293         * gst/typefind/gsttypefindfunctions.c:
8294
8295 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
8296
8297         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
8298         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
8299
8300         When typefinding an MP3 in push-based mode, don't penalise the
8301         probability down to 74% when we found 5 valid frames just because we
8302         can't peek the end of the file.
8303
8304         Make the probability for detecting MPEG Transport Streams based on the
8305         number of sequential headers we successfully detected.
8306
8307 2006-05-03  Wim Taymans  <wim@fluendo.com>
8308
8309         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
8310         (vorbis_dec_push), (vorbis_dec_chain):
8311         Still produce an error when we receive an empty packet.
8312
8313 2006-05-03  Wim Taymans  <wim@fluendo.com>
8314
8315         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
8316         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
8317         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
8318         Mark buffers with DISCONT after seek and after activating new
8319         chains.
8320
8321         * ext/theora/gsttheoradec.h:
8322         * ext/theora/theoradec.c: (gst_theora_dec_reset),
8323         (theora_get_query_types), (theora_dec_sink_event),
8324         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
8325         (theora_dec_change_state):
8326         Fix frame counter.
8327         Detect and mark DISCONT buffers.
8328
8329         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8330         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
8331         (vorbis_dec_change_state):
8332         * ext/vorbis/vorbisdec.h:
8333         Use GstSegment.
8334         Detect and mark DISCONT buffers.
8335         Don't crash on 0 sized buffers.
8336
8337 2006-05-03  Wim Taymans  <wim@fluendo.com>
8338
8339         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
8340         (volume_transform_ip):
8341         Increase "volume" property to 10.0. Fixes #340369.
8342         Set the process function to NULL when capsnego fails so that
8343         we properly error out.
8344
8345 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
8346
8347         * gst/playback/gstplaybin.c: (add_sink):
8348         * gst/playback/test.c: (main):
8349         * gst/playback/test5.c: (dump_element_stats):
8350         * gst/playback/test6.c: (main):
8351           free caps using gst_caps_unref, don't leak caps-strings
8352
8353 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
8354
8355         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
8356         (plugin_init):
8357           Refine musepack typefinding a bit. Return MAXIMUM
8358           probability when we detect stream version 7 to make
8359           sure the mpeg audio typefinder doesn't trump us.
8360
8361 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
8362
8363         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8364           Protect against unexpected NULL strf_data buffer.
8365
8366 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8367
8368         * tests/check/elements/audioconvert.c: (verify_convert),
8369         (GST_START_TEST):
8370           interpret the out[] buffer in the order the bytes are actually
8371           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
8372           Other tests should use BYTE_ORDER since the array is filled in
8373           with actual values
8374
8375 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8376
8377         * tests/check/elements/audioconvert.c: (verify_convert),
8378         (GST_START_TEST):
8379           when a test fails, give an indication of which it is
8380
8381 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8382
8383         * gst-libs/gst/cdda/gstcddabasesrc.c:
8384           compile fix; strtol() needs <stdlib.h>
8385
8386 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
8387
8388         * ext/alsa/gstalsamixerelement.c:
8389         * ext/alsa/gstalsasrc.c:
8390         * ext/cdparanoia/gstcdparanoiasrc.c:
8391         * ext/gnomevfs/gstgnomevfssink.c:
8392         * ext/gnomevfs/gstgnomevfssrc.c:
8393         * ext/ogg/gstoggdemux.c:
8394         * ext/ogg/gstoggmux.c:
8395         * ext/ogg/gstoggparse.c:
8396         * ext/ogg/gstogmparse.c:
8397         * ext/pango/gstclockoverlay.c:
8398         * ext/pango/gsttextoverlay.c:
8399         * ext/pango/gsttextrender.c:
8400         * ext/pango/gsttimeoverlay.c:
8401         * ext/theora/theoradec.c:
8402         * ext/theora/theoraenc.c:
8403         * ext/vorbis/vorbisdec.c:
8404         * ext/vorbis/vorbisenc.c:
8405         * gst-libs/gst/audio/gstaudiofilter.c:
8406         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
8407         * gst/audioconvert/gstaudioconvert.c:
8408         * gst/audiorate/gstaudiorate.c:
8409         * gst/audioresample/gstaudioresample.c:
8410         * gst/audiotestsrc/gstaudiotestsrc.c:
8411         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8412         * gst/playback/gstdecodebin.c:
8413         * gst/playback/gstplaybin.c:
8414         * gst/playback/gststreamselector.c:
8415         * gst/subparse/gstsubparse.c:
8416         * gst/tcp/gstmultifdsink.c:
8417         * gst/tcp/gsttcpclientsink.c:
8418         * gst/tcp/gsttcpclientsrc.c:
8419         * gst/tcp/gsttcpserversink.c:
8420         * gst/tcp/gsttcpserversrc.c:
8421         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
8422         * gst/videorate/gstvideorate.c:
8423         * gst/videoscale/gstvideoscale.c:
8424         * gst/videotestsrc/gstvideotestsrc.c:
8425         * gst/volume/gstvolume.c:
8426         * sys/v4l/gstv4ljpegsrc.c:
8427         * sys/v4l/gstv4lmjpegsink.c:
8428         * sys/v4l/gstv4lmjpegsrc.c:
8429         * sys/v4l/gstv4lsrc.c:
8430         * sys/ximage/ximagesink.c:
8431         * sys/xvimage/xvimagesink.c:
8432         * tests/check/libs/cddabasesrc.c:
8433           make GstElementDetails const
8434
8435 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
8436
8437         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
8438         (gst_adder_init):
8439           send events from src-pad to all sink-pads fixes #338657
8440
8441 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
8442
8443         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
8444         (alsasink_parse_spec):
8445           query width capabilities from alsa, fixes #338919
8446
8447 2006-04-28  Wim Taymans  <wim@fluendo.com>
8448
8449         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
8450         (gst_multi_fd_sink_remove_client_link):
8451         * gst/tcp/gstmultifdsink.h:
8452         Fix race condition in multifdsink that can lead to spurious 
8453         duplicate clients. this patch adds a new signal that is fired when
8454         multifdsink has removed all references to the fd.
8455         Fixes #339574.
8456         Updated documentation.
8457         API: client-fd-removed signal added
8458
8459 2006-04-28  Michael Smith  <msmith@fluendo.com>
8460
8461         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
8462           When asking g_value_array_new to prealloc elements, we may as well
8463           ask for the right number of elements.
8464
8465 2006-04-28  Wim Taymans  <wim@fluendo.com>
8466
8467         * gst-libs/gst/audio/gstbaseaudiosink.c:
8468         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
8469         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8470         patch to make timestamp checking more tollerant to rounding 
8471         errors given that real discontinuities are to be marked on
8472         buffers. Fixes some asf files and #338778.
8473         Also avoid some crashers when we receive an event in the 
8474         NULL state.
8475
8476 2006-04-28  Michael Smith  <msmith@fluendo.com>
8477
8478         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
8479         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
8480         (gst_gnome_vfs_src_get_property),
8481         (gst_gnome_vfs_src_send_additional_headers_callback),
8482         (gst_gnome_vfs_src_received_headers_callback),
8483         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
8484         (gst_gnome_vfs_src_stop):
8485         * ext/gnomevfs/gstgnomevfssrc.h:
8486           Remove ICY handling (mostly) from gnomevfssrc, in favour of
8487           proper shared support within icydemux.
8488
8489 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8490
8491         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
8492         (gst_video_rate_swap_prev), (gst_video_rate_chain):
8493           fix up docs
8494           fix a leak when no caps negotiated
8495           fix counting of input frames
8496         * tests/check/elements/.cvsignore:
8497         * tests/check/elements/videorate.c: (assert_videorate_stats),
8498         (GST_START_TEST), (videorate_suite):
8499           add tests for these
8500
8501 2006-04-28  Wim Taymans  <wim@fluendo.com>
8502
8503         * gst-libs/gst/audio/gstringbuffer.c:
8504         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
8505         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
8506         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
8507         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
8508         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
8509         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
8510         (gst_ring_buffer_commit), (gst_ring_buffer_read),
8511         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
8512         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
8513         Check arguments passed to public functions instead of
8514         crashing.
8515
8516 2006-04-28  Wim Taymans  <wim@fluendo.com>
8517
8518         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
8519         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
8520         GstBaseAudioSrc must be live or it does not work.
8521
8522         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
8523         Don't set live to TRUE as this is the default in the parentclass.
8524
8525 2006-04-28  Wim Taymans  <wim@fluendo.com>
8526
8527         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
8528         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
8529         Videoscale doesn't pass on pixel-aspect ratio. Handle all
8530         fixation cases better. Fixes #338991
8531
8532 2006-04-28  Wim Taymans  <wim@fluendo.com>
8533
8534         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
8535         Handle 0/1 framerate correctly Fixes #331901.
8536
8537 2006-04-28  Wim Taymans  <wim@fluendo.com>
8538
8539         * tests/check/elements/audioconvert.c: (get_float_caps),
8540         (GST_START_TEST), (audioconvert_suite):
8541         Added check for correct clipping when doing float samples
8542         in audioconvert.
8543
8544 2006-04-28  Wim Taymans  <wim@fluendo.com>
8545
8546         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
8547         (gst_video_rate_chain):
8548         Print more debugging info.
8549
8550 2006-04-28  Wim Taymans  <wim@fluendo.com>
8551
8552         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
8553         (resample_set_state_from_caps):
8554         Add support for other formats audioresample can handle such as
8555         32 bits in and float and 64 bits float. Fixes #301759
8556
8557 2006-04-28  Wim Taymans  <wim@fluendo.com>
8558
8559         * gst/audioconvert/audioconvert.c: (float):
8560         correctly clip float samples > 1.0. Fixes #338718
8561
8562 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
8563
8564         Patch by: Young-Ho Cha  <ganadist at chollian net>
8565
8566         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
8567         (gst_text_overlay_render_text):
8568           Don't strip newlines from the text. Also, center lines
8569           within multi-line paragraphs (#339405).
8570
8571 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
8572
8573         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
8574           Fix wavpack typefinding to work in more cases (don't peek
8575           for chunks of multiple hundred kBs at once, but process
8576           things step-by-step in smaller units). Fixes #339786.
8577
8578 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8579
8580         * configure.ac:
8581           back to HEAD
8582
8583 === release 0.10.6 ===
8584
8585 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
8586
8587         * configure.ac:
8588           releasing 0.10.6, "Chao"
8589
8590 2006-04-26  David Schleef  <ds@schleef.org>
8591
8592         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
8593           Fixes #338897.
8594
8595 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
8596
8597         * configure.ac:
8598         * win32/common/config.h:
8599           new prerelease
8600
8601 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
8602
8603         patch by: Wim Taymans
8604
8605         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8606         (gst_ogg_demux_perform_seek):
8607           make sure correct newsegments are sent, so that the decoder
8608           and the demuxer agree on timestamps.  Fixes playback of a lot
8609           of Ogg files that do not start from 0.  Fixes #339833.
8610
8611 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
8612
8613         Patch by: Edward Hervey  <edward@fluendo.com>
8614
8615         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
8616         * tests/check/Makefile.am:
8617         * tests/check/elements/videorate.c: (assert_videorate_stats),
8618         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
8619         (videorate_suite), (main):
8620           Fix an infinite loop if frames are passed in with wrongly ordered
8621           timestamps.  Fixes #339013.
8622
8623 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8624
8625         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
8626
8627         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
8628           fix typefinding on some ISO files.  Fixes #339212.
8629
8630 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8631
8632         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
8633
8634         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
8635           add another H264 fourcc.  Fixes #339047.
8636
8637 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8638
8639         Patch by: Jan Schmidt
8640
8641         * gst/playback/gststreamselector.c:
8642         (gst_stream_selector_bufferalloc):
8643           Restore old StreamSelector behaviour.
8644           Fixes #338419.
8645
8646 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
8647
8648         * configure.ac:
8649         * win32/common/config.h:
8650           prerelease
8651
8652 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
8653
8654         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
8655
8656         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8657         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
8658           Fix some memory leaks: on finalize, free buffers left in the queue
8659           before destroying the queue; in _push(), unref rtp_buf even if
8660           the process vfunc returned a NULL buffer as output buffer (#337548);
8661           demote some recuring debug messages to LOG level.
8662
8663 2006-04-11  Wim Taymans  <wim@fluendo.com>
8664
8665         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
8666         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
8667         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
8668         (gst_ogg_demux_loop):
8669         More cleanups.
8670         Respect segment stop when emiting EOS or SEGMENT_DONE.
8671         Fixes (#337945).
8672
8673 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
8674
8675         * gst/playback/gststreamselector.c:
8676         (gst_stream_selector_get_property):
8677           Don't leak pad name.
8678
8679 2006-04-10  Michael Smith  <msmith@fluendo.com>
8680
8681         * tests/check/Makefile.am:
8682         * tests/check/gst-plugins-base.supp:
8683           Suppress an old libtheora bug (fixed in more recent versions), so 
8684           that FC4 buildslaves can pass.
8685
8686 2006-04-10  Wim Taymans  <wim@fluendo.com>
8687
8688         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
8689         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
8690         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
8691         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
8692         (gst_ogg_demux_loop):
8693         Don't leak events.
8694         Remember what error we got when finding chains, if we
8695         were shutdown, that would not be an error.
8696
8697 2006-04-10  Wim Taymans  <wim@fluendo.com>
8698
8699         * gst-libs/gst/audio/gstbaseaudiosink.c:
8700         (gst_base_audio_sink_event):
8701         Starting the ringbuffer when we did not acquire it can cause
8702         a deadlock, is pointless and causes nasty things for
8703         subclasses. 
8704         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
8705
8706 2006-04-10  Wim Taymans  <wim@fluendo.com>
8707
8708         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
8709         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
8710         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
8711         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
8712         (gst_ogg_demux_deactivate_current_chain),
8713         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
8714         (gst_ogg_demux_bisect_forward_serialno),
8715         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
8716         Add some more debugging.
8717
8718 2006-04-10  Wim Taymans  <wim@fluendo.com>
8719
8720         * ext/theora/theoradec.c: (theora_dec_src_event),
8721         (theora_handle_data_packet):
8722         Some more debug info.
8723
8724         * tests/examples/seek/seek.c: (start_seek), (main):
8725         Print element messages too.
8726
8727 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
8728
8729         * gst/audioresample/debug.h:
8730           replace debug macros with variable number of parameters
8731           by a simple alias to gstreamer standard debug macros 
8732          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
8733           supported by MSVC 6.0 and 7.1)
8734         * gst/audioresample/resample.h:
8735           define M_PI and rint for WIN32
8736         * win32/common/libgstaudio.def:
8737         * win32/common/libgstriff.def:
8738         * win32/common/libgsttag.def:
8739         * win32/common/libgstvideo.def:
8740           add new exported functions
8741         * win32/vs6:
8742           update project files
8743
8744 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
8745
8746         * ext/alsa/gstalsamixeroptions.c:
8747         (gst_alsa_mixer_options_class_init):
8748         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
8749         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
8750         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
8751         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
8752         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
8753         * gst-libs/gst/audio/gstaudiofilter.c:
8754         (gst_audio_filter_class_init):
8755         * gst-libs/gst/audio/gstaudiosink.c:
8756         (gst_audioringbuffer_class_init):
8757         * gst-libs/gst/audio/gstaudiosrc.c:
8758         (gst_audioringbuffer_class_init):
8759         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
8760         * gst-libs/gst/interfaces/colorbalancechannel.c:
8761         (gst_color_balance_channel_class_init):
8762         * gst-libs/gst/interfaces/mixeroptions.c:
8763         (gst_mixer_options_class_init):
8764         * gst-libs/gst/interfaces/mixertrack.c:
8765         (gst_mixer_track_class_init):
8766         * gst-libs/gst/interfaces/tunerchannel.c:
8767         (gst_tuner_channel_class_init):
8768         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
8769         * gst-libs/gst/netbuffer/gstnetbuffer.c:
8770         (gst_netbuffer_class_init):
8771         * gst-libs/gst/rtp/gstbasertppayload.c:
8772         (gst_basertppayload_class_init):
8773         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
8774         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
8775         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
8776         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
8777         * gst/playback/gststreamselector.c:
8778         (gst_stream_selector_class_init):
8779         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
8780         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
8781         * sys/v4l/gstv4lcolorbalance.c:
8782         (gst_v4l_color_balance_channel_class_init):
8783         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
8784         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
8785         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
8786         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
8787         (gst_v4l_tuner_norm_class_init):
8788         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
8789         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
8790         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
8791         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
8792
8793 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
8794
8795         * ext/pango/gsttextrender.h:
8796         * gst-libs/gst/audio/gstaudiosink.h:
8797         * gst-libs/gst/audio/gstaudiosrc.h:
8798         * gst-libs/gst/audio/gstbaseaudiosink.h:
8799         * gst-libs/gst/audio/gstbaseaudiosrc.h:
8800         * gst-libs/gst/audio/gstringbuffer.h:
8801         * gst-libs/gst/rtp/gstbasertpdepayload.h:
8802         * gst-libs/gst/rtp/gstbasertppayload.h:
8803         * gst-libs/gst/video/gstvideofilter.h:
8804         * gst-libs/gst/video/gstvideosink.h:
8805         * gst/playback/gstplaybasebin.h:
8806         * gst/tcp/gstmultifdsink.h:
8807         * sys/v4l/gstv4lelement.h:
8808         Fix broken GObject macros
8809
8810 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
8811
8812         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
8813         More debug to trace why my USB headset is not working with gst
8814
8815 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
8816
8817         * gst/playback/gstplaybasebin.c: (group_destroy):
8818         Clean up our group elements properly in the case where it never 
8819         got committed - it still got added unconditionally to the bin.
8820
8821 2006-04-07  Wim Taymans  <wim@fluendo.com>
8822
8823         * ext/theora/theoradec.c: (theora_dec_sink_event),
8824         (theora_handle_data_packet), (theora_dec_chain):
8825         Unref unhandled events.
8826         Protect against empty buffers.
8827         Perform QoS on running time.
8828
8829 2006-04-07  Michael Smith  <msmith@fluendo.com>
8830
8831         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
8832         (gst_vorbis_enc_chain):
8833           Remove leaks from vorbisenc.
8834           Mostly minor changes, the only significant one is that now the
8835           buffers we set as 'streamheader' on the caps are copies of the
8836           original buffers, to avoid circular refcounting problems.
8837
8838 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
8839
8840         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
8841           Don't remove our mute-probe if someone else already did so.
8842           Don't set a 2nd one if there is already one pending on the pad.
8843
8844         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
8845         (do_playbin_seek):
8846           When a seek fails, ensure that playbin is still set back to playing.
8847           
8848         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
8849         (mpeg_ts_type_find), (plugin_init):
8850           Add a typefind function for mpeg-ts streams. (Closes: #336617)
8851
8852 2006-04-06  Andy Wingo  <wingo@pobox.com>
8853
8854         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
8855         (gst_video_rate_init): Caps-related parameters should not be reset
8856         by a flush -- move their inits to the instance init function.
8857         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
8858         is not OK, just return the result.
8859
8860         * gst/audiotestsrc/gstaudiotestsrc.c
8861         (gst_audio_test_src_class_init)
8862         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
8863         broken by Stefan's commit on 24 March.
8864
8865         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
8866         buffers being pushed out. Fixes oggmux ! multifdsink.
8867
8868 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
8869
8870         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
8871         (gst_vorbis_dec_init), (vorbis_dec_finalize):
8872         * ext/vorbis/vorbisdec.h:
8873         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
8874         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
8875         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
8876         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
8877         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
8878         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
8879         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
8880         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
8881         (gst_vorbis_enc_buffer_from_packet),
8882         (gst_vorbis_enc_buffer_from_header_packet),
8883         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
8884         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
8885         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
8886         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
8887         (gst_vorbis_enc_change_state):
8888         * ext/vorbis/vorbisenc.h:
8889           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
8890           vorbisenc adhere to the official nomenclature; use boilerplate
8891           macro.
8892
8893 2006-04-04  Andy Wingo  <wingo@pobox.com>
8894
8895         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
8896         Whoops, fix bug introduced. Bad hacker!
8897         
8898         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
8899         Properly handle the case where you get EOS before any buffers are
8900         received. Use gst_buffer_make_metadata_writable where appropriate.
8901
8902         * ext/theora/theoradec.c (theora_handle_data_packet): This value
8903         is often negative -- make it signed so as not to wrap around.
8904         Fixes segfaults introduced on 9 March.
8905
8906 2006-04-03  Wim Taymans  <wim@fluendo.com>
8907
8908         * ext/theora/gsttheoradec.h:
8909         * ext/theora/theoradec.c: (theora_dec_src_event):
8910         Don't try to store a gdouble in a gboolean.
8911         Small cleanups.
8912
8913 2006-04-03  Michael Smith  <msmith@fluendo.com>
8914
8915         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
8916           Oggmux sucks.
8917           Make it suck slightly less by writing out the final page.
8918           Still can't encode a vorbis-in-ogg file correctly, though.
8919
8920 2006-04-03  Andy Wingo  <wingo@pobox.com>
8921
8922         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
8923         a g_print.
8924
8925         * ext/theora/theora.c (plugin_init): Register theoraparse.
8926
8927         * ext/theora/gsttheoraparse.h: 
8928         * ext/theora/theoraparse.c: New files implementing a theora
8929         parser. Now we can properly remux ogg/theora+vorbis, yay.
8930
8931         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
8932
8933 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
8934
8935         * gst/audiotestsrc/gstaudiotestsrc.c:
8936           Fixed the sample pipeline (see #323798)
8937
8938 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
8939
8940         * configure.ac:
8941         * win32/common/config.h:
8942         * win32/common/config.h.in:
8943           use AS_VERSION and AS_NANO
8944           more cleanups
8945
8946 2006-03-31  Andy Wingo  <wingo@pobox.com>
8947
8948         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
8949         uninitialized variable return that would happen.
8950         
8951         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
8952         uninitialized variable return that would never happen.
8953
8954         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
8955         (vorbis_parse_sink_event): Add an event function to flush our
8956         state on a seek, and to drain buffers on a premature EOS.
8957         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
8958         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
8959         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
8960         (vorbis_parse_drain_queue): Queue up buffers until we can set
8961         their timestamps and granulepos values.
8962
8963         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
8964         and keep track of data needed for deriving granulepos and
8965         timestamps for buffers.
8966
8967 2006-03-29  Wim Taymans  <wim@fluendo.com>
8968
8969         Patch by: j^ <j at bootlab dot org>
8970
8971         * ext/alsa/gstalsamixerelement.c:
8972         (gst_alsa_mixer_element_class_init):
8973         * ext/alsa/gstalsasink.c:
8974         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
8975         * ext/ogg/gstoggdemux.c:
8976         * ext/ogg/gstoggmux.c:
8977         * ext/ogg/gstoggparse.c:
8978         * ext/pango/gstclockoverlay.c:
8979         * ext/pango/gsttextoverlay.c:
8980         * ext/pango/gsttextrender.c:
8981         * ext/pango/gsttimeoverlay.c:
8982         * ext/theora/theoradec.c:
8983         * ext/theora/theoraenc.c:
8984         * ext/vorbis/vorbisdec.c:
8985         * ext/vorbis/vorbisenc.c:
8986         * gst/audioconvert/gstaudioconvert.c:
8987         * gst/subparse/gstsubparse.c:
8988         * gst/tcp/gstmultifdsink.c:
8989         * gst/tcp/gsttcpclientsink.c:
8990         * gst/tcp/gsttcpclientsrc.c:
8991         * gst/tcp/gsttcpserversink.c:
8992         * gst/tcp/gsttcpserversrc.c:
8993           better/unified long descriptions
8994           Fixes #336477
8995
8996 2006-03-29  Wim Taymans  <wim@fluendo.com>
8997
8998         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
8999         (stop_seek):
9000         Don't let double and triple clicks mess up our state.
9001
9002 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
9003
9004         * gst/playback/gstplaybin.c: (gen_video_element),
9005         (gen_text_element), (gen_audio_element), (gen_vis_element):
9006           Error out gracefully when we can't create any of the usual
9007           conversion elements for some reason. Also, don't try to
9008           create an audioscale (sic) element that's not used anyway.
9009
9010 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
9011
9012         * gst/playback/gstplaybasebin.c: (setup_source):
9013           Don't post RESOURCE_NOT_FOUND error when we can't find a source
9014           element for a particular protocol, that's confusing for users.
9015           Instead, post a RESOURCE_FAILED error, so that our own error
9016           message is actually shown in totem etc. (#336303).
9017
9018 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
9019
9020         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
9021
9022         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
9023         (gst_gnome_vfs_src_get_icy_metadata):
9024           Fix some minor memory leaks (#336194).
9025
9026 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
9027
9028         * ext/gnomevfs/gstgnomevfs.c:
9029         (gst_gnome_vfs_location_to_uri_string):
9030         * ext/gnomevfs/gstgnomevfs.h:
9031         * ext/gnomevfs/gstgnomevfssink.c:
9032         (gst_gnome_vfs_sink_set_property):
9033         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
9034           Make gnomevfssink accept filenames as well as URIs for the
9035           "location" property, just like gnomevfssrc does (and
9036           filesrc/filesink do) (#336190).
9037
9038 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
9039
9040         * tests/check/generic/clock-selection.c: (GST_START_TEST):
9041           set to NULL before unreffing, fixes a valgrind leak.
9042           Why was this not triggering the error that an object needs to
9043           be NULL before unreffing ?
9044         * win32/common/config.h:
9045           update
9046
9047 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
9048
9049         * gst/subparse/gstsubparse.c: (convert_encoding),
9050         (gst_sub_parse_change_state):
9051         * gst/subparse/gstsubparse.h:
9052           Text subtitle files may or may not be UTF-8. If it's not, we
9053           don't really want to see '?' characters in place of non-ASCII
9054           characters like accented characters. So let's assume the input
9055           is UTF-8 until we come across text that is clearly not. If it's
9056           not UTF-8, we don't really know what it is, so try the following:
9057           (a) see whether the GST_SUBTITLE_ENCODING environment variable
9058           is set; if not, check (b) if the current locale encoding is
9059           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
9060           the current locale encoding is UTF-8 and the environment variable
9061           was not set to any particular encoding. Not perfect, but better
9062           than nothing (and better than before, I think) (fixes #172848).
9063
9064 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
9065
9066         * configure.ac:
9067           update core requirement to 0.10.4.1 because of async_playback
9068           vmethod on GstBaseSink
9069
9070 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
9071
9072         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
9073         * gst/adder/gstadder.c: (gst_adder_init):
9074         use DEBUG_FUNCPTR for collectpads
9075
9076 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
9077
9078         * docs/plugins/Makefile.am:
9079         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9080         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9081         * ext/cdparanoia/gstcdparanoiasrc.c:
9082         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
9083         (gst_gnome_vfs_sink_class_init):
9084         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
9085         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
9086         * ext/ogg/gstoggmux.c:
9087         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
9088         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
9089         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
9090         * ext/pango/gsttextoverlay.c:
9091         * ext/pango/gsttextrender.c:
9092         * ext/theora/theoradec.c:
9093         * ext/theora/theoraenc.c:
9094         * ext/vorbis/vorbisdec.c:
9095         * ext/vorbis/vorbisenc.c:
9096         * gst-libs/gst/audio/gstaudiofilter.c:
9097         (gst_audio_filter_base_init):
9098         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
9099         (gst_audio_filter_template_base_init):
9100         * gst/adder/gstadder.c: (gst_adder_get_type):
9101         * gst/adder/gstadder.h:
9102         * gst/audioconvert/gstaudioconvert.c:
9103         * gst/audiotestsrc/gstaudiotestsrc.c:
9104         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
9105         (gst_audio_test_src_create):
9106         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9107         * gst/playback/gstdecodebin.c:
9108         * gst/playback/gstplaybin.c:
9109         * gst/playback/gststreamselector.c:
9110         (gst_stream_selector_base_init):
9111         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
9112         * gst/volume/gstvolume.c:
9113         * sys/v4l/gstv4lmjpegsink.c:
9114         * sys/v4l/gstv4lmjpegsrc.c:
9115         * tests/check/libs/cddabasesrc.c:
9116         * tests/old/examples/gob/gst-identity2.gob:
9117           Add docs for adder, use GST_ELEMENT_DETAILS macro,
9118           define GstElementDetails at the top
9119
9120 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
9121
9122         * win32/common/libgstinterfaces.def:
9123         Add a lot of export functions for gst-python
9124         * win32/vs6/libgstinterfaces.dsp:
9125         Add a missing include folder in the project configuration
9126         
9127 2006-03-23  Wim Taymans  <wim@fluendo.com>
9128
9129         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9130         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
9131         (gst_base_audio_src_change_state):
9132         Fix audio sources, forgot to make the ringbuffer
9133         startable...
9134
9135 2006-03-23  Wim Taymans  <wim@fluendo.com>
9136
9137         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9138         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
9139         (gst_base_audio_src_change_state):
9140         unparent instead of unref the ringbuffer.
9141
9142 2006-03-23  Wim Taymans  <wim@fluendo.com>
9143
9144         * gst-libs/gst/audio/gstbaseaudiosink.c:
9145         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
9146         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
9147         Implement new async_play vmethod to start slaving and allow
9148         playback start in case of async PLAY state changes. 
9149
9150         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
9151         Enable QoS with new method in base class.
9152
9153 2006-03-23  Wim Taymans  <wim@fluendo.com>
9154
9155         Patch by: Julien MOUTTE <julien at moutte dot net>
9156
9157         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
9158         (gst_video_test_src_do_seek), (gst_video_test_src_create):
9159         Partially handle 0 framerate, only EOS after the first frame
9160         is missing.
9161
9162 2006-03-23  Wim Taymans  <wim@fluendo.com>
9163
9164         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
9165
9166         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
9167         (gst_riff_create_video_template_caps):
9168         * gst/ffmpegcolorspace/avcodec.h:
9169         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9170         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
9171         (gst_ffmpegcsp_avpicture_fill):
9172         * gst/ffmpegcolorspace/imgconvert.c:
9173         Patch for support of YVU9 AVI files (#334822)
9174
9175 2006-03-22  Edward Hervey  <edward@fluendo.com>
9176
9177         * docs/design/design-decodebin.txt:
9178         Added design document for new decodebin
9179         (Target Caps): text/x-pango-markup is also a default target caps.
9180
9181 2006-03-22  Wim Taymans  <wim@fluendo.com>
9182
9183         * gst-libs/gst/audio/gstbaseaudiosink.c:
9184         (gst_base_audio_sink_dispose):
9185         Since we _parent the ringbuffer, we also need to
9186         _unparent instead of a plain _unref.
9187
9188 2006-03-22  Wim Taymans  <wim@fluendo.com>
9189
9190         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
9191         (stop_seek), (scrub_toggle_cb), (main):
9192         Add scrub checkbox.
9193
9194 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9195
9196         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
9197         (gst_ogg_parse_chain):
9198           Fix very inefficient usage of linked lists (#335365).
9199
9200 2006-03-21  Edward Hervey  <edward@fluendo.com>
9201
9202         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
9203         * gst/playback/gstplaybin.c: (handoff):
9204         * gst/playback/gststreamselector.c:
9205         (gst_stream_selector_set_property):
9206         gcc 4.1 unreferenced pointer fixes.
9207         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
9208         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
9209         gst_buffer_ref() now takes a GstBuffer*.
9210
9211 2006-03-20  Julien MOUTTE  <julien@moutte.net>
9212
9213         * sys/xvimage/xvimagesink.c:
9214         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
9215         by Jan Schmidt.
9216
9217 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
9218
9219         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
9220         (id3v1_type_find), (apetag_type_find), (plugin_init):
9221           Can't do tag preferences via probability, as tags would then
9222           lose against types that are recognised with MAXIMUM probability
9223           (like .wav); so let all tag typefinders return MAXIMUM themselves
9224           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
9225           that we can prefer APE to ID3v1 (fixes #335028).
9226           
9227 2006-03-17  Wim Taymans  <wim@fluendo.com>
9228
9229         * gst-libs/gst/audio/gstbaseaudiosink.c:
9230         (gst_base_audio_sink_change_state):
9231         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
9232         (gst_ring_buffer_may_start):
9233         * gst-libs/gst/audio/gstringbuffer.h:
9234         Only start playback if we are playing.
9235         should fix #330748.
9236
9237 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
9238
9239         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
9240         * win32/common/config.h:
9241           Revert accidental commits to these files.
9242
9243 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
9244
9245         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
9246
9247         * tests/Makefile.am:
9248           Don't try to build tests in tests/icles if we
9249           don't have X (#323852)
9250
9251 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
9252
9253         * gst-libs/gst/tag/gstid3tag.c:
9254           Add TXXX frame identifiers for replaygain stuff as used
9255           by some taggers (see #323721).
9256
9257 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
9258
9259         * gst/playback/gststreamselector.c:
9260         (gst_stream_selector_set_property),
9261         (gst_stream_selector_bufferalloc):
9262           Preserve the existing buggy streamselector behaviour by performing
9263           a fallback buffer allocation when downstream isn't linked yet.
9264           This should really be fixed in playbin by blocking pads until it's
9265           linked them.
9266           Also, use gst_pad_alloc_buffer instead of
9267           gst_pad_alloc_buffer_and_set.
9268
9269 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
9270
9271         * gst-libs/gst/tag/gstid3tag.c:
9272           Don't crash on unknown ID3v2 TXXX frames.
9273           
9274 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
9275
9276         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
9277           Chain up to the parent finalize method.
9278           Add 32-bit sample size to the template caps.
9279
9280         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
9281         (gst_riff_create_video_template_caps):
9282           Add the fourcc that the VMWare codec uses.
9283           
9284         * gst/playback/gststreamselector.c:
9285         (gst_stream_selector_set_property),
9286         (gst_stream_selector_bufferalloc),
9287         (gst_stream_selector_request_new_pad):
9288           For the active pad, forward buffer-alloc requests, otherwise
9289           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
9290           having to memcpy every frame when used by playbin.
9291
9292         * gst/tcp/gstmultifdsink.c:
9293         (gst_multi_fd_sink_handle_client_write):
9294           Get negotiated caps from the sink pad, rather than the sink
9295           pad's peer.
9296
9297 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
9298
9299         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
9300         
9301         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
9302           Don't forget to set src->callbacks_pushed to FALSE again when
9303           popping them, otherwise re-activation in a different mode won't
9304           work (#334620).
9305
9306 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
9307
9308         Patch by: Sebastien Moutte  <sebastien moutte net>
9309
9310         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
9311         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
9312         (gst_ffmpeg_smpfmt_to_caps):
9313           Replace __VA_ARGS__ caps creation macros with varargs functions.
9314           Makes things compile on MSVC (#320765), looks nicer, and we can
9315           tell the compiler to check for the NULL terminator.
9316
9317 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
9318
9319         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
9320
9321         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
9322           Make sure the buffer we copy into is really always big
9323           enough, this time for real (#333488).
9324           
9325 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
9326
9327         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
9328           Add support for 24bpp DIB (#305279).
9329
9330 2006-03-14  Wim Taymans  <wim@fluendo.com>
9331
9332         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
9333         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
9334         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
9335         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
9336         (gst_video_scale_init), (gst_video_scale_src_event):
9337         Re-enable QoS after the release.
9338         Rework videoscale to use the base class src_event handler.
9339
9340 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
9341
9342         * configure.ac:
9343           back to CVS.
9344
9345 === release 0.10.5 ===
9346
9347 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
9348
9349         * configure.ac:
9350           releasing 0.10.5, "Net"
9351
9352 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
9353
9354         * docs/plugins/Makefile.am:
9355           Part of previous cdparanoiasrc docs fixes, forgot to commit.
9356           
9357 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
9358
9359         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9360         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9361         * docs/plugins/gst-plugins-base-plugins.hierarchy:
9362           Add cdparanoiasrc to docs.
9363
9364         * gst-libs/gst/cdda/gstcddabasesrc.c:
9365           More GstCddaBaseSrc docs.
9366
9367 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
9368
9369         * docs/libs/gst-plugins-base-libs-sections.txt:
9370         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
9371         * gst-libs/gst/tag/tag.h:
9372           API: libgsttag: new method gst_tag_from_id3_user_tag().
9373
9374 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
9375
9376         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9377           NULL-terminate array of mpeg4 video file extensions.
9378           Fixes crash on PPC (#334226).
9379
9380 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
9381
9382         * ext/gnomevfs/gstgnomevfssrc.c:
9383         (gst_gnome_vfs_src_check_get_range):
9384           gnome_vfs_uri_is_local() alone is not a good indicator
9385           whether we can operate in pull-mode with a specific URI,
9386           as it returns FALSE for file:// URIs that point to an
9387           NFS-mounted path. Be more conservative here: whitelist
9388           local files, blacklist http URIs and use the old
9389           mechanism for anything else (fixes #334216).
9390
9391 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
9392
9393         * configure.ac:
9394           back to trunk
9395
9396 === release 0.10.4 ===
9397
9398 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
9399
9400         * configure.ac:
9401           releasing 0.10.4, "Power"
9402
9403 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
9404
9405         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
9406         Disable max-lateness by setting it to -1 for now, so that 
9407         we can bed QoS stuff in thoroughly between now and the next
9408         release.
9409
9410 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9411
9412         Patch by: Fabrizio Gennari
9413
9414         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
9415           Make sure we don't read beyond the palette buffer in case of
9416           broken or manipulated files (#333488)
9417
9418 2006-03-10  Edward Hervey  <edward@fluendo.com>
9419
9420         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
9421         Fix for variable not initialized.
9422
9423 2006-03-09  Wim Taymans  <wim@fluendo.com>
9424
9425         * ext/libvisual/visual.c: (gst_visual_get_type),
9426         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
9427         (gst_visual_chain):
9428         Small cleanups.
9429
9430         * ext/theora/gsttheoradec.h:
9431         * ext/theora/theoradec.c: (gst_theora_dec_init),
9432         (gst_theora_dec_reset), (_theora_granule_time),
9433         (theora_dec_src_convert), (theora_dec_sink_convert),
9434         (theora_dec_src_query), (theora_dec_src_event),
9435         (theora_dec_sink_event), (theora_handle_comment_packet),
9436         (theora_handle_header_packet), (theora_dec_push),
9437         (theora_handle_data_packet), (theora_dec_chain),
9438         (theora_dec_change_state):
9439         Add simple QoS.
9440
9441 2006-03-09  Wim Taymans  <wim@fluendo.com>
9442
9443         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
9444         (audiocast_register_listener), (gst_gnome_vfs_src_start):
9445         Some cleanups.
9446
9447 2006-03-09  Wim Taymans  <wim@fluendo.com>
9448
9449         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
9450         Don't try to activate NULL chains.
9451
9452 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9453
9454         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
9455           Fix invalid memory access to region before peek'd data (#332964).
9456
9457 2006-03-09  Wim Taymans  <wim@fluendo.com>
9458
9459         Patch by: Christophe Fergeau
9460
9461         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
9462         * ext/pango/gsttextrender.c: (gst_text_render_init):
9463         * gst/adder/gstadder.c: (gst_adder_init):
9464         Don't leak padtemplates, closes #333510.
9465
9466 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9467
9468         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
9469           Fix invalid memory access: make sure string passed to
9470           regexec() is NUL-termianted.
9471
9472 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9473
9474         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
9475         (mp3_type_find):
9476           Refactor mpeg/audio typefinding to make it more maintainable
9477           and easier to fine-tune. Make probing into middle of the file
9478           work properly (fixes #333900, also see #152688).
9479
9480 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9481
9482         * gst/typefind/gsttypefindfunctions.c:
9483         (utf8_type_find_have_valid_utf8_at_offset):
9484           Remove part from previous commit that was bogus:
9485           g_utf8_validate() does in fact not accept embedded
9486           zeroes, so we don't need to check for those (thanks
9487           to Mike for the hint).
9488
9489 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
9490
9491         * gst/typefind/gsttypefindfunctions.c:
9492         (utf8_type_find_count_embedded_zeroes),
9493         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
9494           Make plain/text typefinder more conservative: firstly, check
9495           for embedded zeroes, which are perfectly valid UTF-8 characters,
9496           but also a fairly good sign that something is not a plain text
9497           file; secondly, probe into the middle of the file if possible.
9498           If we can't probe into the middle, limit the probability value
9499           to be returned to TYPE_FIND_POSSIBLE (see #333900).
9500
9501 2006-03-08  Michael Smith  <msmith@fluendo.com>
9502
9503         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9504           Make typefind function name for mpeg4 video unique.
9505
9506 2006-03-08  Wim Taymans  <wim@fluendo.com>
9507
9508         * ext/libvisual/visual.c: (gst_visual_init),
9509         (gst_visual_clear_actors), (gst_visual_dispose),
9510         (gst_visual_reset), (gst_visual_src_setcaps),
9511         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
9512         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
9513         (gst_visual_chain), (gst_visual_change_state):
9514         Cleanups, post nice errors.
9515         Handle sink and src events.
9516         Implement simple QoS.
9517
9518         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
9519         Use new basesink methods to configure max-lateness.
9520         Small doc update.
9521
9522         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9523         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
9524         Debug statement cleanups.
9525
9526         * gst/volume/gstvolume.c: (gst_volume_class_init):
9527         Simple cleanup.
9528
9529 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
9530
9531         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
9532         (gst_text_overlay_init), (gst_text_overlay_set_property),
9533         (gst_text_overlay_get_property):
9534           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
9535           as string type properties, but mark them deprecated. Add
9536           'halignment' and 'valignment' properties that use enums
9537           instead of strings.
9538
9539 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
9540
9541         Patch by: Fabrizio Gennari
9542
9543         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
9544           Allow palettes with less than 256 colours in AVI files
9545           (#333488)
9546
9547 2006-03-07  Julien MOUTTE  <julien@moutte.net>
9548
9549         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
9550         (gst_text_overlay_video_event): Fix wrong EOS handling on text
9551         pad. We were releasing the queued text buffer when we should keep
9552         it until video pad gets EOS or discard the text buffer because it's
9553         too old. That was eating the last subtitle buffer. Add some more
9554         debug.
9555
9556 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
9557
9558         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
9559         (gst_text_overlay_video_chain):
9560           Fix invalid memory access (we can't access a buffer after it's been
9561           pushed downstream without taking a reference); fix memory leak (if
9562           there's no text to render, bail out before allocating stuff).
9563
9564 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
9565
9566         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
9567         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
9568         * ext/pango/gsttextoverlay.h:
9569           If input is plain text, escape it before passing it to
9570           pango_layout_set_markup().
9571
9572 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
9573
9574         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
9575           Don't ignore flow return from gst_pad_push().
9576
9577 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
9578
9579         Patch by: Fabrizio Gennari
9580
9581         * ext/libvisual/visual.c: (gst_visual_getcaps),
9582         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
9583         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
9584         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
9585         (gst_vorbisenc_convert_sink):
9586         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
9587         (gst_audio_duration_from_pad_buffer):
9588         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
9589         (gst_audio_filter_chain):
9590         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9591         (gst_base_rtp_depayload_setcaps):
9592         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
9593         (gst_video_get_size):
9594         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
9595           Don't leak references returned by gst_pad_get_parent()
9596           (#333663)
9597
9598 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
9599
9600         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
9601           change location param details
9602         * gst/volume/gstvolume.c: (plugin_init):
9603           correct plugin description
9604
9605 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
9606
9607         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
9608         (gst_gnome_vfs_src_check_get_range):
9609           Override GstBaseSrc::check_get_range() in order to avoid opening
9610           the resource just to check whether we can operate in pull-mode or
9611           not - we can predict that pretty well from the URI alone. Should
9612           fix problems with last.fm (#331690). (Requires latest core CVS).
9613
9614 2006-03-06  Wim Taymans  <wim@fluendo.com>
9615
9616         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
9617         (gst_video_sink_class_init):
9618         Throw away frames that are later than 20 ms.
9619
9620 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
9621
9622         Patch by: Fabrizio Gennari
9623
9624         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9625           Set depth on WMA caps (#333545)
9626
9627 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
9628
9629         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
9630         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
9631           put Theora BOS pages before others.  This hardcodes
9632           the Ogg/Theora I profile, but hey.
9633
9634 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
9635
9636         * ext/ogg/README:
9637           updated with some examples
9638         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
9639         (granulepos_add), (theora_buffer_from_packet):
9640         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
9641         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
9642         (gst_vorbisenc_chain):
9643           implement strategy from ext/ogg/README
9644         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
9645         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
9646         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
9647         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
9648           Fix muxer so that oggz-validate is happy with all streams;
9649           except for no eos mark, and the BOS page ordering
9650         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
9651         (check_buffer_granulepos):
9652         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
9653           update tests to check for OFFSET being set as requested
9654           fixed type of granulepos, it's not a ClockTime
9655
9656 2006-03-05  Julien MOUTTE  <julien@moutte.net>
9657
9658         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
9659         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
9660         Check that the xvimage we are creating has a correct size
9661         before returning it. (#314897)
9662
9663 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
9664
9665         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9666           Give id3 and ape tag typefinders a rank slightly higher
9667           than PRIMARY to ensure they're always run before any of
9668           the other typefinders (in particular wav and mp3) (#324186).
9669
9670 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
9671
9672         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
9673           Add support for '3IVD' fourcc (#333403).
9674
9675 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
9676
9677         * configure.ac:
9678           Bump requirements to GStreamer CVS for the new error enum.
9679
9680         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
9681           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
9682           space left on the device (fixes #333352).
9683
9684 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
9685
9686         * win32/vs6:
9687           add a project file for libgstvolume
9688           update the workspace
9689
9690 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
9691
9692         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
9693         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
9694         (GST_START_TEST):
9695           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
9696           Set IN_CAPS on header buffers
9697
9698 2006-03-02  Wim Taymans  <wim@fluendo.com>
9699
9700         * docs/plugins/Makefile.am:
9701         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9702         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9703         Add audioresample to docs.
9704
9705         * gst/audioconvert/gstaudioconvert.c:
9706         Add revision date.
9707
9708         * gst/audioresample/gstaudioresample.c:
9709         (gst_audioresample_base_init), (gst_audioresample_class_init),
9710         (gst_audioresample_init), (gst_audioresample_dispose),
9711         (audioresample_get_unit_size), (audioresample_transform_caps),
9712         (resample_set_state_from_caps), (audioresample_transform_size),
9713         (audioresample_set_caps), (audioresample_event),
9714         (audioresample_do_output), (audioresample_transform),
9715         (audioresample_pushthrough), (gst_audioresample_set_property),
9716         (gst_audioresample_get_property), (plugin_init):
9717         * gst/audioresample/gstaudioresample.h:
9718         Added docs.
9719         Small code cleanups.
9720
9721 2006-03-02  Wim Taymans  <wim@fluendo.com>
9722
9723         * docs/plugins/Makefile.am:
9724         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9725         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9726         Added videoscale to docs.
9727
9728         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
9729         (gst_video_rate_swap_prev), (gst_video_rate_event),
9730         (gst_video_rate_chain):
9731         Fix typo in docs.
9732
9733         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
9734         (gst_video_scale_init), (gst_video_scale_prepare_size),
9735         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
9736         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
9737         * gst/videoscale/gstvideoscale.h:
9738         Added docs, examples.
9739         Some code cleanups.
9740         Post errors instead of g_warning.
9741
9742 2006-03-02  Wim Taymans  <wim@fluendo.com>
9743
9744         * docs/libs/gst-plugins-base-libs-docs.sgml:
9745         * docs/libs/gst-plugins-base-libs-sections.txt:
9746         * docs/libs/gst-plugins-base-libs.types:
9747         * docs/plugins/Makefile.am:
9748         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9749         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9750         Added some more docs to libs and plugins.
9751
9752         * gst-libs/gst/audio/gstringbuffer.c:
9753         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
9754         * gst-libs/gst/audio/gstringbuffer.h:
9755         Document ringbuffer some more.
9756
9757         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
9758         (gst_video_rate_setcaps), (gst_video_rate_reset),
9759         (gst_video_rate_init), (gst_video_rate_flush_prev),
9760         (gst_video_rate_swap_prev), (gst_video_rate_event),
9761         (gst_video_rate_chain), (gst_video_rate_change_state):
9762         * gst/videorate/gstvideorate.h:
9763         Fix videorate to use segments.
9764         Make it work with 0/1 framerates (closes #331903)
9765         Handle EOS correctly.
9766         Added docs.
9767
9768 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
9769
9770         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
9771         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
9772         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
9773           In state change function, first chain up to parent class,
9774           then handle downwards state change stuff. Remove some
9775           commented out cruft from 0.8 code.
9776
9777 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
9778
9779         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
9780         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
9781         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
9782         (gst_ogm_parse_chain):
9783           Don't remove/re-add source pad if the new caps are the same as
9784           the old caps anyway (#333042). When removing source pad, don't
9785           unref it afterwards - we didn't ref it when adding. Sprinkle some
9786           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
9787           after using gst_pad_get_parent(). Return downstream flow return
9788           value in chain function.
9789
9790 2006-03-02  Wim Taymans  <wim@fluendo.com>
9791
9792         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9793         * docs/plugins/gst-plugins-base-plugins.args:
9794         * docs/plugins/gst-plugins-base-plugins.hierarchy:
9795         * docs/plugins/gst-plugins-base-plugins.interfaces:
9796         * docs/plugins/gst-plugins-base-plugins.signals:
9797         Fix hierarchy, added some more elements to the docs.
9798
9799         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9800         (gst_ffmpegcsp_get_type):
9801         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
9802         Fix docs for ffmpegcolorspace.
9803
9804 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
9805
9806         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
9807         (apetag_type_find), (ape_type_find), (plugin_init):
9808           Some typefinding fine-tuning:
9809           - rank ID3/APE tags in order of preference via probabilities, so that
9810             ID3v2 > APEv2 > APEv1 > ID3v1.
9811           - three or four bytes don't really justify MAXIMUM probability,
9812             change those to 'very likely' (musepack and monkeysaudio).
9813
9814 2006-03-01  Wim Taymans  <wim@fluendo.com>
9815
9816         * docs/plugins/Makefile.am:
9817         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9818         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9819         * ext/alsa/gstalsamixer.c:
9820         * ext/alsa/gstalsamixer.h:
9821         * ext/alsa/gstalsamixerelement.c:
9822         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
9823         * ext/alsa/gstalsamixerelement.h:
9824         * ext/alsa/gstalsasink.c:
9825         * ext/alsa/gstalsasink.h:
9826         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
9827         (gst_alsasrc_init):
9828         * ext/alsa/gstalsasrc.h:
9829         Added alsa docs.
9830         Small code cleanups.
9831
9832 2006-03-01  Wim Taymans  <wim@fluendo.com>
9833
9834         * ext/theora/Makefile.am:
9835         Dist new header too,
9836
9837 2006-03-01  Wim Taymans  <wim@fluendo.com>
9838
9839         * docs/plugins/Makefile.am:
9840         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9841         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9842         * ext/gnomevfs/gstgnomevfssink.h:
9843         * ext/gnomevfs/gstgnomevfssrc.h:
9844         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9845         * ext/vorbis/vorbisdec.h:
9846         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
9847         * ext/vorbis/vorbisenc.h:
9848         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
9849         (vorbis_parse_chain), (vorbis_parse_change_state):
9850         * ext/vorbis/vorbisparse.h:
9851         * gst/audioconvert/gstaudioconvert.h:
9852         * gst/tcp/gsttcpserversink.h:
9853         * gst/videotestsrc/gstvideotestsrc.c:
9854         * gst/videotestsrc/gstvideotestsrc.h:
9855         * gst/volume/gstvolume.c:
9856         * gst/volume/gstvolume.h:
9857         Fix some more docs.
9858         Added docs for vorbisdec and vorbisparse.
9859         Fix vorbisparse.
9860
9861 2006-03-01  Wim Taymans  <wim@fluendo.com>
9862
9863         * docs/plugins/Makefile.am:
9864         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9865         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9866         * ext/pango/gstclockoverlay.h:
9867         * ext/pango/gsttextoverlay.h:
9868         * ext/pango/gsttextrender.h:
9869         * ext/pango/gsttimeoverlay.h:
9870         * ext/theora/gsttheoradec.h:
9871         * ext/theora/gsttheoraenc.h:
9872         * ext/theora/theoradec.c:
9873         * ext/theora/theoraenc.c:
9874         * gst/audioconvert/gstaudioconvert.h:
9875         * gst/audiotestsrc/gstaudiotestsrc.h:
9876         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
9877         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
9878         * gst/tcp/gstmultifdsink.h:
9879         Updated/added documentation.
9880
9881         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
9882         (gst_text_overlay_halign_get_type),
9883         (gst_text_overlay_wrap_mode_get_type),
9884         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
9885         (gst_text_overlay_init), (gst_text_overlay_set_property),
9886         (gst_text_overlay_get_property):
9887         Fix up properties to be enums instead of string to make bindings,
9888         introspection and automatic GUI creation possible.
9889         Add getters for the properties.
9890
9891 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
9892
9893         * gst/audiotestsrc/gstaudiotestsrc.c:
9894           added defines of M_PI and M_PI_2
9895         * gst/ffmpegcolorspace/avcodec.h:
9896           removed #include "stdint.h" for win32 as _stdint.h is 
9897           autogenerated to win32/common
9898         * win32/common/libgstaudio.def:
9899         * win32/common/libgsttag.def:
9900           added some exports
9901         * win32/vs6:
9902           some project files bugs corrected
9903         * win32/vs7:
9904           project files are reset to the default vs7 configuration 
9905           (they link to msvcr71.dll using default optimizations)
9906           
9907 2006-02-28  Wim Taymans  <wim@fluendo.com>
9908
9909         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
9910         Fix some docs.
9911
9912 2006-02-28  Edward Hervey  <edward@fluendo.com>
9913
9914         * ext/alsa/gstalsasrc.c:
9915         Set proper class on the ElementDetails:
9916         Source/Audio instead of Src/Audio/
9917
9918 2006-02-28  Edward Hervey  <edward@fluendo.com>
9919
9920         * gst/videoscale/vs_scanline.c:
9921         (vs_scanline_resample_nearest_RGBA):
9922         Revert optimization in videoscale. It should go in liboil and have
9923         an appropriate liboil function.
9924
9925 2006-02-28  Wim Taymans  <wim@fluendo.com>
9926
9927         * gst-libs/gst/audio/gstbaseaudiosink.c:
9928         (gst_base_audio_sink_provide_clock):
9929         Don't try to provide a clock in the NULL state.
9930
9931 2006-02-28  Wim Taymans  <wim@fluendo.com>
9932
9933         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
9934         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
9935         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
9936         (gst_ogg_demux_deactivate_current_chain),
9937         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
9938         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
9939         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
9940         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
9941         Use GstSegment infrastructure to remove duplicated code
9942         and handle more seek cases correctly.
9943
9944 2006-02-28  Wim Taymans  <wim@fluendo.com>
9945
9946         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9947         (gst_ffmpegcsp_transform):
9948         Don't ignore return code from ffmpeg convert function.
9949
9950         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
9951         Split out some long statements to ease debugging.
9952
9953 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
9954
9955         * ext/libvisual/visual.c: (gst_visual_init),
9956         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
9957         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
9958         being able to renegotiate the size. Instead, use the negotiation
9959         algorithm from the goom plugin to pick an initial output caps. 
9960
9961         Also, allow theoretical libvisual plugins that might support non-GL 
9962         output even if they also do GL.
9963
9964 2006-02-26  Julien MOUTTE  <julien@moutte.net>
9965
9966         * ext/libvisual/visual.c: (gst_visual_init),
9967         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
9968         (plugin_init): Load only non GL plugins. Fix some memleaks and 
9969         possible negotiation issues.
9970
9971 2006-02-25  Julien MOUTTE  <julien@moutte.net>
9972
9973         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
9974
9975 2006-02-24  Michael Smith  <msmith@fluendo.com>
9976
9977         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
9978         (cmml_type_find), (plugin_init):
9979           Fix CMML type find function to not require a specific minor version
9980           of the CMML header.
9981
9982           Add an MPEG4 video elementary stream typefind function.
9983
9984 2006-02-04  Michael Smith  <msmith@fluendo.com>
9985
9986         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
9987         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
9988         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
9989         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
9990         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
9991         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
9992           Annodex support in ogg demuxer. Doesn't do very much without the
9993           other annodex patches (to come).
9994
9995 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
9996
9997         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
9998
9999         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10000           Pick up palette for MS video v1 (#327028)
10001
10002 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10003
10004         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10005         (gst_ffmpegcsp_caps_remove_format_info),
10006         (gst_ffmpegcsp_get_unit_size):
10007           The 'palette_data' field from incoming RGB caps shouldn't be
10008           proxied on outgoing YUV caps; also, restrict unit size
10009           adjustment in case of paletted data only to the unit that
10010           actually has a palette. Fixes #330711.
10011
10012 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10013
10014         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10015         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
10016         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
10017         (gst_ffmpegcsp_get_unit_size):
10018           Plug some memory leaks.
10019
10020 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10021
10022         * sys/ximage/Makefile.am:
10023         * sys/xvimage/Makefile.am:
10024           Add some _CFLAGS and _LIBS that seem to be missing
10025           and/or required for Cygwin (see #317048).
10026
10027 2006-02-22  Wim Taymans  <wim@fluendo.com>
10028
10029         * ext/alsa/gstalsasrc.c:
10030         Fix description as pointed out by caugier.
10031
10032 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
10033
10034         Reviewed by : Edward Hervey  <edward@fluendo.com>
10035
10036         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
10037         (qt_type_find):
10038         Better 3gp typefinding (#331526).
10039
10040 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
10041
10042         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
10043           Don't send EOS event here, the base class will send one for us.
10044
10045         * gst/playback/gstplaybasebin.c: (prepare_output):
10046           Subpictures without video stream aren't allowed either.
10047         
10048         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
10049           Fix debug statement copy'n'paste-o.
10050
10051 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
10052
10053         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
10054           Fix issues with mixer keeping state when muting/unmuting
10055           and when changing the volume whilst muted (see #331763
10056           and #331765).
10057
10058 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
10059
10060         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
10061         (parse_subrip), (gst_sub_parse_format_autodetect):
10062           Set right caps given that we send escaped text. Also,
10063           honour <i></i>, <b></b> and <u></u> markers that can be found
10064           in .srt files (fixes #310202).
10065
10066 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
10067
10068         * gst-libs/gst/audio/mixerutils.c:
10069         (element_factory_rank_compare_func):
10070           Make order in which elements are tried more determinable.
10071
10072 2006-02-20  Julien MOUTTE  <julien@moutte.net>
10073
10074         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
10075         (remove_element_chain), (cleanup_decodebin),
10076         (gst_decode_bin_change_state): Make decodebin reusable by
10077         fixing remove_element_chain first and then introduce a
10078         cleaner in state change to ->NULL. (Closes #331678)
10079
10080 2006-02-19  Wim Taymans  <wim@fluendo.com>
10081
10082         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
10083         use 0666 mask when creating files so umask gets applied
10084         correctly. Fixes #331295.
10085
10086 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
10087
10088         * gst/subparse/Makefile.am:
10089         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
10090         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
10091         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
10092         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
10093         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
10094         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
10095         * gst/subparse/gstssaparse.h:
10096         * gst/subparse/gstsubparse.c: (plugin_init):
10097           Add very basic parser for SSA subtitle streams (as often
10098           found in matroska files).
10099
10100 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
10101
10102         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
10103           That should be text/x-pango-markup, not text/x-pango-layout.
10104
10105 2006-02-19  Julien MOUTTE  <julien@moutte.net>
10106
10107         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
10108         Polishing.
10109
10110 2006-02-19  Julien MOUTTE  <julien@moutte.net>
10111
10112         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
10113         (gst_text_overlay_finalize), (gst_text_overlay_init),
10114         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
10115         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
10116         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
10117         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
10118         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
10119         Fix state change deadlock.
10120
10121 2006-02-19  Julien MOUTTE  <julien@moutte.net>
10122
10123         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
10124         (gst_text_overlay_finalize), (gst_text_overlay_init),
10125         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
10126         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
10127         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
10128         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
10129         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
10130         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
10131         and subtitles files.
10132
10133 2006-02-19  Julien MOUTTE  <julien@moutte.net>
10134
10135         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
10136         should be considered as raw.
10137
10138 2006-02-19  Julien MOUTTE  <julien@moutte.net>
10139
10140         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
10141         (cb_probe):
10142         * gst/playback/gststreaminfo.h: Introduce language informations.
10143
10144 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
10145
10146         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
10147         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
10148         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
10149         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
10150         Set shared memory segments to be deleted as soon as we have attached,
10151         that way they get cleaned up automatically if we crash.
10152
10153 2006-02-18  Julien MOUTTE  <julien@moutte.net>
10154
10155         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
10156         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
10157         functions are called with lock held.
10158
10159 2006-02-18  Julien MOUTTE  <julien@moutte.net>
10160
10161         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
10162         (gst_text_overlay_finalize), (gst_text_overlay_init),
10163         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
10164         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
10165         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
10166         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
10167         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
10168         (gst_text_overlay_change_state): Refactoring of textoverlay
10169         without collectpads. This now supports sparse subtitles coming
10170         from a demuxer instead of a sub file. Seeking is still broken 
10171         though. Need to discuss with wtay some more on how to handle
10172         seeking correctly.
10173         * ext/pango/gsttextoverlay.h:
10174         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
10175         subtitles coming from the demuxer.
10176
10177 2006-02-17  Wim Taymans  <wim@fluendo.com>
10178
10179         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
10180         (gst_vorbisenc_convert_sink):
10181         Use some more scaling functions.
10182
10183 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
10184
10185         * ext/cdparanoia/gstcdparanoiasrc.c:
10186         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
10187         (gst_cd_paranoia_paranoia_callback),
10188         (gst_cd_paranoia_src_signal_is_being_watched),
10189         (gst_cd_paranoia_src_read_sector):
10190         * ext/cdparanoia/gstcdparanoiasrc.h:
10191           Add back 'transport-error' and 'uncorrected-error' signals and
10192           make them actually be fired when bad stuff happens (#319340).
10193
10194 2006-02-17  Wim Taymans  <wim@fluendo.com>
10195
10196         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
10197         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
10198         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
10199         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
10200         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
10201         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
10202         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
10203         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
10204         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
10205         (gst_ring_buffer_clear):
10206         Small cleanups.
10207         Added some G_LIKELY.
10208
10209 2006-02-17  Wim Taymans  <wim@fluendo.com>
10210
10211         * gst-libs/gst/audio/TODO:
10212         Update TODO
10213
10214         * gst-libs/gst/audio/gstbaseaudiosink.c:
10215         (gst_base_audio_sink_get_offset):
10216         When trying to play samples ASAP and we don't have a
10217         previous sample, try to play at position 0 instead of
10218         an invalid position.
10219
10220 2006-02-17  Wim Taymans  <wim@fluendo.com>
10221
10222         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
10223         (gst_alsasink_reset):
10224         Also release lock when we get an error in _reset();
10225         fix an error message.
10226
10227 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10228
10229         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
10230         (gst_alsasink_init), (get_channel_free_structure),
10231         (caps_add_channel_configuration), (gst_alsasink_getcaps),
10232         (gst_alsasink_close):
10233         * ext/alsa/gstalsasink.h:
10234           Add support for more than 2 channels (#326720).
10235
10236 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10237
10238         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
10239           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
10240           with 4 or 6 channels, assume a default channel layout to make things
10241           work (not sure there's anything else we can do in those cases).
10242
10243 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10244
10245         * gst-libs/gst/audio/multichannel.c:
10246           Minor docs fix.
10247
10248         * gst-libs/gst/riff/Makefile.am:
10249         * gst-libs/gst/riff/riff-ids.h:
10250         * gst-libs/gst/riff/riff-media.c:
10251         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
10252           Add support for WAVEFORMATEX, eg. PCM audio with more than two
10253           channels and a channel layout map.
10254           
10255 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
10256
10257         Reviewed by Edward Hervey  <edward@fluendo.com>
10258
10259         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
10260         C-level optimization of the RGBA nearest neighbour function.
10261         Eventually this might end up in liboil with vectorized versions.
10262
10263 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10264
10265         * gst-libs/gst/audio/multichannel.c:
10266         (gst_audio_get_channel_positions):
10267           When we have more than 2 channels, but no channel layout is
10268           specified in the caps, return some default channel layout
10269           to the caller and warn about about a possibly buggy element
10270           (could be buggy filtercaps as well of course) (#317038).
10271
10272 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10273
10274         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
10275           Add gst-libs/gst/cdda to list of lib search paths.
10276
10277 2006-02-15  Andy Wingo  <wingo@pobox.com>
10278
10279         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
10280         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
10281         to the Lord Jesus that I do not have to touch the ogg muxer ever
10282         again.
10283
10284 2006-02-15  Edward Hervey  <edward@fluendo.com>
10285
10286         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
10287         quicktime movie files can also contain 'uuid' atoms.
10288
10289 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
10290
10291         * gst/audioconvert/plugin.c: (plugin_init):
10292           Register the GstAudioChannelPosition enum type with the type
10293           system in the plugin_init function, so that it is known before
10294           any element actually makes use of multi-channel stuff. This is
10295           required for example if one wants to be able to deserialise/use
10296           a caps string with channel positions before any pipeline has
10297           been setup and started, like with gst-launch.
10298
10299 2006-02-14  Wim Taymans  <wim@fluendo.com>
10300
10301         * gst-libs/gst/audio/gstringbuffer.c:
10302         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
10303         (gst_ring_buffer_samples_done), (wait_segment),
10304         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
10305         Add some compiler G_(UN_)LIKELY help.
10306         SIGNAL the ringbuffer waiters when going to PAUSED as well to
10307         make sure they can exit their functions. Should fix #330748
10308
10309 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
10310
10311         * Makefile.am:
10312         * configure.ac:
10313         * win32/MANIFEST:
10314         * win32/common/_stdint.h:
10315           Windows does not have long long; copy the generated _stdint.h
10316         * win32/common/interfaces-enumtypes.c:
10317         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
10318         (gst_mixer_track_flags_get_type),
10319         (gst_tuner_channel_flags_get_type):
10320         * win32/common/multichannel-enumtypes.c:
10321         (gst_audio_channel_position_get_type):
10322           update
10323
10324 2006-02-13  Wim Taymans  <wim@fluendo.com>
10325
10326         * gst-libs/gst/audio/gstbaseaudiosink.c:
10327         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
10328         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10329         Always sync on first sample we receive when starting.
10330
10331 2006-02-13  Wim Taymans  <wim@fluendo.com>
10332
10333         * gst/playback/gstplaybin.c: (gen_vis_element):
10334         Update vis bin docs.
10335         Move queue after tee so we don't queue video buffers but
10336         audio samples instead. Fixes problems where the video queue
10337         is filled and the audio queue empty.
10338
10339 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
10340
10341         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
10342           No need to push an EOS event here, GstBaseSrc will do that for us
10343           when we return FLOW_UNEXPECTED.
10344           
10345 2006-02-12  Wim Taymans  <wim@fluendo.com>
10346
10347         * gst-libs/gst/audio/gstbaseaudiosink.c:
10348         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
10349         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
10350         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10351         Use scale functions when possible.
10352         Fix error messages.
10353         Free clockid when after waiting for EOS.
10354         Use G_(UN_)LIKLY when it makes sense.
10355         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
10356
10357 2006-02-12  Edward Hervey  <edward@fluendo.com>
10358
10359         * gst/playback/gstplaybasebin.c: (prepare_output): 
10360         Remove stray semi-colon (fixes #330888).
10361
10362 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
10363
10364         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
10365         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
10366         Fix up the XShm call testing so that we catch errors, and don't
10367         cause new ones by attempting to detach from a segment we failed
10368         to attach to. Fixes #312439.
10369
10370 2006-02-10  Edward Hervey  <edward@fluendo.com>
10371
10372         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10373         Added flv file typefind (video/x-flv).
10374
10375 2006-02-10  Edward Hervey  <edward@fluendo.com>
10376
10377         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
10378         (gst_riff_create_video_template_caps):
10379         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
10380         Also added the caps to the default set of riff video caps.
10381
10382 2006-02-09  Andy Wingo  <wingo@pobox.com>
10383
10384         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
10385         time and the end time of the last packet in the page.
10386         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
10387         on the pages in our queue, set the duration as well. Reflow a
10388         debug statement.
10389         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
10390         Fixes bad muxing order.
10391
10392 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
10393
10394         * gst-libs/gst/rtp/gstbasertppayload.c:
10395         (gst_basertppayload_setcaps), (gst_basertppayload_push):
10396           update seqnum before setting it on the packet; this makes sure
10397           that the timestamp and seqnum properties match after pushing
10398           a buffer
10399
10400 2006-02-09  Andy Wingo  <wingo@pobox.com>
10401
10402         * gst-libs/gst/audio/gstringbuffer.c
10403         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
10404         overflow after 13.5 hours of recording. Kapow!
10405
10406         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
10407         the buffer size -- we don't care about underrun/overrun reporting
10408         right now, just need to return a useful value.
10409
10410 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
10411
10412         * configure.ac:
10413           Back to CVS
10414
10415 === release 0.10.3 ===
10416
10417 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
10418
10419         * configure.ac:
10420           releasing 0.10.3, "Under Pressure"
10421
10422 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
10423
10424         * configure.ac:
10425         Drat. Bump libtool version number for new API.
10426         Prelease 0.10.2.3 (of 0.10.3)
10427
10428 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
10429
10430         * configure.ac:
10431         * win32/common/config.h:
10432         0.10.2.2 prerelease (of 0.10.3).
10433
10434 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
10435
10436         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
10437           Revert Andy's newsegment change pending a more correct
10438           fix.
10439
10440 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
10441
10442         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
10443         (qt_type_find), (plugin_init):
10444           detect more files as 3gp
10445           group and reorder the iso file formats
10446
10447 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10448
10449         * ext/vorbis/vorbis.c: (plugin_init):
10450           Register musicbrainz tags, so apps don't have to.
10451
10452 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10453
10454         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
10455         (gst_tag_to_vorbis_tag):
10456           Make sure we called gst_tag_register_musicbrainz_tags()
10457           before possibly mapping a vorbiscomment string from/to a
10458           musicbrainz tag.
10459
10460 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10461
10462         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
10463           In case we can't find the required number of consecutive
10464           mpeg audio frames to positively identify an MPEG audio
10465           stream, check if there's at least a valid mpeg audio
10466           frame right at offset 0 and if so suggest mpeg/audio
10467           caps with a very low probability (#153004).
10468
10469 2006-02-07  Andy Wingo  <wingo@pobox.com>
10470
10471         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
10472         a TIME segment if we get timestamped buffers. Requires recent
10473         fixes in core to work properly.
10474
10475 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10476
10477         * gst/playback/gstplaybasebin.c: (prepare_output):
10478           Don't print the URI as part of the error message, it
10479           makes error dialogs look rather ugly, especially if
10480           the URI is very long or has characters in it that
10481           need escaping.
10482
10483 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10484
10485         * gst/playback/gstplaybasebin.c: (prepare_output):
10486           Error out if we have only text or subtitles, but nothing
10487           else. Also error out if we have subtitles but no video
10488           stream.
10489
10490 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10491
10492         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
10493           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
10494           Post an error message on the bus when we encounter an
10495           error, which will hopefully be more meaningful than the
10496           'Internal Flow Error' message users get to see if we
10497           just return GST_FLOW_ERROR.
10498
10499 2006-02-07  Andy Wingo  <wingo@pobox.com>
10500
10501         * configure.ac (GST_MAJORMINOR): Update core version req to
10502         0.10.2.2, for the collectpads API addition (#330244).
10503
10504 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
10505
10506         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
10507           Return FALSE from plugin_init() when GnomeVFS can't
10508           be initialised for some reason (#328423).
10509
10510 2006-02-06  Julien MOUTTE  <julien@moutte.net>
10511
10512         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
10513         Stick to seeking theory until i find the bug.
10514         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
10515
10516 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
10517
10518         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
10519         (theora_enc_finalize), (theora_enc_sink_setcaps),
10520         (theora_set_header_on_caps), (theora_enc_chain),
10521         (theora_enc_change_state):
10522         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
10523           Make theoraenc and the tests leak free. Like, really.
10524
10525 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
10526
10527         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
10528         (theora_enc_finalize), (theora_enc_sink_setcaps):
10529           Add a finalize method to ensure we clean up state even if
10530           someone omitted the state change back to NULL.
10531
10532         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
10533         (gst_vorbisenc_chain):
10534           Free some more leaked bits.
10535
10536         * tests/check/pipelines/theoraenc.c: (start_pipeline),
10537         (stop_pipeline):
10538           Wait for state changes to happen if they're ASYNC.
10539
10540           This ought to teach those fancy pants buildbots a lesson.
10541
10542 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
10543
10544         * gst-libs/gst/tag/gstid3tag.c:
10545           Add mapping for ID3 International Standard Recording Code
10546           tag "TSRC"
10547
10548 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
10549
10550         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
10551           Don't leak tag names.
10552
10553 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
10554
10555         * docs/libs/gst-plugins-base-libs-docs.sgml:
10556         * docs/libs/gst-plugins-base-libs-sections.txt:
10557         * gst-libs/gst/tag/gstid3tag.c:
10558         * gst-libs/gst/tag/gstvorbistag.c:
10559         * gst-libs/gst/tag/tags.c:
10560           Split libgsttag docs into multiple sections.
10561
10562 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
10563
10564         * docs/libs/Makefile.am:
10565         * docs/libs/gst-plugins-base-libs-docs.sgml:
10566         * docs/libs/gst-plugins-base-libs-sections.txt:
10567         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
10568         * gst-libs/gst/tag/gstvorbistag.c:
10569         * gst-libs/gst/tag/tag.h:
10570         * gst-libs/gst/tag/tags.c:
10571           Add libgsttag to the docs.
10572
10573 2006-02-05  Julien MOUTTE  <julien@moutte.net>
10574
10575         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
10576         (gst_text_overlay_init), (gst_text_overlay_src_event),
10577         (gst_text_overlay_collected): Fix clockoverlay.
10578
10579 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
10580
10581         * docs/libs/compiling.sgml:
10582           Fix typo: it's pkg-config, not pkg-gconfig
10583
10584         * docs/libs/gst-plugins-base-libs-docs.sgml:
10585         * docs/libs/gst-plugins-base-libs-sections.txt:
10586         * docs/libs/tmpl/gstgconf.sgml:
10587           There is no libgstgconf in 0.10, remove it
10588           from the docs.
10589
10590 2006-02-05  Julien MOUTTE  <julien@moutte.net>
10591
10592         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
10593         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
10594         (gst_text_overlay_src_event), (gst_text_overlay_collected):
10595         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
10596         (gst_sub_parse_class_init), (gst_sub_parse_init),
10597         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
10598         (parse_mpsub), (parser_state_init), (handle_buffer),
10599         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
10600         * gst/subparse/gstsubparse.h: Introduce seeking code.
10601
10602 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
10603
10604         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
10605           Add comment about LANGUAGE tag inconsistency (we want
10606           ISO-639-1, but extract three-letter identifiers?)
10607
10608         * po/POTFILES.in:
10609           Add two translatable files.
10610
10611 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
10612
10613         * gst-libs/gst/tag/Makefile.am:
10614         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
10615         * gst-libs/gst/tag/tag.h:
10616         * gst-libs/gst/tag/tags.c:
10617         (gst_tag_register_musicbrainz_tags_internal),
10618         (gst_tag_register_musicbrainz_tags):
10619           Forward-port some tags stuff from the 0.8 branch. This is
10620           mostly the addition of musicbrainz tags and their mapping
10621           to vorbistags, and a vorbistag mapping of the language tag.
10622
10623 2006-02-05  Julien MOUTTE  <julien@moutte.net>
10624
10625         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
10626         refactoring.
10627
10628 2006-02-04  David Schleef  <ds@schleef.org>
10629
10630         * ext/ogg/gstoggmux.c:
10631         * gst/typefind/gsttypefindfunctions.c:
10632           Add Dirac typefinding and add dirac format to oggmux.
10633
10634 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10635
10636         * gst/playback/gstdecodebin.c: (try_to_link_1):
10637           Don't put essential function call into
10638           g_return_*() macro, otherwise it'll all be
10639           replaced by NOOPs when compiling with
10640           G_DISABLE_CHECKS defined.
10641
10642 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
10643
10644         * ext/ogg/gstoggdemux.c:
10645         * ext/ogg/gstoggparse.c:
10646         * gst/tcp/gsttcpserversink.c:
10647         * sys/v4l/v4lsrc_calls.c:
10648         * sys/v4l/v4lsrc_calls.h:
10649         Just make it compile with --disable-gst-debug.
10650
10651 2006-02-03  Wim Taymans  <wim@fluendo.com>
10652
10653         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
10654         (gst_alsasink_class_init), (gst_alsasink_init),
10655         (gst_alsasink_write), (gst_alsasink_reset):
10656         * ext/alsa/gstalsasink.h:
10657         Add lock to protect alsa calls.
10658         Implement reset to flush samples ASAP, does not work
10659         with dmix though.
10660
10661 2006-02-02  Wim Taymans  <wim@fluendo.com>
10662
10663         * gst-libs/gst/audio/gstbaseaudiosink.c:
10664         (gst_base_audio_sink_provide_clock):
10665         Ugh.. getting late I guess...
10666
10667 2006-02-02  Wim Taymans  <wim@fluendo.com>
10668
10669         * gst-libs/gst/audio/gstbaseaudiosink.c:
10670         (gst_base_audio_sink_provide_clock),
10671         (gst_base_audio_sink_set_property),
10672         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
10673         Don't try to provide a clock when we are not negotiated since
10674         we might not be able to make it run.
10675
10676 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10677
10678         * gst/playback/gstdecodebin.c: (try_to_link_1):
10679           Unlinking two source pads is ... hard.
10680
10681 2006-02-02  Wim Taymans  <wim@fluendo.com>
10682
10683         * gst-libs/gst/audio/TODO:
10684         Updated.
10685
10686         * gst-libs/gst/audio/gstbaseaudiosink.c:
10687         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
10688         On EOS, wait till the last sample is played before posting EOS.
10689
10690 2006-02-01  Philippe Kalaf <burger at speedy dot org>
10691
10692         Patch by: Kai Vehmanen
10693         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10694           Adds ability to enable newsegment bypass by setting queue_delay to
10695           zero. Also avoid thread being started if queue_delay is zero.
10696
10697 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
10698
10699         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
10700           Make test work again by connecting fakesinks to each decoded pad,
10701           which makes the pipeline wait until each fakesink has a buffer
10702           queued before going to PAUSED state. At that point we know the
10703           decodebin pads are negotiated.
10704
10705 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
10706
10707         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
10708         (gst_cdda_base_src_handle_event):
10709         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
10710           Pass unhandled queries to the parent class's query function.
10711
10712 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
10713
10714         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
10715         (gst_ogg_pad_src_query):
10716         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
10717         * ext/theora/theoradec.c: (theora_dec_src_query),
10718         (theora_dec_sink_query):
10719         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
10720         (vorbis_dec_sink_query):
10721         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
10722         (gst_vorbisenc_sink_query):
10723         * gst/adder/gstadder.c: (gst_adder_query):
10724           Pass unhandled queries upstream instead of just
10725           dropping them (#326447). Also, fix supported
10726           query types list for some elements.
10727
10728 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
10729
10730         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
10731         (paris_type_find), (ilbc_type_find), (plugin_init):
10732           Fix typefinding for audio/x-au, audio/x-paris and
10733           audio/iLBC-sh. We cannot use the START_WITH macros
10734           here, because there can only be one typefind factory
10735           with the same name (caps), so the second one would
10736           replace the first one and the first one would never
10737           be called when doing typefinding (see #161712).
10738           
10739
10740 2006-01-31  Wim Taymans  <wim@fluendo.com>
10741
10742         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
10743         (vorbis_handle_header_packet), (vorbis_dec_push),
10744         (vorbis_handle_data_packet):
10745         Use scale_int when we can, add some more scaling.
10746         Check packettype before parsing it.
10747
10748 2006-01-31  Wim Taymans  <wim@fluendo.com>
10749
10750         * ext/theora/theoradec.c: (_theora_granule_time),
10751         (theora_dec_src_convert), (theora_dec_sink_convert):
10752         Call right _scale functions.
10753         Use parameter instead of some other random value.
10754
10755 2006-01-31  Wim Taymans  <wim@fluendo.com>
10756
10757         * ext/theora/theoradec.c: (_theora_granule_frame),
10758         (_theora_granule_time), (_inc_granulepos),
10759         (theora_dec_src_convert), (theora_dec_sink_convert),
10760         (theora_handle_type_packet), (theora_handle_data_packet),
10761         (theora_dec_chain):
10762         Use higher precision timestamps calculation.
10763         Convert some other conversions to _scale.
10764
10765 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
10766
10767         * gst/audiotestsrc/gstaudiotestsrc.c:
10768         (gst_audio_test_src_create_sine_table), (plugin_init):
10769         * gst/volume/gstvolume.c: (plugin_init):
10770           initialize gst_controller before using
10771
10772 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
10773
10774         * tests/check/pipelines/theoraenc.c:
10775         * tests/check/pipelines/vorbisenc.c:
10776         Define constant using G_GINT64_CONSTANT to avoid errors when
10777         passing it around - otherwise it gets truncated to 32 bits.
10778
10779         Fixes failing tests.
10780
10781 2006-01-31  Andy Wingo  <wingo@pobox.com>
10782
10783         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
10784         caps being set doesn't have a framerate value. Basically a stopgap
10785         measure.
10786
10787         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
10788         technically correct enough to put into core though.
10789         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
10790         DURATION. Fixes theoraenc ! oggmux.
10791
10792         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
10793         fraction, not double.
10794
10795 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
10796
10797         * win32/vs7:
10798         add vs7 project files created by Sergey Scobich
10799
10800 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
10801
10802         * win32/vs8:
10803         add vs8 project files created by Sergey Scobich
10804         
10805 2006-01-30  Andy Wingo  <wingo@pobox.com>
10806
10807         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
10808         timestamp + duration, not just timestamp -- ogg pages should be
10809         ordered by stop time. Necessary fix given the change in vorbis
10810         timestamps.
10811
10812         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
10813         (gst_theora_enc_init): Pull the granule shift out of the encoder.
10814         (granulepos_add): New function, handles the messiness of adjusting
10815         granulepos values.
10816         (theora_buffer_from_packet):
10817         (theora_enc_chain):
10818         (theora_enc_sink_event): Use granulepos_add, not +.
10819
10820         * tests/check/pipelines/theoraenc.c
10821         (check_buffer_granulepos_from_starttime): Just check the frame
10822         count, not the actual granulepos -- we can't dictate to the
10823         encoder when it should be placing keyframes.
10824
10825 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
10826
10827         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
10828           SERVICE_NOT_AVAILABLE happens for example when you're trying to
10829           play an http:// stream from a server that's not serving
10830
10831 2006-01-30  Andy Wingo  <wingo@pobox.com>
10832
10833         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
10834         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
10835         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
10836         available.
10837
10838         * ext/theora/gsttheoraenc.h:
10839         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
10840         although theoraenc was timestamping correctly. Added handling of
10841         streams that start with nonzero timestamps.
10842
10843         * tests/check/Makefile.am:
10844         * tests/check/pipelines/theoraenc.c: New file, basically does same
10845         tests as vorbisenc.
10846
10847         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
10848
10849 2006-01-30  Wim Taymans  <wim@fluendo.com>
10850
10851         * gst-libs/gst/audio/gstaudiosink.c:
10852         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
10853         (gst_audioringbuffer_pause):
10854         Implement pause that does not wait for completion.
10855
10856         * gst-libs/gst/audio/gstbaseaudiosink.c:
10857         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10858         Don't drop buffers when going to PAUSED but perform preroll on
10859         remaining samples now that core base class supports this.
10860
10861         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
10862         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
10863         (gst_ring_buffer_commit):
10864         Pause should not signal waiters.
10865         Implement return value of _commit correctly.
10866
10867 2006-01-30  Andy Wingo  <wingo@pobox.com>
10868
10869         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
10870
10871         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
10872         updated to timestamp from the first sample, not the last.
10873         (gst_vorbisenc_buffer_from_header_packet): New function, takes
10874         special care of granulepos and timestamp for header packets.
10875         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
10876         when the first buffer has a nonzero timestamp.
10877
10878         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
10879         (GstVorbisEnc.subgranule_offset): New members. Take care of the
10880         case when the first audio buffer we get has a nonzero timestamp.
10881         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
10882         properly timestamp vorbis buffers with the time of the first
10883         sample, not the last.
10884         
10885         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
10886         vorbis_granule_time_copy -- now it takes the granule/subgranule
10887         offset into account.
10888
10889         * tests/check/pipelines/vorbisenc.c: New test for correctness of
10890         timestamps, durations, and granulepos on buffers produced by
10891         vorbisenc.
10892
10893 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
10894
10895         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10896         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
10897           Patch from Eric Jonas to support conversions to/from UYVY 
10898           (Fixes: #324626)
10899
10900 2006-01-30  Julien MOUTTE  <julien@moutte.net>
10901
10902         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
10903         (setup_subtitle), (setup_source), (set_active_source):
10904         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
10905         (gen_text_element), (gen_audio_element), (gen_vis_element),
10906         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
10907
10908 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
10909
10910         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
10911         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
10912                 use gst_guint64_to_gdouble to be compliant with vs6
10913         * gst/playback/gstdecodebin.c: (try_to_link_1)
10914         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
10915                 use G_GINT64_CONSTANT for int64 constants
10916         * win32/common/libgstinterfaces.def:
10917                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
10918         * win32/vs6:
10919                 update and add new project files
10920                 
10921 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10922
10923         * Makefile.am:
10924         * win32/MANIFEST:
10925         * win32/common/interfaces-enumtypes.c:
10926         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
10927         (gst_mixer_track_flags_get_type),
10928         (gst_tuner_channel_flags_get_type):
10929         * win32/common/interfaces-enumtypes.h:
10930         * win32/common/multichannel-enumtypes.c:
10931         (gst_audio_channel_position_get_type):
10932         * win32/common/multichannel-enumtypes.h:
10933           add a win32-update rule like in core, and copy over enumtypes files
10934
10935 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10936
10937         * win32/MANIFEST:
10938         * win32/common/config.h:
10939         * win32/common/config.h.in:
10940           add config files just like in core
10941
10942 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
10943
10944         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
10945           Make gcc-4.1 happy (part of #327357).
10946
10947 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10948
10949         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
10950         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
10951         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
10952         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
10953         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
10954         (gst_alsasrc_unprepare), (gst_alsasrc_read):
10955           Update all error messages.  All of them should either use
10956           the default translated message, or actually provide a
10957           translatable string.
10958           Make the string for channel count problems meaningful.
10959
10960 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10961
10962         * sys/v4l/v4l_calls.c: (gst_v4l_open):
10963           check for and throw RESOURCE_BUSY
10964
10965 2006-01-27  David Schleef  <ds@schleef.org>
10966
10967         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
10968           checked in this change -- it requires liboil features not
10969           in 0.3.6.  Revert parts.
10970
10971 2006-01-27  David Schleef  <ds@schleef.org>
10972
10973         * REQUIREMENTS:
10974         * configure.ac: update liboil requirement to 0.3.6
10975         * gst/videoscale/Makefile.am:
10976         * gst/videoscale/vs_scanline.c: liboilify
10977
10978 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
10979
10980         * ext/libvisual/visual.c: (get_buffer):
10981           When pad_alloc returns a GstFlowReturn other
10982           than GST_FLOW_OK, make sure it is passed upstream.
10983
10984 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
10985
10986         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
10987         (gst_alsasink_class_init):
10988           Free the device name string.
10989
10990         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
10991         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
10992         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
10993           Don't remove a pad from the collectpads structure until it
10994           is released - it's a request pad, and may receive data again
10995           if the element gets moved back to PLAYING state.
10996
10997         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
10998           Ensure we turn on double buffering on the Xv port, and
10999           set the colour key to something dark and mysterious that
11000           isn't black.
11001
11002 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11003
11004         * ext/alsa/gstalsaplugin.c: (plugin_init):
11005         * ext/cdparanoia/gstcdparanoiasrc.c:
11006         (gst_cd_paranoia_src_base_init), (plugin_init):
11007         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
11008         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
11009           - a library should not call setlocale. see "Libraries" node in
11010             gettext manual
11011           - make sure all plugins that use translation do bindtextdomain
11012             to point to the localedir
11013         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
11014         (setup_sinks), (plugin_init):
11015           all this, and check for NULL when creating sinks
11016
11017 2006-01-27  Julien MOUTTE  <julien@moutte.net>
11018
11019         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
11020         (plugin_init): Make typefinding of subtitles work again.
11021
11022 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
11023
11024         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
11025         (mp3_type_frame_length_from_header), (mp3_type_find),
11026         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
11027         (plugin_init):
11028           Backport a bunch of typefinding fixes from the 0.8 branch.
11029           Also, improve wavpack typefinding: if we can't peek the
11030           entire wavpack block, try to parse the bits we can get and
11031           see if we find what we're looking for in those.
11032
11033 2006-01-26  Julien MOUTTE  <julien@moutte.net>
11034
11035         * sys/ximage/ximagesink.c:
11036         (gst_ximagesink_calculate_pixel_aspect_ratio):
11037         * sys/xvimage/xvimagesink.c:
11038         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
11039         more cases of pixel aspect ratio.
11040
11041 2006-01-26  Edward Hervey  <edward@fluendo.com>
11042
11043         * gst/playback/gstdecodebin.c: (pad_probe):
11044         Also consider the flush-start and tag events as unblockers
11045         for the pad probes.
11046
11047 2006-01-26  Julien MOUTTE  <julien@moutte.net>
11048
11049         * gst/playback/gstplaybin.c: (gst_play_bin_init),
11050         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
11051         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
11052         On the fly visualisation switch, works disabling, enabling as
11053         well but it won't be able to enable vis in a playbin that was
11054         created with no visualisation.
11055
11056 2006-01-25  Wim Taymans  <wim@fluendo.com>
11057
11058         * gst-libs/gst/audio/gstbaseaudiosink.c:
11059         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
11060         Undo previous commit that returned WRONG_STATE sooner, it breaks 
11061         resume after pause.
11062
11063 2006-01-25  Wim Taymans  <wim@fluendo.com>
11064
11065         * gst-libs/gst/audio/gstbaseaudiosink.c:
11066         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
11067         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
11068         Improve debugging.
11069         Post error when caps cannot be parsed.
11070         Resync on discontinuity in the stream.
11071         Clip samples to segment boundaries.
11072         return WRONG_STATE sooner when we are flushing.
11073
11074         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
11075         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
11076         Make audiosrc operate in TIME.
11077         Set TIMESTAMP and DURATION on buffers.
11078
11079 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
11080
11081         * tests/examples/seek/seek.c: (main):
11082           Output tag messages as well.
11083
11084 2006-01-23  Edward Hervey  <edward@fluendo.com>
11085
11086         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11087         (free_pad_probes), (remove_fakesink), (pad_probe),
11088         (close_pad_link), (gst_decode_bin_change_state):
11089         Replace GstPadBlockCallback with pad probes that detect
11090         first buffer AND eos before removing fakesink.
11091         Fixes hang with demuxers doing EOS while pre-rolling.
11092         Solves #328279
11093
11094 2006-01-23  Andy Wingo  <wingo@pobox.com>
11095
11096         * ext/alsa/gstalsasink.c:
11097         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11098         (gst_base_rtp_depayload_setcaps),
11099         (gst_base_rtp_depayload_add_to_queue),
11100         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
11101         
11102         Patch by: Jens Granseuer <jensgr at gmx dot net>
11103
11104 2006-01-22  Julien MOUTTE  <julien@moutte.net>
11105
11106         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
11107         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11108         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
11109         frames. We might get a frame destroyed after changing state to
11110         NULL, adding a safety check on xcontext.
11111
11112 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
11113
11114         * gst-libs/gst/interfaces/xoverlay.c:
11115           Fix prepare-xwindow-id code example in the docs - we need to
11116           ignore all messages that aren't element messages as well.
11117           
11118 2006-01-21  Julien MOUTTE  <julien@moutte.net>
11119
11120         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
11121           I think one day i'll completely undestand how caps negotiation
11122           is supposed to work. This refactoring handles buffer_alloc
11123           called with caps we can't handle. We definitely don't want a
11124           set_caps with those caps, so we define and allocate a buffer
11125           we would like to receive.
11126
11127 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11128
11129         * gst/playback/gstplaybasebin.c: (setup_source):
11130           Free iterator when done.
11131
11132 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
11133
11134         * gst-libs/gst/audio/gstbaseaudiosink.c:
11135         (gst_base_audio_sink_render):
11136           Fix playback of non-synchronised streams by assuming a rate
11137           of 1.0 instead of a random one.
11138
11139           Makes this work again:
11140
11141           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
11142           endianness=(int)4321, signed=(boolean)true, width=(int)16,
11143           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
11144           audioresample ! alsasink
11145
11146 === release 0.10.2 ===
11147
11148 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
11149
11150         * configure.ac:
11151           releasing 0.10.2, "Then the devil is six"
11152
11153 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
11154
11155         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
11156         * gst/playback/gststreamselector.c:
11157         (gst_stream_selector_set_property):
11158           Comment out broken code that connects to the state-changed signal.
11159           At this point, changing current stream selection is broken, but 
11160           stuff like gst-launch playbin current-audio=1 works and filters
11161           to the chosen stream.
11162
11163 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11164
11165         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
11166           Fix #327216 (null dereference in vorbisdec)
11167
11168 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
11169
11170         * ext/theora/theoradec.c: (theora_handle_comment_packet):
11171           Post taglist actually on bus instead of just freeing it
11172           (fixes #327114 and totem bug #327080).
11173
11174         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
11175           Use gst_element_found_tags_for_pad(), so that the tags
11176           are sent downstream as an event as well.
11177
11178 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11179
11180         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
11181         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
11182         (gst_ximagesink_buffer_alloc):
11183         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
11184         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
11185         (gst_xvimagesink_buffer_alloc):
11186           move all regularly occurring messages to GST_LOG level
11187           add some more object logs
11188
11189 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
11190
11191         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
11192           fix a silly segfault
11193
11194 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
11195
11196         * docs/libs/gst-plugins-base-libs-docs.sgml:
11197         * docs/libs/gst-plugins-base-libs-sections.txt:
11198         * gst-libs/gst/audio/mixerutils.c:
11199         * gst-libs/gst/audio/mixerutils.h:
11200           Add docs for mixerutils stuff.
11201
11202 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
11203
11204         * gst/playback/gstplaybasebin.c: (setup_source):
11205           Fix playback for sources that emit raw audio or
11206           raw video streams (e.g.: cd audio sources) (#325984).
11207
11208 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
11209
11210         * gst-libs/gst/audio/mixerutils.c:
11211         (gst_audio_mixer_filter_do_filter):
11212           actually save the element we create
11213
11214 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
11215
11216         * gst-libs/gst/cdda/gstcddabasesrc.c:
11217         (gst_cdda_base_src_handle_track_seek):
11218           No need to post a tag message on the bus when seeking
11219           within the same track, only post it when the current
11220           track changes.
11221
11222 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
11223
11224         * gst/playback/gstplaybasebin.c: (group_destroy),
11225         (probe_triggered), (new_decoded_pad), (mute_group_type),
11226         (set_active_source):
11227         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
11228         * gst/playback/gststreamselector.c:
11229         (gst_stream_selector_base_init),
11230         (gst_stream_selector_set_property),
11231         (gst_stream_selector_request_new_pad):
11232           Reenable stream selection. These mechanisms need a complete overhaul
11233           in the face of 0.8->0.10 changes though.
11234
11235 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
11236
11237         * ext/ogg/gstoggdemux.c:
11238           Change the pad template to src_%d to match the pads that 
11239           are created from it. decodebin needs this information in order
11240           to decide that oggdemux is capable of producing multiple pads
11241           (and hence needs queues inserted).
11242
11243         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
11244         (gst_ogg_mux_collected):
11245           Make debug output more useful by using GST_PTR_FORMAT.
11246
11247 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
11248
11249         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11250
11251         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
11252           Set depth and width for alaw/mulaw (fixes #326601).
11253
11254 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
11255
11256         * tests/icles/Makefile.am:
11257           don't build the tests if we don't have the libs
11258
11259 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
11260
11261         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
11262         (gst_cd_paranoia_paranoia_callback):
11263           Don't try to free NULL pointers.
11264
11265 2006-01-10  Edward Hervey  <edward@fluendo.com>
11266
11267         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
11268         (gst_audio_rate_change_state), (plugin_init):
11269         Add debugging category.
11270         Fix type issues.
11271         Add case for incoming buffers without valid offset/offset_end.
11272
11273 2006-01-10  Michael Smith  <msmith@fluendo.com>
11274
11275         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
11276           Don't leak GCond in audio sources.
11277
11278 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
11279
11280         * gst/playback/gstplaybin.c: (gen_audio_element):
11281           Don't leak an autoaudiosink/alsasink when we generate
11282           a new audio element. (old code, I guess)
11283
11284 2006-01-10  Michael Smith  <msmith@fluendo.com>
11285
11286         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
11287           Support float audio in audiorate.
11288           Use width rather than depth for selecting sample width.
11289
11290 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
11291
11292         * gst/videotestsrc/videotestsrc.h:
11293           Use GLib types here (that way we don't have to include the
11294           generated _stdint.h header, which makes life easier for win32
11295           folks that don't use autotools for the build) (#325990, patch
11296           by: Sergey Scobich).
11297
11298 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
11299
11300         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
11301         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
11302         (gst_ring_buffer_pause), (wait_segment):
11303         * gst-libs/gst/audio/gstringbuffer.h:
11304           Name (private) union, makes Forte compiler happy (this time
11305           for real) (#324900).
11306
11307 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11308
11309         * gst-libs/gst/audio/Makefile.am:
11310           Link against libgstinterfaces, needed for mixer
11311           and property probe stuff.
11312
11313 2006-01-09  Edward Hervey  <edward@fluendo.com>
11314
11315         * gst-libs/gst/Makefile.am:
11316
11317 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11318
11319         * gst-libs/gst/audio/Makefile.am:
11320         * gst-libs/gst/audio/mixerutils.c:
11321         (gst_audio_mixer_filter_do_filter),
11322         (gst_audio_mixer_filter_check_element),
11323         (gst_audio_mixer_filter_probe_feature),
11324         (element_factory_rank_compare_func),
11325         (gst_audio_default_registry_mixer_filter):
11326         * gst-libs/gst/audio/mixerutils.h:
11327           Add gst_audio_default_registry_mixer_filter() utility
11328           function.
11329
11330 2006-01-03  Michael Smith  <msmith@fluendo.com>
11331
11332         * gst/audioresample/resample.h:
11333           As before, but for o_buf
11334
11335 2006-01-03  Michael Smith  <msmith@fluendo.com>
11336
11337         * gst/audioresample/resample.h:
11338           Declare struct _ResampleState.buffer as unsigned char *, not void *,
11339           since we do arithmetic on it.
11340
11341 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
11342
11343         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
11344         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
11345         (gst_ring_buffer_pause), (wait_segment):
11346         * gst-libs/gst/audio/gstringbuffer.h:
11347           Sun's Forte compiler doesn't seem to like anonymous structs,
11348           so use same setup as in GstBaseSrc (fixes #324900).
11349
11350 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
11351
11352         * configure.ac:
11353         * gst/volume/Makefile.am:
11354         * gst/volume/demo.c:
11355           move old example to tests/examples/volume/volune.c
11356         * tests/examples/Makefile.am:
11357         * tests/examples/seek/seek.c: (main):
11358           change window-close event from "delete-event" to "destroy"
11359         * tests/examples/volume/Makefile.am:
11360         * tests/examples/volume/volume.c: (value_changed_callback),
11361         (setup_gui), (message_received), (eos_message_received), (main):
11362           fix event handling and bus usage
11363
11364 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
11365
11366         * gst/audiotestsrc/gstaudiotestsrc.c:
11367         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
11368         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
11369         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
11370         (gst_audio_test_src_create_square),
11371         (gst_audio_test_src_create_saw),
11372         (gst_audio_test_src_create_triangle),
11373         (gst_audio_test_src_create_silence),
11374         (gst_audio_test_src_create_white_noise),
11375         (gst_audio_test_src_create_pink_noise),
11376         (gst_audio_test_src_init_sine_table),
11377         (gst_audio_test_src_create_sine_table),
11378         (gst_audio_test_src_change_wave),
11379         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
11380         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
11381         * gst/audiotestsrc/gstaudiotestsrc.h:
11382           update to basesrc changes, implement segmented seeking and eos
11383           handling, add a 'sine-tab' waveform for performance critical playback
11384
11385 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
11386
11387         * po/POTFILES.in:
11388           ... and this time the other modified file that I missed last time.
11389
11390 2005-12-29  Michael Smith  <msmith@fluendo.com>
11391
11392         * gst/playback/gstdecodebin.c: (new_pad):
11393           Fix non-C89 variable declaration not at the start of a block. Should
11394           help some compilers.
11395
11396 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
11397
11398         * tests/check/Makefile.am:
11399           And now fix 'make distcheck' (builddir != srcdir)
11400
11401 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
11402
11403         * configure.ac:
11404         * ext/cdparanoia/Makefile.am:
11405         * ext/cdparanoia/gstcdparanoia.c:
11406         * ext/cdparanoia/gstcdparanoia.h:
11407         * ext/cdparanoia/gstcdparanoiasrc.c:
11408         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
11409         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
11410         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
11411         (gst_cd_paranoia_paranoia_callback),
11412         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
11413         (gst_cd_paranoia_src_set_property),
11414         (gst_cd_paranoia_src_get_property), (plugin_init):
11415         * ext/cdparanoia/gstcdparanoiasrc.h:
11416           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
11417           plugin again (there are still fixes required to playbin to make
11418           cdda:// uris work there).
11419
11420 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
11421
11422         * tests/check/Makefile.am:
11423           Fix test case compilation.
11424
11425 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
11426
11427         * gst-libs/gst/cdda/gstcddabasesrc.c:
11428         (gst_cdda_base_src_update_duration),
11429         (gst_cdda_base_src_calculate_cddb_id):
11430           An integer is not a string. Fix access to uninitialised variable.
11431
11432         * tests/check/Makefile.am:
11433           Add cddabasesrc unit test; also actually enable the vorbis test.
11434
11435         * tests/check/generic/states.c:
11436           Blacklist new cd audio elements as well.
11437
11438         * tests/check/libs/cddabasesrc.c:
11439           Unit test for GstCddaBaseSrc (discid calculation mostly).
11440
11441 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
11442
11443         * docs/libs/Makefile.am:
11444         * docs/libs/gst-plugins-base-libs-docs.sgml:
11445         * docs/libs/gst-plugins-base-libs-sections.txt:
11446         * docs/libs/gst-plugins-base-libs.types:
11447           Add docs for libgstcdda/GstCddaBaseSrc.
11448
11449         * gst-libs/gst/interfaces/mixertrack.h:
11450           Do one struct member per line with a semicolon at the end, that way
11451           even gtk-doc might parse it without complaining.
11452
11453 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
11454
11455         * configure.ac:
11456         * gst-libs/gst/Makefile.am:
11457         * gst-libs/gst/cdda/Makefile.am:
11458         * gst-libs/gst/cdda/base64.c:
11459         * gst-libs/gst/cdda/base64.h:
11460         * gst-libs/gst/cdda/gstcddabasesrc.c:
11461         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
11462         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
11463         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
11464         (gst_cdda_base_src_get_property),
11465         (gst_cdda_base_src_get_track_from_sector),
11466         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
11467         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
11468         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
11469         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
11470         (gst_cdda_base_src_uri_get_protocols),
11471         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
11472         (gst_cdda_base_src_uri_handler_init),
11473         (gst_cdda_base_src_setup_interfaces),
11474         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
11475         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
11476         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
11477         (gst_cdda_base_src_add_tags),
11478         (gst_cdda_base_src_add_index_associations),
11479         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
11480         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
11481         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
11482         (gst_cdda_base_src_create):
11483         * gst-libs/gst/cdda/gstcddabasesrc.h:
11484         * gst-libs/gst/cdda/sha1.c:
11485         * gst-libs/gst/cdda/sha1.h:
11486           Add new libgstcdda with GstCddaBaseSrc class.
11487
11488 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
11489
11490         * ext/gnomevfs/gstgnomevfssink.h:
11491           Use GstBaseSinkClass as parent_class member for class struct, not
11492           GstBaseSink.
11493
11494 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
11495
11496         Patch by: Michael Benes
11497
11498         * gst/videotestsrc/gstvideotestsrc.c:
11499         (gst_video_test_src_class_init), (gst_video_test_src_start):
11500           Add start method to reset running time and number of frames sent
11501           when starting up (fixes #324696)
11502
11503 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
11504
11505         * docs/plugins/Makefile.am:
11506         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11507         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11508         * docs/plugins/gst-plugins-base-plugins.args:
11509         * docs/plugins/gst-plugins-base-plugins.hierarchy:
11510         * docs/plugins/gst-plugins-base-plugins.signals:
11511           Add docs stuff for gnomevfssrc and gnomevfssink.
11512
11513         * ext/gnomevfs/gstgnomevfssrc.c:
11514           Fix example pipeline in gtk-doc blurb.
11515
11516 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
11517
11518         * ext/gnomevfs/Makefile.am:
11519         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
11520         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
11521         (gst_gnome_vfs_handle_get_type), (plugin_init):
11522         * ext/gnomevfs/gstgnomevfs.h:
11523         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
11524         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
11525         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
11526         (gst_gnome_vfs_sink_set_property),
11527         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
11528         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
11529         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
11530         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
11531         (gst_gnome_vfs_sink_uri_get_type),
11532         (gst_gnome_vfs_sink_uri_get_protocols),
11533         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
11534         (gst_gnome_vfs_sink_uri_handler_init):
11535         * ext/gnomevfs/gstgnomevfssink.h:
11536           Port gnomevfssink; add gtk-doc blurb.
11537
11538         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
11539         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
11540         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
11541         (gst_gnome_vfs_src_uri_get_type),
11542         (gst_gnome_vfs_src_uri_get_protocols),
11543         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
11544         (gst_gnome_vfs_src_uri_handler_init),
11545         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
11546         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
11547         (gst_gnome_vfs_src_send_additional_headers_callback),
11548         (gst_gnome_vfs_src_received_headers_callback),
11549         (gst_gnome_vfs_src_push_callbacks),
11550         (gst_gnome_vfs_src_pop_callbacks),
11551         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
11552         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
11553         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
11554         * ext/gnomevfs/gstgnomevfssrc.h:
11555           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
11556           file; add gtk-doc blurb with example pipelines.
11557
11558 === release 0.10.1 ===
11559
11560 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
11561
11562         * configure.ac:
11563           releasing 0.10.1, "Dobro Dedek"
11564
11565 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
11566
11567         * gst/typefind/gsttypefindfunctions.c:
11568         iLBC30 and iLBC20 added to typefind.
11569
11570 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
11571
11572         * gst-libs/gst/audio/gstbaseaudiosink.c:
11573         (gst_base_audio_sink_class_init):
11574         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11575         (gst_base_audio_src_class_init):
11576           update strings, values are in microseconds
11577           change the default sink buffer time to something that is smaller
11578           (to help software volume mixing have a slightly lower delay) but
11579           still be acceptable on Wim's laptop
11580
11581 2005-12-20  Edward Hervey  <edward@fluendo.com>
11582
11583         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
11584         Made a quack, forgot to add DUCK to the riff video template.
11585
11586 2005-12-19  Edward Hervey  <edward@fluendo.com>
11587
11588         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
11589         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
11590         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
11591         (gst_ogm_parse_chain):
11592         Make sure pads are initialized correctly.
11593         * gst-libs/gst/riff/riff-ids.h:
11594         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11595         (gst_riff_create_video_template_caps):
11596         Add a whole bunch of FOURCC <=> MimeType.
11597         Extend the riff video pad template to support the newly added fourcc.
11598
11599 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
11600
11601         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
11602         (gst_ogg_demux_activate_chain):
11603           Extra debug output when activating/deactivating chains.
11604
11605         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
11606         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
11607         (unlinked):
11608           Remove a queue from our list when it becomes unlinked.
11609           Don't add queues to elements in class 'Demux' if they
11610           can only produce one pad 
11611
11612 2005-12-18  Julien MOUTTE  <julien@moutte.net>
11613
11614         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
11615         (gst_video_sink_get_type): Add a debug category.
11616
11617 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
11618
11619         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11620         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
11621           Handle downstream newsegment by sending our own newsegment before the
11622           next buffer to be released. (#323900)
11623
11624 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
11625
11626         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11627         (gst_base_rtp_depayload_set_gst_timestamp):
11628           add queue delay to new segment as well (as opposed to just the first
11629           buffer). (bug #322347)
11630
11631 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
11632
11633         * ext/libvisual/visual.c: (make_valid_name):
11634           change some char* into char[]
11635         * gst/audiotestsrc/gstaudiotestsrc.c:
11636         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
11637         (gst_audio_test_src_create):
11638         * gst/audiotestsrc/gstaudiotestsrc.h:
11639           prepare to handle EOS and SEGMENT_DONE
11640
11641 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11642
11643         * tests/check/generic/states.c: (GST_START_TEST):
11644           Blacklist cdparanoia element in state test.
11645
11646 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11647
11648           Patch by: Benjamin Pineau
11649
11650         * gst/tcp/gsttcp.c:
11651         * gst/tcp/gsttcpclientsink.c:
11652         * gst/tcp/gsttcpserversink.c:
11653         * gst/tcp/gsttcpserversrc.c:
11654           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
11655
11656 2005-12-15  Michael Smith  <msmith@fluendo.com>
11657
11658         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
11659         (gst_video_rate_chain):
11660           Fix timestamping for videorate when the first buffer it sees has a
11661           non-zero timestamp. Fix some misleading debug output.
11662
11663 2005-12-15  Michael Smith  <msmith@fluendo.com>
11664
11665         * gst/audioresample/gstaudioresample.c:
11666           Don't leak all input buffers to audioresample.
11667
11668 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
11669
11670         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
11671           Don't operate on empty text buffers. Strip newlines and
11672           tabs only from the end of the text, but leave them intact
11673           in the middle. Fix typo in gtk-doc description.
11674
11675 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
11676
11677         * gst/playback/gstplaybasebin.c:
11678         * gst/playback/gstplaybin.c: (handoff):
11679           Make sure the video frame buffer we return to apps via the
11680           "frame" property always has caps set on it. Modify
11681           _gst_gvalue_set_object() macro to handle NULL objects
11682           gracefully too.
11683
11684 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
11685
11686         * gst/audiotestsrc/gstaudiotestsrc.c:
11687         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
11688         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
11689         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
11690         (gst_audio_test_src_create):
11691         * gst/audiotestsrc/gstaudiotestsrc.h:
11692         Adjust to some recent api changes and add wtays new cool seeking
11693         capabillities
11694
11695 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
11696
11697         * ext/alsa/Makefile.am:
11698         * ext/alsa/gstalsadeviceprobe.c:
11699         * ext/alsa/gstalsadeviceprobe.h:
11700           Helper functions to add device probing via the GstPropertyProbe
11701           interface to a class.
11702
11703         * ext/alsa/gstalsamixer.h:
11704           Comment out GST_ALSA_MIXER, it returns a struct that's not
11705           used.
11706
11707         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
11708           Add some debug info. 
11709
11710         * ext/alsa/gstalsamixerelement.c:
11711         (gst_alsa_mixer_element_interface_supported),
11712         (gst_implements_interface_init),
11713         (gst_alsa_mixer_element_init_interfaces),
11714         (gst_alsa_mixer_element_class_init),
11715         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
11716         (gst_alsa_mixer_element_set_property),
11717         (gst_alsa_mixer_element_get_property),
11718         (gst_alsa_mixer_element_change_state):
11719         * ext/alsa/gstalsamixerelement.h:
11720           Add 'device' and 'device-name' properties. Add GstPropertyProbe
11721           for device handling (gnome-volume-control will need that).
11722
11723 2005-12-12  Christian Schaller  <uraeus@gnome.org>
11724
11725         * ext/Makefile.am: fix cdparanoia entry
11726         * gst-plugins-base.spec.in: add cdparanoia
11727
11728 2005-12-12  Michael Smith  <msmith@fluendo.com>
11729
11730         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
11731           Use the correct function to free list of typefind factories.
11732
11733 2005-12-12  Wim Taymans  <wim@fluendo.com>
11734
11735         * gst/videotestsrc/gstvideotestsrc.c:
11736         (gst_video_test_src_class_init), (gst_video_test_src_init),
11737         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
11738         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
11739         (gst_video_test_src_create):
11740         * gst/videotestsrc/gstvideotestsrc.h:
11741         Implement seeking in videotestsrc.
11742         Small cleanups.
11743
11744 2005-12-12  Wim Taymans  <wim@fluendo.com>
11745
11746         * ext/cdparanoia/Makefile.am:
11747         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
11748         (gst_paranoia_endian_get_type), (_do_init),
11749         (cdparanoia_class_init), (cdparanoia_init),
11750         (cdparanoia_set_property), (cdparanoia_get_property),
11751         (cdparanoia_do_seek), (cdparanoia_is_seekable),
11752         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
11753         (cdparanoia_convert), (cdparanoia_get_query_types),
11754         (cdparanoia_query), (cdparanoia_set_index),
11755         (cdparanoia_uri_set_uri):
11756         * ext/cdparanoia/gstcdparanoia.h:
11757         Partially ported cdparanoia now that basesrc can support a
11758         plugin like this..
11759
11760 2005-12-12  Wim Taymans  <wim@fluendo.com>
11761
11762         * tests/examples/seek/scrubby.c: (main):
11763         Set higher priority for bus events so they don't get reordered with
11764         gtk gui events.
11765
11766         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
11767         (flush_toggle_cb), (main):
11768         Added checkbox to disable flushing seeks. 
11769         Disable scrubbing when doing non flushing seeks.
11770
11771 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
11772
11773         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
11774         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
11775         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
11776         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
11777           Implement some sort of event handling that doesn't rely on
11778           g_return_if_fail; make sure we always push the last chunk of an 
11779           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
11780           state change function; remove some old cruft. Seeking is still
11781           rather unlikely to work though.
11782
11783         * tools/.cvsignore:
11784           Ignore more.
11785
11786 2005-12-11  Julien MOUTTE  <julien@moutte.net>
11787
11788         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
11789         Fixed a leak of the current image reference when cleaning up.
11790         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
11791
11792 2005-12-09  Michael Smith  <msmith@fluendo.com>
11793
11794         * tools/Makefile.am:
11795         * tools/gst-launch-ext-m.m:
11796           Remove gst-launch-ext. It doesn't work, and is no longer
11797           particularly useful.
11798
11799 2005-12-08  Luca Ognibene  <luogni@tin.it>
11800
11801         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
11802           don't pass random values to ogmparse convert function.
11803           Make seeking possible in the exile1.ogm file.
11804
11805 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
11806
11807         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
11808         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
11809           Work around refcount problem with g_value_set_object() that occur
11810           if the core has been compiled against GLib-2.6 (g_value_set_object()
11811           will only g_object_ref() the element, but the caller will
11812           gst_object_unref() it and bad things will happen due to the way
11813           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
11814           totem for people on FC4 using Thomas's 0.10 RPMs.
11815           
11816 2005-12-07  Edward Hervey  <edward@fluendo.com>
11817
11818         Time to welcome ogm to 0.10 :)
11819         
11820         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
11821         (gst_ogg_pad_typefind):
11822         Oggdemux can now properly typefind elements with dynamic pads.
11823         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
11824         Properly set caps on src pad, and set caps on outgoing buffers.
11825
11826 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
11827
11828         * ext/alsa/gstalsamixer.h:
11829         * ext/alsa/gstalsamixerelement.h:
11830         * ext/alsa/gstalsamixeroptions.h:
11831         * ext/alsa/gstalsamixertrack.h:
11832         * ext/alsa/gstalsasink.c:
11833         * ext/alsa/gstalsasink.h:
11834         * ext/alsa/gstalsasrc.c:
11835         * ext/alsa/gstalsasrc.h:
11836         * ext/cdparanoia/gstcdparanoia.h:
11837         * ext/gnomevfs/gstgnomevfsuri.h:
11838         * ext/ogg/gstoggdemux.c:
11839         * ext/ogg/gstoggmux.c:
11840         * ext/pango/gsttextoverlay.h:
11841         * ext/theora/theoradec.c:
11842         * ext/theora/theoraenc.c:
11843         * ext/vorbis/vorbisdec.h:
11844         * ext/vorbis/vorbisenc.c:
11845         * ext/vorbis/vorbisenc.h:
11846         * ext/vorbis/vorbisparse.h:
11847         * gst-libs/gst/audio/gstaudioclock.h:
11848         * gst-libs/gst/audio/gstaudiosink.c:
11849         * gst-libs/gst/audio/gstaudiosink.h:
11850         * gst-libs/gst/audio/gstaudiosrc.c:
11851         * gst-libs/gst/audio/gstaudiosrc.h:
11852         * gst-libs/gst/audio/gstbaseaudiosink.c:
11853         * gst-libs/gst/audio/gstbaseaudiosink.h:
11854         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11855         * gst-libs/gst/audio/gstbaseaudiosrc.h:
11856         * gst-libs/gst/audio/gstringbuffer.h:
11857         * gst-libs/gst/audio/multichannel.h:
11858         * gst-libs/gst/floatcast/floatcast.h:
11859         * gst-libs/gst/interfaces/colorbalance.c:
11860         * gst-libs/gst/interfaces/colorbalance.h:
11861         * gst-libs/gst/interfaces/colorbalancechannel.h:
11862         * gst-libs/gst/interfaces/mixer.h:
11863         * gst-libs/gst/interfaces/mixeroptions.h:
11864         * gst-libs/gst/interfaces/mixertrack.h:
11865         * gst-libs/gst/interfaces/navigation.h:
11866         * gst-libs/gst/interfaces/propertyprobe.h:
11867         * gst-libs/gst/interfaces/tuner.h:
11868         * gst-libs/gst/interfaces/tunerchannel.h:
11869         * gst-libs/gst/interfaces/tunernorm.h:
11870         * gst-libs/gst/interfaces/xoverlay.h:
11871         * gst-libs/gst/netbuffer/gstnetbuffer.h:
11872         * gst-libs/gst/riff/riff-ids.h:
11873         * gst-libs/gst/riff/riff-media.h:
11874         * gst-libs/gst/riff/riff-read.h:
11875         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11876         * gst-libs/gst/rtp/gstbasertppayload.c:
11877         * gst-libs/gst/rtp/gstbasertppayload.h:
11878         * gst-libs/gst/rtp/gstrtpbuffer.c:
11879         * gst-libs/gst/rtp/gstrtpbuffer.h:
11880         * gst-libs/gst/tag/gsttageditingprivate.h:
11881         * gst-libs/gst/tag/gstvorbistag.c:
11882         (gst_tag_list_from_vorbiscomment_buffer):
11883         * gst-libs/gst/tag/tag.h:
11884         * gst-libs/gst/video/video.h:
11885         * gst/adder/gstadder.c:
11886         * gst/adder/gstadder.h:
11887         * gst/audioconvert/audioconvert.c:
11888         * gst/audioconvert/audioconvert.h:
11889         * gst/audioconvert/gstaudioconvert.c:
11890         * gst/audioconvert/gstchannelmix.c:
11891         * gst/audioconvert/gstchannelmix.h:
11892         * gst/audiorate/gstaudiorate.c:
11893         * gst/audioresample/buffer.h:
11894         * gst/audioresample/functable.h:
11895         * gst/audioresample/gstaudioresample.c:
11896         * gst/audioresample/resample.h:
11897         * gst/ffmpegcolorspace/avcodec.h:
11898         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11899         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
11900         * gst/ffmpegcolorspace/imgconvert.c:
11901         * gst/ffmpegcolorspace/imgconvert_template.h:
11902         * gst/playback/gstdecodebin.c:
11903         * gst/playback/gstplaybasebin.h:
11904         * gst/playback/gstplaybin.c:
11905         * gst/playback/gststreaminfo.h:
11906         * gst/tcp/gstfdset.c:
11907         * gst/tcp/gstfdset.h:
11908         * gst/tcp/gstmultifdsink.c:
11909         * gst/tcp/gstmultifdsink.h:
11910         * gst/tcp/gsttcp.h:
11911         * gst/tcp/gsttcpclientsrc.c:
11912         * gst/tcp/gsttcpclientsrc.h:
11913         * gst/tcp/gsttcpplugin.h:
11914         * gst/tcp/gsttcpserversink.c:
11915         * gst/tcp/gsttcpserversrc.c:
11916         * gst/typefind/gsttypefindfunctions.c:
11917         * gst/videorate/gstvideorate.c:
11918         * gst/videotestsrc/gstvideotestsrc.h:
11919         * gst/videotestsrc/videotestsrc.h:
11920         * sys/v4l/gstv4lcolorbalance.h:
11921         * sys/v4l/gstv4ltuner.h:
11922         * sys/v4l/gstv4lxoverlay.h:
11923         * sys/v4l/v4l_calls.h:
11924         * sys/v4l/videodev_mjpeg.h:
11925         * tests/check/elements/audioconvert.c:
11926         * tests/check/elements/audioresample.c:
11927         * tests/check/elements/audiotestsrc.c:
11928         * tests/check/elements/videotestsrc.c:
11929         * tests/check/elements/volume.c:
11930         * tests/examples/seek/scrubby.c:
11931         * tests/examples/seek/seek.c:
11932           expand tabs
11933
11934 === release 0.10.0 ===
11935
11936 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
11937
11938         * configure.ac:
11939           releasing 0.10.0, "Mont-d'or"
11940
11941 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
11942
11943         * tests/examples/seek/Makefile.am:
11944         Build fix for when gtk is not available.
11945
11946 2005-12-05  Andy Wingo  <wingo@pobox.com>
11947
11948         * ext/libvisual/visual.c: (get_buffer):
11949         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
11950         * ext/pango/gsttextrender.c: (gst_text_render_chain):
11951         * ext/theora/theoradec.c: (theora_handle_data_packet):
11952         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
11953         (theora_enc_chain):
11954         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11955         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
11956         Update for alloc_buffer changes.
11957
11958 2005-12-05  Andy Wingo  <wingo@pobox.com>
11959
11960         patch by: Kai Vehmanen <kv2004 eca cx>
11961         
11962         * gst-libs/gst/rtp/gstbasertpdepayload.c
11963         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
11964
11965 2005-12-04  Andy Wingo  <wingo@pobox.com>
11966
11967         patch by: Sebastien Cote <sebas642 yahoo ca>
11968         
11969         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
11970         Fixes #319172.
11971
11972 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
11973
11974         * docs/plugins/Makefile.am:
11975         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11976         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11977         * docs/plugins/gst-plugins-base-plugins.hierarchy:
11978         * ext/pango/gstclockoverlay.c:
11979         * ext/pango/gsttextoverlay.c: 
11980         * ext/pango/gsttextrender.c:
11981         * ext/pango/gsttimeoverlay.c:
11982           Add gtk-doc blurbs to pango elements.
11983
11984 2005-12-02  Wim Taymans  <wim@fluendo.com>
11985
11986         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
11987         * gst/audioresample/buffer.h:
11988         * gst/audioresample/gstaudioresample.c:
11989         * gst/audioresample/gstaudioresample.h:
11990         * gst/audioresample/resample.c: (resample_input_flush),
11991         (resample_input_pushthrough), (resample_input_eos),
11992         (resample_get_output_size_for_input),
11993         (resample_get_input_size_for_output), (resample_get_output_size),
11994         (resample_get_output_data):
11995         * gst/audioresample/resample.h:
11996         * gst/audioresample/resample_ref.c: (resample_scale_ref):
11997         Fix audioresample, seek torture, new segments, reverse negotiation
11998         etc.. work fine.
11999
12000 2005-12-02  Wim Taymans  <wim@fluendo.com>
12001
12002         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12003         Small cleanups.
12004
12005 2005-12-02  Wim Taymans  <wim@fluendo.com>
12006
12007         * gst/audioconvert/gstaudioconvert.c:
12008         (gst_audio_convert_transform):
12009         Post errors.
12010
12011 === release 0.9.7 ===
12012
12013 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12014
12015         * configure.ac:
12016           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
12017
12018 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12019
12020         * Makefile.am:
12021         * po/hu.po:
12022         * win32/MANIFEST:
12023         * win32/gst.sln:
12024           add win32 MANIFEST file
12025           do something to the hungarian translation
12026
12027 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
12028
12029         * ext/Makefile.am:
12030           Add $(PANGO_DIR) to SUBDIRS
12031
12032         * ext/pango/gstclockoverlay.c:
12033         * ext/pango/gsttimeoverlay.c:
12034           Fix and improve element descriptions.
12035
12036 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12037
12038         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12039         * docs/plugins/inspect/plugin-libvisual.xml:
12040         * docs/plugins/inspect/plugin-pango.xml:
12041           add pango plugin to docs
12042
12043 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12044
12045         * configure.ac:
12046         * ext/Makefile.am:
12047           moved pango to base
12048
12049 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12050
12051         * configure.ac:
12052         * tests/Makefile.am:
12053         * tests/icles/.cvsignore:
12054         * tests/icles/Makefile.am:
12055         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
12056         (close_display), (resize_window), (move_window), (create_window),
12057         (terminate_playback), (pause_playback), (start_playback), (main):
12058           add stress test for xoverlay from Julien
12059
12060 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12061
12062         * docs/libs/tmpl/gstcolorbalance.sgml:
12063         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12064         * gst-libs/gst/rtp/gstbasertppayload.c:
12065         * gst-libs/gst/rtp/gstrtpbuffer.c:
12066         * gst-libs/gst/rtp/gstrtpbuffer.h:
12067           Do burger's rename for rtp payloaders and depayloaders
12068
12069 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12070
12071         * win32/:
12072           add Visual Studio 6 build files
12073
12074 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12075
12076         * docs/libs/gst-plugins-base-libs-docs.sgml:
12077         * docs/libs/gst-plugins-base-libs-sections.txt:
12078         * docs/libs/tmpl/gstaudio.sgml:
12079         * docs/libs/tmpl/gstringbuffer.sgml:
12080         * gst-libs/gst/interfaces/xoverlay.c:
12081         * gst-libs/gst/video/gstvideofilter.c:
12082         * gst-libs/gst/video/gstvideosink.c:
12083           update documentation
12084
12085 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12086
12087         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
12088         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
12089         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
12090         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
12091         (gst_multi_fd_sink_get_stats),
12092         (gst_multi_fd_sink_remove_client_link),
12093         (gst_multi_fd_sink_handle_client_read),
12094         (gst_multi_fd_sink_client_queue_data),
12095         (gst_multi_fd_sink_client_queue_caps),
12096         (gst_multi_fd_sink_client_queue_buffer),
12097         (gst_multi_fd_sink_new_client),
12098         (gst_multi_fd_sink_handle_client_write),
12099         (gst_multi_fd_sink_recover_client),
12100         (gst_multi_fd_sink_queue_buffer),
12101         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
12102         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
12103         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
12104         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
12105         * gst/tcp/gstmultifdsink.h:
12106         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
12107         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
12108         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
12109         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
12110         (gst_tcp_client_sink_set_property),
12111         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
12112         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
12113         * gst/tcp/gsttcpclientsink.h:
12114         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
12115         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
12116         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
12117         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
12118         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
12119         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
12120         * gst/tcp/gsttcpclientsrc.h:
12121         * gst/tcp/gsttcpplugin.c: (plugin_init):
12122         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
12123         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
12124         (gst_tcp_server_sink_finalize),
12125         (gst_tcp_server_sink_handle_server_read),
12126         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
12127         (gst_tcp_server_sink_set_property),
12128         (gst_tcp_server_sink_get_property),
12129         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
12130         * gst/tcp/gsttcpserversink.h:
12131         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
12132         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
12133         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
12134         (gst_tcp_server_src_set_property),
12135         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
12136         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
12137         * gst/tcp/gsttcpserversrc.h:
12138           more borgifying
12139
12140 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12141
12142         * docs/plugins/Makefile.am:
12143         * docs/plugins/gst-plugins-base-plugins.args:
12144         * docs/plugins/inspect/plugin-libvisual.xml:
12145         * gst/audioconvert/plugin.h:
12146         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
12147         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
12148         (gst_audio_rate_setcaps), (gst_audio_rate_init),
12149         (gst_audio_rate_chain), (gst_audio_rate_set_property),
12150         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
12151         (plugin_init):
12152         * gst/audiotestsrc/gstaudiotestsrc.c:
12153         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
12154         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
12155         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
12156         (gst_audio_test_src_get_query_types),
12157         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
12158         (gst_audio_test_src_create_square),
12159         (gst_audio_test_src_create_saw),
12160         (gst_audio_test_src_create_triangle),
12161         (gst_audio_test_src_create_silence),
12162         (gst_audio_test_src_create_white_noise),
12163         (gst_audio_test_src_init_pink_noise),
12164         (gst_audio_test_src_generate_pink_noise_value),
12165         (gst_audio_test_src_create_pink_noise),
12166         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
12167         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
12168         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
12169         (plugin_init):
12170         * gst/audiotestsrc/gstaudiotestsrc.h:
12171         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
12172         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
12173         (gst_sub_parse_init), (gst_sub_parse_formats),
12174         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
12175         (convert_encoding), (get_next_line),
12176         (gst_sub_parse_data_format_autodetect),
12177         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
12178         (gst_sub_parse_loop), (gst_sub_parse_chain),
12179         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
12180         (plugin_init):
12181         * gst/subparse/gstsubparse.h:
12182         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
12183         (gst_video_rate_base_init), (gst_video_rate_class_init),
12184         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
12185         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
12186         (gst_video_rate_init), (gst_video_rate_event),
12187         (gst_video_rate_chain), (gst_video_rate_set_property),
12188         (gst_video_rate_get_property), (gst_video_rate_change_state),
12189         (plugin_init):
12190         * gst/videoscale/gstvideoscale.c:
12191         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
12192         (gst_video_scale_src_template_factory),
12193         (gst_video_scale_sink_template_factory),
12194         (gst_video_scale_get_type), (gst_video_scale_base_init),
12195         (gst_video_scale_class_init), (gst_video_scale_init),
12196         (gst_video_scale_set_property), (gst_video_scale_get_property),
12197         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
12198         (gst_video_scale_prepare_size), (parse_caps),
12199         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
12200         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
12201         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
12202         (plugin_init):
12203         * gst/videoscale/gstvideoscale.h:
12204         * gst/videotestsrc/gstvideotestsrc.c:
12205         (gst_video_test_src_pattern_get_type),
12206         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
12207         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
12208         (gst_video_test_src_set_pattern),
12209         (gst_video_test_src_set_property),
12210         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
12211         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
12212         (gst_video_test_src_event), (gst_video_test_src_get_times),
12213         (gst_video_test_src_create), (plugin_init):
12214         * gst/videotestsrc/gstvideotestsrc.h:
12215         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
12216         (gst_video_test_src_smpte), (gst_video_test_src_snow),
12217         (gst_video_test_src_black):
12218         * gst/videotestsrc/videotestsrc.h:
12219           borgify further
12220           clean up docs a little
12221
12222 2005-11-30  Wim Taymans  <wim@fluendo.com>
12223
12224         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12225         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
12226         (gst_basertppayload_event), (gst_basertppayload_push),
12227         (gst_basertppayload_change_state):
12228         * gst-libs/gst/rtp/gstbasertppayload.h:
12229         closed #320644.
12230
12231 2005-11-30  Julien MOUTTE  <julien@moutte.net>
12232
12233         * docs/libs/gst-plugins-base-libs-docs.sgml:
12234         * docs/libs/gst-plugins-base-libs-sections.txt:
12235         * gst-libs/gst/video/gstvideofilter.c:
12236         * gst-libs/gst/video/gstvideosink.c:
12237         * gst-libs/gst/video/gstvideosink.h: Adding docs.
12238
12239 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12240
12241         * LICENSE:
12242           move
12243         * po/af.po:
12244         * po/az.po:
12245         * po/cs.po:
12246         * po/en_GB.po:
12247         * po/hu.po:
12248         * po/it.po:
12249         * po/nb.po:
12250         * po/nl.po:
12251         * po/or.po:
12252         * po/sq.po:
12253         * po/sr.po:
12254         * po/sv.po:
12255         * po/uk.po:
12256         * po/vi.po:
12257         * Makefile.am:
12258           update
12259         * scripts/autoplugins.sh:
12260           remove
12261
12262 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12263
12264         * Makefile.am:
12265         * configure.ac:
12266         * examples/Makefile.am:
12267         * examples/capsfilter/Makefile.am:
12268         * examples/capsfilter/capsfilter1.c:
12269         * examples/gob/Makefile.am:
12270         * examples/gob/gst-identity2.gob:
12271         * examples/indexing/.cvsignore:
12272         * examples/indexing/Makefile.am:
12273         * examples/indexing/indexmpeg.c:
12274         * examples/seeking/.cvsignore:
12275         * examples/seeking/Makefile.am:
12276         * examples/seeking/cdparanoia.c:
12277         * examples/seeking/cdplayer.c:
12278         * examples/seeking/chained.c:
12279         * examples/seeking/scrubby.c:
12280         * examples/seeking/seek.c:
12281         * examples/stats/Makefile.am:
12282         * examples/stats/mp2ogg.c:
12283         * examples/switch/.cvsignore:
12284         * examples/switch/Makefile.am:
12285         * examples/switch/switcher.c:
12286         * tests/Makefile.am:
12287         * tests/check/generic/.cvsignore:
12288         * tests/check/pipelines/.cvsignore:
12289         * tests/examples/Makefile.am:
12290         * tests/examples/seek/Makefile.am:
12291           reorganize stuff under tests/
12292
12293 2005-11-30  Edward Hervey  <edward@fluendo.com>
12294
12295         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
12296         Go away you stupid GstStaticPadTemplate memleak.
12297
12298 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12299
12300         * gst-libs/gst/net/Makefile.am:
12301         * gst-libs/gst/net/README:
12302         * gst-libs/gst/net/gstnetbuffer.c:
12303         * gst-libs/gst/net/gstnetbuffer.h:
12304           this was moved to "netbuffer"
12305
12306 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12307
12308         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
12309         (gst_video_filter_class_init), (gst_video_filter_init):
12310         * gst-libs/gst/video/gstvideofilter.h:
12311           borgify name to bring in line with other classes
12312
12313 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12314
12315         * gst/audioscale/.cvsignore:
12316         * gst/audioscale/Makefile.am:
12317         * gst/audioscale/README:
12318         * gst/audioscale/audioscale.vcproj:
12319         * gst/audioscale/dtof.c:
12320         * gst/audioscale/dtos.c:
12321         * gst/audioscale/functable.c:
12322         * gst/audioscale/gstaudioscale.c:
12323         * gst/audioscale/gstaudioscale.h:
12324         * gst/audioscale/private.h:
12325         * gst/audioscale/resample.c:
12326         * gst/audioscale/resample.h:
12327         * gst/audioscale/test.c:
12328           remove
12329
12330 2005-11-30  Edward Hervey  <edward@fluendo.com>
12331
12332         * gst-libs/gst/netbuffer/Makefile.am:
12333         really, really tired
12334
12335 2005-11-30  Edward Hervey  <edward@fluendo.com>
12336
12337         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
12338         Update for new GstTypeFindFactory _register()
12339
12340 2005-11-30  Edward Hervey  <edward@fluendo.com>
12341
12342         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
12343         Let's not override libgstnet from core for no reason...
12344         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
12345         Ok, maybe not so quick next time.
12346
12347 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12348
12349         * configure.ac:
12350         * gst-libs/gst/Makefile.am:
12351           moved gst-libs/gst/net to netbuffer through CVS surgery
12352           remove old directory
12353           updating build to accomodate
12354           (#322257)
12355
12356 2005-11-29  Andy Wingo  <wingo@pobox.com>
12357
12358         * pkgconfig/gstreamer-plugins-base.pc.in:
12359         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
12360         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
12361         (#322257).
12362
12363 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
12364
12365         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
12366         3rd time's the charm. Correct ref-counting for discarded buffers.
12367
12368 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
12369
12370         * gst/playback/gststreamselector.c:
12371         (gst_stream_selector_class_init),
12372         (gst_stream_selector_set_property),
12373         (gst_stream_selector_get_property),
12374         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
12375         Fix ref-counting
12376
12377 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
12378
12379         * gst/subparse/gstsubparse.c: (feed_textbuf):
12380           Don't access already unref'ed buffer.
12381
12382 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
12383
12384         * gst/playback/gststreamselector.c:
12385         (gst_stream_selector_class_init), (gst_stream_selector_init),
12386         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
12387         (gst_stream_selector_get_property),
12388         (gst_stream_selector_get_linked_pad),
12389         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
12390         * gst/playback/gststreamselector.h:
12391         Add the active-pad property for playbin to use shortly. Ignore buffers
12392         from any other pad, returning GST_FLOW_NOT_LINKED
12393
12394 2005-11-29  Julien MOUTTE  <julien@moutte.net>
12395
12396         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
12397         patch from bug #322704 (Alessandro Decina).
12398
12399 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12400
12401         * gst-libs/gst/audio/Makefile.am:
12402           folded audiofilter into the audio library
12403
12404 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12405
12406         * gst/videoscale/gstvideoscale.h:
12407         * gst/videoscale/gstvideoscale.c:
12408           remove unimplemented scale methods
12409
12410 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
12411
12412         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
12413           Don't leak caps.
12414
12415 2005-11-28  Julien MOUTTE  <julien@moutte.net>
12416
12417         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
12418         (gst_ximagesink_setcaps):
12419         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
12420         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
12421         happens (only visible on ximagesink but bug is in xv too) set_caps was
12422         destroying the internal x[v]image used to memcpy non locally alloced
12423         buffers so that it got renewed on next _chain. The issue is that 
12424         _expose will try to put that image as it reffed it in _put.
12425         Using gst_buffer_unref instead of destroy fixes it !
12426
12427 2005-11-28  Edward Hervey  <edward@fluendo.com>
12428
12429         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
12430         (try_to_link_1), (queue_filled_cb):
12431         Better use of the queues. Start with a small size queue and only increase
12432         the size of the queues when the other queues are empty.
12433
12434 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
12435
12436         * gst-libs/gst/video/Makefile.am:
12437           compile in copied-over videofilter into the video library
12438         * gst-libs/gst/video/videosink.h:
12439           rename the header to gstvideosink.h since it's a base GstObject class
12440         * sys/ximage/ximagesink.h:
12441         * sys/xvimage/xvimagesink.h:
12442           use the new header
12443
12444 2005-11-28  Wim Taymans  <wim@fluendo.com>
12445
12446         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
12447         * gst/playback/gstplaybasebin.h:
12448         Prepare to handle errors betters.
12449
12450         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
12451         Set sinks to PAUSED first before adding and linking them so that
12452         we don't interrupt dataflow.
12453
12454 2005-11-28  Wim Taymans  <wim@fluendo.com>
12455
12456         * gst-libs/gst/audio/TODO:
12457         Updated TODO
12458
12459         * gst-libs/gst/audio/gstaudiosink.c:
12460         (gst_audioringbuffer_open_device),
12461         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
12462         (gst_audioringbuffer_release):
12463         Small cleanups.
12464
12465         * gst-libs/gst/audio/gstbaseaudiosink.c:
12466         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
12467         (gst_base_audio_sink_change_state):
12468         Slave to the master clock when going to PLAYING and unslave when
12469         going to PAUSED.
12470
12471         * gst-libs/gst/audio/gstringbuffer.c:
12472         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
12473         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
12474         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
12475         (gst_ring_buffer_clear_all), (wait_segment),
12476         (gst_ring_buffer_commit), (gst_ring_buffer_read),
12477         (gst_ring_buffer_advance):
12478         * gst-libs/gst/audio/gstringbuffer.h:
12479         Add some docs and cleanups.
12480
12481 2005-11-28  Julien MOUTTE  <julien@moutte.net>
12482
12483         * sys/xvimage/xvimagesink.c:
12484         (gst_xvimagesink_navigation_send_event): Fix navigation events
12485         coordinates translation with pixel aspect ratios.
12486
12487 2005-11-28  Julien MOUTTE  <julien@moutte.net>
12488
12489         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
12490         Use calculated video geometry from _setcaps instead of buffer
12491         caps to respect pixel aspect ratio. (fixes #322388)
12492
12493 2005-11-28  Julien MOUTTE  <julien@moutte.net>
12494
12495         * docs/libs/tmpl/gstcolorbalance.sgml:
12496         * docs/libs/tmpl/gstmixer.sgml:
12497         * docs/libs/tmpl/gstxoverlay.sgml:
12498         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
12499         interface.
12500
12501 2005-11-28  Julien MOUTTE  <julien@moutte.net>
12502
12503         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
12504         Refuse to create an XvImage if we can't find the format.
12505
12506 2005-11-28  Edward Hervey  <edward@fluendo.com>
12507
12508         * gst-libs/gst/riff/riff-media.c:
12509         (gst_riff_create_audio_template_caps):
12510         Add ATRAC3 to the list of riff-possible audio caps.
12511         I know we still don't have a plugin for atrac3, but it's saner to output
12512         that than a cryptic mimetype.
12513
12514 2005-11-27  Edward Hervey  <edward@fluendo.com>
12515
12516         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
12517         Don't try to create a zero-sized subbuffer.
12518
12519 2005-11-27  Julien MOUTTE  <julien@moutte.net>
12520
12521         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
12522         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
12523         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
12524         (gst_ximagesink_expose): Fixed a tricky race.
12525         * sys/ximage/ximagesink.h:
12526         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
12527         (gst_xvimagesink_expose): Fixed a tricky race.
12528         * sys/xvimage/xvimagesink.h:
12529
12530 2005-11-27  Edward Hervey  <edward@fluendo.com>
12531
12532         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
12533         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
12534         Remove unused properties, and add queues between demuxers and decoders
12535         so that a lot more files can preroll properly.
12536
12537 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12538
12539         * gst-libs/gst/net/Makefile.am:
12540         * gst-libs/gst/rtp/Makefile.am:
12541         * gst-libs/gst/tag/Makefile.am:
12542           remove silly include
12543         * gst/tags/Makefile.am:
12544         * gst/tags/gsttagediting.c:
12545         * gst/tags/gsttageditingprivate.h:
12546         * gst/tags/tagedit.vcproj:
12547           remove directory, is as good as empty
12548
12549 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12550
12551         * configure.ac:
12552           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
12553         * gst-libs/Makefile.am:
12554         * gst-libs/gst/audio/Makefile.am:
12555         * gst-libs/gst/interfaces/Makefile.am:
12556         * gst-libs/gst/net/Makefile.am:
12557         * gst-libs/gst/riff/Makefile.am:
12558         * gst-libs/gst/rtp/Makefile.am:
12559         * gst-libs/gst/tag/Makefile.am:
12560         * gst-libs/gst/video/Makefile.am:
12561           and use them
12562
12563 2005-11-27  Julien MOUTTE  <julien@moutte.net>
12564
12565         * docs/libs/tmpl/gstcolorbalance.sgml:
12566         * docs/libs/tmpl/gstmixer.sgml:
12567         * docs/libs/tmpl/gstxoverlay.sgml:
12568         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
12569         * sys/ximage/ximagesink.h:
12570         * sys/xvimage/xvimagesink.h: More and more documentation.
12571
12572 2005-11-26  Julien MOUTTE  <julien@moutte.net>
12573
12574         * docs/libs/gst-plugins-base-libs-docs.sgml:
12575         * docs/libs/gst-plugins-base-libs-sections.txt:
12576         * docs/libs/tmpl/gstcolorbalance.sgml:
12577         * docs/libs/tmpl/gstmixer.sgml:
12578         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
12579         to documentation.
12580
12581 2005-11-26  Julien MOUTTE  <julien@moutte.net>
12582
12583         * docs/plugins/Makefile.am:
12584         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12585         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12586         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
12587
12588 2005-11-26  Julien MOUTTE  <julien@moutte.net>
12589
12590         * docs/plugins/Makefile.am:
12591         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12592         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12593         * docs/plugins/inspect/plugin-adder.xml:
12594         * docs/plugins/inspect/plugin-alsa.xml:
12595         * docs/plugins/inspect/plugin-audioconvert.xml:
12596         * docs/plugins/inspect/plugin-audiorate.xml:
12597         * docs/plugins/inspect/plugin-audioresample.xml:
12598         * docs/plugins/inspect/plugin-audiotestsrc.xml:
12599         * docs/plugins/inspect/plugin-decodebin.xml:
12600         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12601         * docs/plugins/inspect/plugin-gnomevfs.xml:
12602         * docs/plugins/inspect/plugin-ogg.xml:
12603         * docs/plugins/inspect/plugin-playbin.xml:
12604         * docs/plugins/inspect/plugin-subparse.xml:
12605         * docs/plugins/inspect/plugin-tcp.xml:
12606         * docs/plugins/inspect/plugin-theora.xml:
12607         * docs/plugins/inspect/plugin-typefindfunctions.xml:
12608         * docs/plugins/inspect/plugin-video4linux.xml:
12609         * docs/plugins/inspect/plugin-videorate.xml:
12610         * docs/plugins/inspect/plugin-videoscale.xml:
12611         * docs/plugins/inspect/plugin-videotestsrc.xml:
12612         * docs/plugins/inspect/plugin-volume.xml:
12613         * docs/plugins/inspect/plugin-vorbis.xml:
12614         * docs/plugins/inspect/plugin-ximagesink.xml:
12615         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
12616         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
12617
12618 2005-11-26  Edward Hervey  <edward@fluendo.com>
12619
12620         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
12621         Properly return GstFlowReturn from gst_pad_push in chain functions.
12622
12623 2005-11-25  Michael Smith  <msmith@fluendo.com>
12624
12625         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
12626         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
12627         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
12628         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
12629           Handle various conditions better when we don't understand a stream.
12630           Removes a heap of CRITICALs on ogg streams containing unknown data.
12631
12632 2005-11-24  Andy Wingo  <wingo@pobox.com>
12633
12634         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
12635         Be threadsafe.
12636
12637 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12638
12639         * configure.ac: back to HEAD
12640
12641 === release 0.9.6 ===
12642
12643 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
12644
12645         * configure.ac:
12646           releasing 0.9.6, "White Eight"
12647
12648 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12649
12650         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
12651         * docs/plugins/inspect/plugin-sine.xml:
12652           remove sinesrc some more
12653
12654 2005-11-23  Wim Taymans  <wim@fluendo.com>
12655
12656         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
12657         If we are reading too slowly, jump forward in the ringbuffer
12658         instead of blocking.
12659
12660 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
12661
12662         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
12663         (gst_visual_chain):
12664         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
12665         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
12666         (gst_videorate_chain):
12667         * gst/videotestsrc/gstvideotestsrc.c:
12668         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
12669         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
12670         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
12671         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
12672         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
12673         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
12674           Updates for API changes
12675
12676 2005-11-23  Wim Taymans  <wim@fluendo.com>
12677
12678         * gst-libs/gst/audio/gstbaseaudiosink.c:
12679         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
12680         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
12681         Fix for calibration API change.
12682
12683 2005-11-23  Michael Smith <msmith@fluendo.com>
12684
12685         * gst-libs/gst/audio/multichannel.c:
12686         (gst_audio_get_channel_positions),
12687         (gst_audio_set_channel_positions),
12688         (gst_audio_set_structure_channel_positions_list),
12689         (gst_audio_fixate_channel_positions):
12690           Use gst_value_array_*() functions on value arrays, not
12691           gst_value_list_*().
12692
12693 2005-11-23  Edward Hervey  <edward@fluendo.com>
12694
12695         * autogen.sh:
12696         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
12697         Fixes autogen
12698
12699 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12700
12701         * check/Makefile.am:
12702         * check/elements/videotestsrc.c: (setup_videotestsrc),
12703         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
12704         (main):
12705           add a test for videotestsrc
12706
12707 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12708
12709         * gst/sine/.cvsignore:
12710         * gst/sine/Makefile.am:
12711         * gst/sine/gstsinesrc.c:
12712         * gst/sine/gstsinesrc.h:
12713         * gst/sine/sinesrc.vcproj:
12714           and remove sinesrc from the repository.  Closes #321446
12715
12716 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12717
12718         * configure.ac:
12719         * gst-plugins-base.spec.in:
12720           remove sinesrc from the build
12721
12722 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12723
12724         * check/Makefile.am:
12725         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
12726         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
12727         (main):
12728           add a test for audiotestsrc, testing all waves.  Even seems
12729           leak-free at first glance, nice job Stefan
12730
12731 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
12732
12733         * po/af.po:
12734         * po/az.po:
12735         * po/cs.po:
12736         * po/en_GB.po:
12737         * po/hu.po:
12738         * po/it.po:
12739         * po/nb.po:
12740         * po/nl.po:
12741         * po/or.po:
12742         * po/sq.po:
12743         * po/sr.po:
12744         * po/sv.po:
12745         * po/uk.po:
12746         * po/vi.po:
12747           Translation string updates
12748
12749         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
12750         (gst_v4lsrc_set_caps):
12751         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
12752         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
12753         * sys/v4l/v4lsrc_calls.h:
12754           Improve v4lsrc, by making it work again.
12755
12756 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
12757
12758         * ext/libvisual/visual.c: (gst_visual_chain):
12759           Fix the fps calculations.
12760
12761         * gst/ffmpegcolorspace/avcodec.h:
12762           Move structure element for clarity
12763
12764         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
12765         * gst-libs/gst/interfaces/tunernorm.h:
12766         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
12767         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
12768         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
12769         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
12770         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
12771         (gst_v4lmjpegsrc_getcaps):
12772         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
12773         (gst_v4lsrc_set_caps):
12774         * sys/v4l/gstv4lsrc.h:
12775         * sys/v4l/v4l_calls.c: (gst_v4l_open):
12776         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
12777         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
12778         * sys/v4l/v4lsrc_calls.h:
12779           Fractional framerates...
12780
12781 2005-11-22  Wim Taymans  <wim@fluendo.com>
12782
12783         * gst-libs/gst/audio/gstbaseaudiosink.c:
12784         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
12785         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
12786         And we provide a clock by default, of course...
12787
12788 2005-11-22  Wim Taymans  <wim@fluendo.com>
12789
12790         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
12791         This clock can be slaved to a master clock now.
12792
12793         * gst-libs/gst/audio/gstbaseaudiosink.c:
12794         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
12795         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
12796         (gst_base_audio_sink_set_clock),
12797         (gst_base_audio_sink_set_property),
12798         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
12799         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
12800         * gst-libs/gst/audio/gstbaseaudiosink.h:
12801         Handle slaving the internal clock to the clock selected in the
12802         pipeline.
12803         Add property to make the basesink not provide a clock.
12804
12805         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12806         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
12807         (gst_base_rtp_depayload_wait):
12808         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12809         We can use the clock in GstElement, no need to store it ourselves.
12810
12811 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
12812
12813         * docs/libs/tmpl/gstaudio.sgml:
12814           update
12815         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
12816         (gst_paranoia_endian_get_type):
12817         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
12818         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
12819         * gst/audiotestsrc/gstaudiotestsrc.c:
12820         (gst_audiostestsrc_wave_get_type):
12821         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
12822         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
12823         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
12824         (gst_sync_method_get_type), (gst_unit_type_get_type),
12825         (gst_client_status_get_type), (gst_multifdsink_class_init),
12826         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
12827         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
12828         (gst_multifdsink_get_property):
12829         * gst/tcp/gstmultifdsink.h:
12830         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
12831         * gst/videotestsrc/gstvideotestsrc.c:
12832         (gst_videotestsrc_pattern_get_type):
12833           remove deprecated properties
12834           fix up enums to correctly have short lowercase dashed nicks
12835
12836 2005-11-22  Michael Smith <msmith@fluendo.com>
12837
12838         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
12839         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
12840           Add underscore.
12841
12842 2005-11-22  Michael Smith <msmith@fluendo.com>
12843
12844         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
12845         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
12846           Use utility method for scaling clocktime for fractional framerates.
12847
12848 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
12849
12850         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
12851         (gst_visual_chain):
12852         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
12853         * ext/theora/theoradec.c: (theora_handle_type_packet):
12854         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
12855         (theora_enc_chain):
12856         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
12857         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
12858         * gst-libs/gst/video/video.h:
12859         * gst/ffmpegcolorspace/avcodec.h:
12860         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12861         (gst_ffmpeg_caps_to_pixfmt):
12862         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12863         (gst_ffmpegcsp_set_caps):
12864         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
12865         (gst_videorate_setcaps), (gst_videorate_blank_data),
12866         (gst_videorate_chain):
12867         * gst/videotestsrc/gstvideotestsrc.c:
12868         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
12869         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
12870         (gst_videotestsrc_event), (gst_videotestsrc_create):
12871         * gst/videotestsrc/gstvideotestsrc.h:
12872         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
12873         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
12874         (gst_ximagesink_get_times), (gst_ximagesink_init):
12875         * sys/ximage/ximagesink.h:
12876         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
12877         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
12878         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
12879         * sys/xvimage/xvimagesink.h:
12880           Convert elements to use fractions for their framerate.
12881           V4L elements to come later tonight.
12882
12883 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
12884
12885         * gst-libs/gst/audio/audio.c:
12886         * gst-libs/gst/audio/audio.h:
12887           remove some deprecated functions
12888
12889 2005-11-22  Andy Wingo  <wingo@pobox.com>
12890
12891         * Update for gst_tag_setter API changes.
12892
12893 2005-11-22  Andy Wingo  <wingo@pobox.com>
12894
12895         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
12896         (gst_ogg_demux_perform_seek):
12897         * ext/theora/theoradec.c (theora_dec_sink_event):
12898         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
12899         update-funcnames.
12900
12901 2005-11-22  Wim Taymans  <wim@fluendo.com>
12902
12903         * examples/seeking/seek.c: (main):
12904         Give higher priority to bus signals than the gtk events
12905         to fix a race condition in the segment looping.
12906
12907 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
12908
12909         * ext/theora/Makefile.am:
12910         * ext/vorbis/Makefile.am:
12911         * gst-libs/gst/tag/Makefile.am:
12912         * gst-plugins-base.spec.in:
12913           Rename libgsttagedit to libgsttag (#322117).
12914
12915 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
12916
12917         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
12918         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
12919           Call gst_x_overlay_prepare_xwindow_id() to give applications
12920           a final chance to set their own xwindow id before the video
12921           sink creates its own window.
12922
12923 2005-11-22  Julien MOUTTE  <julien@moutte.net>
12924
12925         * sys/xvimage/xvimagesink.c:
12926         (gst_xvimagesink_navigation_send_event): Handle navigation
12927         events correcly with borders if applicable.
12928
12929 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
12930
12931         Patch by: Luca Ognibene
12932
12933         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12934         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
12935         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12936         (gst_ffmpegcsp_caps_remove_format_info):
12937         * gst/ffmpegcolorspace/imgconvert.c:
12938         * gst/ffmpegcolorspace/imgconvert_template.h:
12939           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
12940           #318353); use gst_structure_has_name().
12941
12942 2005-11-22  Julien MOUTTE  <julien@moutte.net>
12943
12944         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
12945         (gst_ximagesink_class_init): Add debug macros on functions.
12946         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
12947         (gst_xvimagesink_xwindow_draw_borders),
12948         (gst_xvimagesink_xvimage_put),
12949         (gst_xvimagesink_xwindow_update_geometry),
12950         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
12951         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
12952         (gst_xvimagesink_xcontext_clear),
12953         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
12954         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
12955         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
12956         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
12957         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
12958         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
12959         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
12960         expose while being PAUSED, out of data flow navigation events, etc..
12961
12962 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
12963
12964         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
12965         * gst-libs/gst/audio/audio.h:
12966           fix prototype - wondering why the test worked regardless
12967
12968 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
12969
12970         * check/Makefile.am:
12971         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
12972         * gst-libs/gst/audio/audio.h:
12973           add a method that returns a proper GstClockTime
12974
12975 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
12976
12977         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
12978         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
12979         * gst-libs/gst/interfaces/xoverlay.h:
12980           Remove everything having to do with the desired size; add 
12981           gst_x_overlay_prepare_xwindow_id() function; remove the
12982           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
12983           post a message on the bus instead (#321816).
12984
12985         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
12986         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
12987         (gst_xvimagesink_xoverlay_init):
12988           Remove desired size stuff (#321816).
12989
12990 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
12991
12992         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
12993         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
12994         (mpeg_video_type_find), (mpeg_video_stream_type_find):
12995           Terminate vararg functions with NULL instead of 0 to 
12996           make gcc4 happy.
12997
12998 2005-11-21  Andy Wingo  <wingo@pobox.com>
12999
13000         patch by: Sebastien Cote <sebas642@yahoo.ca>
13001         
13002         * gst-libs/gst/rtp/gstrtpbuffer.h: 
13003         * gst-libs/gst/rtp/gstrtpbuffer.c
13004         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
13005
13006 2005-11-21  Andy Wingo  <wingo@pobox.com>
13007
13008         * gst/playback/gstplaybin.c (gen_audio_element) 
13009         (gen_video_element): Use the new MISSING_PLUGIN core error
13010         category. Closes #320060.
13011
13012         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
13013         * gst/videorate/gstvideorate.c (gst_videorate_event):
13014         * ext/theora/theoradec.c (theora_dec_sink_event): 
13015         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
13016         stream lock.
13017
13018         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
13019         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
13020         stream lock changes.
13021
13022 2005-11-21  Wim Taymans  <wim@fluendo.com>
13023
13024         * gst-libs/gst/audio/gstbaseaudiosink.c:
13025         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
13026         (gst_base_audio_sink_provide_clock),
13027         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
13028         (gst_base_audio_sink_change_state):
13029         * gst/audioresample/gstaudioresample.c:
13030         Segment update fix.
13031
13032 2005-11-21  Andy Wingo  <wingo@pobox.com>
13033
13034         * *.h:
13035         * *.c: Ran scripts/update-macros. Oh yes.
13036
13037 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
13038
13039         * sys/ximage/Makefile.am:
13040         * sys/ximage/ximage.c:
13041           Rename ximage plugin to ximagesink (#321426) (Don't forget to
13042           remove your old libgstximage.* manually if necessary).
13043
13044 2005-11-21  Michael Smith <msmith@fluendo.com>
13045
13046         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
13047           Minimal fix for bug #320200: set the min/max bitrate in the correct
13048           units. A better fix would be to upgrade to the RATEMANAGE2
13049           interface, rather than using the deprecated interface used here, but
13050           that would require an update in our libvorbis dependency (to 1.1),
13051           which is probably undesirable.
13052
13053 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
13054
13055         * ext/libvisual/visual.c: (get_buffer):
13056         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13057         (gst_base_audio_src_fixate):
13058         * gst/audioconvert/gstaudioconvert.c:
13059         (gst_audio_convert_fixate_caps):
13060         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
13061         * gst/audiotestsrc/gstaudiotestsrc.c:
13062         (gst_audiotestsrc_src_fixate):
13063         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
13064         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
13065         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
13066         * gst/videotestsrc/gstvideotestsrc.c:
13067         (gst_videotestsrc_src_fixate):
13068         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
13069         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
13070           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
13071           (#322027)
13072
13073
13074 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
13075
13076         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
13077         (gst_riff_create_iavs_caps):
13078         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
13079         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
13080         (gst_riff_parse_info):
13081         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
13082         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
13083         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
13084           Fixes for GST_FOURCC_FORMAT API change.
13085
13086 2005-11-21  Andy Wingo  <wingo@pobox.com>
13087
13088         patch by: Alessandro Dessina <alessandro nnva org>
13089
13090         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
13091         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
13092         (gst_ogg_parse_chain):
13093         * ext/theora/theoraenc.c (theora_set_header_on_caps):
13094         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
13095         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
13096         gst_value_list calls on arrays. Fixes #321962.
13097
13098 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
13099
13100         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
13101         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
13102         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
13103         * gst/adder/gstadder.c: (gst_adder_init),
13104         (gst_adder_request_new_pad), (gst_adder_collected),
13105         (gst_adder_change_state):
13106           Update for gst_collectpads_foo() to gst_collect_pads_foo()
13107           API change.
13108
13109 2005-11-21  Michael Smith <msmith@fluendo.com>
13110
13111         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
13112         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
13113           Properly handle pad_push return values.
13114
13115 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
13116
13117         * gst-libs/gst/tag/Makefile.am:
13118         * gst-libs/gst/tag/gstvorbistag.c:
13119         (gst_tag_list_to_vorbiscomment_buffer):
13120           Remove obsolete vorbistag element and debug category.
13121
13122         * gst/playback/gstplaybasebin.c: (check_queue):
13123           Don't divide by 0 when queue-threshold is 0.
13124
13125         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
13126           Don't modify an existing pixel-aspect-ratio if we fail to read
13127           a new one.
13128
13129 2005-11-20  Wim Taymans  <wim@fluendo.com>
13130
13131         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
13132         (gst_vorbisenc_push_packet):
13133         GST_PAD_IS_USABLE is gone, use the return value of
13134         the push or pad_alloc_buffer instead.
13135
13136 2005-11-18  Julien MOUTTE  <julien@moutte.net>
13137
13138         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
13139         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
13140         (gst_ximagesink_ximage_destroy),
13141         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
13142         (gst_ximagesink_xwindow_new),
13143         (gst_ximagesink_xwindow_update_geometry),
13144         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
13145         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
13146         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
13147         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
13148         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
13149         (gst_ximagesink_navigation_send_event),
13150         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
13151         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
13152         (gst_ximagesink_finalize), (gst_ximagesink_init),
13153         (gst_ximagesink_class_init):
13154         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
13155         This new version brings correct software scaling, non flickering
13156         window while resizing, pixel aspect ratio handling, usage of
13157         hardware buffer pools, out of data flow event thread for 
13158         navigation and handling of expose events even when being PAUSED,
13159         a new property to keep video aspect ratio when resizing, etc...
13160
13161 2005-11-18  Julien MOUTTE  <julien@moutte.net>
13162
13163         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
13164         (gst_videoscale_fixate_caps): Introduce back caps fixate with
13165         handling of PAR.
13166
13167 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
13168
13169         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
13170         Unsetting IS_SINK flag from the fakesink, so decodebin
13171         never behaves as a sink.
13172
13173 2005-11-17  Wim Taymans  <wim@fluendo.com>
13174
13175         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13176         (gst_base_audio_src_change_state):
13177         Fix the audiosrc base class again, we did not unflush.
13178
13179 2005-11-17  Julien MOUTTE  <julien@moutte.net>
13180
13181         * examples/seeking/seek.c: (make_dv_pipeline),
13182         (make_vorbis_theora_pipeline), (make_avi_pipeline),
13183         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
13184         to ogg/vorbis/theora pipeline.
13185
13186 2005-11-17  Wim Taymans  <wim@fluendo.com>
13187
13188         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
13189         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
13190         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
13191         Fix EOS on multiple streams.
13192         More debugging.
13193
13194 2005-11-16  Wim Taymans  <wim@fluendo.com>
13195
13196         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
13197         (gst_ogg_demux_perform_seek):
13198         Segment done must include stream time.
13199
13200         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
13201         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
13202         (gst_ogg_mux_change_state):
13203         Fix ogg muxer again.
13204
13205 2005-11-16  Wim Taymans  <wim@fluendo.com>
13206
13207         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
13208         Fix compile again.
13209
13210 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
13211
13212         * ext/libvisual/visual.c: (gst_visual_init):
13213         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
13214         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
13215         (gst_ogg_parse_chain):
13216         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
13217         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
13218         * ext/theora/theoradec.c: (gst_theora_dec_init):
13219         * ext/theora/theoraenc.c: (gst_theora_enc_init):
13220         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
13221         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
13222         * gst/adder/gstadder.c: (gst_adder_class_init),
13223         (gst_adder_dispose):
13224         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
13225         * gst/subparse/gstsubparse.c: (gst_subparse_init):
13226         * gst/videorate/gstvideorate.c: (gst_videorate_init):
13227           Fix a whole set of pad template leaks
13228
13229 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
13230
13231         * check/generic/states.c: (GST_START_TEST):
13232           fix the test so that it only checks for elements that are part of
13233           this source module
13234
13235 2005-11-16  Michael Smith <msmith@fluendo.com>
13236
13237         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
13238         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
13239         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
13240         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
13241         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
13242         (gst_ogg_mux_change_state):
13243           Fix leaking collectpads.
13244
13245 2005-11-16  Edward Hervey  <edward@fluendo.com>
13246
13247         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
13248         (gst_videorate_event), (gst_videorate_chain):
13249         Handle segment seeks
13250
13251 2005-11-16  Wim Taymans  <wim@fluendo.com>
13252
13253         * gst-libs/gst/audio/gstbaseaudiosink.c:
13254         (gst_base_audio_sink_provide_clock),
13255         (gst_base_audio_sink_change_state):
13256         Set ringbuffer to non-flushing when going to PAUSED, set to
13257         flushing again when going to READY.
13258
13259         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
13260         (gst_ring_buffer_stop):
13261         Start in flushing mode by default.
13262         Don't set flushing in the _stop method, let the app call
13263         this explicitly.
13264
13265 2005-11-16  Julien MOUTTE  <julien@moutte.net>
13266
13267         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
13268         * gst-libs/gst/video/videosink.h: Add helper function needed
13269         for video sinks.
13270
13271 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
13272
13273         * gst/videoscale/gstvideoscale.c:
13274         (gst_videoscale_handle_src_event):
13275           Don't leak reference to pad parent.
13276
13277 2005-11-16  Wim Taymans  <wim@fluendo.com>
13278
13279         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
13280         Set ringbuffer to flushing when stopping so that we don't
13281         block on wait_segment anymore and livelock.
13282
13283 2005-11-16  Wim Taymans  <wim@fluendo.com>
13284
13285         * examples/seeking/seek.c: (send_event), (do_seek),
13286         (loop_toggle_cb), (segment_done), (main):
13287         Added looping checkbox.
13288
13289 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
13290
13291         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
13292         (gst_ogg_demux_init):
13293         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
13294         (gst_vorbis_dec_init):
13295           revert unrefs, they don't pass make check
13296
13297 2005-11-15  Johan Dahlin  <johan@gnome.org>
13298
13299         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
13300         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
13301         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
13302         (gst_vorbis_dec_init):
13303         Fix pad template leaks. 
13304
13305 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
13306
13307         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
13308           Make state change function thread safe.
13309
13310 2005-11-15  Edward Hervey  <edward@fluendo.com>
13311
13312         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
13313         (gst_ogg_demux_class_init):
13314         Implement GstElement::send_event, so we can send seek events
13315         in GST_STATE_READY
13316
13317 2005-11-14  Julien MOUTTE  <julien@moutte.net>
13318
13319         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
13320         Discovered how to take away flickering while resizing the
13321         window. Please don't put that in ximagesink, refactoring in
13322         progress.
13323
13324 2005-11-14  Michael Smith <msmith@fluendo.com>
13325
13326         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
13327         (gst_multifdsink_render):
13328           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
13329
13330 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
13331
13332         * gst/playback/gstplaybin.c: (gen_audio_element):
13333           Use autoaudiosink, it tends to be more widely available than
13334           autoaudiiosink.
13335           
13336 2005-11-14  Andy Wingo  <wingo@pobox.com>
13337
13338         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
13339         as well if it is available. Fixes #316442.
13340
13341 2005-11-14  Michael Smith <msmith@fluendo.com>
13342
13343         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
13344         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
13345         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
13346         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
13347         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
13348         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
13349         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
13350         (gst_vorbisenc_change_state):
13351           Fix a small memory leak in vorbisenc.
13352           Fix large memory leaks in oggmux, also fix lots of state change
13353           bugs in oggmux.
13354
13355 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13356
13357         * gst/videotestsrc/gstvideotestsrc.c:
13358         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
13359         (gst_videotestsrc_src_fixate):
13360           move fixation to a fixate function
13361           remove negotiate function, basesrc's is good enough
13362           fixes a bug for check when using the element alone
13363
13364 2005-11-13  Edward Hervey  <edward@fluendo.com>
13365
13366         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
13367         (key_toggle_cb), (main):
13368         Added checkboxes for adding/removing the accurate and key_unit seek
13369         flags.
13370
13371 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
13372
13373         * configure.ac: back to HEAD
13374
13375 === release 0.9.5 ===
13376
13377 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
13378
13379         * configure.ac:
13380           releasing 0.9.5, "No No Kia"
13381
13382 2005-11-11  Edward Hervey  <edward@fluendo.com>
13383
13384         * examples/seeking/seek.c: (make_parselaunch_pipeline):
13385         Added parse-launch syntax seeking mode for the seeking example.
13386         This should help stress-test even more cases.
13387         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
13388
13389 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
13390
13391         * sys/xvimage/xvimagesink.c:
13392         (gst_xvimagesink_navigation_send_event):
13393           Check whether peer pad exists before sending navigation events
13394           to it.
13395
13396 2005-11-11  Michael Smith <msmith@fluendo.com>
13397
13398         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
13399         (gst_vorbisenc_buffer_from_packet):
13400         * ext/vorbis/vorbisenc.h:
13401           Set duration on encoded buffers. This allows oggmux's
13402           max_page_delay parameter to actually work.
13403
13404 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
13405
13406         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13407         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
13408         (gst_ffmpegcsp_avpicture_fill):
13409         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13410         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
13411           Make palettes work again (see #132341). Use our own macros
13412           for rounding up.
13413
13414 2005-11-10  Andy Wingo  <wingo@pobox.com>
13415
13416         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
13417         string doober.
13418
13419 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
13420
13421         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13422         (gst_ffmpegcsp_transform_caps):
13423           Prefer passthrough in transform_caps
13424
13425 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
13426
13427         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
13428           check for ALSA errors properly, instead of relying on ALSA's
13429           error strings to serve to the user.
13430
13431 2005-11-10  Wim Taymans  <wim@fluendo.com>
13432
13433         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
13434         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
13435         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
13436         Modernise the seek code.
13437
13438 2005-11-10  Michael Smith <msmith@fluendo.com>
13439         
13440         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
13441         (setup_substreams), (set_active_source):
13442           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
13443           trying to go to NULL if we failed to read a file.
13444
13445 2005-11-10  Wim Taymans  <wim@fluendo.com>
13446
13447         * gst/audiotestsrc/gstaudiotestsrc.c:
13448         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
13449         (gst_audiotestsrc_create):
13450         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
13451         (gst_sinesrc_get_times), (gst_sinesrc_create):
13452         * gst/videotestsrc/gstvideotestsrc.c:
13453         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
13454         (gst_videotestsrc_create):
13455         The base class can now sync for us.
13456
13457 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
13458
13459         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
13460           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
13461           name=source autoprobe=false autoprobe-fps=false copy-mode=1
13462           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
13463           format=(fourcc)I420" ! xvimagesink
13464
13465 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
13466
13467         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
13468         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
13469         (gst_sinesrc_newsegment):
13470           Send newsegment event in TIME format, set duration if
13471           num-buffers is set, fix duration querying.
13472
13473 2005-11-10  Michael Smith <msmith@fluendo.com>
13474
13475         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
13476         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
13477         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
13478         (gst_ogg_mux_collected):
13479          Fix EOS handling, partially. Now forwarding an EOS event once we have
13480          EOS on all pads works correctly. However, we still don't properly set
13481          EOS on the actual ogg stream pages.
13482
13483 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
13484
13485         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
13486           Set elements to NULL state before disposing of them.
13487
13488 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
13489
13490         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13491
13492         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13493         (gst_base_rtp_depayload_init),
13494         (gst_base_rtp_depayload_set_gst_timestamp):
13495         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13496           We need to send a newsegment event for each instance, not
13497           just for the first instance of this class (get rid of
13498           static variable in function). (#321011).
13499           
13500 2005-11-08  Michael Smith <msmith@fluendo.com>
13501
13502         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
13503         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
13504         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
13505         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
13506           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
13507           This makes us mux things correctly according to the ogg muxing
13508           rules. Still not handling EOS correctly right now, though.
13509
13510 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
13511
13512         * gst/audioconvert/gstaudioconvert.c:
13513           Fix typo in docs. 
13514
13515 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
13516
13517         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
13518         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
13519           Initialise segment_stop to GST_CLOCK_TIME_NONE when
13520           creating a new chain; should fix live streaming. Also
13521           add more debug output and fix a typo.
13522
13523 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
13524
13525         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13526
13527         * gst/volume/gstvolume.c: (volume_set_caps):
13528           Fix compilation on Solaris with Forte. (#320923)
13529
13530 2005-11-08  Wim Taymans  <wim@fluendo.com>
13531
13532         * gst-libs/gst/audio/gstbaseaudiosink.c:
13533         (gst_base_audio_sink_render):
13534         No need to do a typecheck.
13535
13536 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
13537
13538         * ext/alsa/gstalsa.h:
13539           We register a debug category, so let's use it.
13540
13541 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
13542
13543         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13544         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
13545         Fixed a small problem.
13546
13547 2005-11-04  Wim Taymans  <wim@fluendo.com>
13548
13549         * examples/seeking/Makefile.am:
13550         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
13551         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
13552         (make_playerbin_pipeline), (format_value), (update_scale),
13553         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
13554         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
13555         (print_usage), (main):
13556         Added app for playback speed testing.
13557
13558         * examples/seeking/seek.c: (dynamic_link),
13559         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
13560         (make_mpeg_pipeline), (do_seek), (set_update_scale),
13561         (message_received), (main):
13562         Updated seek example.
13563
13564 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
13565
13566         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13567         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
13568         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
13569         (gst_base_rtp_depayload_set_clock):
13570         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13571         Don't sleep on the bench (system clock) when you have a nice 
13572         comfortable bed (Gstreamer clock) to sleep on.
13573
13574 2005-11-03  Wim Taymans  <wim@fluendo.com>
13575
13576         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
13577         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
13578         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
13579         Handle the case where a pad_block failed.
13580
13581 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
13582
13583         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
13584
13585         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13586         (gst_base_rtp_depayload_add_to_queue),
13587         (gst_base_rtp_depayload_push),
13588         (gst_base_rtp_depayload_set_gst_timestamp),
13589         (gst_base_rtp_depayload_queue_release):
13590           Fixes some bugs in the depayloader's queuing/de-queueing code.
13591
13592 2005-10-31  Michael Smith <msmith@fluendo.com>
13593
13594         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
13595         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
13596         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
13597           Patch from Alessandro Decina <alessandro@nnva.org>.
13598           Make oggdemux only find the final time in a chain, not per-pad,
13599           since the per-pad information can be very expensive to locate, and
13600           it isn't used anywhere. This makes reading a file containing
13601           OggSkeleton reasonably fast.
13602           Also, make chain finding work when there are logical bitstreams that
13603           can't be decoded. Fixes #319110.
13604
13605 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
13606
13607         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13608         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
13609         (gst_base_rtp_depayload_chain),
13610         (gst_base_rtp_depayload_add_to_queue),
13611         (gst_base_rtp_depayload_push),
13612         (gst_base_rtp_depayload_set_gst_timestamp),
13613         (gst_base_rtp_depayload_queue_release),
13614         (gst_base_rtp_depayload_start_thread),
13615         (gst_base_rtp_depayload_set_property),
13616         (gst_base_rtp_depayload_get_property):
13617         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13618         Some random fixes, to fullfill the desires of thomas.
13619
13620 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
13621
13622         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13623         (gst_base_rtp_depayload_add_to_queue),
13624         (gst_base_rtp_depayload_push):
13625         Fixed the queueing algorithm.
13626
13627 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
13628
13629         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13630         (gst_base_rtp_depayload_push):
13631         A small fix
13632
13633 2005-10-31  Wim Taymans  <wim@fluendo.com>
13634
13635         * gst-libs/gst/audio/gstringbuffer.h:
13636         Don't break ABI.
13637
13638         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13639         (gst_ffmpeg_caps_to_pixfmt):
13640         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13641         (gst_ffmpegcsp_set_caps):
13642         Some more comments.
13643         Handle missing required caps fields better.
13644
13645 2005-10-31  Wim Taymans  <wim@fluendo.com>
13646
13647         * gst-libs/gst/audio/gstbaseaudiosink.c:
13648         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
13649         (gst_base_audio_sink_render):
13650         * gst-libs/gst/audio/gstringbuffer.c:
13651         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
13652         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
13653         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
13654         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
13655         (gst_ring_buffer_read):
13656         * gst-libs/gst/audio/gstringbuffer.h:
13657         Add flushing mode to the ringbuffer so that it in all cases does
13658         not try to handle more audio. This makes sure it does not try to
13659         block anymore when flushing and fixes a livelock.
13660
13661 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
13662
13663         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
13664         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
13665         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
13666           Explicitly check for -1 values before doing a conversion
13667           and always map them to -1. (#315545)
13668
13669 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
13670
13671         * gst/playback/gstplaybin.c: (gen_video_element):
13672           first try autovideosink, then xvimagesink, then error out
13673         * po/POTFILES.in:
13674           add translatable file
13675         * po/af.po:
13676         * po/az.po:
13677         * po/cs.po:
13678         * po/en_GB.po:
13679         * po/hu.po:
13680         * po/it.po:
13681         * po/nb.po:
13682         * po/nl.po:
13683         * po/or.po:
13684         * po/sq.po:
13685         * po/sr.po:
13686         * po/sv.po:
13687         * po/uk.po:
13688         * po/vi.po:
13689           update translations
13690
13691 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
13692
13693         * gst-libs/gst/rtp/gstbasedepayload.c:
13694         * gst-libs/gst/rtp/gstbasedepayload.h:
13695           Minor cleanups
13696
13697 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
13698
13699         * gst/playback/.cvsignore:
13700         * gst/playback/decodetest.c:
13701         * gst/playback/test3.c:
13702           Port these two tests as well.
13703
13704 2005-10-27  Wim Taymans  <wim@fluendo.com>
13705
13706         * ext/theora/theoradec.c: (theora_dec_src_query),
13707         (theora_dec_sink_event):
13708         * ext/theora/theoraenc.c: (theora_enc_sink_event),
13709         (theora_enc_change_state):
13710         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
13711         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
13712         Take proper locks when handling events.
13713
13714 2005-10-27  Wim Taymans  <wim@fluendo.com>
13715
13716         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
13717         (gst_adder_change_state):
13718         Fix timestamps and fix deadlock when stopping the collectpads.
13719
13720 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
13721
13722         * gst-libs/gst/rtp/gstrtpbuffer.h:
13723         Declaring the payload types as strings too so that they can be used
13724         in the padtemplate inialization.
13725
13726 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
13727
13728         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
13729
13730         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13731         (gst_base_rtp_depayload_class_init):
13732         Fixes a small but nasty bug. The derived elements no longer segfaults
13733         on finalization.
13734
13735 2005-10-26  Michael Smith <msmith@fluendo.com>
13736
13737         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
13738           When clearing an audioconvert context, set tmpbufsize to zero, so
13739           we'll allocate it again later if required.
13740           This fixes audioconvert re-negotiating formats, which previously
13741           segfaulted with a NULL destination buffer.
13742
13743 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
13744
13745         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13746         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
13747         (gst_base_rtp_depayload_set_gst_timestamp),
13748         (gst_base_rtp_depayload_queue_release):
13749         Fixed a smalll memleak.
13750
13751 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
13752         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13753         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
13754         (gst_base_rtp_depayload_finalize),
13755         (gst_base_rtp_depayload_setcaps),
13756         (gst_base_rtp_depayload_add_to_queue),
13757         (gst_base_rtp_depayload_push),
13758         (gst_base_rtp_depayload_set_gst_timestamp),
13759         (gst_base_rtp_depayload_queue_release),
13760         (gst_base_rtp_depayload_thread),
13761         (gst_base_rtp_depayload_change_state):
13762         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13763         Changed the C++ comments to C comments
13764
13765 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
13766
13767         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
13768         * gst/tcp/gsttcpclientsrc.h:
13769         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
13770         * gst/tcp/gsttcpserversrc.h:
13771           Remove unused 'curoffset' structure member.
13772
13773 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
13774
13775         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13776         (gst_base_rtp_depayload_base_init),
13777         (gst_base_rtp_depayload_finalize):
13778         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13779         * gst-libs/gst/rtp/gstbasertppayload.h:
13780           The pad-template on the sinkpad should be set by the derived classes.
13781           Also added some useful macros.
13782
13783 2005-10-24  Wim Taymans  <wim@fluendo.com>
13784
13785         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
13786         Correctly flush decoder samples even if we could not
13787         copy them to an output buffer. Fixes #319618.
13788
13789 2005-10-24  Julien MOUTTE  <julien@moutte.net>
13790
13791         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
13792         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
13793         the caps against our xcontext caps.
13794
13795 2005-10-24  Wim Taymans  <wim@fluendo.com>
13796
13797         * gst-libs/gst/audio/gstbaseaudiosink.c:
13798         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
13799         Remove g_print
13800         Use sync property from baseclass to disable sync.
13801
13802 2005-10-24  Wim Taymans  <wim@fluendo.com>
13803
13804         * gst-libs/gst/audio/gstbaseaudiosink.c:
13805         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
13806         Buffers with no timestamps get aligned with previous buffers or
13807         on underrun, played ASAP.
13808
13809 2005-10-24  Julien MOUTTE  <julien@moutte.net>
13810
13811         * gst-libs/gst/video/video.h:
13812         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13813         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
13814         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
13815         here comes my change on caps for framerate and geometry range.
13816         We are now accepting 1 to MAXINT for width and height, and from
13817         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
13818         to be blended correctly in videomixer.
13819
13820 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13821
13822         * configure.ac:
13823           back to HEAD
13824
13825 === release 0.9.4 ===
13826
13827 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13828
13829         * NEWS:
13830         * RELEASE:
13831         * configure.ac:
13832           releasing 0.9.4, "Velociraptor"
13833
13834 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13835
13836         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
13837         * po/POTFILES.in:
13838           STOPPED -> FAILED
13839
13840 2005-10-21  Wim Taymans  <wim@fluendo.com>
13841
13842         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
13843         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
13844         (pad_blocked), (close_pad_link), (new_pad):
13845         Don't try to remove elements twice.
13846
13847 2005-10-21  Wim Taymans  <wim@fluendo.com>
13848
13849         * ext/theora/theoradec.c: (theora_dec_src_query),
13850         (theora_dec_sink_event):
13851         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
13852         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
13853         (vorbis_handle_data_packet):
13854         * ext/vorbis/vorbisdec.h:
13855         Fix old naming.
13856
13857         * gst-libs/gst/audio/gstbaseaudiosink.c:
13858         (gst_base_audio_sink_render):
13859         Don't try to sync on buffers without a timestamp.
13860
13861 2005-10-21  Wim Taymans  <wim@fluendo.com>
13862
13863         * ext/theora/theoradec.c: (theora_dec_src_query),
13864         (theora_dec_sink_event):
13865         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
13866         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
13867         (vorbis_handle_data_packet):
13868         * ext/vorbis/vorbisdec.h:
13869         Fix old naming.
13870
13871 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
13872
13873         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
13874         (gst_vorbisenc_src_query):
13875           Implement position and duration queries.
13876
13877         * gst/playback/test3.c: (update_scale), (main):
13878           Fix for async state changes and print nicer output.
13879
13880 2005-10-20  Wim Taymans  <wim@fluendo.com>
13881
13882         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
13883         (dump_element_stats), (main):
13884         * gst/playback/test6.c: (main):
13885         Fix tests again
13886
13887 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
13888
13889         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
13890         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
13891           Don't use functions for position queries when handling
13892           duration queries.
13893
13894 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
13895
13896         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
13897         (vorbis_handle_data_packet), (vorbis_dec_chain),
13898         (vorbis_dec_change_state):
13899         * ext/vorbis/vorbisdec.h:
13900           Vorbis streams can be embedded in other container formats
13901           than ogg, container formats where the demuxer might set 
13902           timestamps on encoded vorbis buffers instead of those silly 
13903           granulepos thingies. In short: make vorbisdec handle 
13904           timestamps on incoming buffers as well.
13905
13906 2005-10-20  Wim Taymans  <wim@fluendo.com>
13907
13908         * gst/playback/gstplaybasebin.c: (group_destroy),
13909         (gst_play_base_bin_change_state):
13910         Fix leak.
13911         Handle case where playbasebin is now ASYNC because
13912         decodebin is.
13913
13914 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
13915
13916         * gst/audioconvert/Makefile.am:
13917         * gst/audioconvert/bufferframesconvert.c:
13918         * gst/audioconvert/plugin.c: (plugin_init):
13919         * gst/audioconvert/plugin.h:
13920           And bye bye buffer-frames-convert
13921
13922 2005-10-19  Wim Taymans  <wim@fluendo.com>
13923
13924         * check/elements/audioconvert.c:
13925         * docs/libs/tmpl/gstaudio.sgml:
13926         * docs/libs/tmpl/gstcolorbalance.sgml:
13927         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
13928         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
13929         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
13930         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
13931         * gst-libs/gst/audio/audio.h:
13932         * gst/audioconvert/audioconvert.h:
13933         * gst/audioconvert/gstaudioconvert.c:
13934         (gst_audio_convert_parse_caps):
13935         * gst/volume/gstvolume.c:
13936         Bye bye buffer-frames.
13937
13938 2005-10-19  Wim Taymans  <wim@fluendo.com>
13939
13940         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
13941         (query_positions_elems), (query_positions_pads), (update_scale),
13942         (do_seek), (set_update_scale), (message_received), (main):
13943         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
13944         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
13945         (gst_ogg_demux_loop):
13946         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
13947         * ext/theora/theoradec.c: (theora_dec_src_query),
13948         (theora_dec_sink_event):
13949         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
13950         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
13951         * gst/adder/gstadder.c: (gst_adder_query):
13952         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
13953         * gst/playback/test3.c: (update_scale):
13954         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
13955         (dump_element_stats), (main):
13956         * gst/playback/test6.c: (main):
13957         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
13958         Query API update.
13959
13960 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
13961
13962         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
13963         (xml_check_first_element), (xml_type_find), (smil_type_find),
13964         (plugin_init):
13965           Add typefinding for SMIL and for generic XML. Based on patch by
13966           Akos Maroy (#308663).
13967
13968 2005-10-18  Wim Taymans  <wim@fluendo.com>
13969
13970         * gst/playback/Makefile.am:
13971         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
13972         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
13973         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
13974         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
13975         (gst_decode_bin_change_state):
13976         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
13977         (gst_play_bin_send_event_to_sink):
13978         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
13979         (dump_element_stats), (main):
13980         * gst/playback/test6.c: (main):
13981         Make playbin async, it'll commit state to paused when all streams
13982         are detected.
13983         Remove ugly hack.
13984         Added test6.c to show async behaviour.
13985
13986 2005-10-18  Wim Taymans  <wim@fluendo.com>
13987
13988         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
13989         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
13990         Fix for segment-start/stop API change.
13991
13992 2005-10-18  Wim Taymans  <wim@fluendo.com>
13993
13994         * check/Makefile.am:
13995         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
13996         (main):
13997         Add future test for clock selection.
13998
13999 2005-10-18  Wim Taymans  <wim@fluendo.com>
14000
14001         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
14002         (gst_alsasink_close):
14003         Set handle to NULL.
14004
14005         * gst-libs/gst/audio/gstringbuffer.c:
14006         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
14007         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
14008         (gst_ring_buffer_start), (gst_ring_buffer_pause),
14009         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
14010         (gst_ring_buffer_read):
14011         More debug info.
14012
14013 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
14014
14015         * gst/audiotestsrc/Makefile.am:
14016         * gst/sine/Makefile.am:
14017         * gst/volume/Makefile.am:
14018           fix broken build of controllerized plugins
14019
14020 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
14021
14022         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14023
14024         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
14025         (gst_riff_create_video_template_caps):
14026           Add support for Indeo-3 (IV32).
14027
14028 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14029
14030         * configure.ac:
14031           rewrite
14032
14033 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14034
14035         * gst-libs/gst/video/video.c: (gst_video_get_size):
14036         * gst/audiotestsrc/gstaudiotestsrc.c:
14037           doc updates
14038
14039 2005-10-17  Andy Wingo  <wingo@pobox.com>
14040
14041         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
14042         with the collectpads change.
14043         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
14044
14045         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
14046
14047         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
14048
14049         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
14050         alloc_buffer flow return to callers.
14051         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
14052         change. Fix some memleaks in theoraenc.
14053
14054         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
14055         in strange circumstance.
14056
14057 2005-10-17  Julien MOUTTE  <julien@moutte.net>
14058
14059         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14060         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
14061         from caps, let's use the caps...
14062
14063 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14064
14065         * configure.ac:
14066           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
14067
14068 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
14069
14070         * gst-libs/gst/interfaces/Makefile.am:
14071           fix silly typo
14072
14073 2005-10-16  Andy Wingo  <wingo@pobox.com>
14074
14075         * gst/playback/gstdecodebin.c
14076         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
14077         function!
14078         (try_to_link_1): Increase kraziness level.
14079
14080 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
14081
14082         * configure.ac:
14083           restructure like the core one
14084         * gst-libs/gst/audio/Makefile.am:
14085         * gst-libs/gst/interfaces/Makefile.am:
14086         * gst-libs/gst/net/Makefile.am:
14087         * gst-libs/gst/riff/Makefile.am:
14088         * gst-libs/gst/rtp/Makefile.am:
14089         * gst-libs/gst/tag/Makefile.am:
14090         * gst-libs/gst/video/Makefile.am:
14091           use correct linker flags, now the libs are properly versioned
14092         * check/elements/audioconvert.c: (verify_convert):
14093         * ext/alsa/gstalsaplugin.c:
14094         * ext/cdparanoia/gstcdparanoia.c:
14095         * ext/gnomevfs/gstgnomevfs.c:
14096         * ext/libvisual/visual.c:
14097         * ext/ogg/gstogg.c:
14098         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
14099         * ext/theora/theora.c:
14100         * ext/vorbis/vorbis.c:
14101         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
14102         * gst-libs/gst/tag/gsttagediting.c:
14103         * gst-libs/gst/video/video.c:
14104         * gst/adder/gstadder.c:
14105         * gst/audioconvert/plugin.c:
14106         * gst/audiorate/gstaudiorate.c:
14107         * gst/audioresample/gstaudioresample.c:
14108         * gst/audioresample/resample_ref.c: (resample_scale_ref):
14109         * gst/audioscale/gstaudioscale.c:
14110         * gst/audioscale/resample.c:
14111         * gst/audiotestsrc/gstaudiotestsrc.c:
14112         * gst/ffmpegcolorspace/gstffmpeg.c:
14113         * gst/playback/gstdecodebin.c: (close_pad_link):
14114         * gst/playback/gstplaybin.c: (gen_video_element),
14115         (gen_audio_element):
14116         * gst/sine/gstsinesrc.c:
14117         * gst/subparse/gstsubparse.c:
14118         * gst/tags/gsttagediting.c:
14119         * gst/tcp/gsttcpplugin.c:
14120         * gst/typefind/gsttypefindfunctions.c:
14121         * gst/videorate/gstvideorate.c:
14122         * gst/videoscale/gstvideoscale.c:
14123         * gst/videotestsrc/gstvideotestsrc.c:
14124         * gst/volume/gstvolume.c:
14125         * sys/v4l/gstv4l.c:
14126         * sys/ximage/ximage.c:
14127         * sys/xvimage/xvimagesink.c:
14128           fix up defines
14129
14130 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
14131
14132         * ext/vorbis/vorbisenc.c:
14133         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
14134         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
14135         (gst_tag_to_vorbis_comments):
14136           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
14137
14138 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
14139
14140         * examples/stats/mp2ogg.c:
14141         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14142           typo fixes
14143
14144 2005-10-13  Michael Smith <msmith@fluendo.com>
14145
14146         * ext/ogg/gstoggmux.c:
14147           Use magic glib macros to define constants as 64 bit, to ensure
14148           appropriate vararg passing.
14149
14150 2005-10-13  Michael Smith <msmith@fluendo.com>
14151
14152         * ext/ogg/gstoggmux.c:
14153         * gst/audioconvert/audioconvert.c: (float):
14154           Don't use LL suffix, as it's not portable, and neither of these
14155           uses required it anyway.
14156
14157 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
14158
14159         * examples/indexing/indexmpeg.c: (main):
14160         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
14161         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
14162         (cdparanoia_convert), (cdparanoia_query):
14163         * ext/cdparanoia/gstcdparanoia.h:
14164         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
14165         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
14166         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
14167         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
14168         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
14169         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
14170         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
14171         (gst_multifdsink_render), (gst_multifdsink_start),
14172         (gst_multifdsink_stop):
14173         * gst/tcp/gstmultifdsink.h:
14174         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
14175         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
14176         (gst_tcpclientsink_stop):
14177         * gst/tcp/gsttcpclientsink.h:
14178         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
14179         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
14180         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
14181         * gst/tcp/gsttcpclientsrc.h:
14182         * gst/tcp/gsttcpserversink.h:
14183         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
14184         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
14185         (gst_tcpserversrc_stop):
14186         * gst/tcp/gsttcpserversrc.h:
14187         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
14188         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
14189         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
14190           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
14191           moved bitshift from macro to enum definition
14192
14193 2005-10-12  Wim Taymans  <wim@fluendo.com>
14194
14195         * examples/seeking/Makefile.am:
14196         Oops.
14197
14198 2005-10-12  Wim Taymans  <wim@fluendo.com>
14199
14200         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
14201         (gst_ring_buffer_read), (gst_ring_buffer_clear):
14202         Don't assert on normal stuff.
14203
14204         * gst/playback/gstplaybin.c: (do_playbin_seek):
14205         API fix.
14206
14207 2005-10-12  Wim Taymans  <wim@fluendo.com>
14208
14209         * check/pipelines/simple_launch_lines.c: (run_pipeline):
14210         * examples/seeking/Makefile.am:
14211         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
14212         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
14213         (do_seek), (set_update_scale), (message_received), (main):
14214         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
14215         (gst_ring_buffer_read), (gst_ring_buffer_clear):
14216         Update for _get_state() API change.
14217
14218 2005-10-11  Wim Taymans  <wim@fluendo.com>
14219
14220         * gst-libs/gst/audio/gstbaseaudiosink.c:
14221         (gst_base_audio_sink_render):
14222         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14223         (gst_base_audio_src_create):
14224         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
14225         (gst_ring_buffer_read):
14226         Cleanups.
14227         Commit and read from ringbuffer in samples rather than bytes.
14228
14229 2005-10-11  Wim Taymans  <wim@fluendo.com>
14230
14231         * gst-libs/gst/audio/gstbaseaudiosink.c:
14232         (gst_base_audio_sink_render):
14233         Respect segment rate and accum when scheduling samples.
14234
14235 2005-10-11  Julien MOUTTE  <julien@moutte.net>
14236
14237         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
14238         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
14239         EOS correctly, that needs more work.
14240
14241 2005-10-11  Wim Taymans  <wim@fluendo.com>
14242
14243         * check/generic/states.c: (GST_START_TEST):
14244         remove old property.
14245
14246         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14247         (gst_ogg_demux_perform_seek):
14248         * ext/theora/theoradec.c: (theora_dec_sink_event):
14249         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14250         (vorbis_handle_data_packet):
14251         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14252         (gst_base_rtp_depayload_set_gst_timestamp):
14253         * gst/videorate/gstvideorate.c: (gst_videorate_event):
14254         Update for newsegment API change.
14255
14256 2005-10-11  Michael Smith <msmith@fluendo.com>
14257
14258         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
14259         (do_playbin_seek), (gst_play_bin_send_event):
14260           Override send_event differently, so that we can takes bits of
14261           functionality from GstPipeline (special handling for seeks,
14262           including pausing/resuming, and resetting stream time) and still get
14263           the appropriate behaviour of only forwarding event to a single sink,
14264           rather than all of them.
14265           Unfortunately requires a lot of code duplication, but the
14266           alternatives are equally ugly in the end.
14267
14268 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14269
14270         * check/elements/audioconvert.c: (setup_audioconvert),
14271         (cleanup_audioconvert), (get_int_caps), (verify_convert),
14272         (GST_START_TEST), (audioconvert_suite):
14273           clean up tests a little, fix some leaks.
14274
14275 2005-10-10  Wim Taymans  <wim@fluendo.com>
14276
14277         * ext/alsa/gstalsasink.c:
14278         Also allow unsigned int.
14279
14280         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14281         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
14282         Small cleanup
14283
14284 2005-10-10  Wim Taymans  <wim@fluendo.com>
14285
14286         * check/pipelines/simple_launch_lines.c: (run_pipeline):
14287         Small update, use API as stated in design docs.
14288
14289         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
14290         (update_scale), (do_seek), (seek_cb), (set_update_scale),
14291         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
14292         (message_received), (main):
14293         Updated seek example for GOption. Some usability improvements.
14294
14295 2005-10-10  Wim Taymans  <wim@fluendo.com>
14296
14297         * gst/audioconvert/audioconvert.h:
14298         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
14299         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
14300         Alloc temp storage somewhere else where we can do it more
14301         portable.
14302
14303 2005-10-10  Wim Taymans  <wim@fluendo.com>
14304
14305         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
14306         (gst_tcpserversrc_start):
14307         Don't block in accept while doing the state change, move
14308         to poll and make cancellable.
14309
14310 2005-10-09  Philippe Khalaf <burger@speedy.org>
14311
14312         * gst-libs/gst/rtp/rtpbasedepayload.c:
14313         Set timestamp and add queue delay to timestamp
14314         * gst-libs/gst/rtp/rtpbuffer.h:
14315         Set correct payload type for h263
14316
14317 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
14318
14319         * gst/audiotestsrc/gstaudiotestsrc.c:
14320         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
14321         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
14322         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
14323         (gst_audiotestsrc_create_triangle),
14324         (gst_audiotestsrc_create_silence),
14325         (gst_audiotestsrc_create_white_noise),
14326         (gst_audiotestsrc_init_pink_noise),
14327         (gst_audiotestsrc_generate_pink_noise_value),
14328         (gst_audiotestsrc_create_pink_noise),
14329         (gst_audiotestsrc_change_wave):
14330         * gst/audiotestsrc/gstaudiotestsrc.h:
14331           fixed typo, added pink noise
14332
14333 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
14334
14335         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
14336         (plugin_init):
14337           Add wavpack and spc typefind functions from 0.8 branch.
14338
14339 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
14340
14341         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
14342         (ar_type_find), (msdos_type_find), (plugin_init):
14343           Add typefind functions for tar archives, ar archives,
14344           RAR archives, and msdos-executables (dlls, exe, etc.).
14345           Some of those would be wrongly identified as mpeg
14346           streams of some sort before (#315550).
14347
14348 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
14349
14350         * configure.ac:
14351         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
14352         * docs/plugins/gst-plugins-base-plugins-sections.txt:
14353         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
14354         * gst/audiotestsrc/Makefile.am:
14355         * gst/audiotestsrc/gstaudiotestsrc.c:
14356         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
14357         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
14358         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
14359         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
14360         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
14361         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
14362         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
14363         (gst_audiotestsrc_create_silence),
14364         (gst_audiotestsrc_create_white_noise),
14365         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
14366         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
14367         (gst_audiotestsrc_start), (plugin_init):
14368         * gst/audiotestsrc/gstaudiotestsrc.h:
14369           add new plugin and element
14370         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
14371           use gobject_class
14372
14373 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
14374
14375         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
14376         (gst_adder_init), (gst_adder_request_new_pad),
14377         (gst_adder_change_state):
14378           Add query function to source pad, so adder reports the correct
14379           time/sample position when queried (#315457); fix state change
14380           function; use GST_DEBUG_FUNCPTR() for pad functions.
14381
14382 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14383
14384         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
14385           Fix leaks in typefind registration
14386           Clean up the gratuitous commenting and whitespacing a little
14387
14388 2005-10-08  Wim Taymans  <wim@fluendo.com>
14389
14390         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
14391         Only actually wait for the thread to be stopped if it's 
14392         running.
14393
14394 2005-10-08  Wim Taymans  <wim@fluendo.com>
14395
14396         * gst-libs/gst/audio/gstbaseaudiosink.c:
14397         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
14398         If we receive EOS we can start playback of what we had.
14399
14400 2005-10-08  Wim Taymans  <wim@fluendo.com>
14401
14402         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
14403         (gst_multifdsink_finalize), (multifdsink_hash_remove),
14404         (gst_multifdsink_stop):
14405         Fix crasher when going to NULL multiple times.
14406
14407 2005-10-06  Wim Taymans  <wim@fluendo.com>
14408
14409         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
14410         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
14411         * gst-libs/gst/audio/gstbaseaudiosrc.h:
14412         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
14413         patch from Edgard Lima <edgard.lima@indt.org.br>
14414         Fixed gstbaseaudiosrc adding ring buffer sync to it.
14415
14416 2005-10-06  Wim Taymans  <wim@fluendo.com>
14417
14418         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
14419         Report the FLOW_RETURN as string in the error message.
14420
14421         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
14422         Don't assert when clearing an unnegotiated buffer.
14423
14424 2005-10-04  Michael Smith <msmith@fluendo.com>
14425
14426         * gst/playback/gstplaybasebin.c: (group_destroy),
14427         (gen_preroll_element), (remove_groups), (setup_source):
14428         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
14429         (setup_sinks), (gst_play_bin_send_event),
14430         (gst_play_bin_change_state):
14431           Set state to NULL before removing from bin. Fix refcounting.
14432
14433 2005-10-04  Michael Smith <msmith@fluendo.com>
14434
14435         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
14436           Correct refcounting in send_event() function. Previously was wrong
14437           if the first sink was unable to handle the event.
14438
14439 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
14440
14441         * configure.ac:
14442           back to development
14443
14444 === release 0.9.3 ===
14445
14446 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
14447
14448         * configure.ac:
14449           Releasing 0.9.3, "De Facto"
14450
14451 2005-10-03  Andy Wingo  <wingo@pobox.com>
14452
14453         * gst/playback/gstdecodebin.c (try_to_link_1)
14454         (remove_element_chain): set element to NULL before removing it.
14455
14456 2005-10-02  Johan Dahlin  <johan@gnome.org>
14457
14458         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
14459         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
14460         MT safe.
14461
14462 2005-10-02  Andy Wingo  <wingo@pobox.com>
14463
14464         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
14465         (gst_ring_buffer_prepare_read): 
14466         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
14467         Demote to LOG.
14468
14469 2005-09-29  Wim Taymans  <wim@fluendo.com>
14470
14471         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
14472         * ext/theora/theoradec.c: (theora_handle_data_packet):
14473         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
14474         Propagate error codes from alloc_buffer too.
14475
14476 2005-09-29  Wim Taymans  <wim@fluendo.com>
14477
14478         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
14479         We use fixed caps.
14480
14481         * gst/playback/Makefile.am:
14482         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
14483         (dump_element_stats), (main):
14484         Added example stream introspection code.
14485
14486 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
14487
14488         * gst/adder/gstadder.c: (gst_adder_collected):
14489           fix adder for float elements
14490
14491 2005-09-28  Wim Taymans  <wim@fluendo.com>
14492
14493         * gst-libs/gst/audio/gstbaseaudiosink.c:
14494         (gst_base_audio_sink_class_init),
14495         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
14496         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14497         (gst_base_audio_src_class_init),
14498         (gst_base_audio_src_provide_clock):
14499         get_clock -> provide_clock
14500
14501 2005-09-28  Andy Wingo  <wingo@pobox.com>
14502
14503         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
14504         and unlocking.
14505
14506         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
14507         unlocking.
14508
14509         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
14510         Actually add the pad template.
14511         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
14512
14513         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
14514         I'm at it...
14515
14516         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
14517         from fdsrc. Get caps in create() instead of start() so it can be
14518         interrupted. Interruption somewhat untested.
14519
14520         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
14521         Proper EOS handling.
14522
14523 2005-09-27  Andy Wingo  <wingo@pobox.com>
14524
14525         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
14526
14527         * gst/tcp/gsttcpserversrc.c: Cleaned up.
14528
14529         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
14530
14531         * gst/tcp/gsttcp.h: 
14532         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
14533         out of tcpclientsrc.c. Cancellable.
14534         (gst_tcp_socket_read): Made private, cancellable, with better
14535         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
14536         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
14537         whole buffer, and better diagnostics.
14538         (gst_tcp_gdp_read_caps): Same.
14539
14540         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
14541
14542 2005-09-26  Andy Wingo  <wingo@pobox.com>
14543
14544         * gst/sine/gstsinesrc.h:
14545         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
14546         change the 'sync' property to 'is-live' and implement it halfway,
14547         update for controller api change.
14548
14549         * gst/volume/gstvolume.c (volume_transform_ip): Update for
14550         controller api change.
14551
14552 2005-09-24  Wim Taymans  <wim@fluendo.com>
14553
14554         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
14555         * gst-libs/gst/audio/gstaudiosink.c:
14556         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
14557         (gst_audioringbuffer_stop):
14558         * gst-libs/gst/audio/gstbaseaudiosink.c:
14559         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
14560         (gst_base_audio_sink_change_state):
14561         * gst-libs/gst/audio/gstbaseaudiosink.h:
14562         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
14563         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
14564         (gst_ring_buffer_commit), (gst_ring_buffer_read):
14565         * gst-libs/gst/audio/gstringbuffer.h:
14566         Fix sync again. Moved sample alignment to basesink.
14567
14568 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14569
14570         * docs/plugins/Makefile.am:
14571         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
14572         * docs/plugins/gst-plugins-base-plugins-sections.txt:
14573         * gst/volume/gstvolume.c:
14574           add/fix docs
14575         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
14576         * gst-libs/gst/audio/audio.h:
14577           add conversion macros for frames <-> clocktime
14578
14579 2005-09-23  David Schleef  <ds@schleef.org>
14580
14581         * gst/audioresample/Makefile.am:
14582         * gst/audioresample/debug.h:
14583         * gst/audioresample/gstaudioresample.c:
14584         * gst/audioresample/resample.c: Convert to using gst debugging
14585
14586 2005-09-22  Wim Taymans  <wim@fluendo.com>
14587
14588         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14589         (gst_play_bin_send_event):
14590         Only seek on one sink, the first one that succeeds.
14591
14592 2005-09-22  Michael Smith <msmith@fluendo.com>
14593
14594         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
14595         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
14596         Don't flush encoder state unless we have an initialised encoder.
14597         Clear out encoder state on PAUSED_TO_READY.
14598
14599 2005-09-22  Wim Taymans  <wim@fluendo.com>
14600
14601         * gst-libs/gst/rtp/gstbasertppayload.c:
14602         (gst_basertppayload_class_init), (gst_basertppayload_init),
14603         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
14604         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
14605         (gst_basertppayload_is_filled), (gst_basertppayload_push),
14606         (gst_basertppayload_set_property),
14607         (gst_basertppayload_get_property),
14608         (gst_basertppayload_change_state):
14609         * gst-libs/gst/rtp/gstbasertppayload.h:
14610         Added max-ptime to control amount of data in the rtp packets.
14611
14612 2005-09-21  Andy Wingo  <wingo@pobox.com>
14613
14614         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
14615         thingies.
14616
14617         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
14618         can be called multiple times, dogs.
14619
14620 2005-09-21  Wim Taymans  <wim@fluendo.com>
14621
14622         * gst-libs/gst/rtp/gstbasertppayload.c:
14623         (gst_basertppayload_class_init), (gst_basertppayload_init),
14624         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
14625         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
14626         (gst_basertppayload_push), (gst_basertppayload_get_property),
14627         (gst_basertppayload_change_state):
14628         Allow 0 ssrc too.
14629
14630 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
14631
14632         * docs/libs/compiling.sgml:
14633           fixing typos
14634
14635 2005-09-20  Wim Taymans  <wim@fluendo.com>
14636
14637         * gst-libs/gst/rtp/gstbasertppayload.c:
14638         (gst_basertppayload_class_init), (gst_basertppayload_init),
14639         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
14640         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
14641         (gst_basertppayload_push), (gst_basertppayload_set_property),
14642         (gst_basertppayload_get_property),
14643         (gst_basertppayload_change_state):
14644         * gst-libs/gst/rtp/gstbasertppayload.h:
14645         Added property to configure sequence number offsets.
14646
14647 2005-09-20  Wim Taymans  <wim@fluendo.com>
14648
14649         * gst-libs/gst/rtp/gstbasertppayload.c:
14650         (gst_basertppayload_class_init), (gst_basertppayload_init),
14651         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
14652         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
14653         (gst_basertppayload_push), (gst_basertppayload_set_property),
14654         (gst_basertppayload_get_property),
14655         (gst_basertppayload_change_state):
14656         * gst-libs/gst/rtp/gstbasertppayload.h:
14657         Make timestamp offset configurable.
14658
14659 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
14660
14661         * check/pipelines/simple_launch_lines.c: (run_pipeline):
14662           fix wrong pop/unref
14663
14664 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
14665
14666         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14667
14668         * gst-libs/gst/interfaces/propertyprobe.c:
14669         (gst_property_probe_probe_property_name),
14670         (gst_property_probe_needs_probe_name),
14671         (gst_property_probe_get_values_name),
14672         (gst_property_probe_probe_and_get_values_name):
14673           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
14674           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
14675
14676 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14677
14678         * check/Makefile.am:
14679           have some tests be disabled for valgrinding
14680         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
14681         (GST_START_TEST):
14682         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
14683           Fix A Leak.  Chain To Parent Finalize.
14684
14685 2005-09-19  Wim Taymans  <wim@fluendo.com>
14686
14687         * examples/seeking/seek.c: (make_wav_pipeline), (main):
14688         Fixed wav pipeline.
14689
14690 2005-09-19  Wim Taymans  <wim@fluendo.com>
14691
14692         * gst-libs/gst/rtp/gstbasertppayload.c:
14693         (gst_basertppayload_class_init), (gst_basertppayload_init),
14694         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
14695         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
14696         (gst_basertppayload_push), (gst_basertppayload_get_property),
14697         (gst_basertppayload_change_state):
14698         Posting ERROR and WARNING messages is good.
14699
14700 2005-09-19  Wim Taymans  <wim@fluendo.com>
14701
14702         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14703         (gst_base_rtp_depayload_add_to_queue),
14704         (gst_base_rtp_depayload_push),
14705         (gst_base_rtp_depayload_set_gst_timestamp),
14706         (gst_base_rtp_depayload_queue_release):
14707         This one was not supposed to go in.
14708
14709 2005-09-19  Wim Taymans  <wim@fluendo.com>
14710
14711         * check/pipelines/simple_launch_lines.c: (run_pipeline):
14712         Fix for bus API.
14713
14714         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14715         (gst_base_rtp_depayload_chain),
14716         (gst_base_rtp_depayload_add_to_queue),
14717         (gst_base_rtp_depayload_push),
14718         (gst_base_rtp_depayload_set_gst_timestamp),
14719         (gst_base_rtp_depayload_queue_release):
14720         Some cleanups.
14721
14722         * gst-libs/gst/rtp/gstbasertppayload.c:
14723         (gst_basertppayload_class_init), (gst_basertppayload_init),
14724         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
14725         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
14726         (gst_basertppayload_get_property),
14727         (gst_basertppayload_change_state):
14728         Added debugging category.
14729
14730 2005-09-18  David Schleef  <ds@schleef.org>
14731
14732         * gst/playback/gstdecodebin.c: free plugin list correctly
14733         * gst/playback/gstplaybin.c: emit warning if autovideosink
14734           and autoaudiosink can't be found (instead of segfaulting)
14735
14736 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14737
14738         * check/elements/audioconvert.c: (GST_START_TEST):
14739           try out 24 bit conversion
14740
14741 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
14742
14743         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
14744         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
14745         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
14746         * ext/vorbis/vorbisenc.h:
14747           Fix EOS handling.  Still needs a fix in the ogg muxer to
14748           mark the last page as eos.
14749
14750 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
14751
14752         * common/gtk-doc-plugins.mak:
14753         * docs/plugins/Makefile.am:
14754         * docs/plugins/gst-plugins-base-plugins-sections.txt:
14755         * gst/ffmpegcolorspace/Makefile.am:
14756         * gst/ffmpegcolorspace/avcodec.h:
14757         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14758         * gst/tcp/gstmultifdsink.c:
14759           fix up ffmpegcolorspace docs; extract header
14760
14761 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
14762
14763         * common/gtk-doc-plugins.mak:
14764         * docs/plugins/Makefile.am:
14765         * docs/plugins/gst-plugins-base-plugins-sections.txt:
14766         * ext/theora/Makefile.am:
14767         * ext/theora/gsttheoraenc.h:
14768         * ext/theora/theoraenc.c:
14769         * ext/vorbis/vorbisenc.c:
14770           pick up signals and args for vorbis; add some docs for vorbis
14771
14772 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
14773
14774         * common/gstdoc-scangobj:
14775         * common/gtk-doc-plugins.mak:
14776         * docs/libs/Makefile.am:
14777         * docs/plugins/gst-plugins-base-plugins.args:
14778         * docs/plugins/gst-plugins-base-plugins.hierarchy:
14779         * docs/plugins/gst-plugins-base-plugins.interfaces:
14780         * docs/plugins/gst-plugins-base-plugins.prerequisites:
14781         * docs/plugins/gst-plugins-base-plugins.signals:
14782           only scanobj stuff from our source module.  Not sure yet
14783           if that's correct, given the hierarchy stuff :)
14784
14785 2005-09-15  Wim Taymans  <wim@fluendo.com>
14786
14787         * gst/audioconvert/gstaudioconvert.c:
14788         And enable 24 bits mode as well..
14789
14790 2005-09-15  Wim Taymans  <wim@fluendo.com>
14791
14792         * gst-libs/gst/rtp/Makefile.am:
14793         * gst-libs/gst/rtp/gstbasertppayload.c:
14794         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
14795         (gst_basertppayload_class_init), (gst_basertppayload_init),
14796         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
14797         (gst_basertppayload_chain), (gst_basertppayload_set_options),
14798         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
14799         (gst_basertppayload_set_property),
14800         (gst_basertppayload_get_property),
14801         (gst_basertppayload_change_state):
14802         * gst-libs/gst/rtp/gstbasertppayload.h:
14803         Added rtp payloader base class.
14804
14805 2005-09-15  Andy Wingo  <wingo@pobox.com>
14806
14807         * configure.ac (plugindir): Remove the EOL matcher from the
14808         regexp, as it causes me problems. Libtool? Make? Who knows?
14809
14810 2005-09-14  David Schleef  <ds@schleef.org>
14811
14812         * check/generic/states.c: 
14813         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
14814         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
14815           Fixes for changes in registry API.
14816
14817         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
14818           to GST_PLUGIN_LDFLAGS.
14819         * ext/libvisual/visual.c: Make the library shut up.
14820         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
14821         * gst-libs/gst/audio/gstaudiofilter.c: same
14822
14823 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14824
14825         * docs/plugins/Makefile.am:
14826         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
14827         * docs/plugins/inspect/plugin-libvisual.xml:
14828         * docs/plugins/tmpl/element-tcpserversink.sgml:
14829         * ext/theora/theoraenc.c:
14830           add libvisual plugin and theoraenc element to docs
14831
14832 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14833
14834         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
14835         * docs/plugins/gst-plugins-base-plugins-sections.txt:
14836         * ext/theora/theoraenc.c:
14837           add theoraenc
14838
14839 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
14840
14841         * gst/audioconvert/Makefile.am:
14842           Audioconvert derives from GstBaseTransform and should
14843           link to the library with our base elements to avoid
14844           unresolved symbols. Makes things work with MinGW (#316160)
14845
14846         * gst/playback/test4.c: (main):
14847           Fix MinGW build problem and use g_usleep() instead of 
14848           sleep() (#316162)
14849
14850 2005-09-12  Wim Taymans  <wim@fluendo.com>
14851
14852         * gst/audioconvert/audioconvert.c: (float),
14853         (audio_convert_prepare_context), (audio_convert_convert):
14854         * gst/audioconvert/audioconvert.h:
14855         Cleanups, speedups, simplifications, added back support
14856         for 24 bits.
14857
14858 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14859
14860         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
14861         * docs/plugins/gst-plugins-base-plugins-sections.txt:
14862         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
14863         * docs/plugins/tmpl/element-tcpserversink.sgml:
14864         * gst/ffmpegcolorspace/gstffmpeg.c:
14865         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14866         * gst/videotestsrc/gstvideotestsrc.c:
14867         * gst/volume/gstvolume.c:
14868           add more elements to the docs
14869
14870 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
14871
14872         * check/Makefile.am:
14873         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
14874         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
14875           Add extra tests for basetransform based components. 
14876           Comment out the test_element_negotiation test until we decide
14877           if it's testing correct behaviour.
14878         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
14879         (gst_visual_chain), (gst_visual_change_state):
14880           Slightly more correct but still bogus timestamping.
14881           Fix state change function.
14882         * gst/audioconvert/gstaudioconvert.c:
14883         (gst_audio_convert_class_init):
14884         * gst/audioresample/gstaudioresample.c:
14885         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14886         (gst_ffmpegcsp_class_init):
14887         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
14888         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
14889         (gst_videoscale_prepare_image):
14890         * gst/volume/gstvolume.c: (gst_volume_class_init),
14891         (volume_transform_ip):
14892           Basetransform updates. Enable passthrough modes.
14893         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
14894         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
14895         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14896           Negotiation fix that allows the window to return to the original
14897           size and renegotiate passthrough upstream. Extra debug output.
14898
14899 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14900
14901         * gst/sine/gstsinesrc.c:
14902         * gst/volume/gstvolume.c:
14903           fix up header include
14904
14905 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
14906
14907         * gst-libs/gst/audio/gstbaseaudiosink.c:
14908         (gst_base_audio_sink_render):
14909         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
14910         * gst/volume/gstvolume.c: (gst_volume_class_init),
14911         (volume_transform):
14912           fixing lost sync, some more debugging
14913
14914 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
14915
14916         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
14917         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
14918         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
14919         (gst_xvimagesink_check_xshm_calls):
14920           Fix compilation when XShm is not available.
14921
14922 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
14923
14924         * ext/libvisual/visual.c: (gst_visual_dispose),
14925         (gst_visual_getcaps), (gst_visual_src_setcaps),
14926         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
14927         (gst_visual_change_state):
14928           Finish fixing up libvisual plugin so that it runs. 
14929
14930 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
14931
14932         * ext/vorbis/vorbisenc.c:
14933         * gst-libs/gst/tag/gstvorbistag.c:
14934           gsttaginterface.h -> gsttagsetter.h
14935
14936 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
14937
14938         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
14939           added another test that failes for me (test is not active by default)
14940
14941 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14942
14943         * configure.ac:
14944           v4l2 is no longer in gst-plugins-base
14945
14946 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
14947
14948         * configure.ac:
14949           In the output at the end, don't show the first plugin on the same
14950           line as "Core plug-ins, always built:".
14951           Indent the output as for other plugin categories
14952         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
14953           #define that can be used to not use peer buffer_alloc functions for
14954           test purposes.
14955         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
14956         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
14957         (gst_ximagesink_show_frame):
14958         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
14959         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
14960         (gst_xvimagesink_show_frame):
14961           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
14962           fails gracefully instead of XError aborting or deadlocking.
14963
14964 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
14965
14966         * ext/libvisual/Makefile.am:
14967           link against gst-base-libs
14968
14969 2005-09-06  David Schleef  <ds@schleef.org>
14970
14971         * configure.ac: Enable libvisual plugin.
14972         * ext/libvisual/Makefile.am:
14973         * ext/libvisual/visual.c: Fixes to make it compile.
14974
14975 === release 0.9.2 ===
14976
14977 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
14978
14979         * NEWS:
14980         * RELEASE:
14981         * configure.ac:
14982         * docs/random/ChangeLog-0.8:
14983           releasing 0.9.2, "Spoon"
14984
14985 2005-09-05  Michael Smith <msmith@fluendo.com>
14986
14987         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
14988           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
14989           that in the vorbisenc element.
14990
14991 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
14992
14993         * common/gtk-doc-plugins.mak:
14994         * docs/plugins/Makefile.am:
14995           fix distcheck
14996         * gst/audioresample/resample.c:
14997           fix wrong docstring
14998
14999 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
15000
15001         * common/gst-xmlinspect.py:
15002         * common/gtk-doc-plugins.mak:
15003           only inspect plugins for this given package
15004           require gst-python 0.9
15005
15006 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15007
15008         * Makefile.am:
15009         * autogen.sh:
15010         * common/gst-xmlinspect.py:
15011         * configure.ac:
15012         * docs/Makefile.am:
15013         * docs/plugins/inspect/plugin-alsa.xml:
15014         * docs/plugins/inspect/plugin-audioresample.xml:
15015         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
15016         * docs/plugins/inspect/plugin-ogg.xml:
15017         * docs/plugins/tmpl/element-gnomevfssink.sgml:
15018         * docs/plugins/tmpl/element-multifdsink.sgml:
15019         * docs/plugins/tmpl/element-tcpserversink.sgml:
15020         * docs/plugins/tmpl/element-vorbisenc.sgml:
15021         * gst-plugins-base.spec.in:
15022           various doc-related updates
15023
15024 2005-08-31  Wim Taymans  <wim@fluendo.com>
15025
15026         * gst-libs/gst/audio/gstbaseaudiosink.c:
15027         (gst_base_audio_sink_render):
15028         Resync if the buffer timestamps drift more than a 10th 
15029         of a second.
15030
15031 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
15032
15033         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
15034         (gst_v4lsrc_get_property):
15035           The 'timestamp-offset' property is registered as an int64, so
15036           let's use g_value_{set|get}_int64() in our setter and getter
15037           functions (makes it work and fixes warnings with gst-inspect).
15038
15039 2005-08-30  Wim Taymans  <wim@fluendo.com>
15040
15041         * check/elements/audioconvert.c: (setup_audioconvert):
15042         * check/elements/audioresample.c: (setup_audioresample):
15043         * check/elements/volume.c: (setup_volume):
15044         Fix checks.
15045
15046 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15047
15048         * common/gtk-doc-plugins.mak:
15049         * common/plugins.xsl:
15050         * docs/plugins/Makefile.am:
15051           make module a param
15052
15053 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
15054
15055         * examples/seeking/seek.c: (make_mp3_pipeline),
15056         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
15057         (play_cb), (pause_cb), (stop_cb):
15058           update the example
15059
15060 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
15061
15062         * gst/volume/gstvolume.c: (gst_volume_class_init),
15063         (volume_transform):
15064           do not update controlled params, if buffer has no timestamp
15065
15066 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
15067
15068         * configure.ac:
15069         * gst/sine/Makefile.am:
15070         * gst/volume/Makefile.am:
15071           controllerized elements also need to link against controller-libs ;)
15072
15073 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
15074
15075         * docs/libs/tmpl/gstcolorbalance.sgml:
15076         * docs/libs/tmpl/gstgconf.sgml:
15077         * docs/libs/tmpl/gstmixer.sgml:
15078         * docs/libs/tmpl/gstringbuffer.sgml:
15079         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
15080         (gst_sinesrc_create):
15081         * gst/volume/gstvolume.c: (gst_volume_class_init),
15082         (volume_transform):
15083           controllerized two audio plugins
15084
15085 2005-08-29  Andy Wingo  <wingo@pobox.com>
15086
15087         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
15088         (vorbis_handle_data_packet): Fix some int overflow errors.
15089
15090         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
15091         -1.
15092         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
15093         valid.
15094         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
15095         if it's valid. Fixed streaming-mode playback.
15096
15097         * check/elements/volume.c (cleanup_volume): Fix for running
15098         CK_FORK=no.
15099
15100         * check/elements/audioconvert.c: Convert from native endian, not
15101         little endian.
15102
15103 2005-08-29  Michael Smith <msmith@fluendo.com>
15104
15105         * ext/ogg/Makefile.am:
15106         * ext/ogg/gstogg.c: (plugin_init):
15107         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
15108         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
15109         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
15110         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
15111         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
15112         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
15113         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
15114         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
15115         Add an ogg parser element.
15116
15117 2005-08-28  Andy Wingo  <wingo@pobox.com>
15118
15119         * Updates for two-arg init from GST_BOILERPLATE_FULL.
15120
15121 2005-08-26  Wim Taymans  <wim@fluendo.com>
15122
15123         * gst/audioconvert/audioconvert.c: (if), (float),
15124         (audio_convert_get_func_index), (check_default),
15125         (audio_convert_clean_fmt), (audio_convert_prepare_context),
15126         (audio_convert_clean_context), (audio_convert_get_sizes),
15127         (audio_convert_convert):
15128         Cleanups.
15129
15130 2005-08-26  Wim Taymans  <wim@fluendo.com>
15131
15132         * gst/audioconvert/audioconvert.c: (if), (float),
15133         (audio_convert_get_func_index), (check_default),
15134         (audio_convert_clean_fmt), (audio_convert_prepare_context),
15135         (audio_convert_clean_context), (audio_convert_get_sizes),
15136         (audio_convert_convert):
15137         More elegant and working temp buffer selection algo.
15138
15139 2005-08-26  Wim Taymans  <wim@fluendo.com>
15140
15141         * gst/audioconvert/audioconvert.c: (if), (float),
15142         (audio_convert_get_func_index), (check_default),
15143         (audio_convert_clean_fmt), (audio_convert_prepare_context),
15144         (audio_convert_clean_context), (audio_convert_get_sizes),
15145         (get_temp_buffer), (audio_convert_convert):
15146         Use realloc else we lose our original data.
15147
15148 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15149
15150         * gst/audioresample/gstaudioresample.c:
15151           use base class' newsegment to properly timestamp
15152
15153 2005-08-26  Wim Taymans  <wim@fluendo.com>
15154
15155         * gst/audioconvert/audioconvert.c: (if), (float),
15156         (audio_convert_get_func_index), (check_default),
15157         (audio_convert_clean_fmt), (audio_convert_prepare_context),
15158         (audio_convert_clean_context), (audio_convert_get_sizes),
15159         (get_temp_buffer), (audio_convert_convert):
15160         * gst/audioconvert/gstaudioconvert.c:
15161         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
15162         (gst_audio_convert_transform_caps),
15163         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
15164         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
15165         Oops, allocate enough space to perform the channel mix.
15166
15167 2005-08-26  Wim Taymans  <wim@fluendo.com>
15168
15169         * gst/audioconvert/Makefile.am:
15170         * gst/audioconvert/audioconvert.c: (if), (float),
15171         (audio_convert_get_func_index), (check_default),
15172         (audio_convert_clean_fmt), (audio_convert_prepare_context),
15173         (audio_convert_clean_context), (audio_convert_get_sizes),
15174         (get_temp_buffer), (audio_convert_convert):
15175         * gst/audioconvert/audioconvert.h:
15176         * gst/audioconvert/gstaudioconvert.c:
15177         (gst_audio_convert_class_init), (gst_audio_convert_init),
15178         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
15179         (gst_audio_convert_get_unit_size),
15180         (gst_audio_convert_transform_caps),
15181         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
15182         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
15183         * gst/audioconvert/gstaudioconvert.h:
15184         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
15185         (gst_channel_mix_fill_identical),
15186         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
15187         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
15188         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
15189         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
15190         (gst_channel_mix_mix):
15191         * gst/audioconvert/gstchannelmix.h:
15192         Cleanups, librarify a bit, optimize, better negotiation and more.
15193
15194 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
15195
15196         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
15197         Another from MikeS:
15198         During typefinding, don't support negative offsets
15199         (offsets from the end of the stream) in our typefind->peek() function
15200         - nothing embedded in ogg ever needs them. However, we need to recognise
15201         those requests and reject them, otherwise we return invalid pointers.
15202
15203 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
15204
15205         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
15206         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
15207         (vorbisdec_finalize), (vorbis_handle_type_packet):
15208           Big shout-out to MikeS for fixing this giant memory leak.
15209           Huzzah!
15210
15211 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15212
15213         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
15214         (audio_convert_get_unit_size):
15215           plug some leaks
15216
15217 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15218
15219         * check/Makefile.am:
15220         * check/elements/audioconvert.c: (setup_audioconvert),
15221         (cleanup_audioconvert), (get_int_caps), (verify_convert),
15222         (GST_START_TEST), (audioconvert_suite), (main):
15223           add a test for audioconvert
15224         * gst/audioresample/gstaudioresample.c:
15225         * gst/audioresample/gstaudioresample.h:
15226           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
15227           note that for buffers of 1/3 sec this means DURATION(c) is 
15228           one nanosecond more than for a and b
15229
15230 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15231
15232         * check/Makefile.am:
15233         * check/elements/audioresample.c: (setup_audioresample),
15234         (cleanup_audioresample), (fail_unless_perfect_stream),
15235         (test_perfect_stream_instance), (GST_START_TEST),
15236           add a check for audioresample
15237         (audioresample_suite), (main):
15238         * check/elements/volume.c: (GST_START_TEST):
15239           remove unused method
15240         * gst/audioresample/gstaudioresample.c:
15241           set correct buffer parameters since we're changing them
15242         * gst/audioresample/resample_ref.c: (resample_scale_ref):
15243           add some debug
15244
15245 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15246
15247         * gst/audioresample/debug.c:
15248         * gst/audioresample/gstaudioresample.c:
15249           add room for extra overlap samples when asked to transform size
15250           protect against possible mem corruption and check for discrepancies
15251           between written size and outbuffer's size so we can warn for
15252           potential problems
15253         * gst/audioresample/resample.c: (resample_init),
15254         (resample_get_output_size_for_input), (resample_get_output_size),
15255         (resample_set_n_channels), (resample_set_format):
15256           set debug level based on RESAMPLE_DEBUG env var
15257           make sure that get_output_size* returns a whole number of
15258           sample_size
15259           set sample_size each time either channel or format is set
15260         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
15261         * gst/audioresample/resample_functable.c:
15262         (resample_scale_functable):
15263         * gst/audioresample/resample_ref.c: (resample_scale_ref):
15264           remove r->sample_size, it's done in resample.c now
15265           add some debugging to the ref implementation
15266           make sure we only give back bytes that are wholes of the sample
15267           size
15268
15269 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
15270         * gst/playback/gstplaybasebin.c: (fill_buffer):
15271         Revert unpopular change for GST_MESSAGE_SRC to GObject.
15272
15273 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
15274
15275         * gst/volume/gstvolume.c:
15276           made set_caps function static
15277
15278 2005-08-24  Wim Taymans  <wim@fluendo.com>
15279
15280         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
15281         (gst_vorbisenc_change_state):
15282         Stop leaking taglists.
15283
15284 2005-08-24  Wim Taymans  <wim@fluendo.com>
15285
15286         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
15287         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
15288         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
15289         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
15290         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
15291         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
15292         Parse seeking events better.
15293         Unref static caps.
15294         Generate correct newsegment events, fixes seeking in live oggs.
15295
15296         * ext/theora/theoradec.c: (theora_dec_src_query),
15297         (theora_dec_src_event), (theora_dec_src_getcaps),
15298         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
15299         Use newsegment values to report correct play time.
15300
15301         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15302         (vorbis_dec_src_event), (vorbis_dec_sink_event):
15303         * ext/vorbis/vorbisdec.h:
15304         Parse and use newsegment values to report correct play time.
15305
15306         * gst-libs/gst/audio/gstbaseaudiosink.c:
15307         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
15308         Clear ringbuffer on flush.
15309         Use newsegment values to calculate playback time.
15310
15311         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
15312         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
15313         Basesink does newsegment calculations for us now.
15314
15315 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15316
15317         * check/Makefile.am:
15318         * configure.ac:
15319           add core's plugins to the mix so that playbin works
15320         * check/generic/states.c: (GST_START_TEST):
15321           set a 0 timeout on pipelines, so they don't force the next
15322           state change
15323         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
15324         (gst_play_base_bin_change_state):
15325           remove the crappy error handling and do GST error handling
15326
15327 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15328
15329         * check/Makefile.am:
15330         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
15331           add same test as to core, it bitches out on playbin atm.
15332
15333 2005-08-24  Wim Taymans  <wim@fluendo.com>
15334
15335         * configure.ac:
15336         Remove audioscale.
15337
15338 2005-08-24  Wim Taymans  <wim@fluendo.com>
15339
15340         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
15341         (gst_videoscale_prepare_size), (parse_caps),
15342         (gst_videoscale_set_caps), (gst_videoscale_get_size),
15343         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
15344         (gst_videoscale_transform):
15345         * gst/videoscale/gstvideoscale.h:
15346         Refactor, make use of BaseTranform really well.
15347
15348 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15349
15350         * configure.ac:
15351           compile audioresample
15352         * gst/audioresample/Makefile.am:
15353         * gst/audioresample/buffer.c:
15354         * gst/audioresample/functable.c:
15355         * gst/audioresample/gstaudioresample.c:
15356         * gst/audioresample/gstaudioresample.h:
15357         * gst/audioresample/resample.c:
15358         (resample_get_output_size_for_input):
15359         * gst/audioresample/resample.h:
15360         * gst/audioresample/resample_chunk.c:
15361         * gst/audioresample/resample_functable.c:
15362         * gst/audioresample/resample_ref.c:
15363           port to use basetransform; doesn't work in all cases yet
15364
15365 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15366
15367         * gst/audioconvert/gstaudioconvert.c:
15368         (gst_audio_convert_class_init), (gst_audio_convert_init),
15369         (audio_convert_get_unit_size), (audio_convert_transform_caps),
15370         (audio_convert_fixate_caps), (audio_convert_set_caps),
15371         (audio_convert_transform),
15372         (gst_audio_convert_buffer_to_default_format),
15373         (gst_audio_convert_buffer_from_default_format),
15374         (gst_audio_convert_channels):
15375         * gst/audioconvert/gstchannelmix.c:
15376         * gst/audioconvert/gstchannelmix.h:
15377           port to basetransform
15378         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15379         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
15380         (gst_ffmpegcsp_get_unit_size):
15381         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
15382         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
15383           fix for basetransform changes
15384
15385 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
15386
15387         * check/Makefile.am:
15388           Add CHECK_CFLAGS and LDFLAGS
15389
15390         * gst/playback/gstplaybasebin.c: (fill_buffer):
15391           GST_MESSAGE_SRC became a GObject
15392
15393 2005-08-24  Wim Taymans  <wim@fluendo.com>
15394
15395         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
15396         (gst_ring_buffer_clear_all):
15397         * gst-libs/gst/audio/gstringbuffer.h:
15398         Added function to clear the ringbuffer.
15399
15400 2005-08-24  Andy Wingo  <wingo@pobox.com>
15401
15402         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
15403         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
15404         of _open and _close.
15405
15406         * sys/v4l/gstv4lxoverlay.h:
15407         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
15408         an Xv connection here, instead of all the time. Make Xv only be
15409         loaded if you axe for it. Kindof a workaround for buggy behaviour
15410         of Xv when using remote xservers (XvQueryExtension would block).
15411         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
15412         replace the _open and _close public API. Only start the xv
15413         connection if necessary.
15414         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
15415
15416 2005-08-23  David Schleef  <ds@schleef.org>
15417
15418         * gst/audioresample/Makefile.am: Leet audioresampling code
15419         * gst/audioresample/buffer.c:
15420         * gst/audioresample/buffer.h:
15421         * gst/audioresample/debug.c:
15422         * gst/audioresample/debug.h:
15423         * gst/audioresample/functable.c:
15424         * gst/audioresample/functable.h:
15425         * gst/audioresample/gstaudioresample.c:
15426         * gst/audioresample/gstaudioresample.h:
15427         * gst/audioresample/resample.c:
15428         * gst/audioresample/resample.h:
15429         * gst/audioresample/resample_chunk.c:
15430         * gst/audioresample/resample_functable.c:
15431         * gst/audioresample/resample_ref.c:
15432
15433 2005-08-23  Wim Taymans  <wim@fluendo.com>
15434
15435         * examples/seeking/seek.c: (make_vorbis_pipeline),
15436         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
15437         Small seek updates.
15438
15439 2005-08-23  Andy Wingo  <wingo@pobox.com>
15440
15441         * gst-libs/gst/audio/gstbaseaudiosrc.c
15442         (gst_base_audio_src_fixate): Only fixate endianness if it is
15443         present in the caps.
15444
15445 2005-08-22  Andy Wingo  <wingo@pobox.com>
15446
15447         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
15448         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
15449         device-name property.
15450
15451         * gst-libs/gst/audio/gstaudiosrc.h:
15452         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
15453         close_device in the ring buffer, like gstaudiosink.
15454
15455         * ext/alsa/gstalsamixer.h:
15456         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
15457         macro to implement the interface without much code. Cleanups. 
15458
15459         * ext/alsa/gstalsasrc.h:
15460         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
15461         READY.
15462
15463         * ext/alsa/Makefile.am: Add new files.
15464         * ext/alsa/gstalsamixerelement.c: 
15465         * ext/alsa/gstalsamixerelement.c: Split element code out from
15466         mixer code so that alsasrc can be a mixer too.
15467
15468 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
15469
15470         * check/elements/volume.c: (setup_volume), (cleanup_volume),
15471         (GST_START_TEST):
15472         * check/elements/vorbisdec.c: (setup_vorbisdec),
15473         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
15474         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15475         (vorbis_handle_identification_packet),
15476         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
15477         (vorbis_handle_header_packet), (vorbis_dec_push),
15478         (vorbis_dec_chain):
15479           use the setup/teardown methods to save code.  save code is good.
15480
15481 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15482
15483         * check/Makefile.am:
15484           add ext dir for plugins
15485           add vorbisdec test conditionally
15486         * check/elements/volume.c: (setup_volume), (cleanup_volume),
15487         (GST_START_TEST), (volume_suite):
15488           add a test with wrong caps
15489         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
15490         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
15491           add a vorbisdec test
15492         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
15493         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
15494           clean up debug output
15495         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
15496           yay, fix a segfault/security issue in vorbisdec
15497           gst-launch fakesrc ! vorbisdec wasn't happy
15498         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
15499         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
15500         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
15501         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
15502         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
15503         (gst_vorbisenc_set_metadata), (get_constraints_string),
15504         (update_start_message), (gst_vorbisenc_setup),
15505         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
15506         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
15507         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
15508         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
15509         * ext/vorbis/vorbisenc.h:
15510           march in line
15511         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15512         (gst_ffmpegcsp_transform):
15513           have the kow come home
15514         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
15515           debug my func ptr
15516         * gst/volume/gstvolume.c: (volume_set_caps):
15517           add a debug
15518
15519 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15520
15521         * Makefile.am:
15522         * check/.cvsignore:
15523         * check/Makefile.am:
15524         * check/elements/.cvsignore:
15525         * check/elements/volume.c: (chain_func), (event_func),
15526         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
15527         (main):
15528         * configure.ac:
15529           add unit test structure for gst-plugins-base
15530           add a test for volume
15531         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
15532         (gst_volume_set_volume), (gst_volume_get_volume),
15533         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
15534         (volume_funcfind), (volume_process_float), (volume_process_int16),
15535         (volume_set_caps), (volume_transform), (volume_update_mute),
15536         (volume_update_volume), (volume_set_property),
15537         (volume_get_property):
15538           document a little; use basetransform vmethod _set_caps
15539
15540 2005-08-19  Andy Wingo  <wingo@pobox.com>
15541
15542         * ext/alsa/gstalsamixertrack.h:
15543         * ext/alsa/gstalsamixertrack.c:
15544         * ext/alsa/gstalsamixeroptions.h:
15545         * ext/alsa/gstalsamixeroptions.c:
15546         * ext/alsa/gstalsamixer.h:
15547         * ext/alsa/gstalsamixer.c: Port to 0.9.
15548
15549         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
15550         Remove gstalsa.c and alsaclock. No more cruft here.
15551         
15552 2005-08-18  Wim Taymans  <wim@fluendo.com>
15553
15554         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15555         (gst_base_rtp_depayload_chain),
15556         (gst_base_rtp_depayload_add_to_queue),
15557         (gst_base_rtp_depayload_push),
15558         (gst_base_rtp_depayload_queue_release):
15559         * gst-libs/gst/rtp/gstbasertpdepayload.h:
15560         Fix for RTPBuffer changes.
15561
15562         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
15563         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
15564         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
15565         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
15566         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
15567         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
15568         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
15569         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
15570         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
15571         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
15572         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
15573         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
15574         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
15575         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
15576         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
15577         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
15578         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
15579         (gst_rtpbuffer_get_payload):
15580         * gst-libs/gst/rtp/gstrtpbuffer.h:
15581         Don't subclass GstBuffer but add methods and helper functions
15582         to construct and manipulate RTP packets in regular GstBuffers.
15583
15584 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
15585
15586         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
15587           moved statement below switch
15588         * gst/volume/gstvolume.c: (gst_volume_class_init):
15589           added debug ptr
15590
15591 2005-08-16  Wim Taymans  <wim@fluendo.com>
15592
15593         * gst-libs/gst/audio/gstbaseaudiosrc.c:
15594         (gst_base_audio_src_change_state):
15595         Open and close device in READY<->NULL state change.
15596
15597 2005-08-16  Andy Wingo  <wingo@pobox.com>
15598
15599         * examples/seeking/Makefile.am: Don't compile non-compiling
15600         compiled objects with the compiler.
15601
15602         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
15603         elements.
15604
15605 2005-08-12  Philippe Khalaf <burger@speedy.org>
15606         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15607         * gst-libs/gst/rtp/gstbasertpdepayload.h:
15608           Made a thread to release the queue.
15609           Removed timestamp conversion for now.
15610
15611 2005-08-10  Philippe Khalaf <burger@speedy.org>
15612         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15613         * gst-libs/gst/rtp/gstbasertpdepayload.h:
15614           Added rtp timestamp -> gst timestamp conversion.
15615           Fixed several problems with queue.
15616
15617 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
15618
15619         * gst-libs/gst/audio/gstaudioclock.h:
15620         * gst-libs/gst/audio/gstaudiofilter.h:
15621         * gst-libs/gst/audio/gstaudiosink.h:
15622         * gst-libs/gst/audio/gstaudiosrc.h:
15623         * gst-libs/gst/audio/gstbaseaudiosink.h:
15624         * gst-libs/gst/audio/gstbaseaudiosrc.h:
15625         * gst-libs/gst/audio/gstringbuffer.h:
15626         * gst-libs/gst/net/gstnetbuffer.h:
15627         * gst-libs/gst/rtp/gstbasertpdepayload.h:
15628         * gst-libs/gst/rtp/gstrtpbuffer.h:
15629           Add padding (you will need to rebuild gst-plugins-base,
15630           gst-plugins and all applications afterwards!)
15631
15632 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
15633
15634         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
15635         (gst_riff_parse_chunk):
15636           Fix bug in debug message and add some more debug messages.
15637
15638 2005-08-08  Edward Hervey  <edward@fluendo.com>
15639
15640         * gst-libs/gst/riff/riff-media.c:
15641         backported updates since branch
15642
15643 2005-08-08  Andy Wingo  <wingo@pobox.com>
15644
15645         * gst-libs/gst/audio/gstbaseaudiosink.c
15646         (gst_base_audio_sink_change_state): Open the device in NULL->READY
15647         like good elements should. Close on READY->NULL too.
15648
15649         * gst-libs/gst/audio/gstaudiosink.c
15650         (gst_audioringbuffer_open_device,
15651         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
15652         (gst_audioringbuffer_release): Updates for new ring buffer API,
15653         hook into the new audio sink api.
15654
15655         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
15656         (GstAudioSinkClass.close): Just open and close the device -- no
15657         resource allocation or configuration.
15658         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
15659         vmethods, handle device setup and resource allocation.
15660
15661         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
15662         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
15663         base class API.
15664
15665         * gst-libs/gst/audio/gstringbuffer.h
15666         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
15667         New vmethods.
15668
15669         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
15670         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
15671         New API functions. The device should be opened before acquiring
15672         and closed after releasing.
15673
15674 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
15675
15676         * gst-libs/gst/interfaces/mixer.h:
15677           Reset padding to GST_PADDING.
15678
15679 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15680
15681         * gst/playback/gstplaybin.c: (remove_sinks):
15682           Remove visualization from parent explicitely; works around some
15683           apparent refcount issue that I haven't tracked down yet.
15684
15685 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15686
15687         * ext/alsa/gstalsasink.c: (set_hwparams):
15688           Assign debug category, add negotiation debug msgs.
15689
15690 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15691
15692         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
15693           Fix error code for file-not-found to NOT_FOUND.
15694
15695 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
15696
15697         * common/gtk-doc-plugins.mak:
15698         * docs/plugins/Makefile.am:
15699         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15700         * docs/plugins/gst-plugins-base-plugins-sections.txt:
15701           renamed to actual element names, so much nicer to look at
15702         * docs/plugins/tmpl/gstmultifdsink.sgml:
15703           remove
15704         * docs/plugins/tmpl/multifdsink.sgml:
15705         * docs/plugins/tmpl/tcpserversink.sgml:
15706           add
15707         * ext/alsa/gstalsa.c:
15708         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
15709         * ext/ogg/gstoggmux.c:
15710         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
15711         * gst/playback/gstdecodebin.c:
15712         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
15713         * gst/tcp/gsttcpserversink.c:
15714           various fixes and documentation additions
15715
15716 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
15717
15718         * common/Makefile.am:
15719         * common/gstdoc-scangobj:
15720         * common/gtk-doc-plugins.mak:
15721         * common/gtk-doc.mak:
15722           add a custom scangobj that uses the registry
15723           add a custom gtk-doc-plugins.mak that uses it
15724           some doc build fixes
15725         * configure.ac:
15726         * docs/Makefile.am:
15727         * docs/plugins/Makefile.am:
15728         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15729         * docs/plugins/gst-plugins-base-plugins-sections.txt:
15730         * docs/plugins/gst-plugins-base-plugins.types:
15731         * docs/plugins/tmpl/gstmultifdsink.sgml:
15732           add docs for one element, multifdsink
15733         * gst/adder/gstadder.h:
15734         * gst/volume/gstvolume.h:
15735           don't privatize enum
15736         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
15737         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
15738         (gst_sync_method_get_type), (gst_client_status_get_type),
15739         (gst_multifdsink_class_init),
15740         (gst_multifdsink_client_queue_buffer),
15741         (gst_multifdsink_handle_client_write):
15742         * gst/tcp/gstmultifdsink.h:
15743         * gst/tcp/gsttcp.h:
15744         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
15745         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
15746         (gst_tcpclientsink_render):
15747         * gst/tcp/gsttcpclientsink.h:
15748         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
15749         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
15750         (gst_tcpclientsrc_start):
15751         * gst/tcp/gsttcpclientsrc.h:
15752         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
15753         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
15754         * gst/tcp/gsttcpserversrc.h:
15755         * gst/typefind/gsttypefindfunctions.c:
15756           remove superfluous Type stuff
15757
15758 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15759
15760         * gst/playback/gstplaybin.c: (gen_video_element):
15761           Enable videoscale.
15762
15763 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15764
15765         * gst-libs/gst/gconf/gconf.c:
15766         * gst-libs/gst/gconf/gconf.h:
15767           Fix some Andy Problem [tm].
15768
15769 2005-08-04  Andy Wingo  <wingo@pobox.com>
15770
15771         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
15772         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
15773         (gst_ffmpegcsp_get_size): Adapt to API changes.
15774
15775         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
15776         Implement an in-place do-nothing transform.
15777
15778 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15779
15780         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
15781         (gst_ximagesink_renegotiate_size):
15782           Do not set new window sizes yet if we prepare a new buffer size
15783           for upstream renegotiation (software scaling) at some point in the
15784           future, because this new size waqs not actually accepted yet. Once
15785           accepted, renegotiation later on will set the new sizes just fine.
15786           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
15787           embedding testcase.
15788
15789 2005-08-03  Andy Wingo  <wingo@pobox.com>
15790
15791         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
15792         (gst_ximagesink_buffer_alloc): 
15793         Protect the height, width, and desired_caps with the pool_lock.
15794         Fixes videotestsrc ! queue ! ximagesink.
15795
15796 2005-08-02  Edward Hervey  <edward@fluendo.com>
15797
15798         * gst/volume/gstvolume.c:
15799         include left from controller cleanup
15800
15801 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
15802         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
15803           Stop collectpads before calling the parent state
15804           change function on PAUSED->READY.
15805
15806 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
15807         * configure.ac:
15808           When testing for X libs, use the X CFlags 
15809         * gst/adder/gstadder.c: (gst_adder_change_state):
15810           Stop the collectpads before calling parent state change function
15811           on PAUSED->READY, otherwise we deadlock deactivating pads.
15812
15813 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
15814
15815         * configure.ac:
15816         * docs/libs/tmpl/gstcolorbalance.sgml:
15817         * docs/libs/tmpl/gstmixer.sgml:
15818         * examples/Makefile.am:
15819         * gst/sine/Makefile.am:
15820         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
15821         (gst_sinesrc_set_property), (plugin_init):
15822         * gst/sine/gstsinesrc.h:
15823         * gst/volume/Makefile.am:
15824         * gst/volume/gstvolume.c: (gst_volume_set_volume),
15825         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
15826         (volume_process_float), (volume_process_int16),
15827         (volume_set_property), (plugin_init):
15828         * gst/volume/gstvolume.h:
15829           deactivate and remove dparams (libgstcontrol)
15830
15831 2005-07-29  Wim Taymans  <wim@fluendo.com>
15832
15833         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
15834         Convert me to BaseTransform!! help..
15835
15836 2005-07-29  Andy Wingo  <wingo@pobox.com>
15837
15838         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
15839         sinks.
15840
15841         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
15842         support of both endiannesses.
15843
15844 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
15845
15846         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
15847           Fix confusing debug message (s/event/query/)
15848
15849 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
15850
15851         * gst/videotestsrc/videotestsrc.h:
15852           Use "_stdint.h" instead of <stdint.h>
15853
15854 2005-07-27  Wim Taymans  <wim@fluendo.com>
15855
15856         * ext/vorbis/Makefile.am:
15857         Revert wrong commit.
15858
15859 2005-07-27  Wim Taymans  <wim@fluendo.com>
15860
15861         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
15862         More compilation fixen.
15863
15864 2005-07-27  Wim Taymans  <wim@fluendo.com>
15865
15866         * gst-libs/gst/audio/gstbaseaudiosink.c:
15867         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
15868         (gst_base_audio_sink_create_ringbuffer),
15869         (gst_base_audio_sink_change_state):
15870         Fix compilation.
15871
15872 2005-07-27  Wim Taymans  <wim@fluendo.com>
15873
15874         * examples/seeking/seek.c: (setup_dynamic_link),
15875         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
15876         (query_positions_elems), (query_positions_pads), (do_seek):
15877         Update seek example.
15878
15879         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
15880         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
15881         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
15882         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
15883         (gst_ogg_demux_handle_event),
15884         (gst_ogg_demux_deactivate_current_chain),
15885         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
15886         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
15887         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
15888         (gst_ogg_demux_loop):
15889         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
15890         * ext/theora/theoradec.c: (theora_dec_src_event),
15891         (theora_dec_src_getcaps), (theora_dec_sink_event),
15892         (theora_dec_push), (theora_dec_chain):
15893         * ext/vorbis/Makefile.am:
15894         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
15895         (vorbis_dec_sink_event), (vorbis_dec_push),
15896         (vorbis_handle_data_packet):
15897         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
15898         (gst_vorbisenc_chain):
15899         * gst/playback/gststreaminfo.c: (cb_probe):
15900         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
15901         * gst/videorate/gstvideorate.c: (gst_videorate_event):
15902         * gst/videoscale/gstvideoscale.c:
15903         (gst_videoscale_handle_src_event):
15904         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
15905         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
15906         (gst_ximagesink_navigation_send_event):
15907         * sys/xvimage/xvimagesink.c:
15908         (gst_xvimagesink_navigation_send_event):
15909         Various event updates and cleanups
15910
15911 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15912
15913         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
15914           Fix segfault for I420/YV12.
15915
15916 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15917
15918         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
15919           Report bitrate.
15920
15921 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15922
15923         * gst/playback/gstplaybin.c: (gen_video_element),
15924         (gen_audio_element):
15925           Switch to auto*sink elements as default sinks; add volume element
15926           so that volume control in totem works.
15927
15928 2005-07-21  Wim Taymans  <wim@fluendo.com>
15929
15930         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
15931         * gst/playback/gstplaybin.c: (setup_sinks),
15932         (gst_play_bin_change_state):
15933         Refcount fix and more comments.
15934
15935 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15936
15937         * sys/ximage/Makefile.am:
15938         * sys/ximage/ximage.c: (plugin_init):
15939         * sys/ximage/ximagesink.c:
15940         Prepare for adding ximagesrc, rename of plugin to ximage etc.
15941         
15942
15943 2005-07-21  Wim Taymans  <wim@fluendo.com>
15944
15945         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
15946         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
15947         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
15948         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
15949         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
15950         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
15951         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
15952         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
15953         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
15954         Generate correct disconts for live chained oggs.
15955
15956         * gst-libs/gst/audio/gstbaseaudiosink.c:
15957         (gst_base_audio_sink_render),
15958         (gst_base_audio_sink_create_ringbuffer),
15959         (gst_base_audio_sink_change_state):
15960         Handle discont math correctly.
15961
15962         * gst/playback/gstplaybin.c: (add_sink):
15963         Some small debug cleanup.
15964
15965 2005-07-21  Wim Taymans  <wim@fluendo.com>
15966
15967         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
15968         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
15969         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
15970         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
15971         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
15972         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
15973         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
15974         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
15975         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
15976         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
15977         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
15978         (gst_ogg_demux_change_state), (gst_ogg_print):
15979         Reorganize code to send the right disconts when in streaming
15980         mode.
15981
15982 2005-07-20  Andy Wingo  <wingo@pobox.com>
15983
15984         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
15985         fix (?), fixes a seggie mcfalterson (#310894).
15986
15987 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15988
15989         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
15990         (gst_ogg_mux_set_header_on_caps):
15991         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
15992         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
15993         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
15994         * gst-libs/gst/audio/multichannel.c:
15995         (gst_audio_set_channel_positions),
15996         (gst_audio_set_structure_channel_positions_list):
15997         * gst/playback/gstdecodebin.c: (dynamic_create):
15998         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
15999         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
16000           Fixes for API changes in core.
16001
16002 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16003
16004         * gst/playback/gstplaybasebin.c: (fill_buffer):
16005           Use _new_custom() so we can set custom message types for buffering
16006           messages.
16007
16008 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16009
16010         * configure.ac:
16011         * gst-libs/gst/Makefile.am:
16012         * gst-libs/gst/gconf/.cvsignore:
16013         * gst-libs/gst/gconf/Makefile.am:
16014         * gst-libs/gst/gconf/test-gconf.c:
16015         * pkgconfig/Makefile.am:
16016         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
16017         * pkgconfig/gstreamer-gconf.pc.in:
16018           Remove gconf stuff, use gconf elements instead from now on.
16019
16020 2005-07-20  Wim Taymans  <wim@fluendo.com>
16021
16022         * gst-libs/gst/audio/TODO:
16023         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
16024         (gst_audio_clock_get_internal_time):
16025         * gst-libs/gst/audio/gstaudioclock.h:
16026         * gst-libs/gst/audio/gstbaseaudiosink.c:
16027         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
16028         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
16029         (gst_base_audio_sink_render),
16030         (gst_base_audio_sink_create_ringbuffer),
16031         (gst_base_audio_sink_change_state):
16032         Make sure the audio clock always returns an increasing value.
16033
16034 2005-07-19  Andy Wingo  <wingo@pobox.com>
16035
16036         * gst/videotestsrc/: Cleanups.
16037
16038 2005-07-19  Wim Taymans  <wim@fluendo.com>
16039
16040         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
16041         Better debugging.
16042
16043 2005-07-19  Wim Taymans  <wim@fluendo.com>
16044
16045         * examples/seeking/seek.c: (make_dv_pipeline),
16046         (make_vorbis_theora_pipeline), (query_rates),
16047         (query_positions_elems), (query_positions_pads), (do_seek):
16048         Make correct DV pipeline.
16049
16050 2005-07-18  Andy Wingo  <wingo@pobox.com>
16051
16052         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
16053         default. Also because it's the only thing that really works. (This
16054         is used in the GConf elements).
16055         Use AS_LIBTOOL_TAGS.
16056
16057 2005-07-18  Wim Taymans  <wim@fluendo.com>
16058
16059         * gst/playback/gstdecodebin.c: (remove_element_chain):
16060         * gst/playback/gstplaybin.c: (add_sink):
16061         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
16062         (gst_stream_info_set_mute):
16063         * gst/playback/gststreamselector.c:
16064         (gst_stream_selector_get_linked_pad),
16065         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
16066         More leak and compile fixes.
16067
16068 2005-07-18  Wim Taymans  <wim@fluendo.com>
16069
16070         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
16071         (query_rates), (query_positions_elems), (query_positions_pads),
16072         (do_seek), (seek_cb), (stop_seek):
16073         Updated seek example. 
16074
16075         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
16076         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
16077         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
16078         * gst/playback/gstplaybin.c: (add_sink):
16079         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
16080         (gst_stream_info_set_mute):
16081         Some refcount leak fixes.
16082
16083 2005-07-16  Wim Taymans  <wim@fluendo.com>
16084
16085         * gst-libs/gst/audio/gstbaseaudiosink.c:
16086         (gst_base_audio_sink_render):
16087         Align samples even if we have roundoff errors in the 
16088         timestamp conversion.
16089
16090 2005-07-16  Wim Taymans  <wim@fluendo.com>
16091
16092         * docs/libs/tmpl/gstringbuffer.sgml:
16093         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
16094         (query_rates), (query_positions_elems), (query_positions_pads),
16095         (update_scale), (do_seek):
16096         Updated seek example.
16097
16098         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
16099         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
16100         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
16101         (gst_ogg_demux_loop):
16102         Push out correct discont values.
16103
16104         * ext/theora/theoradec.c: (theora_dec_src_convert),
16105         (theora_dec_sink_convert), (theora_dec_src_getcaps),
16106         (theora_dec_sink_event), (theora_handle_type_packet),
16107         (theora_handle_header_packet), (theora_dec_push),
16108         (theora_handle_data_packet), (theora_dec_chain),
16109         (theora_dec_change_state):
16110         Better timestamping.
16111
16112         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
16113         (vorbis_dec_sink_event), (vorbis_dec_push),
16114         (vorbis_handle_data_packet), (vorbis_dec_chain):
16115         * ext/vorbis/vorbisdec.h:
16116         Better timestamping.
16117
16118         * gst-libs/gst/audio/gstbaseaudiosink.c:
16119         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
16120         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
16121         Handle syncing on timestamps instead of sample offsets. Make
16122         use of DISCONT values as described in design docs.
16123
16124         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16125         (gst_base_audio_src_get_time):
16126         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
16127         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
16128         (gst_ring_buffer_read):
16129         * gst-libs/gst/audio/gstringbuffer.h:
16130         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
16131         (gst_ximagesink_show_frame):
16132         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
16133         Correcly convert buffer timestamp to stream time.
16134
16135 2005-07-16  Wim Taymans  <wim@fluendo.com>
16136
16137         * gst/audioconvert/gstaudioconvert.c:
16138         (gst_audio_convert_get_buffer):
16139         Timestamp buffers correctly.
16140
16141         * gst/playback/gstplaybin.c: (gen_video_element):
16142         Make internal fakesink silent.
16143
16144 2005-07-15  Wim Taymans  <wim@fluendo.com>
16145
16146         * gst/ffmpegcolorspace/Makefile.am:
16147         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16148         (gst_ffmpegcsp_caps_remove_format_info),
16149         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
16150         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
16151         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
16152         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
16153         Ported ffmpegcolorspace to basetransform.
16154
16155         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
16156         * gst/volume/gstvolume.c: (volume_transform):
16157         Ported to new API.
16158
16159 2005-07-14  Wim Taymans  <wim@fluendo.com>
16160
16161         * gst/videotestsrc/Makefile.am:
16162         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
16163         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
16164         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
16165         (gst_videotestsrc_init), (gst_videotestsrc_event),
16166         (gst_videotestsrc_create), (gst_videotestsrc_start),
16167         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
16168         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
16169         (gst_videotestsrc_get_property):
16170         * gst/videotestsrc/gstvideotestsrc.h:
16171         Make videotestsrc a pushsrc.
16172
16173 2005-07-14  Wim Taymans  <wim@fluendo.com>
16174
16175         * gst/tcp/gstfdset.c: (gst_fdset_free):
16176         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
16177         (gst_multifdsink_add), (gst_multifdsink_remove),
16178         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
16179         (gst_multifdsink_remove_client_link),
16180         (gst_multifdsink_client_queue_data),
16181         (gst_multifdsink_client_queue_caps),
16182         (gst_multifdsink_client_queue_buffer),
16183         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
16184         (gst_multifdsink_stop):
16185         * gst/tcp/gstmultifdsink.h:
16186         0.8 backporting.
16187
16188         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
16189         Also draw image when not from a pool.
16190
16191 2005-07-14  Wim Taymans  <wim@fluendo.com>
16192
16193         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
16194         (mute_stream), (silence_stream):
16195         Small debug additions.
16196
16197 2005-07-14  Wim Taymans  <wim@fluendo.com>
16198
16199         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
16200         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
16201         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
16202         Better error recovery, ignore unconnected pads and
16203         non-fatal errors.
16204
16205 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16206
16207         * docs/libs/tmpl/gstaudio.sgml:
16208         * docs/libs/tmpl/gstcolorbalance.sgml:
16209         * docs/libs/tmpl/gstgconf.sgml:
16210         * docs/libs/tmpl/gstmixer.sgml:
16211         * docs/libs/tmpl/gstringbuffer.sgml:
16212         * docs/libs/tmpl/gsttuner.sgml:
16213         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16214         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
16215         (gst_tcpclientsrc_class_init):
16216         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
16217         (gst_tcpserversrc_class_init):
16218         * sys/v4l/gstv4lelement.c:
16219           more autistic cleanliness in functions/names/defines
16220
16221 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16222
16223         * configure.ac:
16224           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
16225           added manually to each Makefile.am so we are sure it goes
16226           *last* and doesn't add -L flags before linking in libs of our
16227           own, like, say, internal .la libs, that then accidentally pick
16228           up the installed copy.
16229         * docs/libs/Makefile.am:
16230         * ext/alsa/Makefile.am:
16231         * ext/cdparanoia/Makefile.am:
16232         * ext/gnomevfs/Makefile.am:
16233         * ext/libvisual/Makefile.am:
16234         * ext/ogg/Makefile.am:
16235         * ext/theora/Makefile.am:
16236         * ext/vorbis/Makefile.am:
16237         * gst-libs/gst/video/Makefile.am:
16238         * gst/adder/Makefile.am:
16239         * gst/audioconvert/Makefile.am:
16240         * gst/audiorate/Makefile.am:
16241         * gst/audioscale/Makefile.am:
16242         * gst/ffmpegcolorspace/Makefile.am:
16243         * gst/playback/Makefile.am:
16244         * gst/sine/Makefile.am:
16245         * gst/subparse/Makefile.am:
16246         * gst/tags/Makefile.am:
16247         * gst/tcp/Makefile.am:
16248         * gst/typefind/Makefile.am:
16249         * gst/videorate/Makefile.am:
16250         * gst/videoscale/Makefile.am:
16251         * gst/videotestsrc/Makefile.am:
16252         * gst/volume/Makefile.am:
16253         * sys/v4l/Makefile.am:
16254         * sys/ximage/Makefile.am:
16255         * sys/xvimage/Makefile.am:
16256           adapt properly to this change. This should make sure that
16257           plugins and libs properly link to the as-yet-uninstalled
16258           copies of stuff like libgstinterfaces and libgstvideo
16259
16260 2005-07-13  Andy Wingo  <wingo@pobox.com>
16261
16262         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
16263         (gst_v4lsrc_fixate): Fixate on format as well.
16264
16265         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
16266         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
16267         buffer points to it.
16268         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
16269         rather just doing X calls ourselves. Also fixes a memleak.
16270
16271 2005-07-12  Andy Wingo  <wingo@pobox.com>
16272
16273         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
16274         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
16275         (gst_v4lsrc_create): Re-add the copy-mode property, default to
16276         TRUE to avoid deadlocks if an element holds on to our buffers.
16277
16278 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
16279
16280         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
16281         (gst_sinesrc_init), (gst_sinesrc_create),
16282         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
16283         (gst_sinesrc_start):
16284         * gst/sine/gstsinesrc.h:
16285           removing num-buffers property before moving it
16286
16287 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16288
16289         * configure.ac:
16290           use overridable ERROR_CFLAGS
16291         * docs/libs/gst-plugins-base-libs.types:
16292         * docs/libs/tmpl/gstringbuffer.sgml:
16293         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
16294         (gst_alsasink_class_init):
16295         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
16296         (gst_alsasrc_class_init):
16297         * gst-libs/gst/audio/audio.h:
16298         * gst-libs/gst/audio/gstaudioclock.h:
16299         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
16300         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
16301         (gst_audio_filter_link), (gst_audio_filter_init),
16302         (gst_audio_filter_chain), (gst_audio_filter_set_property),
16303         (gst_audio_filter_get_property),
16304         (gst_audio_filter_class_add_pad_templates):
16305         * gst-libs/gst/audio/gstaudiofilter.h:
16306         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
16307         (gst_audio_filter_template_get_type),
16308         (gst_audio_filter_template_base_init),
16309         (gst_audio_filter_template_class_init),
16310         (gst_audio_filter_template_init),
16311         (gst_audio_filter_template_set_property),
16312         (gst_audio_filter_template_get_property), (plugin_init),
16313         (gst_audio_filter_template_setup),
16314         (gst_audio_filter_template_filter),
16315         (gst_audio_filter_template_filter_inplace):
16316         * gst-libs/gst/audio/gstaudiosink.c:
16317         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
16318         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
16319         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
16320         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
16321         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
16322         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
16323         * gst-libs/gst/audio/gstaudiosink.h:
16324         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
16325         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
16326         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
16327         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
16328         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
16329         (gst_audio_src_class_init), (gst_audio_src_init),
16330         (gst_audio_src_create_ringbuffer):
16331         * gst-libs/gst/audio/gstaudiosrc.h:
16332         * gst-libs/gst/audio/gstbaseaudiosink.c:
16333         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
16334         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
16335         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
16336         (gst_base_audio_sink_set_property),
16337         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
16338         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
16339         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
16340         (gst_base_audio_sink_create_ringbuffer),
16341         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
16342         * gst-libs/gst/audio/gstbaseaudiosink.h:
16343         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16344         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
16345         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
16346         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
16347         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
16348         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
16349         (gst_base_audio_src_event), (gst_base_audio_src_create),
16350         (gst_base_audio_src_create_ringbuffer),
16351         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
16352         * gst-libs/gst/audio/gstbaseaudiosrc.h:
16353         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
16354         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
16355         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
16356         (gst_ring_buffer_debug_spec_caps),
16357         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
16358         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
16359         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
16360         (gst_ring_buffer_start), (gst_ring_buffer_pause),
16361         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
16362         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
16363         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
16364         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
16365         (gst_ring_buffer_clear):
16366         * gst-libs/gst/audio/gstringbuffer.h:
16367         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
16368         (gst_video_sink_class_init), (gst_video_sink_get_type):
16369         * gst-libs/gst/video/videosink.h:
16370         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
16371         (gst_multifdsink_class_init),
16372         (gst_multifdsink_handle_client_write),
16373         (gst_multifdsink_change_state):
16374         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
16375         (gst_tcpclientsink_setcaps):
16376         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
16377         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
16378         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
16379         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
16380         (gst_ximagesink_send_pending_navigation),
16381         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
16382         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
16383         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
16384         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
16385         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
16386         (gst_xvimagesink_send_pending_navigation),
16387         (gst_xvimagesink_navigation_send_event),
16388         (gst_xvimagesink_set_xwindow_id),
16389         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
16390         (gst_xvimagesink_get_type):
16391         more macro splitting
16392
16393 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16394
16395         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
16396           plug a memleak, allows me to import 1479 albums in one go
16397           in jamboree
16398         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
16399         (vorbis_handle_type_packet), (vorbis_dec_chain),
16400         (vorbis_dec_change_state):
16401           fix some format strings
16402
16403 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16404
16405         * docs/libs/tmpl/gstcolorbalance.sgml:
16406         * docs/libs/tmpl/gstmixer.sgml:
16407         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
16408         (gst_alsasink_set_property), (gst_alsasink_get_property):
16409         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
16410         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
16411           add device property
16412
16413 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16414
16415         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
16416         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
16417         (audiocast_register_listener), (audiocast_thread_run),
16418         (gst_gnomevfssrc_send_additional_headers_callback),
16419         (gst_gnomevfssrc_received_headers_callback),
16420         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
16421         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
16422         (gst_gnomevfssrc_get_size):
16423           add/clean up debugging
16424         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
16425           cleanups
16426
16427 2005-07-07  Andy Wingo  <wingo@pobox.com>
16428
16429         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
16430         framerate. Need to get a handle on when exactly this function is
16431         called, tho.
16432
16433         * sys/v4l/v4lsrc_calls.h:
16434         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
16435         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
16436         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
16437
16438         * sys/v4l/v4l_calls.h: Cast to V4lElement.
16439         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
16440         v4lelements are sources.
16441
16442         * sys/v4l/gstv4lxoverlay.h:
16443         * sys/v4l/gstv4lxoverlay.c:
16444         * sys/v4l/gstv4ltuner.h:
16445         * sys/v4l/gstv4ltuner.c: Header loc fixen.
16446         
16447         * sys/v4l/gstv4lsrc.h:
16448         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
16449         PushSrc/BaseSrc. Removed most sync-related properties, videorate
16450         or something should handle that. Made a live source.
16451
16452         * sys/v4l/gstv4lelement.h:
16453         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
16454         signals. Some cleanups.
16455
16456         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
16457
16458         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
16459         stuff.
16460
16461         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
16462         stuff.
16463
16464         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
16465
16466 2005-07-07  Wim Taymans  <wim@fluendo.com>
16467
16468         * ext/theora/theoradec.c: (theora_get_query_types),
16469         (theora_dec_src_getcaps), (theora_dec_push):
16470         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
16471         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
16472         Remove deprecated/unused query types.
16473
16474 2005-07-06  Wim Taymans  <wim@fluendo.com>
16475
16476         * ext/alsa/Makefile.am:
16477         * ext/alsa/gstalsaplugin.c: (plugin_init):
16478         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
16479         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
16480         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
16481         (gst_alsasrc_class_init), (gst_alsasrc_init),
16482         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
16483         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
16484         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
16485         (gst_alsasrc_reset):
16486         * ext/alsa/gstalsasrc.h:
16487         * gst-libs/gst/audio/Makefile.am:
16488         * gst-libs/gst/audio/gstaudiosink.c:
16489         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
16490         (gst_audioringbuffer_start):
16491         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
16492         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
16493         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
16494         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
16495         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
16496         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
16497         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
16498         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
16499         * gst-libs/gst/audio/gstaudiosrc.h:
16500         * gst-libs/gst/audio/gstbaseaudiosink.c:
16501         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
16502         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
16503         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
16504         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16505         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
16506         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
16507         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
16508         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
16509         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
16510         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
16511         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
16512         (gst_baseaudiosrc_change_state):
16513         * gst-libs/gst/audio/gstbaseaudiosrc.h:
16514         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
16515         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
16516         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
16517         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
16518         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
16519         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
16520         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
16521         * gst-libs/gst/audio/gstringbuffer.h:
16522         Added audiosource base classes.
16523         Ported alsasrc, still very basic.
16524
16525 2005-07-06  Wim Taymans  <wim@fluendo.com>
16526
16527         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
16528         (theora_dec_push), (theora_handle_data_packet):
16529         Prepare for better timestamp fix later.
16530
16531         * gst/audioconvert/gstaudioconvert.c:
16532         List most accurate caps first
16533
16534         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
16535         Use proper pad task function.
16536
16537         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
16538         (gst_xvimagesink_show_frame):
16539         Fix deadlock when alloc failed.
16540
16541 2005-07-05  Andy Wingo  <wingo@pobox.com>
16542
16543         * ext/gnomevfs/gstgnomevfssrc.c:
16544         * gst/sine/gstsinesrc.c:
16545         * gst/tcp/gsttcpserversrc.c:
16546         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
16547
16548         * sys/v4l/: Port from 0.8.
16549
16550         * Many files: Null if we got it....
16551
16552 2005-07-05  Andy Wingo  <wingo@pobox.com>
16553
16554         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
16555         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
16556         Signedness fixes.
16557
16558 2005-07-05  Wim Taymans  <wim@fluendo.com>
16559
16560         * configure.ac:
16561         * gst/tcp/Makefile.am:
16562         * gst/tcp/README:
16563         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
16564         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
16565         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
16566         (is_sync_frame), (gst_multifdsink_handle_client_write),
16567         (gst_multifdsink_render), (gst_multifdsink_start),
16568         (gst_multifdsink_stop), (gst_multifdsink_change_state):
16569         * gst/tcp/gstmultifdsink.h:
16570         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
16571         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
16572         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
16573         * gst/tcp/gsttcp.h:
16574         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
16575         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
16576         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
16577         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
16578         * gst/tcp/gsttcpclientsink.h:
16579         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
16580         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
16581         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
16582         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
16583         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
16584         * gst/tcp/gsttcpclientsrc.h:
16585         * gst/tcp/gsttcpplugin.c: (plugin_init):
16586         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
16587         * gst/tcp/gsttcpserversink.h:
16588         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
16589         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
16590         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
16591         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
16592         (gst_tcpserversrc_stop):
16593         * gst/tcp/gsttcpserversrc.h:
16594         * gst/tcp/gsttcpsink.c:
16595         * gst/tcp/gsttcpsink.h:
16596         * gst/tcp/gsttcpsrc.c:
16597         * gst/tcp/gsttcpsrc.h:
16598         Ported tcp plugins to 0.9. 
16599         
16600
16601 2005-07-05  Andy Wingo  <wingo@pobox.com>
16602
16603         * gst/playback/gstplaybasebin.c (fill_buffer):
16604         message_new_application fixen.
16605
16606         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
16607         Style fix.
16608
16609 2005-07-04  Wim Taymans  <wim@fluendo.com>
16610
16611         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
16612         Set caps on output buffer.
16613
16614 2005-07-04  Andy Wingo  <wingo@pobox.com>
16615
16616         * ext/gnomevfs/gstgnomevfssrc.c
16617         (gst_gnomevfssrc_received_headers_callback) 
16618         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
16619         hopefully.
16620
16621         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
16622         No refcount leakage.
16623
16624         * configure.ac: Enable -Werror.
16625         
16626         * ext/theora/theoradec.c (theora_dec_src_getcaps):
16627         * gst/audioconvert/bufferframesconvert.c
16628         (buffer_frames_convert_fixate):
16629         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
16630         (gst_audio_convert_fixate):
16631         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
16632         (gst_sinesrc_create): Fixate func changes.
16633         
16634         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
16635         (gst_ximagesink_buffer_alloc): Unused var.
16636
16637 2005-07-01  Andy Wingo  <wingo@pobox.com>
16638
16639         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
16640         getcaps to do explicit caps. Needs to be done in all decoders,
16641         possibly via a base class.
16642
16643         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
16644
16645         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
16646         caps on the sink pad, just rely on the pad template. Also, setting
16647         ANY caps on a pad is not valid because the caps are not fixed.
16648
16649         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
16650         caps on the buffer, and get the width from the desired_caps if
16651         they're set.
16652         (gst_ximagesink_renegotiate_size): Implement via setting the
16653         desired_caps on the ximagesink.
16654         (gst_ximagesink_setcaps): Only reset the width of the player if it
16655         wasn't already set. Not sure if this is right.
16656         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
16657
16658         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
16659         that the user wants. NULL unless the window has been resized.
16660
16661         * gst/volume/gstvolume.c (volume_transform): Adapt to
16662         basetransform refcount changes.
16663         
16664 2005-07-01  Andy Wingo  <wingo@pobox.com>
16665
16666         * gst/videoscale/gstvideoscale.c:
16667         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
16668         from BaseTransform, implements a transform_caps. Removed dead code
16669         including some PAR stuff that was never reached -- should probably
16670         be added back somehow.
16671
16672 2005-07-01  Andy Wingo  <wingo@pobox.com>
16673
16674         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
16675         come later.
16676
16677 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16678
16679         * configure.ac:
16680         * docs/libs/Makefile.am:
16681         * docs/libs/gst-plugins-libs.types:
16682         * ext/alsa/Makefile.am:
16683         * ext/alsa/gstalsamixer.h:
16684         * ext/alsa/gstalsamixeroptions.h:
16685         * ext/alsa/gstalsamixertrack.h:
16686         * gst-libs/gst/Makefile.am:
16687         * gst-libs/gst/colorbalance/.cvsignore:
16688         * gst-libs/gst/colorbalance/Makefile.am:
16689         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
16690         * gst-libs/gst/colorbalance/colorbalance.c:
16691         * gst-libs/gst/colorbalance/colorbalance.h:
16692         * gst-libs/gst/colorbalance/colorbalance.vcproj:
16693         * gst-libs/gst/colorbalance/colorbalancechannel.c:
16694         * gst-libs/gst/colorbalance/colorbalancechannel.h:
16695         * gst-libs/gst/interfaces/Makefile.am:
16696         * gst-libs/gst/interfaces/colorbalance.c:
16697         (gst_color_balance_class_init):
16698         * gst-libs/gst/interfaces/colorbalance.h:
16699         * gst-libs/gst/interfaces/interfaces-marshal.list:
16700         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
16701         * gst-libs/gst/interfaces/mixer.h:
16702         * gst-libs/gst/interfaces/mixeroptions.h:
16703         * gst-libs/gst/interfaces/navigation.c:
16704         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
16705         * gst-libs/gst/interfaces/tuner.h:
16706         * gst/volume/Makefile.am:
16707         * gst/volume/gstvolume.c:
16708         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
16709         * sys/ximage/Makefile.am:
16710         * sys/ximage/ximagesink.c:
16711         * sys/xvimage/Makefile.am:
16712         * sys/xvimage/xvimagesink.c:
16713           fold in all interfaces into an interfaces dir, preserving CVS
16714           history
16715
16716 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16717
16718         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
16719           Fix build after riff changes.
16720
16721 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16722
16723         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16724         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
16725         (gst_riff_create_video_template_caps),
16726         (gst_riff_create_audio_template_caps),
16727         (gst_riff_create_iavs_template_caps):
16728         * gst-libs/gst/riff/riff-media.h:
16729         * gst-libs/gst/riff/riff-read.h:
16730         * gst-libs/gst/riff/riff.c: (gst_riff_init):
16731           Add gst_riff_init() to initialize the debug category, instead
16732           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
16733
16734 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16735
16736         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
16737           Oops, I shouldn't apply hacks.
16738
16739 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16740
16741         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
16742           Remove pad_loop function which doesn't work.
16743
16744 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16745
16746         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
16747           Send EOS when deactivating.
16748         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
16749         (check_queue), (queue_threshold_reached), (queue_out_of_data),
16750         (gen_preroll_element), (probe_triggered), (mute_stream),
16751         (silence_stream), (new_decoded_pad), (setup_substreams),
16752         (set_active_source):
16753         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
16754         (remove_sinks), (add_sink):
16755         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
16756           Change for new probe API.
16757
16758 2005-06-29  Wim Taymans  <wim@fluendo.com>
16759
16760         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
16761         * gst-libs/gst/audio/gstbaseaudiosink.c:
16762         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
16763         (gst_baseaudiosink_change_state):
16764         * gst-libs/gst/audio/gstbaseaudiosink.h:
16765         * gst-libs/gst/audio/gstringbuffer.c:
16766         (gst_ringbuffer_set_callback):
16767         Fix compilation error.
16768         Ringbuffer starts out as not running.
16769         Free our clock in dispose.
16770         When releasing the ringbuffer we need to renegotiate so
16771         clear the pad caps.
16772
16773 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16774
16775         * autogen.sh:
16776         * configure.ac:
16777         * docs/Makefile.am:
16778         * docs/libs/Makefile.am:
16779         * docs/libs/gst-plugins-libs-docs.sgml:
16780         * docs/libs/gst-plugins-libs-sections.txt:
16781         * docs/libs/gst-plugins-libs.types:
16782         * docs/libs/tmpl/gstaudio.sgml:
16783         * docs/libs/tmpl/gstcolorbalance.sgml:
16784         * docs/libs/tmpl/gstringbuffer.sgml:
16785         * gst-libs/gst/audio/gstringbuffer.c:
16786         (gst_ringbuffer_set_callback):
16787           reinstate gtk-doc docs for plugin libs
16788
16789 2005-06-28  Wim Taymans  <wim@fluendo.com>
16790
16791         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
16792         (gst_ogg_demux_init):
16793         Removed pad loop function.
16794
16795 2005-06-28  Wim Taymans  <wim@fluendo.com>
16796
16797         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
16798         If we're building a chain we are not in an error case
16799         when we queue a buffer.
16800
16801 2005-06-28  Andy Wingo  <wingo@pobox.com>
16802
16803         * *.c: Don't cast to GstObject before reffing/unreffing.
16804
16805 2005-06-27  Andy Wingo  <wingo@pobox.com>
16806
16807         * gst/videotestsrc/gstvideotestsrc.c
16808         (gst_videotestsrc_activate_push): Activation API changes.
16809
16810         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
16811         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
16812         they have refs on the decodebin.
16813
16814         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
16815         parent class.
16816         (gst_ogg_pad_typefind): Don't leak a pad ref.
16817         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
16818         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
16819         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
16820
16821 2005-06-27  Edward Hervey  <edward@fluendo.com>
16822
16823         * ext/theora/theoradec.c: (theora_dec_change_state): 
16824         re-arranged call to parent's state change in order to avoid locks (or
16825         worse).
16826
16827 2005-06-26  Edward Hervey  <edward@fluendo.com>
16828
16829         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
16830         2nd argument of 'unknow-type' signal is a GstCaps and not a
16831         GstMiniObject
16832
16833 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
16834         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
16835           Set the worker thread's running flag to TRUE before starting the
16836           thread.
16837         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
16838           Catch a failure to add typefind to the bin.
16839
16840 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
16841
16842         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
16843         (gst_sinesrc_init), (gst_sinesrc_create),
16844         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
16845         (gst_sinesrc_start):
16846         * gst/sine/gstsinesrc.h:
16847           add num-buffers and timestamp-offset properties
16848         * gst/videotestsrc/gstvideotestsrc.c:
16849         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
16850         (gst_videotestsrc_get_property):
16851           add timestamp-offset property
16852
16853 2005-06-23  Christian Schaller  <uraeus@gnome.org>
16854
16855         * configure.ac: add videorate
16856         * gst-plugins-base.spec.in: add videorate
16857
16858 2005-06-23  Wim Taymans  <wim@fluendo.com>
16859
16860         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
16861         (gst_videorate_getcaps), (gst_videorate_setcaps),
16862         (gst_videorate_event), (gst_videorate_chain):
16863         Fixed videorate, fixating an already fixated caps is not
16864         an error.
16865
16866 2005-06-23  Wim Taymans  <wim@fluendo.com>
16867
16868         * ext/ogg/README:
16869         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
16870         Buffer on caps is not boxed anymore.
16871
16872 2005-06-22  Wim Taymans  <wim@fluendo.com>
16873
16874         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
16875         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
16876         Set buffers on caps as miniobjects and not as boxed.
16877
16878 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
16879
16880         * configure.ac:
16881           back to HEAD
16882
16883 === release 0.9.1 ===
16884
16885 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
16886
16887         * .cvsignore:
16888         * NEWS:
16889         * README:
16890         * RELEASE:
16891         * configure.ac:
16892         * po/af.po:
16893         * po/az.po:
16894         * po/cs.po:
16895         * po/en_GB.po:
16896         * po/hu.po:
16897         * po/it.po:
16898         * po/nb.po:
16899         * po/nl.po:
16900         * po/or.po:
16901         * po/sq.po:
16902         * po/sr.po:
16903         * po/sv.po:
16904         * po/uk.po:
16905         * po/vi.po:
16906           updates for release
16907
16908 2005-06-09  Andy Wingo  <wingo@pobox.com>
16909
16910         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
16911         
16912 2005-06-09  Andy Wingo  <wingo@pobox.com>
16913
16914         * configure.ac:
16915         * gst-libs/gst/Makefile.am:
16916         * gst-libs/gst/net/Makefile.am:
16917         Add gstnet to build.
16918
16919 2005-06-09  Andy Wingo  <wingo@pobox.com>
16920
16921         * gst-libs/gst/gconf/gconf.c:
16922         * gst/playback/test.c:
16923         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
16924         fixes.
16925
16926         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
16927
16928         * ext/theora/theoraenc.c (theora_enc_chain): 
16929         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
16930
16931         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
16932         RealPad.
16933
16934 2005-06-02  Wim Taymans  <wim@fluendo.com>
16935
16936         * gst-libs/gst/net/Makefile.am:
16937         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
16938         * pkgconfig/gstreamer-libs.pc.in:
16939         Added net stuff, version net lib.
16940
16941 2005-06-02  Wim Taymans  <wim@fluendo.com>
16942
16943         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
16944         (query_rates), (query_positions_elems), (query_positions_pads),
16945         (do_seek):
16946         Updated seek example.
16947
16948 2005-06-02  Andy Wingo  <wingo@pobox.com>
16949
16950         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
16951         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
16952         list.
16953
16954         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
16955         remove the typefind, the bin dispose will do it for us. When it's
16956         removed and unreffed, the signal handler will be disconnected,
16957         too.
16958         (unlinked): It's too difficult to disconnect from unlinked
16959         handlers, as they are on pads not elements. Just punt if the pads
16960         aren't grandkids of the bin.
16961
16962 2005-06-02  Wim Taymans  <wim@fluendo.com>
16963
16964         * ext/ogg/README:
16965         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
16966         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
16967         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
16968         * ext/theora/theoradec.c: (theora_dec_src_query),
16969         (theora_handle_data_packet):
16970         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
16971         (theora_enc_chain):
16972         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
16973         (vorbis_handle_data_packet):
16974         * gst/audioconvert/bufferframesconvert.c:
16975         (buffer_frames_convert_chain):
16976         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16977         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
16978         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
16979         (gst_ffmpegcsp_chain):
16980         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
16981         (gst_videorate_getcaps), (gst_videorate_setcaps),
16982         (gst_videorate_event), (gst_videorate_chain):
16983         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
16984         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
16985         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
16986         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
16987         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
16988         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
16989         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
16990         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
16991         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
16992         Cleanups and buffer alloc.
16993
16994 2005-05-31  Wim Taymans  <wim@fluendo.com>
16995
16996         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
16997         Don't try to call the delay method when the device is not
16998         opened.
16999
17000 2005-05-31  Wim Taymans  <wim@fluendo.com>
17001
17002         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
17003         Get actual segment size and buffer size after opening
17004         the device.
17005
17006 2005-05-30  Wim Taymans  <wim@fluendo.com>
17007
17008         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
17009         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
17010         Also FLUSH upstream, makes the loop function exit faster.
17011         
17012         * ext/theora/theoradec.c: (theora_dec_src_query):
17013         Some more debug info in the query.
17014         
17015         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
17016         (gst_ximagesink_setcaps):
17017         Release lock on par error, better error reporting.
17018
17019 2005-05-26  Wim Taymans  <wim@fluendo.com>
17020
17021         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
17022         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
17023         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
17024         Clear chains in READY
17025         Queue packets until the chain is activated.
17026
17027 2005-05-25  Wim Taymans  <wim@fluendo.com>
17028
17029         * gst-libs/gst/audio/gstaudiosink.c:
17030         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
17031         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
17032         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
17033         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
17034         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
17035         (gst_audiosink_create_ringbuffer):
17036         * gst-libs/gst/audio/gstbaseaudiosink.c:
17037         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
17038         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
17039         (gst_baseaudiosink_set_property), (build_linear_format),
17040         (debug_spec_caps), (debug_spec_buffer),
17041         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
17042         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
17043         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
17044         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
17045         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
17046         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
17047         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
17048         (gst_ringbuffer_play), (gst_ringbuffer_pause),
17049         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
17050         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
17051         (wait_segment), (gst_ringbuffer_commit),
17052         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
17053         (gst_ringbuffer_clear):
17054         Various small cleanups.
17055
17056         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
17057         (gst_audio_convert_change_state):
17058         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
17059         No need to take the locks anymore.
17060
17061 2005-05-25  Wim Taymans  <wim@fluendo.com>
17062
17063         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
17064         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
17065         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
17066         (type_found):
17067         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
17068         (group_destroy), (group_commit), (queue_overrun),
17069         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
17070         (mute_stream), (new_decoded_pad), (setup_substreams),
17071         (setup_source), (mute_group_type), (set_active_source),
17072         (gst_play_base_bin_change_state):
17073         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
17074         (gen_video_element), (gen_text_element), (gen_audio_element),
17075         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
17076         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
17077         (gst_stream_info_dispose), (gst_stream_info_set_mute):
17078         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
17079         Some playbin cleanups mostly refcounting sloppyness.
17080
17081 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17082
17083         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
17084           Work with streaming input.
17085
17086 2005-05-25  Wim Taymans  <wim@fluendo.com>
17087
17088         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17089         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
17090         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
17091         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
17092         No need to take the STREAM lock anymore.
17093
17094 2005-05-25  Wim Taymans  <wim@fluendo.com>
17095
17096         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
17097         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
17098         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
17099         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
17100         (gst_ogg_demux_sink_activate):
17101         * ext/theora/theoradec.c: (theora_dec_src_event),
17102         (theora_handle_comment_packet), (theora_dec_chain),
17103         (theora_dec_change_state):
17104         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
17105         (vorbis_handle_data_packet), (vorbis_dec_chain),
17106         (vorbis_dec_change_state):
17107         Remove STREAM locks as they are taken in core now.
17108         Never set bogus granulepos on vorbis/theora.
17109         Fix leaks in theoradec tag parsing.
17110
17111 2005-05-25  Wim Taymans  <wim@fluendo.com>
17112
17113         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
17114         Fix memleaks, GST_BUFFER_DATA() is not freed.
17115
17116 2005-05-25  Wim Taymans  <wim@fluendo.com>
17117
17118         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
17119         Open non-blocking, set to blocking mode afterwards to avoid
17120         lockups when audio device is busy.
17121
17122 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17123
17124         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
17125           This can't be good.
17126
17127 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17128
17129         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
17130         (gst_audio_convert_chain), (gst_audio_convert_link_src),
17131         (gst_audio_convert_setcaps):
17132           Implement instant setup switching.
17133
17134 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17135
17136         * gst/playback/gstplaybasebin.c: (probe_triggered):
17137           Fix missing unlock.
17138         * gst/playback/gstplaybin.c: (add_sink):
17139           First add, then link (otherwise pad link fails).
17140
17141 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17142
17143         * examples/Makefile.am:
17144         fix buildbot (make distcheck)
17145
17146 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17147
17148         * gst/playback/gstplaybin.c: (gen_vis_element):
17149           Remove some wrong code. Doesn't work yet.
17150
17151 2005-05-19  Wim Taymans  <wim@fluendo.com>
17152
17153         * gst-libs/gst/net/Makefile.am:
17154         * gst-libs/gst/net/README:
17155         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
17156         (gst_netbuffer_class_init), (gst_netbuffer_init),
17157         (gst_netbuffer_finalize), (gst_netbuffer_copy),
17158         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
17159         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
17160         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
17161         * gst-libs/gst/net/gstnetbuffer.h:
17162         Added buffer subclass to store extra to/from addresses for
17163         network sources/sinks.
17164
17165 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17166
17167         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
17168           Don't lock an unassigned variable.
17169
17170 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17171
17172         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
17173           Increase buffer for video, decrease buffer for other media types.
17174         * gst/playback/gstplaybin.c: (gen_video_element),
17175         (gen_audio_element):
17176           Change names for debugging purposes.
17177
17178 2005-05-18  Wim Taymans  <wim@fluendo.com>
17179
17180         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17181         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
17182         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
17183         (gst_ffmpegcsp_chain):
17184         Enable buffer alloc passthrough if the source and dest
17185         formats are the same.
17186
17187 2005-05-17  Wim Taymans  <wim@fluendo.com>
17188
17189         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
17190         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
17191         (gst_ogg_demux_chain_unlocked):
17192         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
17193         (gst_audio_convert_caps_remove_format_info),
17194         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
17195         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
17196         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17197         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
17198         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
17199         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
17200         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
17201         (gst_ffmpegcsp_get_property):
17202         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
17203         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
17204         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
17205         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
17206         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
17207         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
17208         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
17209         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
17210         Leak fixes in oggdemux.
17211         Some cleanups in audioconvert.
17212         Make passthrough work along with buffer_alloc etc.
17213         Make buffer_alloc and buffer recycling actually work in
17214         xvimagesink.
17215
17216 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17217
17218         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
17219           make the compiler happy
17220
17221 2005-05-17  Wim Taymans  <wim@fluendo.com>
17222
17223         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
17224         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
17225         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
17226         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
17227         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
17228         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
17229         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
17230         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
17231         (gst_xvimagesink_set_xwindow_id):
17232         * sys/xvimage/xvimagesink.h:
17233         Port xvimagesink to new MiniObject.
17234
17235 2005-05-17  Wim Taymans  <wim@fluendo.com>
17236
17237         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
17238         (gst_audiofilter_chain):
17239         * gst-libs/gst/audio/gstaudiosink.c:
17240         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
17241         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
17242         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
17243         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
17244         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
17245         (gst_audiosink_create_ringbuffer):
17246         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
17247         (gst_audio_convert_caps_remove_format_info),
17248         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
17249         (gst_audio_convert_fixate), (gst_audio_convert_channels):
17250         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17251         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
17252         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
17253         Fix passthrough in ffmpegcolorspace.
17254         Fix memset in audiosink on wrong memory.
17255
17256 2005-05-16  David Schleef  <ds@schleef.org>
17257
17258         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
17259         to GstMiniObject.
17260
17261 2005-05-16  David Schleef  <ds@schleef.org>
17262
17263         Port from GstData to GstMiniObject.
17264         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
17265         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
17266         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
17267         (gst_ogg_mux_collected):
17268         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
17269         * ext/theora/theoradec.c: (theora_handle_comment_packet),
17270         (theora_handle_data_packet):
17271         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
17272         (theora_set_header_on_caps), (theora_enc_chain):
17273         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
17274         (vorbis_handle_comment_packet):
17275         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
17276         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
17277         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
17278         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
17279         * gst/audioconvert/gstaudioconvert.c:
17280         (gst_audio_convert_get_buffer):
17281         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
17282         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
17283         (mute_stream), (silence_stream):
17284         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
17285         * gst/volume/gstvolume.c: (volume_transform):
17286         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
17287         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
17288         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
17289         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
17290         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
17291         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
17292         (gst_ximagesink_buffer_alloc):
17293         * sys/ximage/ximagesink.h:
17294
17295 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17296
17297         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17298         (fill_buffer), (check_queue), (queue_threshold_reached),
17299         (queue_out_of_data):
17300         * gst/playback/gstplaybasebin.h:
17301           Post buffer-fullness on the bus.
17302
17303 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17304
17305         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
17306         (try_to_link_1):
17307         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17308         (group_commit), (probe_triggered), (setup_source),
17309         (gst_play_base_bin_change_state):
17310         * gst/playback/gstplaybasebin.h:
17311         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
17312         (gst_play_bin_init), (remove_sinks), (setup_sinks),
17313         (gst_play_bin_change_state):
17314           Move setup_output_pads into a virtual function, remove
17315           group-switch (no longer needed) and redirect (handled by bus
17316           now) signals.
17317
17318 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17319
17320         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
17321         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
17322         (get_active_group), (get_building_group), (group_destroy),
17323         (group_commit), (check_queue), (queue_overrun),
17324         (queue_threshold_reached), (queue_out_of_data),
17325         (gen_preroll_element), (remove_groups), (unknown_type),
17326         (add_element_stream), (no_more_pads), (probe_triggered),
17327         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
17328         (setup_substreams), (setup_source), (finish_source),
17329         (prepare_output), (muted_group_change_state),
17330         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
17331         (gst_play_base_bin_change_state):
17332         * gst/playback/gstplaybasebin.h:
17333         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
17334         (gst_play_bin_init), (gst_play_bin_set_property),
17335         (gen_video_element), (gen_text_element), (gen_audio_element),
17336         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
17337         (gst_play_bin_change_state):
17338         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
17339         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
17340         (stream_info_change_state), (gst_stream_info_set_mute),
17341         (gst_stream_info_get_property):
17342         * gst/playback/gststreaminfo.h:
17343         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
17344         (gst_stream_selector_get_linked_pad),
17345         (gst_stream_selector_getcaps),
17346         (gst_stream_selector_get_linked_pads),
17347         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
17348         * gst/playback/gststreamselector.h:
17349           Rough port of playbin. Needs some more work, but is mostly done,
17350           and uses a few locks in important places, which should make stuff
17351           like chain-switches clean. Still uses GST_STATE() in a few places,
17352           which isn't all that good an idea, subtitles/elements disabled
17353           because no elements to test with and thus probably broken, query
17354           and event handling moved to GstBin, internal thread removed
17355           alltogether because the pipeline does that for us now. Can play
17356           Ogg/Vorbis files. Haven't tested anything else yet.
17357
17358 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17359
17360         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
17361           Do no-more-pads (needed for autoplugging).
17362
17363 2005-05-10  Andy Wingo  <wingo@pobox.com>
17364
17365         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
17366         message to the bus with the tags. Still not sent downstream tho.
17367
17368         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
17369         get_parent.
17370         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
17371         avoid refcounting hassles.
17372
17373 2005-05-09  Andy Wingo  <wingo@pobox.com>
17374
17375         * gst/volume/Makefile.am:
17376         * gst/volume/demo.c
17377         * gst/volume/gstvolume.h
17378         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
17379         basetransform. Probably need an audio filter base class.
17380
17381 2005-05-09  Wim Taymans  <wim@fluendo.com>
17382
17383         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
17384         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
17385         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
17386         (gst_vorbisenc_chain):
17387         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
17388         (gst_audio_convert_caps_remove_format_info),
17389         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
17390         (gst_audio_convert_fixate), (gst_audio_convert_channels):
17391         Make caps writable before writing to it.
17392         Fix negotiation in audioconvert some more.
17393
17394 2005-05-09  Wim Taymans  <wim@fluendo.com>
17395
17396         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
17397         (gst_videorate_getcaps), (gst_videorate_setcaps),
17398         (gst_videorate_event), (gst_videorate_chain):
17399         Better negotiation.
17400
17401 2005-05-09  Wim Taymans  <wim@fluendo.com>
17402
17403         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
17404         (gst_videorate_getcaps), (gst_videorate_setcaps),
17405         (gst_videorate_blank_data), (gst_videorate_init),
17406         (gst_videorate_event), (gst_videorate_chain),
17407         (gst_videorate_change_state):
17408         Port videorate, do a better job at negotiation while we're at
17409         it.
17410
17411 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
17412
17413         * configure.ac:
17414           Disable libvisual
17415
17416         * examples/Makefile.am:
17417         * gst-libs/gst/audio/Makefile.am:
17418         * gst-libs/gst/riff/Makefile.am:
17419         * gst-libs/gst/tag/Makefile.am:
17420         * gst-libs/gst/video/Makefile.am:
17421           Fixups for missing variables.
17422
17423 2005-05-09  Wim Taymans  <wim@fluendo.com>
17424
17425         * examples/seeking/seek.c: (make_theora_pipeline),
17426         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
17427         (query_rates), (query_positions_elems), (query_positions_pads),
17428         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
17429         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
17430         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
17431         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
17432         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
17433         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
17434         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
17435         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
17436         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
17437         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
17438         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
17439         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
17440         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
17441         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
17442         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
17443         (theora_dec_src_convert), (theora_dec_sink_convert),
17444         (theora_dec_src_query), (theora_dec_sink_query),
17445         (theora_dec_src_event), (theora_dec_sink_event),
17446         (theora_handle_comment_packet), (theora_handle_type_packet),
17447         (theora_handle_header_packet), (theora_handle_data_packet),
17448         (theora_dec_chain):
17449         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
17450         (vorbis_dec_convert), (vorbis_dec_src_query),
17451         (vorbis_dec_sink_query), (vorbis_dec_src_event),
17452         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
17453         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
17454         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
17455         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
17456         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
17457         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
17458         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
17459         (gst_play_bin_query):
17460         * gst/playback/test3.c: (update_scale):
17461         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
17462         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
17463         * gst/subparse/gstsubparse.c: (gst_subparse_init):
17464         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
17465         (gst_videotestsrc_src_query):
17466         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
17467         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
17468         (paint_hline_YUV9):
17469         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
17470         Port to new query API.
17471         Updated seek.
17472         Cleanups in x[v]imagesink
17473
17474 2005-05-09  Andy Wingo  <wingo@pobox.com>
17475
17476         * ext/alsa/gstalsasink.h:
17477         * ext/gnomevfs/gstgnomevfssrc.c:
17478         (gst_gnomevfssrc_get_icy_metadata):
17479         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
17480         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
17481         * ext/theora/theoradec.c (theora_dec_src_query)
17482         (theora_dec_src_event, theora_dec_sink_event)
17483         (theora_handle_comment_packet, theora_handle_data_packet):
17484         * ext/theora/theoraenc.c (theora_enc_chain):
17485         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
17486         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
17487         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
17488         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
17489         (qt_type_find):
17490         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
17491         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
17492         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
17493         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
17494         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
17495         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
17496         (paint_setup_xBGR8888, paint_setup_RGBx8888)
17497         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
17498         (paint_setup_RGB565, paint_setup_xRGB1555):
17499         * gst/videotestsrc/videotestsrc.h:
17500         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
17501         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
17502         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
17503         GCC4 fixes.
17504         
17505         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
17506         gst_pad_query_position. Fixes oggdemux.
17507
17508 2005-05-08  David Schleef  <ds@schleef.org>
17509
17510         * configure.ac: Require liboil.
17511         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
17512         a few more.
17513         * gst/videotestsrc/videotestsrc.c:
17514         * gst/videotestsrc/videotestsrc.h:
17515
17516 2005-05-06  Wim Taymans  <wim@fluendo.com>
17517
17518         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17519         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
17520         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
17521         Well, unreffing a buffer right before pushing it is asking
17522         for trouble..
17523
17524 2005-05-06  Christian Schaller  <uraeus@gnome.org>
17525
17526         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
17527
17528 2005-05-06  Wim Taymans  <wim@fluendo.com>
17529
17530         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
17531         (gst_audio_convert_caps_remove_format_info),
17532         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
17533         (gst_audio_convert_fixate), (gst_audio_convert_channels):
17534         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17535         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
17536         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
17537         * gst/sine/Makefile.am:
17538         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
17539         (gst_sinesrc_class_init), (gst_sinesrc_init),
17540         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
17541         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
17542         (gst_sinesrc_update_freq):
17543         * gst/sine/gstsinesrc.h:
17544         * gst/tcp/gstmultifdsink.c:
17545         * sys/xvimage/xvimagesink.c:
17546         Fixed negotiation wrt _peer_get_caps()
17547         Some cleanups.
17548
17549
17550 2005-05-06  Wim Taymans  <wim@fluendo.com>
17551
17552         * gst-libs/gst/audio/gstaudiosink.c:
17553         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
17554         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
17555         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
17556         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
17557         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
17558         (gst_audiosink_create_ringbuffer):
17559         * gst-libs/gst/audio/gstbaseaudiosink.c:
17560         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
17561         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
17562         (gst_baseaudiosink_set_property), (build_linear_format),
17563         (debug_spec_caps), (debug_spec_buffer),
17564         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
17565         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
17566         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
17567         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
17568         * gst-libs/gst/audio/gstbaseaudiosink.h:
17569         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
17570         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
17571         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
17572         (gst_ringbuffer_play), (gst_ringbuffer_pause),
17573         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
17574         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
17575         (wait_segment), (gst_ringbuffer_commit),
17576         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
17577         (gst_ringbuffer_clear):
17578         * gst-libs/gst/audio/gstringbuffer.h:
17579         Make the base audiosink return an error when there is no
17580         audiobuffer negotiated.
17581
17582 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17583
17584         * ext/Makefile.am:
17585         Disable cdparanoia until someone ports it!
17586
17587 2005-05-06  Wim Taymans  <wim@fluendo.com>
17588
17589         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
17590         (gst_ogg_demux_sink_activate):
17591         And revert after wingo's revert.. sigh..
17592
17593 2005-05-05  Andy Wingo  <wingo@pobox.com>
17594
17595         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
17596         GObject.
17597         * configure.ac: Return audiorate and subparse from the ghetto.
17598         Re-enable -Wall -Werror.
17599         * gst/subparse/gstsubparse.c:
17600         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
17601         or chain-based. Cleaned up a bit. Not tested.
17602         
17603 2005-05-05  Christian Schaller <christian@fluendo.com> 
17604
17605         * Makefile.am: remove stuff that is not building
17606         * configure.ac: remove stuff that is not building
17607         * examples/Makefile.am: remove stuff that is not building
17608         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
17609         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
17610         * sys/Makefile.am: remove stuff that is not building
17611         * testsuite/Makefile.am: remove stuff that is not building
17612
17613 2005-05-05  Andy Wingo  <wingo@pobox.com>
17614
17615         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
17616         * gst-libs/gst/tag/gstvorbistag.c:
17617         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
17618         * gst/adder/gstadder.h:
17619         * gst/audioconvert/gstchannelmix.c:
17620         (gst_audio_convert_fill_one_other):
17621         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
17622         (gst_audiorate_init), (gst_audiorate_chain):
17623         * gst/playback/gstplaybasebin.c: (setup_source):
17624         * gst/playback/test3.c: (update_scale):
17625         Some GCC4 fixes
17626         
17627         * po/af.po:
17628         * po/az.po:
17629         * po/cs.po:
17630         * po/en_GB.po:
17631         * po/hu.po:
17632         * po/it.po:
17633         * po/nb.po:
17634         * po/nl.po:
17635         * po/or.po:
17636         * po/sq.po:
17637         * po/sr.po:
17638         * po/sv.po:
17639         * po/uk.po:
17640         * po/vi.po: Foo
17641
17642 2005-05-05  Wim Taymans  <wim@fluendo.com>
17643
17644         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
17645         (gst_audio_convert_caps_remove_format_info),
17646         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
17647         (gst_audio_convert_change_state), (gst_audio_convert_channels):
17648         * gst/videotestsrc/gstvideotestsrc.c:
17649         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
17650         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
17651         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
17652         (gst_videotestsrc_init), (gst_videotestsrc_loop):
17653         Don't ignore _push() return values.
17654         Make sure no processing is done when shutting down.
17655         Videotestsrc pad activation fix.
17656
17657 2005-05-05  Wim Taymans  <wim@fluendo.com>
17658
17659         * gst/adder/Makefile.am:
17660         * gst/adder/gstadder.c: (gst_adder_setcaps),
17661         (gst_adder_class_init), (gst_adder_init),
17662         (gst_adder_request_new_pad), (gst_adder_collected),
17663         (gst_adder_change_state):
17664         * gst/adder/gstadder.h:
17665         Ported adder as an example of a mixer element using
17666         collect pads. Needs more negotiation work.
17667
17668 2005-05-05  Wim Taymans  <wim@fluendo.com>
17669
17670         * ext/theora/theoradec.c: (_inc_granulepos),
17671         (theora_dec_src_event), (theora_dec_sink_event),
17672         (theora_handle_comment_packet), (theora_handle_type_packet),
17673         (theora_handle_header_packet), (theora_handle_data_packet),
17674         (theora_dec_chain):
17675         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17676         (gst_theora_enc_init), (theora_enc_sink_setcaps),
17677         (theora_push_buffer), (theora_push_packet),
17678         (theora_enc_sink_event), (theora_enc_chain),
17679         (theora_enc_change_state), (theora_enc_set_property),
17680         (theora_enc_get_property):
17681         Added stream lock to decoder so that we can serialize
17682         the discont event.
17683         More theoraenc porting, recover from errors, do clean
17684         shutdown.
17685
17686 2005-05-05  Wim Taymans  <wim@fluendo.com>
17687
17688         * ext/ogg/Makefile.am:
17689         * ext/ogg/README:
17690         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
17691         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
17692         (gst_ogg_print):
17693         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
17694         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
17695         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
17696         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
17697         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
17698         (gst_ogg_mux_change_state):
17699         Ported ogg muxer.
17700
17701 2005-05-05  Wim Taymans  <wim@fluendo.com>
17702
17703         * docs/design-audiosinks.txt:
17704         * gst-libs/gst/audio/TODO:
17705         * gst-libs/gst/audio/gstaudiosink.c:
17706         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
17707         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
17708         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
17709         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
17710         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
17711         (gst_audiosink_create_ringbuffer):
17712         * gst-libs/gst/audio/gstbaseaudiosink.c:
17713         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
17714         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
17715         (gst_baseaudiosink_set_property), (build_linear_format),
17716         (debug_spec_caps), (debug_spec_buffer),
17717         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
17718         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
17719         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
17720         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
17721         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
17722         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
17723         (gst_ringbuffer_release), (gst_ringbuffer_play),
17724         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
17725         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
17726         (gst_ringbuffer_set_sample), (wait_segment),
17727         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
17728         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
17729         More work on the audiosink, mostly debugging and a race in
17730         shutdown.
17731
17732 2005-04-28  Wim Taymans  <wim@fluendo.com>
17733
17734         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
17735         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
17736         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
17737         (vorbis_dec_src_query), (vorbis_dec_src_event),
17738         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
17739         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
17740         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
17741         Don't crap out when seeking back to position 0.
17742
17743 2005-04-28  Wim Taymans  <wim@fluendo.com>
17744
17745         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
17746         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
17747         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
17748         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
17749         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
17750         Make audio sink configurable, use alsasink as default.
17751
17752 2005-04-28  Wim Taymans  <wim@fluendo.com>
17753
17754         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
17755         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
17756         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
17757         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
17758         (vorbis_dec_change_state):
17759         * ext/vorbis/vorbisdec.h:
17760         Refactor, use STREAM_LOCK.
17761
17762 2005-04-28  Wim Taymans  <wim@fluendo.com>
17763
17764         * ext/theora/theoradec.c: (_inc_granulepos),
17765         (theora_dec_sink_event), (theora_handle_comment_packet),
17766         (theora_handle_type_packet), (theora_handle_header_packet),
17767         (theora_handle_data_packet), (theora_dec_chain),
17768         (theora_dec_change_state):
17769         Refactor a bit, use STREAM_LOCK.
17770
17771 2005-04-28  Wim Taymans  <wim@fluendo.com>
17772
17773         * ext/alsa/Makefile.am:
17774         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
17775         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
17776         (gst_alsa_link), (gst_alsa_close_audio):
17777         * ext/alsa/gstalsaplugin.c: (plugin_init):
17778         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
17779         (gst_alsasink_dispose), (gst_alsasink_base_init),
17780         (gst_alsasink_class_init), (gst_alsasink_init),
17781         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
17782         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
17783         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
17784         (gst_alsasink_reset):
17785         * ext/alsa/gstalsasink.h:
17786         Implement alsasink with simple open/write/close API. 
17787         Make alsa dir build by disabling compilation of code.
17788
17789 2005-04-28  Wim Taymans  <wim@fluendo.com>
17790
17791         * gst-libs/gst/audio/Makefile.am:
17792         * gst-libs/gst/audio/audio.h:
17793         * gst-libs/gst/audio/audioclock.c:
17794         * gst-libs/gst/audio/audioclock.h:
17795         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
17796         (gst_audio_clock_class_init), (gst_audio_clock_init),
17797         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
17798         * gst-libs/gst/audio/gstaudioclock.h:
17799         * gst-libs/gst/audio/gstaudiosink.c:
17800         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
17801         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
17802         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
17803         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
17804         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
17805         (gst_audiosink_create_ringbuffer):
17806         * gst-libs/gst/audio/gstbaseaudiosink.c:
17807         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
17808         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
17809         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
17810         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
17811         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
17812         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
17813         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
17814         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
17815         * gst-libs/gst/audio/gstbaseaudiosink.h:
17816         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
17817         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
17818         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
17819         (gst_ringbuffer_release), (gst_ringbuffer_play),
17820         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
17821         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
17822         (gst_ringbuffer_set_sample), (wait_segment),
17823         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
17824         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
17825         * gst-libs/gst/audio/gstringbuffer.h:
17826         Make ringbuffer faster and more simple by removing the locks
17827         in the playback thread.
17828         Add sample accurate playback based on buffer sample offsets.
17829         Make the baseaudiosink provide a clock.
17830         Parse caps in the base class.
17831         Correctly handle seeking, flushing and state changes.
17832
17833 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17834
17835         * configure.ac:
17836         * gst/audioconvert/Makefile.am:
17837         * gst/audioscale/Makefile.am:
17838           Fix part of the build.  Come on guys, autogen didn't even work :)
17839
17840 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17841
17842         * configure.ac:
17843         * gst-libs/gst/Makefile.am:
17844         * gst-libs/gst/media-info/.cvsignore:
17845         * gst-libs/gst/media-info/Makefile.am:
17846         * gst-libs/gst/media-info/README:
17847         * gst-libs/gst/media-info/media-info-priv.c:
17848         * gst-libs/gst/media-info/media-info-priv.h:
17849         * gst-libs/gst/media-info/media-info-test.c:
17850         * gst-libs/gst/media-info/media-info.c:
17851         * gst-libs/gst/media-info/media-info.h:
17852         * gst-libs/gst/media-info/media-info.vcproj:
17853         * pkgconfig/Makefile.am:
17854         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
17855         * pkgconfig/gstreamer-media-info.pc.in:
17856           Remove media-info, which is also successed by playbin (see Totem
17857           implementation).
17858
17859 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17860
17861         * configure.ac:
17862         * examples/Makefile.am:
17863         * examples/gstplay/.cvsignore:
17864         * examples/gstplay/Makefile.am:
17865         * examples/gstplay/player.c:
17866         * gst-libs/gst/Makefile.am:
17867         * gst-libs/gst/play/.cvsignore:
17868         * gst-libs/gst/play/Makefile.am:
17869         * gst-libs/gst/play/play.c:
17870         * gst-libs/gst/play/play.h:
17871         * gst-libs/gst/play/play.vcproj:
17872         * pkgconfig/Makefile.am:
17873         * pkgconfig/gstreamer-play-uninstalled.pc.in:
17874         * pkgconfig/gstreamer-play.pc.in:
17875           Remove libgstplay, playbin is now the official successor.
17876
17877 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17878
17879         * configure.ac:
17880         * gst-libs/gst/Makefile.am:
17881         * gst-libs/gst/xwindowlistener/Makefile.am:
17882         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
17883         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
17884           Remove deprecated xwindowlistener (I've moved xwindowlistening
17885           in the v4l/v4l2 plugins over to serverside).
17886
17887 2005-04-25  David Schleef  <ds@schleef.org>
17888
17889         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
17890         to examples/dynparams.  Examples do not belong interspersed with
17891         source code.
17892         * examples/dynparams/demo-dparams.c:
17893         * gst/sine/Makefile.am:
17894         * gst/sine/demo-dparams.c:
17895
17896 2005-04-25  David Schleef  <ds@schleef.org>
17897
17898         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
17899         * gst-libs/gst/audio/Makefile.am:
17900         * gst-libs/gst/riff/Makefile.am:
17901         * gst-libs/gst/tag/Makefile.am:
17902         * gst-libs/gst/video/Makefile.am:
17903         * gst-libs/gst/xwindowlistener/Makefile.am:
17904
17905         Convert to 0.9 API, seems to work:
17906         * sys/ximage/Makefile.am:
17907         * sys/ximage/ximagesink.c:
17908
17909 2005-04-24  David Schleef  <ds@schleef.org>
17910
17911         Link plugins against libraries:
17912         * ext/alsa/Makefile.am:
17913         * gst/tcp/Makefile.am:
17914
17915         Remove asm code that should be in liboil
17916         * gst/videoscale/Makefile.am:
17917         * gst/videoscale/videoscale_x86_asm.s:
17918
17919         gettext wants these checked in:
17920         * po/af.po:
17921         * po/az.po:
17922         * po/cs.po:
17923         * po/en_GB.po:
17924         * po/hu.po:
17925         * po/it.po:
17926         * po/nb.po:
17927         * po/nl.po:
17928         * po/or.po:
17929         * po/sq.po:
17930         * po/sr.po:
17931         * po/sv.po:
17932         * po/uk.po:
17933         * po/vi.po:
17934
17935 2005-04-24  David Schleef  <ds@schleef.org>
17936
17937         Convert gst_main() to g_main_loop_run()
17938         * gst/playback/decodetest.c: (main):
17939         * gst/playback/test2.c: (main):
17940         * gst/playback/test3.c: (main):
17941         * gst/playback/test4.c: (main):
17942
17943         Link plugins against libraries:
17944         * ext/libvisual/Makefile.am:
17945         * sys/xvimage/Makefile.am:
17946
17947 2005-04-24  David Schleef  <ds@schleef.org>
17948
17949         * configure.ac: Remove idct and resample libs
17950         * gst-libs/gst/Makefile.am: same
17951
17952         Remove usage of gst_library_load():
17953         * ext/alsa/gstalsaplugin.c: (plugin_init):
17954         * ext/libvisual/visual.c: (plugin_init):
17955         * ext/ogg/gstogg.c: (plugin_init):
17956         * ext/theora/theora.c: (plugin_init):
17957         * ext/vorbis/vorbis.c: (plugin_init):
17958         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
17959         * gst/audioscale/gstaudioscale.c:
17960         * gst/adder/gstadder.c: (plugin_init):
17961         * gst/audioconvert/plugin.c: (plugin_init):
17962         * sys/ximage/ximagesink.c: (plugin_init):
17963         * sys/xvimage/xvimagesink.c: (plugin_init):
17964         * gst/tcp/gsttcpplugin.c: (plugin_init):
17965
17966         Link plugins against libraries:
17967         * ext/ogg/Makefile.am:
17968         * ext/theora/Makefile.am:
17969         * ext/vorbis/Makefile.am:
17970         * gst/audioconvert/Makefile.am:
17971
17972         Create proper libraries:
17973         * gst-libs/gst/riff/Makefile.am:
17974         * gst-libs/gst/audio/Makefile.am:
17975         * gst-libs/gst/video/Makefile.am:
17976
17977         Move resample library to audioscale plugin directory:
17978         * gst-libs/gst/resample/Makefile.am:
17979         * gst-libs/gst/resample/README:
17980         * gst-libs/gst/resample/dtof.c:
17981         * gst-libs/gst/resample/dtos.c:
17982         * gst-libs/gst/resample/functable.c:
17983         * gst-libs/gst/resample/private.h:
17984         * gst-libs/gst/resample/resample.c:
17985         * gst-libs/gst/resample/resample.h:
17986         * gst-libs/gst/resample/resample.vcproj:
17987         * gst-libs/gst/resample/test.c:
17988         * gst/audioscale/Makefile.am:
17989         * gst/audioscale/README:
17990         * gst/audioscale/dtof.c:
17991         * gst/audioscale/dtos.c:
17992         * gst/audioscale/functable.c:
17993         * gst/audioscale/private.h:
17994         * gst/audioscale/resample.c:
17995         * gst/audioscale/resample.h:
17996         * gst/audioscale/test.c:
17997
17998         Move tagedit library to gst-libs:
17999         * gst-libs/gst/tag/Makefile.am:
18000         * gst-libs/gst/tag/gstid3tag.c:
18001         * gst-libs/gst/tag/gsttagediting.c:
18002         * gst-libs/gst/tag/gsttageditingprivate.h:
18003         * gst-libs/gst/tag/gstvorbistag.c:
18004         * gst/tags/Makefile.am:
18005         * gst/tags/gstid3tag.c:
18006         * gst/tags/gstvorbistag.c:
18007
18008         Fix for core changes:
18009         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
18010         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
18011         (gst_sinesrc_getrange):
18012
18013 2005-04-23  David Schleef  <ds@schleef.org>
18014
18015         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
18016         in gst-plugins in a long time, and properly belongs in liboil.
18017         * gst-libs/gst/idct/Makefile.am:
18018         * gst-libs/gst/idct/README:
18019         * gst-libs/gst/idct/dct.h:
18020         * gst-libs/gst/idct/doieee:
18021         * gst-libs/gst/idct/fastintidct.c:
18022         * gst-libs/gst/idct/floatidct.c:
18023         * gst-libs/gst/idct/idct.c:
18024         * gst-libs/gst/idct/idct.h:
18025         * gst-libs/gst/idct/idtc.vcproj:
18026         * gst-libs/gst/idct/ieeetest.c:
18027         * gst-libs/gst/idct/intidct.c:
18028
18029 2005-04-20  Wim Taymans  <wim@fluendo.com>
18030
18031         * docs/design-audiosinks.txt:
18032         * gst-libs/gst/audio/Makefile.am:
18033         * gst-libs/gst/audio/TODO:
18034         * gst-libs/gst/audio/gstaudiosink.c:
18035         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
18036         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
18037         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
18038         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
18039         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
18040         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
18041         (gst_audiosink_class_init), (gst_audiosink_init),
18042         (gst_audiosink_create_ringbuffer):
18043         * gst-libs/gst/audio/gstaudiosink.h:
18044         * gst-libs/gst/audio/gstbaseaudiosink.c:
18045         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
18046         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
18047         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
18048         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
18049         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
18050         (gst_baseaudiosink_create_ringbuffer),
18051         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
18052         * gst-libs/gst/audio/gstbaseaudiosink.h:
18053         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
18054         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
18055         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
18056         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
18057         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
18058         (gst_ringbuffer_play), (gst_ringbuffer_pause),
18059         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
18060         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
18061         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
18062         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
18063         * gst-libs/gst/audio/gstringbuffer.h:
18064         An attempt at a set of audio base classes together with some
18065         design docs.
18066
18067 2005-04-20  Wim Taymans  <wim@fluendo.com>
18068
18069         * gst/audioconvert/Makefile.am:
18070         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
18071         (gst_audio_convert_caps_remove_format_info),
18072         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
18073         (gst_audio_convert_channels):
18074         Link against audio libs.
18075         Fix audio convert plugin.
18076
18077 2005-04-20  Wim Taymans  <wim@fluendo.com>
18078
18079         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
18080         (gst_ogg_demux_sink_activate):
18081         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
18082         (theora_set_header_on_caps), (theora_enc_sink_event),
18083         (theora_enc_chain):
18084         Fix theora encoder.
18085
18086 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18087
18088         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
18089         * gst/playback/gstdecodebin.c: (find_compatibles):
18090           Work with staticpadtemplates in elementfactories.
18091
18092 2005-04-12  Wim Taymans  <wim@fluendo.com>
18093
18094         * gst/playback/README:
18095         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
18096         (compare_ranks), (print_feature), (gst_decode_bin_init),
18097         (dynamic_create), (dynamic_free), (find_compatibles),
18098         (mimetype_is_raw), (close_pad_link), (got_redirect),
18099         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
18100         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
18101         (gst_decode_bin_change_state):
18102         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18103         (gst_play_base_bin_init), (group_destroy), (group_commit),
18104         (check_queue), (queue_overrun), (queue_threshold_reached),
18105         (queue_out_of_data), (gen_preroll_element), (unknown_type),
18106         (new_decoded_pad), (setup_subtitle), (gen_source_element),
18107         (got_redirect), (setup_source), (play_base_eos),
18108         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
18109         (gst_play_base_bin_remove_element):
18110         * gst/playback/gstplaybasebin.h:
18111         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
18112         (gst_play_bin_init), (gst_play_bin_dispose),
18113         (gst_play_bin_set_property), (gen_video_element),
18114         (gen_text_element), (gen_audio_element), (remove_sinks),
18115         (gst_play_bin_send_event):
18116         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
18117         (stream_info_change_state), (gst_stream_info_set_mute):
18118         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
18119         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
18120         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
18121         (gst_stream_selector_chain):
18122         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
18123         (main):
18124         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
18125         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
18126         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
18127         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
18128         Raw and crude port of decodebin. 
18129         Make playbin compile.
18130
18131 2005-04-06  Wim Taymans  <wim@fluendo.com>
18132
18133         * ext/gnomevfs/Makefile.am:
18134         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
18135         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
18136         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
18137         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
18138         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
18139         (gst_gnomevfssrc_stop):
18140         * ext/ogg/Makefile.am:
18141         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
18142         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
18143         * ext/theora/Makefile.am:
18144         * ext/theora/theoradec.c: (_inc_granulepos),
18145         (theora_dec_sink_event), (theora_dec_chain):
18146         * ext/vorbis/Makefile.am:
18147         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
18148         (vorbis_dec_sink_event), (vorbis_dec_chain):
18149         * gst-libs/gst/audio/Makefile.am:
18150         * sys/xvimage/Makefile.am:
18151         Make gnomevfssrc extend the source base class.
18152         Fix linking against libs in various plugins.
18153
18154 2005-04-06  Andy Wingo  <wingo@pobox.com>
18155
18156         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
18157         GST_BASE_LIBS.
18158
18159         * configure.ac: Add check and AC_SUBST for libgstbase.
18160
18161 2005-03-31  Wim Taymans  <wim@fluendo.com>
18162
18163         * examples/seeking/Makefile.am:
18164         * examples/seeking/cdparanoia.c: (main):
18165         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
18166         (play_cb), (pause_cb), (stop_cb), (main):
18167         * examples/seeking/playbin.c:
18168         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
18169         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
18170         (make_sid_pipeline), (make_vorbis_pipeline),
18171         (make_theora_pipeline), (make_vorbis_theora_pipeline),
18172         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
18173         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
18174         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
18175         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
18176         (stop_cb), (main):
18177         * examples/seeking/spider_seek.c:
18178         * examples/seeking/vorbisfile.c:
18179         * ext/gnomevfs/Makefile.am:
18180         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18181         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
18182         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
18183         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
18184         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
18185         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
18186         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
18187         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
18188         * ext/ogg/README:
18189         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
18190         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
18191         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
18192         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
18193         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
18194         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
18195         (gst_ogg_pad_event), (gst_ogg_pad_reset),
18196         (gst_ogg_demux_factory_filter), (compare_ranks),
18197         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
18198         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
18199         (gst_ogg_chain_new), (gst_ogg_chain_free),
18200         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
18201         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
18202         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
18203         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
18204         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
18205         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
18206         (gst_ogg_demux_get_prev_page),
18207         (gst_ogg_demux_deactivate_current_chain),
18208         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
18209         (gst_ogg_demux_bisect_forward_serialno),
18210         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
18211         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
18212         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
18213         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
18214         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
18215         (gst_ogg_demux_change_state), (gst_ogg_print):
18216         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
18217         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
18218         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
18219         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
18220         (gst_ogg_mux_loop):
18221         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
18222         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
18223         (theora_dec_src_convert), (theora_dec_sink_convert),
18224         (theora_dec_src_query), (theora_dec_src_event),
18225         (theora_dec_sink_event), (theora_dec_chain),
18226         (theora_dec_change_state):
18227         * ext/theora/theoraenc.c: (gst_theora_enc_init),
18228         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
18229         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
18230         (theora_enc_change_state):
18231         * ext/vorbis/Makefile.am:
18232         * ext/vorbis/oggvorbisenc.c:
18233         * ext/vorbis/oggvorbisenc.h:
18234         * ext/vorbis/vorbis.c: (plugin_init):
18235         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
18236         (vorbis_dec_src_query), (vorbis_dec_src_event),
18237         (vorbis_dec_sink_event), (vorbis_dec_chain),
18238         (vorbis_dec_change_state):
18239         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
18240         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
18241         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
18242         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
18243         (gst_vorbisenc_change_state):
18244         * ext/vorbis/vorbisenc.h:
18245         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
18246         * gst-libs/gst/audio/audioclock.c:
18247         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
18248         (gst_audiofilter_init), (gst_audiofilter_chain):
18249         * gst-libs/gst/audio/testchannels.c: (main):
18250         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
18251         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
18252         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
18253         (gmip_find_track_streaminfo), (gmip_find_track_format):
18254         * gst-libs/gst/media-info/media-info.c:
18255         (gst_media_info_read_idler):
18256         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
18257         (gst_play_get_all_by_interface):
18258         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
18259         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
18260         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
18261         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
18262         (gst_riff_parse_info):
18263         * gst-libs/gst/riff/riff-read.h:
18264         * gst-libs/gst/riff/riff.c: (plugin_init):
18265         * gst-libs/gst/video/Makefile.am:
18266         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
18267         (gst_videosink_class_init), (gst_videosink_get_type):
18268         * gst-libs/gst/video/videosink.h:
18269         * gst/audioconvert/bufferframesconvert.c:
18270         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
18271         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
18272         * gst/audioconvert/channelmixtest.c: (main):
18273         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
18274         (gst_audio_convert_chain),
18275         (gst_audio_convert_caps_remove_format_info),
18276         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
18277         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
18278         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
18279         (gst_audio_convert_buffer_to_default_format),
18280         (gst_audio_convert_buffer_from_default_format),
18281         (gst_audio_convert_channels):
18282         * gst/audioconvert/gstchannelmix.h:
18283         * gst/ffmpegcolorspace/avcodec.h:
18284         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18285         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
18286         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
18287         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
18288         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
18289         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
18290         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
18291         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
18292         (mpeg_video_type_find), (mpeg_video_stream_type_find),
18293         (dv_type_find):
18294         * gst/videotestsrc/gstvideotestsrc.c:
18295         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
18296         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
18297         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
18298         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
18299         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
18300         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
18301         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
18302         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
18303         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
18304         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
18305         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
18306         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
18307         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
18308         (gst_xvimagesink_navigation_send_event),
18309         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
18310         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
18311         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
18312         * sys/xvimage/xvimagesink.h:
18313         Plugin port to 0.9, ogg/theora playback should work in the seek
18314         example now.
18315         Removed old examples.
18316         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
18317         explained in 0.9 TODO doc.
18318
18319
18320 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18321
18322         * autogen.sh:
18323         * configure.ac:
18324         * ext/Makefile.am:
18325         * gst/Makefile.am:
18326         * po/POTFILES.in:
18327         * po/af.po:
18328         * po/az.po:
18329         * po/cs.po:
18330         * po/en_GB.po:
18331         * po/hu.po:
18332         * po/it.po:
18333         * po/nb.po:
18334         * po/nl.po:
18335         * po/or.po:
18336         * po/sq.po:
18337         * po/sr.po:
18338         * po/sv.po:
18339         * po/uk.po:
18340         * po/vi.po:
18341         * sys/Makefile.am:
18342         * testsuite/Makefile.am:
18343           remove a whole bunch of plugins.  This module now contains a set
18344           of free reference plugins/elements as agreed.
18345
18346 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
18347
18348         * configure.ac:
18349           hunting season on 0.9 is now OPEN
18350
18351 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18352
18353         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
18354           Kick the hell out of gcc for not warning me about a symbol conflict.
18355
18356 2005-02-22  Luca Ognibene  <luogni@tin.it>
18357
18358         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18359
18360         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
18361           Don't leak caps string (fixes #168134)
18362
18363         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
18364         (gst_jpegenc_init), (gst_jpegenc_finalize),
18365         (gst_jpegenc_change_state):
18366           Don't leak line buffers and context struct (fixes #168133).
18367
18368 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
18369
18370         * configure.ac:
18371         * ext/dirac/gstdiracdec.cc:
18372         (gst_diracdec_chain):
18373           Since dirac 0.5.0 the framerate in dirac is expressed as a
18374           rational number. Fix build and up requirement to 0.5.0, and
18375           also pass parameters to gst_diracdec_link in the right order
18376           (fixes #167959).
18377
18378 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
18379
18380         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
18381         * ext/faad/gstfaad.h:
18382         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
18383         certain invalid muxed streams, where some packets will contain 
18384         junk after decoder data. Partially fixes #149158.
18385
18386 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
18387         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
18388           Make sure we only write to writable buffers
18389
18390 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
18391
18392         * gst-libs/gst/riff/riff-media.c:
18393         (gst_riff_create_audio_caps_with_data):
18394           Do actually fix invalid RIFF fmt header values for alaw
18395           and mulaw audio instead of just saying so.
18396
18397         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
18398           Give gst_riff_create_audio_caps_with_data() a chance to
18399           fix up broken format header fields before extracting any
18400           parameters from the header. (fixes #167633)
18401
18402 2005-02-19  Martin Holters  <martin.holters@gmx.de>
18403
18404         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18405
18406         * gst/audioconvert/bufferframesconvert.c:
18407         (buffer_frames_convert_link):
18408           Don't leak othercaps. (fixes #167878)
18409
18410 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
18411
18412         * configure.ac:
18413         * ext/libvisual/visual.c: (gst_visual_srclink),
18414         (gst_visual_change_state):
18415           Support libvisual 0.2.0.
18416
18417 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
18418
18419         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
18420         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
18421           Use same rowstrides for I420 as used everywhere else.
18422
18423 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
18424
18425         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
18426           Declare variables at beginning of block and make gcc-2.95 happy
18427           (fixes # 167482, patch by Gergely Nagy).
18428           
18429         * gst/tcp/gsttcpclientsrc.c:
18430         * gst/tcp/gsttcpclientsrc.h:
18431           Move some includes into the header, so that struct sockaddr_in is
18432           defined when it should be defined on FreeBSD as well (fixes
18433           #167483).
18434           
18435         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
18436           Don't pass uninitialised values to setsockopt() here either.
18437
18438 2005-02-17  Luca Ognibene  <luogni at tin dot it>
18439
18440         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18441
18442         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
18443           Don't pass uninitialised values to setsockopt(). (fixes #167704)
18444
18445 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18446
18447         * gst/playback/gstplaybin.c: (add_sink):
18448           Invert bin_add/link order to workaround deadlock in opt.
18449
18450 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18451
18452         * gst/modplug/gstmodplug.cc:
18453           Add missing break causing position queries to fail.
18454
18455 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18456
18457         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
18458           Granpos can apparently be -1, which screws up calculations...
18459
18460 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
18461
18462         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
18463         (gst_ximagesink_send_pending_navigation),
18464         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
18465         (gst_ximagesink_init):
18466         * sys/ximage/ximagesink.h:
18467         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
18468         (gst_xvimagesink_send_pending_navigation),
18469         (gst_xvimagesink_navigation_send_event),
18470         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
18471         * sys/xvimage/xvimagesink.h:
18472           Use a mutex protected list to marshal navigation
18473           events into the stream thread from whichever thread
18474           sends them.
18475
18476 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
18477
18478         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
18479           Display current position and track length; misc. clean-ups.
18480           
18481         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
18482         (speed_init), (speed_chain):
18483           Add query function, so that the stream length and current position
18484           get adjusted when queried (note that current position queries may
18485           still be wrong if the audio sink returns values based on buffer
18486           timestamps instead of passing on the query).
18487
18488 2005-02-13  Benjamin Otte  <otte@gnome.org>
18489
18490         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
18491         (gst_audio_convert_channels):
18492           create channel conversion matrix when linking
18493         * gst/audioconvert/.cvsignore:
18494         * gst/audioconvert/Makefile.am:
18495         * gst/audioconvert/channelmixtest.c: (main):
18496           add (ugly) test that ensures stereo <=> mono conversion works
18497           correctly
18498
18499 2005-02-13  Benjamin Otte  <otte@gnome.org>
18500
18501         * gst/audioconvert/gstchannelmix.h:
18502           include missing header file
18503         * gst/audioconvert/gstchannelmix.c:
18504         (gst_audio_convert_fill_compatible):
18505           use same sign for both channels when converting to/from compatible
18506           channel. Previously used different signs made the signals cancel
18507           each other out and appear like silence. (fixes #167269)
18508
18509 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
18510
18511         * gst/ffmpegcolorspace/avcodec.h:
18512         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18513         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
18514         (gst_ffmpegcsp_avpicture_fill):
18515         * gst/ffmpegcolorspace/imgconvert.c:
18516           Convert to and from YV12 (fixes #156379).
18517
18518 2005-02-12  Julien MOUTTE  <julien@moutte.net>
18519
18520         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
18521         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
18522         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
18523         (gst_ximagesink_expose), (gst_ximagesink_set_property),
18524         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
18525         methods from chain and negotiation and vice versa (Fixes #166142).
18526         * sys/ximage/ximagesink.h: Add stream_lock.
18527         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
18528         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
18529         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
18530         (gst_xvimagesink_expose): Check for xcontext before trying to link.
18531
18532 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
18533
18534         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
18535           Don't send "Hey! You gave me a NULL pointer you naughty person" as
18536           error message when we can't open the DVD device (when dvdnav_open()
18537           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
18538           the above). Send something more useful instead (fixes #167117).
18539
18540 2005-02-11  Julien MOUTTE  <julien@moutte.net>
18541
18542         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
18543         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
18544         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
18545         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
18546         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
18547         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
18548         methods from chain and negotiation and vice versa (Fixes #166142).
18549         Fix a possible bug of images in the buffer pool being discarded because
18550         we are looking at the wrong geometry.
18551         * sys/xvimage/xvimagesink.h: Add stream_lock.
18552
18553 2005-02-11  David Schleef  <ds@schleef.org>
18554
18555         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
18556         unsigned int. (fixes #167128)
18557
18558 2005-02-11  David Schleef  <ds@schleef.org>
18559
18560         * gst/librfb/Makefile.am: Testing stuff before committing is
18561           for wimps... and people with fast machines.  Fix stupid
18562           mistake.
18563
18564 2005-02-11  David Schleef  <ds@schleef.org>
18565
18566         * configure.ac: Pull in librfb from my CVS tree, because it is
18567           too small and annoying to be separate.  Move rfbsrc plugin
18568           to gst/.
18569         * ext/Makefile.am:
18570         * ext/librfb/Makefile.am:
18571         * ext/librfb/gstrfbsrc.c:
18572         * gst/librfb/Makefile.am:
18573         * gst/librfb/gstrfbsrc.c:
18574         * gst/librfb/rfb.c:
18575         * gst/librfb/rfb.h:
18576         * gst/librfb/rfbbuffer.c:
18577         * gst/librfb/rfbbuffer.h:
18578         * gst/librfb/rfbbytestream.c:
18579         * gst/librfb/rfbbytestream.h:
18580         * gst/librfb/rfbcontext.h:
18581         * gst/librfb/rfbdecoder.c:
18582         * gst/librfb/rfbdecoder.h:
18583         * gst/librfb/rfbutil.h:
18584
18585 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
18586
18587         * gst/speed/Makefile.am:
18588         * gst/speed/demo-mp3.c: (main):
18589         * gst/speed/filter.func:
18590         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
18591         (speed_class_init), (speed_init), (speed_chain_int16),
18592         (speed_chain_float32), (speed_chain), (speed_set_property),
18593         (speed_get_property), (speed_change_state):
18594         * gst/speed/gstspeed.h:
18595           Fix speed element and make it chain-based (fixes #156467),
18596           and make it handle more than one channel.
18597
18598 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
18599
18600         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
18601         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
18602         (gst_dtsdec_chain), (gst_dtsdec_change_state):
18603         * ext/dts/gstdtsdec.h:
18604           Don't clobber the stack constructing the channels array.
18605           Make the element chain-based. DTS tracks can now be played.
18606           
18607 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
18608
18609         * gst-libs/gst/audio/multichannel.h:
18610         * gst-libs/gst/gconf/gconf.h:
18611         * gst-libs/gst/idct/idct.h:
18612         * gst-libs/gst/media-info/media-info-priv.h:
18613         * gst-libs/gst/play/play.h:
18614         * gst-libs/gst/resample/private.h:
18615         * gst-libs/gst/resample/resample.h:
18616         * gst-libs/gst/riff/riff-ids.h:
18617         * gst-libs/gst/video/video.h:
18618         * gst-libs/gst/video/videosink.h:
18619           Add G_BEGIN_DECLS and G_END_DECLS around headers where
18620           missing, so that they work when included from C++ code.
18621
18622 2005-02-09  David Schleef  <ds@schleef.org>
18623
18624         * testsuite/gst-lint: Check for non-statically scoped
18625           parent_class variables.  This won't be a problem once
18626           plugins are loaded with RTLD_LOCAL.
18627
18628 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18629
18630         * ext/mplex/gstmplexibitstream.cc:
18631           gcc madness.
18632
18633 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18634
18635         * ext/ogg/gstogmparse.c:
18636         * gst/debug/gstnavigationtest.c:
18637           Die, thou faulty symbol pollutors (non-static parent_class).
18638
18639 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18640
18641         * ext/mplex/gstmplexibitstream.cc:
18642           Fix event handling (#165525).
18643
18644 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18645
18646         * ext/mikmod/gstmikmod.c:
18647         * gst/modplug/gstmodplug.cc:
18648           Add missing endianness to template (fixes #165509).
18649
18650 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18651
18652         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
18653           Fix wrong order of reading of optional bytes (#165290).
18654
18655 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18656
18657         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
18658           Implement FILLER event awareness.
18659
18660 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18661
18662         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
18663           Fix track calculations (#166208).
18664
18665 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
18666
18667         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18668
18669         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
18670         * ext/libpng/gstpngenc.c:
18671           Fix byte-order, use proper fixed caps. Fixes #164197.
18672
18673 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
18674
18675         * configure.ac:
18676           Add dvdlpcmdec 
18677
18678         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
18679         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
18680           Don't push buffers if the src pad isn't negotiated yet.
18681           
18682         * gst/audioconvert/gstaudioconvert.c:
18683         (gst_audio_convert_buffer_to_default_format),
18684         (gst_audio_convert_buffer_from_default_format):
18685           Add support for 24-bit width.
18686
18687         * gst/dvdlpcmdec/.cvsignore:
18688         * gst/dvdlpcmdec/Makefile.am:
18689         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
18690         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
18691         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
18692         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
18693         (plugin_init):
18694         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
18695           New decoder for rearranging DVD LPCM into our audio/x-raw-int
18696           format. Needs support for the channels maps if someone can find 
18697           a DVD LPCM track with > 2 channels.
18698
18699         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
18700         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
18701         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
18702         * gst/mpegstream/gstdvddemux.h:
18703         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
18704         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
18705         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
18706         * gst/mpegstream/gstmpegdemux.h:
18707         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
18708         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
18709         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
18710         (gst_mpeg_parse_handle_src_query),
18711         (gst_mpeg_parse_handle_src_event):
18712           Use audio/x-dvd-lpcm for LPCM output.
18713           Add DTS output.
18714
18715 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
18716
18717         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18718
18719         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
18720         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
18721           Add BGRA handling (#165736).
18722
18723 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
18724
18725         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18726
18727         * gst/law/alaw-decode.c: (alawdec_link):
18728         * gst/law/alaw-encode.c: (alawenc_link):
18729         * gst/law/mulaw-decode.c: (mulawdec_link):
18730         * gst/law/mulaw-encode.c: (mulawenc_link):
18731           Fix caps memleaks (#166600).
18732
18733 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
18734
18735         * ext/tarkin/mem.h:
18736         * ext/tarkin/wavelet.h:
18737         * ext/tarkin/yuv.h:
18738         * gst/ffmpegcolorspace/avcodec.h:
18739           Include "_stdint.h" instead of <stdint.h>. Fixes build on
18740           systems that don't have stdint.h, like Solaris9 (fixes #166631).
18741
18742 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18743
18744         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
18745         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
18746         (gst_xvimagesink_change_state):
18747           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
18748           Xv video (and thereby regenerate Xv colourkey) in clear() so
18749           that PLAY -> READY -> PLAY works (fixes #162504).
18750
18751 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18752
18753         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
18754           Switch to list instead of range, since MJPEG-devices really just
18755           support decimations, not any size.
18756
18757 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18758         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
18759         (gst_mpeg2dec_reset), (free_all_buffers),
18760         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
18761         * ext/mpeg2dec/gstmpeg2dec.h:
18762           The libmpeg2 user-allocated buffer management is awkward, 
18763           to say the least. Hopefully this fixes things.
18764
18765 2005-02-04  Andy Wingo  <wingo@pobox.com>
18766
18767         * gst/audioconvert/bufferframesconvert.c
18768         (buffer_frames_convert_fixate): New function, fixates to 256
18769         frames per buffer by default. (Much better than 1.)
18770         (buffer_frames_convert_init): Set the fixate function for both src
18771         and sink pad.
18772         (buffer_frames_convert_link): After success setting nonfixed caps,
18773         get the negotiated caps so we can know how many buffer-frames it
18774         will be. No idea how this worked at all before.
18775
18776 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18777
18778         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
18779         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
18780         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
18781         (handle_sequence), (handle_picture):
18782         * ext/mpeg2dec/gstmpeg2dec.h:
18783           Rearrange buffer tracking and refcounting and refactor
18784           a little for readability. 
18785
18786 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
18787         * sys/v4l/gstv4l.c: (plugin_init):
18788         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
18789         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
18790         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
18791         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
18792         * sys/v4l/gstv4ljpegsrc.h:
18793         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
18794         * sys/v4l/v4l_calls.h:
18795         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
18796         (gst_v4lsrc_get_fps):
18797         * sys/v4l/v4lsrc_calls.h:
18798           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
18799           you jpeg inside rgb frames" driver.
18800           Don't error in the v4lsrc link function, just return 
18801           REFUSED.
18802
18803 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18804
18805         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
18806         (gst_qcamsrc_open):
18807           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
18808
18809 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18810
18811         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
18812           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
18813
18814 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18815
18816         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
18817           Reset negotiated state on PAUSED->READY.
18818
18819 2005-02-02  David Schleef  <ds@schleef.org>
18820
18821         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
18822         whereever possible.  (Fixes #165997)
18823         * examples/capsfilter/capsfilter1.c: (main):
18824         * examples/dynparams/filter.c: (create_ui):
18825         * examples/seeking/cdparanoia.c: (get_track_info), (main):
18826         * examples/seeking/chained.c: (main):
18827         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
18828         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
18829         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
18830         (make_mpeg_pipeline), (make_mpegnt_pipeline):
18831         * examples/seeking/spider_seek.c: (make_spider_pipeline):
18832         * examples/switch/switcher.c: (main):
18833         * ext/dv/demo-play.c: (main):
18834         * ext/faad/gstfaad.c: (gst_faad_change_state):
18835         * ext/mad/gstmad.c: (gst_mad_chain):
18836         * ext/smoothwave/demo-osssrc.c: (main):
18837         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
18838         (gst_gconf_render_bin_from_description),
18839         (gst_gconf_get_default_audio_sink),
18840         (gst_gconf_get_default_video_sink),
18841         (gst_gconf_get_default_audio_src),
18842         (gst_gconf_get_default_video_src),
18843         (gst_gconf_get_default_visualization_element):
18844         * gst/level/demo.c: (main):
18845         * gst/level/plot.c: (main):
18846         * gst/playback/gstplaybin.c: (gen_video_element),
18847         (gen_audio_element):
18848         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
18849         * gst/playondemand/demo-mp3.c: (setup_pipeline):
18850         * gst/sine/demo-dparams.c: (main):
18851         * gst/spectrum/demo-osssrc.c: (main):
18852         * gst/speed/demo-mp3.c: (main):
18853         * gst/volume/demo.c: (main):
18854         * testsuite/embed/embed.c: (main):
18855
18856 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
18857
18858         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
18859         (gst_tcpclientsink_finalize):
18860         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
18861         (gst_tcpclientsrc_finalize):
18862         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
18863         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
18864         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
18865         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
18866           Don't leak the hostname when shutting down.
18867           In tcpserversrc, take a copy of the default hostname.
18868
18869 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18870
18871         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
18872           Set caps to systemstream=TRUE.
18873
18874 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18875
18876         * testsuite/Makefile.am:
18877           Fix more OSX buildbots.
18878
18879 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
18880
18881         * ext/mpeg2dec/gstmpeg2dec.c:
18882           Don't send things to NULL PAD_PEERs
18883
18884         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
18885           Copy-on-write the incoming buffer.
18886
18887         * gst/mpegstream/gstdvddemux.h:
18888         * gst/mpegstream/gstmpegclock.h:
18889         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
18890         (normal_seek), (gst_mpeg_demux_handle_src_event):
18891         * gst/mpegstream/gstmpegdemux.h:
18892         * gst/mpegstream/gstmpegpacketize.h:
18893         * gst/mpegstream/gstmpegparse.c:
18894         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
18895         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
18896         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
18897         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
18898         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
18899         * gst/mpegstream/gstmpegparse.h:
18900         * gst/mpegstream/gstrfc2250enc.h:
18901           Various changes to the way time is computed that make seeking and
18902           total time estimation much better here.
18903           Use G_BEGIN/END_DECLS instead of __cplusplus
18904
18905         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
18906           Use gst_buffer_stamp instead of only copying the TIMESTAMP
18907
18908 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18909
18910         * gst/subparse/gstsubparse.c:
18911           Fix OSX buildbot.
18912
18913 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
18914
18915         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
18916         (theora_enc_chain), (theora_enc_change_state):
18917         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
18918         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
18919         (gst_vorbisenc_change_state):
18920         * ext/vorbis/vorbisenc.h:
18921           Set granulepos and timestamp correctly for streams not
18922           starting at 0, taking into account the initial delay.
18923
18924 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
18925
18926         * gst/mpegstream/gstdvddemux.c:
18927           Add audio/x-dts to audio pad template caps
18928
18929 2005-01-30  David Schleef  <ds@schleef.org>
18930
18931         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
18932         (create_context), (gst_polypsink_link): Fix silly endianness
18933         bug.  Add some debugging.  Remove float from caps; it doesn't
18934         work.  Attempt to get remote audio working.
18935
18936 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18937
18938         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
18939           Add 3IV2 fourcc.
18940
18941 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18942
18943         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
18944         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
18945         (gst_avi_demux_stream_data):
18946         * gst/avi/gstavidemux.h:
18947           Invert DIB images. Fixes #132341.
18948
18949 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18950
18951         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18952         (gst_ffmpegcsp_chain):
18953           D'oh, reference the palette data, not the palette structure.
18954           Fixes color distortion in #132341.
18955
18956 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18957
18958         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
18959           PAR can be non-fixed when not provided as argument (#162626).
18960
18961 2005-01-29  David Moore  <dcm@acm.org>
18962
18963         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18964
18965         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
18966         (gst_qtdemux_loop_header):
18967           Re-apply patch from #142272 that allows non-seekable sources,
18968           re-proposed by Daniel Drake <dsd@gentoo.org>.
18969
18970 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18971
18972         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
18973           Use the src template for creating the src pad (#162330).
18974
18975 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18976
18977         * configure.ac:
18978         * ext/musepack/Makefile.am:
18979         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
18980         (gst_musepackdec_init), (gst_musepackdec_dispose),
18981         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
18982         (gst_musepack_stream_init), (gst_musepackdec_loop),
18983         (gst_musepackdec_change_state):
18984         * ext/musepack/gstmusepackdec.cpp:
18985         * ext/musepack/gstmusepackdec.h:
18986         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
18987         (gst_musepack_reader_read), (gst_musepack_reader_seek),
18988         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
18989         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
18990         * ext/musepack/gstmusepackreader.cpp:
18991         * ext/musepack/gstmusepackreader.h:
18992           Update to 1.1 API (#165446).
18993
18994 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18995
18996         * ext/Makefile.am:
18997           Unbreak buildbot.
18998
18999 2005-01-28  Andy Wingo  <wingo@pobox.com>
19000
19001         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
19002         to reflect a different dubious internet source. Add a reference
19003         and some commentary.
19004
19005 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19006
19007         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
19008         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
19009         * gst/playback/gststreamselector.h:
19010           Be more selective when we're redoing caps negotiation from
19011           within the chain function on a stream change.
19012
19013 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19014
19015         * configure.ac:
19016         * ext/Makefile.am:
19017         * ext/amrnb/Makefile.am:
19018         * ext/amrnb/amrnb.c: (plugin_init):
19019         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
19020         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
19021         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
19022         (gst_amrnbdec_state_change):
19023         * ext/amrnb/amrnbdec.h:
19024         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
19025         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
19026         (gst_amrnbparse_init), (gst_amrnbparse_formats),
19027         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
19028         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
19029         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
19030         * ext/amrnb/amrnbparse.h:
19031           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
19032         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
19033           Add AMR-NB/-WB raw formats.
19034         * ext/alsa/gstalsa.c: (gst_alsa_link):
19035           Keep valid time when changing format.
19036         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19037         (qtdemux_parse_trak):
19038           Add some more format-specific options (#140141, #143555, #155163).
19039
19040 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19041
19042         * gst/matroska/matroska-demux.c:
19043         (gst_matroska_demux_parse_blockgroup):
19044           Fix logic error in timing of subtitle stream synchronization.
19045         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
19046           Add skip-chunk, which is found in kodak-camera streams.
19047
19048 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19049
19050         * po/LINGUAS:
19051         * po/vi.po:
19052           Adding Vietnamese translation (submitted by Clytie Siddall)
19053
19054 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19055
19056         * gst/playback/gstdecodebin.c: (try_to_link_1):
19057           Use realpad for signal.
19058
19059 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19060
19061         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
19062           Fix category so decodebin picks it up.
19063
19064 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19065
19066         * ext/mad/Makefile.am:
19067         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
19068         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
19069         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
19070         (found_type), (gst_id3demux_bin_change_state):
19071         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
19072         (gst_id3_tag_init), (gst_id3_tag_handle_event),
19073         (gst_id3_tag_src_link), (gst_id3_tag_chain),
19074         (gst_id3_tag_change_state), (plugin_init):
19075         * ext/mad/gstmad.h:
19076           Add id3demuxbin (which is a simple bin consisting of id3demux
19077           and typefind), take over rank from id3demux, remove typefind
19078           code from id3demux. Makes all broken mp3s that I know of work,
19079           and thereby fixes #152688.
19080
19081 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
19082
19083         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19084
19085         * ext/mad/gstmad.c: (gst_mad_src_event):
19086         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
19087           Allow seeks on audio pad, make mad forward those (#164826).
19088         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
19089           Set duration (#165335).
19090
19091 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19092
19093         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
19094         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
19095         (gst_asf_demux_process_ext_content_desc),
19096         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
19097         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
19098         * gst/asfdemux/gstasfdemux.h:
19099           Improve metadata display, e.g. if the metadata comes before the
19100           streams are loaded (which is perfectly valid).
19101
19102 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19103
19104         * tools/gst-launch-ext-m.m:
19105           Fix AVI/ASF pipelines (#165340).
19106
19107 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
19108         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
19109         build failure on amd64
19110
19111 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
19112
19113         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
19114         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
19115           Check environment variables GST_ID3V2_TAG_ENCODING,
19116           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
19117           list of character encodings to force interpretation of non-unicode
19118           strings stored in an ID3v2 tag to a particular encoding. If none
19119           is specified, try to use current locale's encoding, then fall back
19120           to ISO-8859-1 (which will always succeed). (Resolves #149274)
19121         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
19122         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
19123           Check environment variables GST_ID3V1_TAG_ENCODING,
19124           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
19125           list of character encodings to use in case a string encountered
19126           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
19127           specified, try to use the current locale's encoding, then fall
19128           back to ISO-8859-1 (which will always succeed).
19129
19130 2005-01-25  Benjamin Otte  <otte@gnome.org>
19131
19132         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
19133           - on half framerate, compute the rate in advance so the comparisons
19134             don't compare wrong values
19135           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
19136             behaviour
19137           - don't use mad_header_decode anymore, mad_frame_decode does that
19138             automatically
19139           - when getting rid of consumed bytes, reset the stream's skiplen
19140           (fixes #163867)
19141
19142 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
19143
19144         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
19145           Use 1/2 a second for default max_discont, as PES streams from DVB
19146           seem to have larger spacings in the SCR. 
19147           Fix a typo.
19148
19149 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19150
19151         * gst/playback/gstplaybasebin.c: (group_commit):
19152           Notify delayed stream-info availability.
19153
19154 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
19155         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
19156         (gst_a52dec_handle_event), (gst_a52dec_chain):
19157         Add some debug output. Check that a discont has a valid
19158         time associated.
19159         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
19160         (gst_alsa_sink_loop):
19161         Ignore TAG events. A little extra debug for broken timestamps.
19162         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
19163         (dvdnavsrc_change_state):
19164         Ensure we send a discont to engage the link before we send any
19165         other events.
19166         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
19167         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
19168         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
19169         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
19170         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
19171         dvd://title works in totem because typefinding sends a seek that ends
19172         up going back to chapter 1 regardless.
19173         * ext/mpeg2dec/gstmpeg2dec.c:
19174         * ext/mpeg2dec/gstmpeg2dec.h:
19175         Output correct timestamps and handle disconts.
19176         * ext/ogg/gstoggdemux.c: (get_relative):
19177         Small guard against a null dereference.
19178         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
19179         (gst_textoverlay_set_property):
19180         Free memory when done. Don't call gst_event_filler_get_duration on
19181         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
19182         g_warning.
19183         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
19184         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
19185         (gst_sw_srclink), (gst_smoothwave_chain):
19186         Draw solid lines, prettier colours.
19187         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
19188         Add a default palette that'll work for some movies.
19189         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
19190         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
19191         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
19192         * gst/mpegstream/gstdvddemux.h:
19193         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
19194         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
19195         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
19196         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
19197         * gst/mpegstream/gstmpegparse.h:
19198         Use PTM/NAV events when for timestamp adjustment when connected to 
19199         dvdnavsrc. Don't use many discont events where one suffices.
19200         * gst/playback/gstplaybasebin.c: (group_destroy),
19201         (gen_preroll_element), (gst_play_base_bin_add_element):
19202         * gst/playback/gstplaybasebin.h:
19203         Make sure we remove subtitles from the same bin we put them in.
19204         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
19205         (gst_subparse_buffer_format_autodetect),
19206         (gst_subparse_change_state):
19207         Fix some memleaks and invalid accesses.
19208         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
19209         (oggskel_type_find), (cmml_type_find), (plugin_init):
19210         Some typefind functions for Annodex v3.0 files
19211         * gst/wavparse/gstwavparse.h:
19212         GstRiffReadClass is the correct parent class.
19213
19214 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19215
19216         * gst-libs/gst/riff/riff-media.c:
19217         (gst_riff_create_video_caps_with_data):
19218           Add extradata to huffyuv (fixes #165013).
19219         * gst-libs/gst/riff/riff-read.c:
19220         (gst_riff_read_strf_vids_with_data):
19221           Fix extradata extraction if it is in the chunk size.
19222
19223 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
19224
19225         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19226
19227         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
19228         (gst_quarktv_change_state), (gst_quarktv_dispose):
19229           Memory free'ing location fix (#164708).
19230
19231 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19232
19233         * gst/playback/gstplaybasebin.c: (group_commit),
19234         (gen_preroll_element), (probe_triggered), (gen_source_element),
19235         (setup_source), (gst_play_base_bin_change_state),
19236         (gst_play_base_bin_add_element):
19237           Don't block for streams.
19238         * gst/playback/gststreaminfo.c: (stream_info_change_state),
19239         (gst_stream_info_set_mute):
19240           Use gst_pad_set_active_recursive.
19241
19242 2005-01-25  Andy Wingo  <wingo@pobox.com>
19243
19244         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
19245         for #ifndef HAVE_XVIDEO.
19246
19247 2005-01-24  Jeffrey C. Ollie
19248
19249         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
19250
19251         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
19252         * ext/gsm/gstgsmdec.h:
19253         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
19254         * ext/gsm/gstgsmenc.h:
19255         Fix rate to 8kHz as per spec, removes obscure errors when no rate
19256         was given by property. Add proper buffer timestamps and offsets.
19257
19258 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19259
19260         * gst-libs/gst/riff/riff-media.c:
19261         (gst_riff_create_audio_caps_with_data):
19262           Audio can be <8000Hz.
19263
19264 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19265
19266         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
19267           Explicit state change to workaround refcount bugs.
19268
19269 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19270
19271         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
19272         (gst_avimux_riff_get_avi_header):
19273           Fix...
19274
19275 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19276
19277         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
19278         (gst_riff_read_element_data):
19279         * gst-libs/gst/riff/riff-read.h:
19280           Add _peek version (req'ed in CDXA).
19281         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
19282         (gst_cdxaparse_loop):
19283           Fix parsing in playbin.
19284         * gst/playback/gstdecodebin.c: (close_pad_link):
19285           Ignore current_ pads, they cause major annoyance.
19286
19287 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19288
19289         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19290           Safety guard.
19291
19292 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19293
19294         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
19295           Fix padding...
19296
19297 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19298
19299         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
19300           Allow for 0-sized buffers. Fixes length query problems in
19301           starwars.mkv from the testsuite.
19302
19303 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
19304
19305         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
19306         (gst_video_box_i420), (gst_video_box_chain):
19307           Fix row strides for I420 (fixes #163159)
19308           
19309 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19310
19311         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
19312           MPEG2 has a useful rate property, so we can actually use that.
19313           For MPEG-1, continue using the bytes/time properties.
19314
19315 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19316
19317         * gst-libs/gst/riff/riff-media.c:
19318         (gst_riff_create_video_caps_with_data),
19319         (gst_riff_create_video_template_caps):
19320           Add intel-h263.
19321
19322 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19323
19324         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
19325           Fail if caps negotiation fails. Should fix #162184, and should
19326           definately be in there regardless of it fixing the actual bug.
19327         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
19328         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
19329         (gst_avimux_riff_get_avix_header),
19330         (gst_avimux_riff_get_video_header),
19331         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
19332         (gst_avimux_start_file), (gst_avimux_handle_event),
19333         (gst_avimux_change_state):
19334         * gst/avi/gstavimux.h:
19335           Refactor structure writing to use GST_WRITE_UINT macros, add
19336           metadata writing support.
19337
19338 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19339
19340         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
19341           Elements may already be destroyed when this function is called.
19342
19343 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19344
19345         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
19346         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
19347           More memory leak fixes (#149162).
19348
19349 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19350
19351         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
19352         (gst_qtdemux_add_stream):
19353           Fix two memleaks.
19354
19355 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19356
19357         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
19358           Argh...
19359
19360 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19361
19362         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
19363           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
19364           when fixating to six channels in Totem.
19365
19366 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
19367
19368         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
19369           Fix compile warnings on Solaris 10 buildbot
19370
19371 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
19372
19373         * ext/dvdread/dvdreadsrc.c: (_read):
19374           Don't read beyond the last cell in a chapter (fixes 
19375           invalid memory access)
19376
19377 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
19378
19379         * ext/dvdread/stream_labels.c:
19380         (dvdreadsrc_get_audio_stream_labels):
19381           Use NULL for an empty GList instead of g_list_alloc(); fix 
19382           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
19383           of GString (easier to bulk free later)
19384
19385 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
19386
19387         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19388
19389         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19390         (gst_ffmpeg_pixfmt_to_caps):
19391           Fix BGRA32 caps (#164209).
19392
19393 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
19394
19395         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19396
19397         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19398         (gst_ffmpeg_caps_to_pixfmt):
19399           alpha_mask can be RGBA/ABGR. Fixes #164265.
19400
19401 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
19402
19403         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19404
19405         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
19406         (gst_mpeg2dec_alloc_buffer):
19407         * ext/mpeg2dec/gstmpeg2dec.h:
19408           Crop if decoding size is not the actual image size (#163676).
19409
19410 2005-01-17  Steve Baker  <steve@stevebaker.org>
19411
19412         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19413
19414         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
19415         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
19416           Add libsndfile typefind functions (#163309).
19417
19418 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19419
19420         * tools/gst-launch-ext-m.m:
19421           Add .aac, fix .m1v/.m2v (#163891).
19422
19423 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19424
19425         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
19426           Sanity check, don't wait endlessly since the clock might not
19427           actually run at this point (which is a deadlock). Fixes #164069.
19428
19429 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19430
19431         * gst/playback/gstplaybasebin.c: (probe_triggered):
19432           Of course, only pause if group is done...
19433
19434 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19435
19436         * gst/playback/gstplaybasebin.c: (probe_triggered):
19437           Thread safety.
19438
19439 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
19440
19441         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
19442           Don't return state change success when the parent
19443           failed.
19444
19445 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19446
19447         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
19448           Free events (fix memleak in #162905).
19449
19450 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
19451
19452         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19453
19454         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19455         (gst_ffmpeg_caps_to_pixfmt):
19456           Fix for depth = 15. Fixes #161675.
19457
19458 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19459
19460         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
19461           Set FPS correctly, even for webcams and the like.
19462         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
19463           Don error on setting while capturing.
19464
19465 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
19466
19467         * ext/dv/gstdvdec.c:
19468         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
19469         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
19470           I'm a bad boy. using /1001. to force C to do float division
19471           and not integer division (as it did in my last commit)
19472           Thanks to David I. Lehn for pointing this mistake.
19473
19474 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19475
19476         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
19477           Revert Johan's 1.35->1.36 since it breaks compat.
19478
19479 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
19480
19481         * ext/dv/gstdvdec.c:
19482         * ext/libfame/gstlibfame.c:
19483         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
19484         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
19485           replace framerate aproximations by their real value
19486           (24000/1001, 30000/1001, 60000/1001)
19487           Finish fixing bug #164049
19488
19489 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
19490
19491         * ext/ogg/gstoggmux.c:
19492           eos/bos debugging
19493         * gst/tcp/gstmultifdsink.c:
19494         * gst/tcp/gstmultifdsink.h:
19495         * gst/tcp/gsttcp.c:
19496         * gst/tcp/gsttcp.h:
19497         * gst/tcp/gsttcpclientsink.c:
19498         * gst/tcp/gsttcpclientsrc.c:
19499         * gst/tcp/gsttcpserversink.c:
19500         * gst/tcp/gsttcpserversrc.c:
19501           improve reusability of elements after state changes and errors
19502           make multifdsink throw away streamheaders when receiving new ones
19503
19504 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19505
19506         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
19507           Fix for if items are already in list...
19508
19509 2005-01-12  Benjamin Otte  <otte@gnome.org>
19510
19511         * gst/adder/gstadder.c: (gst_adder_loop):
19512           fix adder a bit so it doesn't screw up with events as much anymore
19513
19514 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
19515
19516         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
19517         (pixbufscale_scale), (gst_pixbufscale_chain):
19518         * ext/gdk_pixbuf/pixbufscale.h:
19519           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
19520           to ensure rowstrides are calculated the same way as 
19521           ffmpegcolorspace
19522           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
19523           that we pick up duration and offset also.
19524
19525 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19526
19527         * gst/avi/gstavimux.c: (gst_avimux_class_init),
19528         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
19529           Reusability fixes.
19530
19531 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19532
19533         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
19534         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
19535         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
19536         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
19537           Update flags when requested.
19538
19539 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19540
19541         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
19542           Fix dmix.
19543
19544 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19545
19546         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
19547         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
19548         (probe_triggered), (new_decoded_pad), (gen_source_element),
19549         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
19550         * gst/playback/gstplaybasebin.h:
19551         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
19552         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
19553         (gst_play_bin_change_state):
19554           Implement group-switch signal for use in apps to clear metadata
19555           cache, clean up subtitle, add suburi property instead of # hack,
19556           some error-out fixes.
19557
19558 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19559
19560         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19561           Debug.
19562         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
19563           If we got a state change in the _get handler, don't return success.
19564
19565 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
19566
19567         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
19568         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
19569           Make jpegdec quiet on MJPEG decoding
19570         * gst/asfdemux/README:
19571           Fix mimetypes for MJPEG and H263
19572
19573 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19574
19575         * ext/theora/theoradec.c: (theora_dec_chain):
19576           Fix broken code generation by gcc by swapping arguments.
19577         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
19578           Fix \n in debug.
19579
19580 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
19581
19582         * TODO:
19583           delete this file, it is by far outdated
19584         * ext/alsa/gstalsa.1: remove
19585         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
19586         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
19587         (gst_alsa_get_caps):
19588           Add HW probing for supported sample rates. Fixes #161704
19589
19590 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19591
19592         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
19593           Don't crash, biatch! :).
19594
19595 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19596
19597         * ext/musepack/gstmusepackreader.cpp:
19598         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
19599           Some work on tags - still doesn't work in playbin...
19600         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
19601           Handle events...
19602
19603 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19604
19605         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
19606           Also shove tags on kid pads.
19607
19608 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19609
19610         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
19611           Don't bail on unknown events.
19612         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
19613           Don't crash on events before negotiation.
19614         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
19615           Send tags on pads, too.
19616         * gst/playback/gststreamselector.c:
19617         (gst_stream_selector_request_new_pad):
19618           Forward events on first pad if no input was selected yet.
19619
19620 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19621
19622         * gst/playback/gstplaybasebin.c: (setup_substreams):
19623           Don't disable streamtype if the stream doesn't exist, since
19624           then playing a video after audio will disable both and nothing
19625           will happen. Fixes the testsuite.
19626
19627 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19628
19629         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
19630         (gst_v4l_xoverlay_set_xwindow_id):
19631         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
19632         (gst_v4l2_xoverlay_set_xwindow_id):
19633           Add debug categories, fix overlay disabling.
19634
19635 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
19636
19637         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
19638         * ext/alsa/gstalsa.h:
19639           Add HW probing for period_count/size and buffer_size MIX/MAX
19640           Adjust default/user defined value if out of bounds
19641           Should fix bug #162024
19642
19643 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19644
19645         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
19646           Fix warning (#161191).
19647
19648 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
19649
19650         * ext/dvdread/stream_labels.c:
19651         (dvdreadsrc_get_audio_stream_labels):
19652           Fix warning (init the good variable in switch default)
19653
19654 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
19655
19656         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19657
19658         * gst/tta/gstttaparse.c: (gst_tta_src_event):
19659           Fix gcc-2.95 compile (#163485).
19660
19661 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19662
19663         * configure.ac:
19664         * ext/flac/gstflacenc.c: (gst_flacenc_init),
19665         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
19666         (gst_flacenc_tell_callback), (gst_flacenc_chain),
19667         (gst_flacenc_change_state):
19668         * ext/flac/gstflacenc.h:
19669           Update for API change in flac-1.1.1. Update requirement in
19670           configure.ac. Fixes #162974.
19671
19672 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19673
19674         * gst/playback/gstplaybasebin.c: (group_destroy):
19675           Remove hack to get rid of assert and get rid of unlinked
19676           signals properly.
19677
19678 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19679
19680         * gst/playback/gstplaybasebin.c: (setup_source):
19681           Set source to NULL so that resources are free'ed. Fixes issues
19682           with playback of CDDA and similar device-accessing things.
19683
19684 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19685
19686         * testsuite/embed/Makefile.am:
19687           test->noinst, fix make test in buildbot.
19688
19689 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
19690
19691         * ext/dvdread/stream_labels.c: new file
19692         * ext/dvdread/stream_labels.h: new file
19693         * ext/dvdread/Makefile.am:
19694         * ext/dvdread/dvdreadsrc.c: (_seek_title):
19695           Extract audio stream label from DVD IFO files.
19696           It only dump them on the console for now, still have to
19697           make playbin aware of them.
19698
19699 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19700
19701         * gst/playback/gstplaybasebin.c: (setup_source):
19702           Fix hanging subs.
19703
19704 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19705
19706         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
19707         (gen_preroll_element), (remove_groups), (setup_subtitle),
19708         (gen_source_element), (setup_source):
19709         * gst/playback/gstplaybasebin.h:
19710           Multiple .sub files is just a stupid idea... Fix some threading
19711           mistakes. Interestingly, external .sub files cause playbin to
19712           hang, I don't know why... Parsing fixes contributed by Fran??ois
19713           Kooman <fkooman@tuxed.net>.
19714
19715 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19716
19717         * testsuite/embed/Makefile.am:
19718           Fix buildbot.
19719
19720 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
19721
19722         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19723
19724         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
19725         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
19726         (gst_pngenc_set_property):
19727         * ext/libpng/gstpngenc.h:
19728           Add compression level property (#163323).
19729
19730 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19731
19732         * configure.ac:
19733         * examples/capsfilter/capsfilter1.c: (main):
19734         * examples/seeking/spider_seek.c: (make_spider_pipeline):
19735         * ext/dvdread/Makefile.am:
19736         * ext/dvdread/demo-play:
19737         * ext/dvdread/demo-play.c:
19738         * gconf/gstreamer.schemas.in:
19739         * gst-libs/gst/gconf/gconf.c:
19740         * sys/v4l/TODO:
19741         * testsuite/Makefile.am:
19742         * testsuite/embed/Makefile.am:
19743         * testsuite/embed/embed.c: (cb_expose), (main):
19744           Remove all references to xvideosink, fix examples (#140845).
19745         * gst/playback/gstplaybasebin.c: (group_destroy):
19746           Apparently, disposal does not unlink - so do explicitely.
19747         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
19748           Add debug.
19749
19750 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
19751
19752         * README: fix PKG_CONFIG_PATH instructions, what was there
19753         previously was breaking default search path, not nice. 
19754         Fixes #163358
19755
19756 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19757
19758         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
19759         (gst_audioscale_chain):
19760           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
19761           when resampling - how the ^@$^!@^! is this possible?!?
19762
19763 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19764
19765         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
19766           Reset variables on READY.
19767         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
19768         (gst_matroska_mux_loop):
19769           Require data before writing header.
19770
19771 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
19772
19773         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19774
19775         * ext/mad/gstmad.c: (gst_mad_chain):
19776           Don't call mad_stream_sync() directly after recovering sync.
19777           Fixes #151661.
19778
19779 2005-01-09  Martin Eikermann  <meiker@upb.de>
19780
19781         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19782
19783         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
19784         (snapshot_handler), (gst_snapshot_sinkconnect),
19785         (gst_snapshot_chain):
19786           Allocate resources when required, fix recursive signal emission
19787           and fix caps. Fixes #161667.
19788
19789 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
19790
19791         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19792
19793         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
19794         (gst_pngdec_chain):
19795           Handle only 8-bppc (bits-per-pixel-component) images, better
19796           error handling and correct strides. Fixes #163177.
19797         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
19798         (gst_pngenc_chain):
19799           Better error handling. Fixes #163348.
19800
19801 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19802
19803         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
19804         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
19805         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
19806         (dvdnavsrc_uri_handler_init):
19807           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
19808         * gst/playback/gstplaybasebin.c: (gen_source_element):
19809           Add MMS to streaming URIs.
19810
19811 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19812
19813         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
19814         * sys/xvimage/xvimagesink.c:
19815         (gst_xvimagesink_navigation_send_event):
19816           Check for pad availability before sending event.
19817
19818 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19819
19820         * gst-plugins.spec.in:
19821           Add subparse.
19822
19823 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19824
19825         * configure.ac:
19826           Since we use functions from CVS, up requirement.
19827
19828 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19829
19830         * gst/playback/Makefile.am:
19831         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
19832         (group_destroy), (group_commit), (group_is_muted),
19833         (gen_preroll_element), (add_stream), (unknown_type),
19834         (probe_triggered), (preroll_unlinked), (mute_stream),
19835         (silence_stream), (new_decoded_pad), (setup_substreams),
19836         (setup_source), (get_active_source), (mute_group_type),
19837         (muted_group_change_state), (set_active_source),
19838         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
19839         (play_base_eos), (gst_play_base_bin_change_state):
19840         * gst/playback/gstplaybasebin.h:
19841         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
19842         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
19843         (gst_stream_info_dispose), (stream_info_mute_pad),
19844         (stream_info_change_state), (gst_stream_info_set_mute):
19845         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
19846         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
19847         (gst_stream_selector_init), (gst_stream_selector_dispose),
19848         (gst_stream_selector_get_linked_pad),
19849         (gst_stream_selector_get_caps), (gst_stream_selector_link),
19850         (gst_stream_selector_get_linked_pads),
19851         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
19852         * gst/playback/gststreamselector.h:
19853           Adding stream selection support plus required properties for
19854           applications to use this. Fully fixes #100931.
19855
19856 2005-01-08  Benjamin Otte  <otte@gnome.org>
19857
19858         * gst/games/gstpuzzle.c: (nav_event_handler):
19859           - handle nav events differently: forward every event no matter if it
19860             was handled or not.
19861           - translate events
19862           You can now cheat by using navigationtest ! puzzle and moving the
19863           mouse close to the edge of a tile. ;)
19864
19865 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19866
19867         * configure.ac:
19868         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
19869         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
19870         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
19871         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
19872         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
19873         (gst_ogm_parse_plugin_init):
19874         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
19875         (gst_textoverlay_link), (gst_textoverlay_getcaps),
19876         (gst_textoverlay_event), (gst_textoverlay_video_chain),
19877         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
19878         * ext/pango/gsttextoverlay.h:
19879         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
19880         (gst_matroska_demux_handle_seek_event),
19881         (gst_matroska_demux_sync_streams),
19882         (gst_matroska_demux_parse_blockgroup),
19883         (gst_matroska_demux_subtitle_caps),
19884         (gst_matroska_demux_plugin_init):
19885         * gst/matroska/matroska-ids.h:
19886         * gst/playback/gstdecodebin.c: (close_pad_link):
19887         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
19888         (gen_preroll_element), (remove_groups), (add_stream),
19889         (new_decoded_pad), (setup_subtitles), (gen_source_element),
19890         (setup_source):
19891         * gst/playback/gstplaybasebin.h:
19892         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
19893         * gst/subparse/Makefile.am:
19894         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
19895         (gst_subparse_base_init), (gst_subparse_class_init),
19896         (gst_subparse_init), (gst_subparse_formats),
19897         (gst_subparse_eventmask), (gst_subparse_event),
19898         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
19899         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
19900         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
19901         (parse_mpsub_deinit), (parse_mpsub_init),
19902         (gst_subparse_buffer_format_autodetect),
19903         (gst_subparse_format_autodetect), (gst_subparse_loop),
19904         (gst_subparse_change_state), (gst_subparse_type_find),
19905         (plugin_init):
19906         * gst/subparse/gstsubparse.h:
19907         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
19908         (plugin_init):
19909           Add subtitle support, .sub parser (supports SRT and MPsub),
19910           OGM text support, Matroska UTF-8 text support, deadlock fixes
19911           all over the place, subtitle awareness in decodebin/playbin
19912           and some fixes to textoverlay to handle subtitles in a stream
19913           correctly. Fixes #100931.
19914
19915 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19916
19917         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
19918           Check for pad availability before doing a query on it.
19919
19920 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
19921
19922         * ext/dv/gstdvdec.c:
19923           really fix bpp24/32 dvdec caps (classic rgba indeed)
19924         * gst/asfdemux/gstasfdemux.c:
19925         (gst_asf_demux_process_ext_content_desc):
19926           don't send text tags if they are empty (bis repetita)
19927
19928 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
19929
19930         * ext/dv/gstdvdec.c:
19931          remove unneeded comment from dvdec
19932           (related to DV 4CC codes in AVI files)
19933           moved them in gstreamer/docs/random/mimetypes
19934         * gst/asfdemux/gstasfdemux.c:
19935         (gst_asf_demux_process_ext_content_desc):
19936          don't send text tags if they are empty
19937          fix mem leak on error path
19938         * gst/ffmpegcolorspace/avcodec.h:
19939         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19940         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
19941         (gst_ffmpegcsp_avpicture_fill):
19942         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
19943         * gst/ffmpegcolorspace/imgconvert_template.h:
19944          adds BGR32 and BGRA32 to ffmpegcolorspace
19945           (still bad colors, fixing it on next commit)
19946           helps with dvdec outputing BGR32
19947
19948 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
19949
19950         * ext/dv/gstdvdec.c:
19951          Fix audio caps i just broke (missing ',')
19952         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
19953         (gst_matroska_mux_reset):
19954          Fix typo + add FIXME about old "x-gst-metadata" crap
19955
19956 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
19957
19958         * ext/dv/demo-play.c: (main):
19959          xvideosink -> xvimagesink
19960         * ext/dv/gstdvdec.c:
19961          change rgb 32/32 caps to 24/32 (no alpha)
19962          change nb of channels to be a list (2 or 4, not 2)
19963          change sample rate to be a list (32, 44.1, 48 kHz) not a range
19964         * gst/asfdemux/gstasfdemux.c:
19965         (gst_asf_demux_process_ext_content_desc):
19966          Add 'date/year' to extracted metadata list
19967
19968 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19969
19970         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
19971           The return value of fixate_to does not imply that the requested
19972           value was set, so don't assume.
19973
19974 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
19975
19976         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19977
19978         * ext/libpng/gstpngdec.c:
19979         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
19980         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
19981         * ext/libpng/gstpngenc.h:
19982           Alpha support (encoder; #163161), mime fixage.
19983
19984 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
19985
19986         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19987
19988         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
19989         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
19990         (gst_faac_set_property), (gst_faac_get_property):
19991         * ext/faac/gstfaac.h:
19992           Allow for ADTS output (#153434).
19993
19994 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19995
19996         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
19997           Fix against template (#150576).
19998
19999 2005-01-06  Benjamin Otte  <otte@gnome.org>
20000
20001         * gst/games/gstpuzzle.c: (draw_puzzle):
20002           don't draw a puzzle if either width or height of tiles would be 0.
20003
20004 2005-01-06  Benjamin Otte  <otte@gnome.org>
20005
20006         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
20007         (gst_puzzle_class_init), (gst_puzzle_finalize):
20008           no memleaks, please
20009         (gst_puzzle_create), (gst_puzzle_init),
20010         (gst_puzzle_set_property), (gst_puzzle_setup):
20011           change initialization code around so we don't reshuffle on resize
20012         (draw_puzzle):
20013           fix another stupid typo
20014
20015 2005-01-06  Benjamin Otte  <otte@gnome.org>
20016
20017         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
20018           fix stupid typo that borked copying on YUY2
20019
20020 2005-01-06  Benjamin Otte  <otte@gnome.org>
20021
20022         * gst/games/gstpuzzle.c: (draw_puzzle):
20023           fix edges when image sizes aren't multiples of tile sizes
20024
20025 2005-01-06  Benjamin Otte  <otte@gnome.org>
20026
20027         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
20028           make RGB endianness work correctly
20029         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
20030           refactor and fix race with initial shuffling
20031         (nav_event_handler):
20032           allow using the mouse to puzzle
20033         (draw_puzzle):
20034           insist on tiles having width and height as multiples of 4 to get
20035           clean YUV image handling
20036         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
20037         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
20038           s/DEBUG/LOG/ for common messages
20039         (gst_xvimagesink_navigation_send_event):
20040           fix mouse event translation to not include screen PAR
20041         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
20042           fix mouse event translation to actually work
20043
20044 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20045
20046         * gst/asfdemux/gstasfdemux.c:
20047         (gst_asf_demux_process_ext_content_desc):
20048          Extract TrackNumber metadata + clean up code
20049         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
20050          Hope this is the good fix (var used unitialised)
20051
20052 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20053
20054         * ext/faad/gstfaad.c: (gst_faad_chain):
20055           Only increment timestamp if it's valid. Fixes raw AAC streams.
20056
20057 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20058
20059         * configure.ac:
20060         * gst/games/Makefile.am:
20061         * gst/games/gstpuzzle.c:
20062           add a puzzle game with...
20063         * gst/games/gstvideoimage.c:
20064         * gst/games/gstvideoimage.h:
20065           ... full colorspace support (that includes YUV9 and RGB16)) stolen
20066           from videotestsrc and made into something that would be a nice
20067           library for a lot of other plugins.
20068
20069 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20070
20071         * configure.ac:
20072          don't compile faad plugin if a RC of 2.0 is found
20073          Fixes #155346 (and FC1 buildbot)
20074         * gst/asfdemux/gstasfdemux.c:
20075         (gst_asf_demux_process_ext_content_desc):
20076          try to make Solaris compiler happier
20077
20078 2005-01-06  Paul Jack  <pjack@sfaf.org>
20079
20080         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20081
20082         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
20083           Fix segfault (#161667).
20084
20085 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20086
20087         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
20088           Fix framerate reporting.
20089
20090 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20091
20092         * gst-libs/gst/riff/riff-ids.h:
20093         * gst/wavenc/riff.h:
20094          Add AMR (VBR and CBR) ids to riff.h audio codec list
20095         * gst/asfdemux/gstasfdemux.c:
20096         (gst_asf_demux_process_ext_content_desc),
20097         (gst_asf_demux_process_object):
20098           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
20099
20100 2005-01-05  Martin Eikermann  <meiker@upb.de>
20101
20102         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20103
20104         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
20105         (gst_dvd_demux_handle_discont):
20106         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
20107         (gst_mpeg_demux_handle_discont):
20108           Recreate pads on new-media (#160730).
20109         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
20110           Send discont even if manager changes timestamps (#161929).
20111
20112 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
20113
20114         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20115
20116         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
20117           Fix invalid memory access (#159211).
20118
20119 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20120
20121         * examples/gstplay/player.c: (main):
20122           Don't iterate.
20123         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
20124           Add visualizations.
20125         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
20126         (gst_a52dec_handle_frame):
20127           Set duration.
20128         * ext/dvdnav/gst-dvd:
20129           Add audioconvert. Fixes #161325.
20130         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
20131           Explicitely case to gint64. Possible valgrind error.
20132         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
20133         (gst_play_tick_callback), (gst_play_change_state),
20134         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
20135         (gst_play_set_location), (gst_play_get_location),
20136         (gst_play_seek_to_time), (gst_play_set_data_src),
20137         (gst_play_set_video_sink), (gst_play_set_audio_sink),
20138         (gst_play_set_visualization), (gst_play_connect_visualization),
20139         (gst_play_get_framerate), (gst_play_get_all_by_interface),
20140         (gst_play_new):
20141           Use playbin. Fixes #139749 and #147744.
20142         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
20143           Add genre tag.
20144         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
20145         (audioscale_get_type), (gst_audioscale_base_init),
20146         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
20147         (gst_audioscale_getcaps), (gst_audioscale_fixate),
20148         (gst_audioscale_link), (gst_audioscale_get_buffer),
20149         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
20150         (gst_audioscale_init), (gst_audioscale_dispose),
20151         (gst_audioscale_chain), (gst_audioscale_set_property),
20152         (gst_audioscale_get_property), (plugin_init):
20153           Indent properly.
20154         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
20155           Fix LPCM.
20156         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
20157         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
20158         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
20159           Add more metadata (fixes #162656).
20160
20161 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20162
20163         * configure.ac:
20164           back to cvs
20165
20166 === release 0.8.7 ===
20167
20168 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20169
20170         * NEWS:
20171         * RELEASE:
20172         * configure.ac:
20173           releasing 0.8.7, "Hyperspace"
20174
20175 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20176
20177         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
20178
20179         * gst/playback/gstplaybasebin.c:
20180          Fix for #162924 - free caps after use, not before
20181
20182 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
20183
20184         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
20185
20186         * gst/playback/gstplaybasebin.c:
20187         * gst/wavparse/gstwavparse.c:
20188           Fix for #154773 - fixes playback of small .wav files
20189
20190 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20191
20192         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
20193
20194         * gst/audioscale/gstaudioscale.c:
20195           Fix for #162819 - make audioscale reusable
20196           Fixes playback of more than one file with playbin/totem
20197
20198 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20199
20200         * gst/ffmpegcolorspace/avcodec.h:
20201         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20202         * gst/ffmpegcolorspace/imgconvert.c:
20203           clean up the mess that made me cry and avoid needless duplication
20204
20205 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20206
20207         * gst/ffmpegcolorspace/imgconvert.c:
20208           give some indication of why we're segfaulting
20209
20210 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20211
20212         * configure.ac:
20213           Fix indentation, fix v4l2 plugin detection.
20214         * ext/Makefile.am:
20215           Fix libmms location (Maciej, use diff -u!).
20216         * ext/alsa/gstalsa.c: (gst_alsa_init):
20217           Initialize caps cache to NULL.
20218         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
20219           Only change state on audiosink if it exists.
20220
20221 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
20222
20223         * gst/matroska/matroska-demux.c:
20224         * gst/matroska/matroska-ids.h:
20225         * gst/matroska/matroska-demux.h:
20226         Fix Vorbis streams failing to decode in some files, where cluster_time
20227         isn't 0, because then it doesn't send codec_priv before actual data.
20228         Remove time-based test and replace it with marker set on beginning of
20229         new stream
20230
20231 2004-12-28  David Schleef  <ds@schleef.org>
20232
20233         Merge patch from Ronald fixing problems with streaming
20234         text.
20235         * ext/cairo/gstcairo.c: (plugin_init):
20236         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
20237         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
20238         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
20239         (gst_textoverlay_font_init), (gst_textoverlay_init),
20240         (gst_textoverlay_set_property):
20241         * ext/cairo/gsttextoverlay.h:
20242
20243 2004-12-27  David Schleef  <ds@schleef.org>
20244
20245         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
20246         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
20247         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
20248         (gst_textoverlay_font_init), (gst_textoverlay_init),
20249         (gst_textoverlay_set_property): Improvements to actually
20250         render text as white on black outline on video, including
20251         font selection and horizontal/vertical alignment.  (Ronald's
20252         christmas present)
20253         * ext/cairo/gsttextoverlay.h:
20254
20255 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20256
20257         * ext/ogg/gstogg.c:
20258         * ext/ogg/gstogmparse.c:
20259           fix ogm[audio/video]parse plugin registration
20260           (riff won't load if bytestream is already loaded)
20261
20262 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20263
20264         * gst/audioconvert/gstchannelmix.c:
20265           fix for GLIB < 2.4
20266
20267 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20268
20269         * Makefile.am:
20270         * configure.ac:
20271           disable docs again until it actually passes make distcheck.
20272
20273 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20274
20275         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
20276         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
20277         (plugin_init):
20278           Add 3GP (variables name Q3GP because they can't start with a
20279           number). Add samr audio fourcc (used in .3gp files), decoder
20280           is work in progress. Also do a GST_WARNING instead of ERROR
20281           in case of unknown nodes, to decrease output.
20282
20283 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20284
20285         * Makefile.am:
20286           really fix dist
20287
20288 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20289
20290         * configure.ac:
20291         * ext/speex/gstspeexdec.h:
20292         * ext/speex/gstspeexenc.h:
20293           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
20294           Fix detection code in configure.ac
20295
20296 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20297
20298         * gst/matroska/matroska-demux.c:
20299         (gst_matroska_demux_parse_blockgroup):
20300           Save position, so that queries give proper return values. Don't
20301           know how this could ever have worked before...
20302
20303 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20304
20305         * configure.ac:
20306           Put additional LAME check inside the conditional.  Fixes #152339
20307
20308 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20309
20310         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
20311         (gst_avi_demux_stream_scan):
20312           Add some more debug. Fix logic error when setting movi offset
20313           while reading index.
20314
20315 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20316
20317         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
20318         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
20319         (gst_avi_demux_process_next_entry):
20320           Add some debugging. Better detection of broken indexes and the
20321           accompanying index recovery. No infinite loops on state changes
20322           when we're still in our loopfunction.
20323
20324 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20325
20326         * configure.ac:
20327           Fix up.
20328
20329 2004-12-22  Archana Shah  <archana.shah@wipro.com>
20330
20331         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20332
20333         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
20334           Normalizing the value before setting
20335         (gst_sunaudiomixer_get_volume):
20336           Normalizing the value after getting. Fixes bug# 161980
20337
20338 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
20339
20340         * Makefile.am: Make sure docs gets disted
20341         * docs/Makefile.am: Make sure all needed files get disted
20342         * gst-plugins.spec.in: latest updates
20343
20344 2004-12-22  Wim Taymans  <wim@fluendo.com>
20345
20346         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
20347         Revert patch 1.38 as clock distribution over schedulers does
20348         not work correcly in the core yet.
20349
20350 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20351
20352         * sys/oss/README: remove this file, which predates my birth
20353           (and which content is by far outdated)
20354
20355 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
20356
20357         * Makefile.am:
20358         * configure.ac:
20359         * docs/Makefile.am:
20360         * docs/libs/Makefile.am:
20361         * docs/libs/gst-plugins-libs-docs.sgml:
20362         * docs/libs/gst-plugins-libs-sections.txt:
20363         * docs/libs/tmpl/gstgconf.sgml:
20364         * docs/upload.mak:
20365         * docs/version.entities.in:
20366           Added boilerplate gtk-doc files for plugin-libs documentation.
20367
20368 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20369
20370         * gst/auparse/gstauparse.c: fix int and float audio caps
20371
20372 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20373
20374         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
20375         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
20376           g_assert() can be a macro, don't use #ifdef inside it.
20377
20378 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
20379
20380         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20381
20382         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
20383         (gst_videorate_init), (gst_videorate_chain),
20384         (gst_videorate_change_state):
20385           Event handling (fixes #159986).
20386
20387 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20388
20389         * gst-libs/gst/riff/riff-media.c:
20390         (gst_riff_create_video_caps_with_data):
20391           Add BLZ0 (Blizzard's version of DivX) fourcc.
20392
20393 2004-12-18  David Schleef  <ds@schleef.org>
20394
20395         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
20396         portability fix.
20397
20398 2004-12-18  David Schleef  <ds@schleef.org>
20399
20400         * gst/tta/ttadec.h: Disable some header code that isn't used
20401         and clearly isn't portable.
20402
20403 2004-12-18  David Schleef  <ds@schleef.org>
20404
20405         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
20406         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
20407         (avcodec_get_pix_fmt), (avpicture_layout),
20408         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
20409         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
20410         Fix code to not use GCC extensions (and c99 extensions that
20411         Forte does not like.)
20412
20413 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
20414
20415         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20416
20417         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
20418         (gst_deinterlace_chain):
20419           Rowstride fixes. Fixes #161039.
20420         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
20421         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
20422         (gst_video_crop_getcaps), (gst_video_crop_link),
20423         (gst_video_crop_i420), (gst_video_crop_chain),
20424         (gst_video_crop_change_state):
20425           Rework of negotiation. Actually works now. Fixes #158650.
20426
20427 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20428
20429         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
20430           That was very stupid.
20431
20432 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20433
20434         * gst/matroska/matroska-demux.c:
20435         (gst_matroska_demux_parse_blockgroup):
20436           Fix possible crasher.
20437
20438 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20439
20440         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
20441         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
20442           Lace sizes can be zero.
20443
20444 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20445
20446         * ext/musepack/gstmusepackdec.cpp:
20447           Fetch error return values. Fixes #161624.
20448         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
20449           Really EOS.
20450
20451 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20452
20453         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
20454           Work for truncated (unfinished download etc.) files. Fixes #160514.
20455
20456 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20457
20458         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
20459           Fix for integer overflow. Makes #156001 not crash. Probably masks
20460           the real bug.
20461
20462 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20463
20464         * gst/ac3parse/gstac3parse.c: (plugin_init):
20465           Parsers never have ranks. Fixes #159651.
20466
20467 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20468
20469         * gst/playback/gstdecodebin.c: (compare_ranks):
20470           make sure the facotries are ordered the same every time even if they
20471           have the same rank by using the name
20472         * gst/playback/gstdecodebin.c: (find_compatibles):
20473           make sure we don't add factories to the list twice
20474
20475 2004-12-16  David Schleef  <ds@schleef.org>
20476
20477         * configure.ac: look for musepack headers as musepack/*.h
20478         (fixes #159847)
20479         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
20480         * ext/musepack/gstmusepackreader.h: same
20481
20482 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20483
20484         * gst-libs/gst/riff/riff-read.c:
20485         (gst_riff_read_strf_auds_with_data):
20486           Read extradata correctly (fixes #155879).
20487
20488 2004-12-16  David Schleef  <ds@schleef.org>
20489
20490         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
20491         audio.  does _not_ attempt or allow conversion unless channels
20492         is 1 or 2.
20493
20494 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
20495
20496         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
20497
20498 2004-12-16  David Schleef  <ds@schleef.org>
20499
20500         * gst/audioscale/gstaudioscale.c: the resample library only
20501         handles 1 or 2 channels.  Change caps to compensate.
20502
20503 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20504
20505         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
20506         (gst_matroska_demux_audio_caps):
20507           Some MPEG-AAC hacks, because else it doesn't work...
20508
20509 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20510
20511         * gst-libs/gst/riff/riff-media.c:
20512         (gst_riff_create_video_caps_with_data),
20513         (gst_riff_create_video_template_caps):
20514           Add h264.
20515
20516 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20517
20518         * gst-libs/gst/audio/Makefile.am:
20519           Try to fix buildbot.
20520
20521 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20522
20523         * gst/tcp/gstmultifdsink.c:
20524           Clean up and uniformize debugging.
20525
20526 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
20527
20528         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20529
20530         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
20531         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
20532         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
20533         (gst_mpeg_demux_change_state):
20534           Reset on ready. Fixes 160276.
20535
20536 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
20537
20538         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20539
20540         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20541         (gst_ffmpegcsp_pad_link):
20542           Fix memleak (#154815).
20543
20544 2004-12-16  James Bowes  <bowes@cs.dal.ca>
20545
20546         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20547
20548         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
20549         (gst_musicbrainz_init), (gst_musicbrainz_chain),
20550         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
20551         * ext/musicbrainz/gsttrm.h:
20552           Add support for using a proxy server when getting a trm id from
20553           the MusicBrainz database (#149613).
20554
20555 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
20556
20557         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20558
20559         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
20560         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20561           Fix memleaks (#157233).
20562
20563 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
20564
20565         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20566
20567         * gst-libs/gst/resample/resample.c: (gst_resample_close):
20568         * gst-libs/gst/resample/resample.h:
20569         * gst/audioscale/gstaudioscale.c:
20570           Fix memleak (#159215).
20571
20572 2004-12-16  Toni Willberg  <toniw@iki.fi>
20573
20574         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20575
20576         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
20577         * sys/oss/oss_probe.c: (main):
20578           Check for mono/stereo support (similar to samplerate probing),
20579           fixes #159433. Also add missing copyright header to oss_probe.c.
20580
20581 2004-12-15  David Schleef  <ds@schleef.org>
20582
20583         * configure.ac: add audioresample and cairo plugins.  Remove
20584         HAVE_MMX stuff, because it's not used.
20585         * ext/Makefile.am: same
20586         * ext/audioresample/Makefile.am: You are not ready for an
20587         audio resampling element based on audioresample.
20588         * ext/audioresample/gstaudioresample.c:
20589         * ext/audioresample/gstaudioresample.h:
20590         * ext/cairo/Makefile.am: You are not ready for overlay elements
20591         based on cairo.  Don't look too closely, these elements kinda
20592         suck right now.
20593         * ext/cairo/gstcairo.c: new
20594         * ext/cairo/gsttextoverlay.c: new
20595         * ext/cairo/gsttextoverlay.h: new
20596         * ext/cairo/gsttimeoverlay.c: new
20597         * ext/cairo/gsttimeoverlay.h: new
20598         * gst-libs/gst/media-info/media-info-priv.h: fix compile
20599         problem with compilers that don't support variadic macros.
20600
20601 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
20602
20603         Reviewed by:  David Schleef  <ds@schleef.org>
20604
20605         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
20606         Bala, registering sunaudiosrc (oops!), and cleaning up code a
20607         bit.  Also ran indent-gst.
20608         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
20609         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
20610         (gst_sunaudiosrc_setparams):
20611
20612 2004-12-14  David Schleef  <ds@schleef.org>
20613
20614         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
20615         output rate to 16000.  Should fix #160235.
20616
20617 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20618
20619         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
20620         Add typefinding for mpeg2 pes streams
20621
20622 2004-12-13  David Schleef  <ds@schleef.org>
20623
20624         * configure.ac:  Applied patch from bug #143659, making default
20625         sources and sinks OS-dependent (for Solaris), and added code
20626         for OS/X.
20627         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
20628
20629 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20630
20631         * gst-libs/gst/riff/riff-media.c:
20632           forgot to add h2.64 to avidemux template caps
20633
20634 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20635
20636         * gst/wavenc/riff.h:
20637         * gst-libs/gst/riff/riff-media.c:
20638         * gst-libs/gst/riff/riff-ids.h:
20639         * gst/avi/gstavimux.c
20640         add 4CC code for VideoSoft h264 in AVI (VSSH)
20641           fixes bug #160655
20642         remove s323 from riff, it's quicktime specific :(
20643
20644 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20645
20646         * gst/asfdemux/README
20647         * gst/wavenc/riff.h
20648         * gst-libs/gst/riff/riff-ids.h
20649         * gst-libs/gst/riff/riff-media.c
20650         * gst/qtdemux/qtdemux.c:
20651           add new 4CC codes for h263 related codecs
20652           fixes partially bug #155163
20653
20654 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
20655
20656         * configure.ac: Update polyaudio requirement to 0.7
20657         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
20658
20659 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20660
20661         * gst/interleave/deinterleave.c:
20662         fix my name's spelling! :)
20663
20664 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20665
20666         * AUTHORS ChangeLog
20667         * gst/auparse/gstauparse.c
20668         * gst/interleave/deinterleave.c
20669         * gst/law/:
20670                 alaw-decode.c alaw-encode.c
20671                 mulaw-decode.c mulaw-encode.c
20672         * gst/oneton/gstoneton.c
20673         * sys/osxaudio/:
20674                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
20675         * sys/osxvideo/:
20676                 cocoawindow.h cocoawindow.m
20677                 osxvideosink.h osxvideosink.m
20678
20679         put the same mail address for Zaheer Abbas Merali everywhere
20680
20681 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20682
20683         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
20684           Align by packetsize, and assert that we a packet available before
20685           playing. The first makes webstreams work (they often include
20686           trailing padding data in a packet), the second allows pausing a
20687           ASF stream in totem without getting demux errors afterwards.
20688
20689 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20690
20691         * ext/ogg/gstoggdemux.c: (get_relative):
20692           Check for non-NULL before accessing member (end-of-chain).
20693
20694 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20695
20696         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
20697         (cdparanoia_set_property), (cdparanoia_get_property):
20698         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
20699         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
20700         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
20701         (dvdreadsrc_init), (dvdreadsrc_set_property),
20702         (dvdreadsrc_get_property):
20703         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
20704         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
20705           Synchronize property names where not yet the case. Devices are
20706           now device=X, other versions are deprecated (but still exist).
20707           Also use g_free() unconditionally.
20708         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
20709         (setup_source), (gst_play_base_bin_get_property):
20710           Expose source.
20711
20712 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
20713
20714         * configure.ac: move GCONF macro outside conditional for the am
20715           conditional. Fixes #160439
20716
20717 2004-12-08  David Schleef  <ds@schleef.org>
20718
20719         * tools/gst-visualise-m.m: Switch to elements that currently
20720         exist.
20721
20722 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20723
20724         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
20725           We love wrong commas.
20726
20727 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20728
20729         * gst/matroska/matroska-demux.c:
20730         (gst_matroska_demux_handle_src_query):
20731           Don't set DEFAULT, unsupported - makes length display incorrectly
20732           in some cases.
20733
20734 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
20735
20736         * gst/monoscope/README: remove blurb about files being GPL
20737         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
20738         * gst/monoscope/monoscope.c: Change license to BSD with explanation
20739           monoscope is now effectively LGPL licensed
20740
20741 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
20742
20743         * gst/monoscope/README: Update information to be more correct
20744         * gst/monoscope/convolve.c: Relicense to LGPL
20745         * gst/monoscope/convolve.h: Relicense to LGPL
20746
20747 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
20748
20749         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
20750           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
20751         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
20752           set default_duration for mpeg1 audio
20753
20754 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20755
20756         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
20757         * ext/alsa/gstalsa.h:
20758           refactor big chunks of the core caps negotiation code to make it
20759           a lot faster, because people claim it's really slow
20760           (actually, just cache the getcaps when the device is opened)
20761
20762 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20763
20764         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
20765         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
20766         (gst_a52dec_handle_frame), (gst_a52dec_chain),
20767         (gst_a52dec_change_state), (plugin_init):
20768         * ext/a52dec/gsta52dec.h:
20769           Do something useful with timestamps. Make chain-based (since
20770           there's really no reason to be loopbased).
20771         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
20772           Update current_byte/frame correctly.
20773
20774 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20775
20776         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
20777         (gst_ape_demux_stream_init):
20778           Forward tags, too.
20779
20780 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20781
20782         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
20783           Let's make sure we're done typefinding when detecting tags.
20784
20785 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20786
20787         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
20788         (gst_ebml_read_init), (gst_ebml_read_use_event),
20789         (gst_ebml_read_element_id), (gst_ebml_peek_id),
20790         (gst_ebml_read_seek), (gst_ebml_read_skip),
20791         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
20792         (gst_ebml_read_master):
20793         * gst/matroska/ebml-read.h:
20794         * gst/matroska/matroska-demux.c:
20795         (gst_matroska_demux_parse_contents),
20796         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
20797           Disgustingly evil hack for working around INTERRUPT events and
20798           their extremely annoying habit of being a pain in the ass. We
20799           simply peek a cluster before reading any of it.
20800
20801 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20802
20803         * ext/musepack/gstmusepackdec.cpp:
20804           There's also floating point libmusepacks.
20805
20806 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20807
20808         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
20809         (gst_faad_chanpos_to_gst), (gst_faad_chain):
20810           Set DURATION even if source buffer didn't. Also use increasing
20811           timestamps.
20812         * gst-libs/gst/riff/riff-media.c:
20813         (gst_riff_create_audio_caps_with_data):
20814           Block_align can have larger values than 8192.
20815
20816 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20817
20818         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
20819         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
20820         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
20821         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
20822           Fix caps.
20823
20824 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20825
20826         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
20827           Fix logic bug.
20828
20829 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20830
20831         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
20832           Yay, another one.
20833
20834 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20835
20836         * ext/esd/esdsink.c: (gst_esdsink_chain):
20837           Make error actually say something useful (fixes #156798).
20838         * gst-libs/gst/riff/riff-media.c:
20839         (gst_riff_create_video_caps_with_data),
20840         (gst_riff_create_video_template_caps):
20841           Add Intel Video 5.0 fourcc (IV50).
20842
20843 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
20844
20845         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
20846         detection on mono and stereo mp3 files.
20847
20848 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20849
20850         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
20851           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
20852           the contained stream).
20853
20854 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20855
20856         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
20857           Oops, remove debug.
20858
20859 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
20860
20861         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20862
20863         * gst/law/alaw-decode.c: (alawdec_getcaps):
20864         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
20865           Prevent warnings when negotiating caps (fixes #159338).
20866
20867 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20868
20869         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20870         (gst_ffmpegcsp_chain):
20871           Remove old leftover that shouldn't be there...
20872
20873 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
20874
20875         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20876
20877         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
20878           Don't forward DISCONT events (fixes #159684).
20879
20880 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20881
20882         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
20883           Unlink manually since sometimes bin disposal (and therefore
20884           pad unlinking) is delayed, which will cause a new media file
20885           to not be able to start playing instantly.
20886
20887 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20888
20889         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
20890           On mute of an unlinked stream, check for pad availability so
20891           we don't crash on unlinked pad.
20892
20893 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20894
20895         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
20896         (gst_avi_demux_massage_index):
20897           Fix quite humiliating bug in omitting 0-sized index chunks but
20898           forgetting to count them for timestamps.
20899
20900 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20901
20902         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
20903           Actually leave the loop if we failed to sync. Don't crash.
20904
20905 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20906
20907         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
20908         (gst_dvd_demux_process_private):
20909         * gst/mpegstream/gstdvddemux.h:
20910           Fix crash (#159759). Doesn't work, though. :-(.
20911
20912 2004-11-28  Benjamin Otte  <otte@gnome.org>
20913
20914         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
20915           more overwriting protection due to modifying channels one by one
20916           instead of all at once
20917
20918 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20919
20920         * gst/audioconvert/gstchannelmix.c:
20921         (gst_audio_convert_fill_normalize):
20922           Normalize using absolute values.
20923
20924 2004-11-28  Julien MOUTTE  <julien@moutte.net>
20925
20926         * configure.ac:
20927         * ext/Makefile.am:
20928         * ext/directfb/Makefile.am:
20929         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
20930         (gst_directfbvideosink_get_pixel_format),
20931         (gst_directfbvideosink_get_format_from_fourcc),
20932         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
20933         (gst_directfbvideosink_sink_link),
20934         (gst_directfbvideosink_change_state),
20935         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
20936         (gst_directfbvideosink_buffer_alloc),
20937         (gst_directfbvideosink_interface_supported),
20938         (gst_directfbvideosink_interface_init),
20939         (gst_directfbvideosink_navigation_send_event),
20940         (gst_directfbvideosink_navigation_init),
20941         (gst_directfbvideosink_set_property),
20942         (gst_directfbvideosink_get_property),
20943         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
20944         (gst_directfbvideosink_base_init),
20945         (gst_directfbvideosink_class_init),
20946         (gst_directfbvideosink_get_type), (plugin_init):
20947         * ext/directfb/directfbvideosink.h: Adding a first version of
20948         directfbvideosink.
20949         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
20950         more.
20951
20952 2004-11-28  Benjamin Otte  <otte@gnome.org>
20953
20954         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
20955           walk the samples backwards if out_channels > in_channels so we don't
20956           overwrite data
20957
20958 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20959
20960         * gst/audioconvert/Makefile.am:
20961         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
20962         (gst_audio_convert_link), (gst_audio_convert_change_state),
20963         (gst_audio_convert_channels):
20964         * gst/audioconvert/gstchannelmix.c:
20965         (gst_audio_convert_unset_matrix),
20966         (gst_audio_convert_fill_identical),
20967         (gst_audio_convert_fill_compatible),
20968         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
20969         (gst_audio_convert_fill_others),
20970         (gst_audio_convert_fill_normalize),
20971         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
20972         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
20973         * gst/audioconvert/gstchannelmix.h:
20974           Implement a channel mixer.
20975
20976 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
20977
20978         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
20979         * ext/alsa/gstalsa.h:
20980         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
20981         Make alsasink actually honor gst_element_set_clock and use that
20982         clock instead of its internal one.
20983
20984 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
20985
20986         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
20987         (gst_play_base_bin_change_state): nullify source and decoder when
20988         going from READY to NULL so that we don't try to do weird stuff with
20989         them when going from NULL to READY
20990         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
20991         instead of g_object_unref
20992         (gen_video_element), (gen_audio_element): more refcounting fixes, now
20993         it should be correct
20994         (gst_play_bin_change_state): don't call remove_sinks if we are
20995         currently disposing the object
20996
20997 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20998
20999         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
21000           Don't forget bass if it's there. Else left channel is silent...
21001
21002 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21003
21004         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
21005         (gst_a52dec_change_state):
21006           Don't do sample adjusting anymore, we use float audio now.
21007         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
21008           Don't fixate to non-existing properties.
21009
21010 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21011
21012         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
21013         (gst_a52dec_change_state):
21014           Advertise that we can do surround sound.
21015
21016 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21017
21018         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
21019           Add buffer-frames=0.
21020         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
21021         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
21022         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
21023         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
21024         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
21025         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
21026         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
21027         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
21028         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
21029         * ext/dvdread/dvdreadsrc.h:
21030           Add seeking, querying for bytes, sectors, title, angle and
21031           chapter. Handle multiple chapters. Relicense to LGPL because
21032           Billy agreed on that (thanks Billy!).
21033
21034 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
21035
21036         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
21037         call parent dispose method
21038
21039 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
21040
21041         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
21042         (gst_audio_clock_get_internal_time):
21043         Fix active <-> inactive transitions: ensure time value always
21044         grows and avoid abrupt value changes.
21045
21046 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
21047
21048         * configure.ac:
21049         * gst/tta/Makefile.am:
21050         * gst/tta/crc32.h:
21051         * gst/tta/filters.h:
21052         * gst/tta/gsttta.c:
21053         * gst/tta/gstttadec.c:
21054         * gst/tta/gstttadec.h:
21055         * gst/tta/gstttaparse.c:
21056         * gst/tta/gstttaparse.h:
21057         * gst/tta/ttadec.h:
21058           added TTA parser and decoder
21059
21060 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21061
21062         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
21063         (probe_triggered), (check_queue), (buffer_underrun),
21064         (buffer_running), (buffer_overrun), (gen_source_element),
21065         (setup_source):
21066         * gst/playback/gstplaybasebin.h:
21067           Implement buffering. Needs some more work.
21068
21069 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21070
21071         * ext/theora/theoradec.c: (theora_dec_chain):
21072           Fix ilog mask range overflow.
21073
21074 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21075
21076         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
21077           Don't omit the last (which in case of dmix is the only :) )
21078           channel count. Don't set channels if <= 2.
21079
21080 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
21081
21082         * gst/playback/gstplaybin.c: (gen_video_element),
21083         (gen_audio_element): Removed 2 obsolete comments
21084
21085 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
21086
21087         * ext/vorbis/oggvorbisenc.c
21088         * ext/vorbis/vorbisenc.c :
21089           change description fields of those plugins to differentiate them
21090           (pitivi show Encoders by description, they had the same one)
21091
21092 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
21093
21094         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21095
21096         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
21097         (gst_play_bin_set_property), (gen_video_element),
21098         (gen_audio_element):
21099           Refcounting fixes for provided audio-/videosinks.
21100
21101 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21102
21103         * gst/playback/gstplaybin.c: (gen_video_element),
21104         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
21105           Don't reference all sinks, but only the video- and audiosinks.
21106           The vis. element should be disposed when we're done with it.
21107           We don't have any reason to keep it around. This fixes warnings
21108           when reusing playbin for playing multiple audio files with
21109           vis. enabled. Also release audio device on pause - idea stolen
21110           from Rhythmbox.
21111
21112 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21113
21114         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
21115         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
21116         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
21117         * ext/alsa/gstalsaplugin.c: (plugin_init):
21118         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
21119         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
21120         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
21121         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
21122         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
21123         (gst_faad_change_state), (plugin_init):
21124         * ext/faad/gstfaad.h:
21125         * ext/vorbis/vorbis.c: (plugin_init):
21126         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
21127         * gst-libs/gst/audio/Makefile.am:
21128         * gst-libs/gst/audio/audio.c: (plugin_init):
21129         * gst-libs/gst/audio/multichannel.c:
21130         (gst_audio_check_channel_positions),
21131         (gst_audio_get_channel_positions),
21132         (gst_audio_set_channel_positions),
21133         (gst_audio_set_structure_channel_positions_list),
21134         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
21135         (gst_audio_fixate_channel_positions):
21136         * gst-libs/gst/audio/multichannel.h:
21137         * gst-libs/gst/audio/testchannels.c: (main):
21138         * gst/audioconvert/gstaudioconvert.c:
21139         (gst_audio_convert_class_init), (gst_audio_convert_init),
21140         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
21141         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
21142         (gst_audio_convert_fixate), (gst_audio_convert_channels):
21143         * gst/audioconvert/plugin.c: (plugin_init):
21144           Surround sound support.
21145
21146 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21147
21148         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
21149           Fix position for discont if we're close as well. Nitpicking, but
21150           saves a few milliseconds of extra waiting or skipping.
21151
21152 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21153
21154         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
21155           We sometimes need parsers for playback, so add those too.
21156
21157 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21158
21159         * configure.ac:
21160         * gst/apetag/Makefile.am:
21161         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
21162         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
21163         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
21164         (gst_ape_demux_get_src_query_types),
21165         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
21166         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
21167         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
21168         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
21169         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
21170         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
21171         (gst_ape_demux_change_state):
21172         * gst/apetag/apedemux.h:
21173         * gst/apetag/apetag.c: (plugin_init):
21174         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
21175         (plugin_init):
21176           APE v1/2 tag reader plus typefind function.
21177
21178 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21179
21180         * configure.ac:
21181         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
21182         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
21183           Remove hacks for older core. Require newer core version
21184           accordingly.
21185
21186 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21187
21188         * gst/cdxaparse/Makefile.am:
21189         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
21190         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
21191         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
21192         * gst/cdxaparse/gstcdxaparse.h:
21193         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
21194         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
21195         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
21196         (gst_cdxastrip_get_src_query_types),
21197         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
21198         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
21199         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
21200         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
21201         * gst/cdxaparse/gstcdxastrip.h:
21202           SVCD/VCD header stripping separated from CDXA image parsing.
21203         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
21204         (plugin_init):
21205           Add VCD/SVCD header typefinding for VCD/SVCD.
21206         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
21207         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
21208         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
21209         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
21210         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
21211         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
21212         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
21213         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
21214         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
21215         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
21216         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
21217         * sys/vcd/vcdsrc.h:
21218           Fix up, add seeking, querying, URI interface. Works in totem now.
21219
21220 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
21221
21222         * configure.ac:
21223           back to CVS
21224
21225 === release 0.8.6 ===
21226
21227 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
21228
21229         * NEWS:
21230         * RELEASE:
21231         * configure.ac:
21232         * po/af.po:
21233         * po/az.po:
21234         * po/cs.po:
21235         * po/en_GB.po:
21236         * po/hu.po:
21237         * po/it.po:
21238         * po/nb.po:
21239         * po/nl.po:
21240         * po/or.po:
21241         * po/sq.po:
21242         * po/sr.po:
21243         * po/sv.po:
21244         * po/uk.po:
21245           releasing 0.8.6, "IOU Love"
21246
21247 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21248
21249         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
21250
21251         * gst/playback/gstplaybasebin.c:
21252           Fix unplayable files error handling.  Fixes #158365
21253
21254 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21255
21256         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
21257
21258         * gst/typefind/gsttypefindfunctions.c:
21259           Fix broken mp3 typefinding.  Fixes #158375
21260
21261 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21262
21263         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
21264
21265         * ext/ogg/gstoggdemux.c:
21266           Fix sync on broken files.  Fixes #158976
21267
21268 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21269
21270         patch by: Edward Hervey <bilboed@bilboed.com>
21271
21272         * ext/libpng/gstpngenc.c:
21273           Copy over buffer properties.  Fixes #158832
21274
21275 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21276
21277         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
21278
21279         * ext/dvdread/dvdreadsrc.c:
21280           Fixes invalid reads (#158462)
21281
21282 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21283
21284         * sys/v4l/gstv4lsrc.c:
21285         * sys/v4l/gstv4lsrc.h:
21286         * sys/v4l/v4lsrc_calls.c:
21287           Probe less and cache it.  Fixes #159187.
21288
21289 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21290
21291         * gst/videorate/gstvideorate.c:
21292           Handle all video formats. Fixes #159186.
21293
21294 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
21295         * gst/synaesthesia/gstsynaesthesia.c:
21296         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
21297         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
21298         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
21299         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
21300         (gst_synaesthesia_change_state), (plugin_init):
21301         Fix up synaesthesia to work under different samplerates/ buffer sizes.
21302         Force 320x200 output, as that's the only thing the underlying
21303         synaesthesia implementation supports. Still needs to be made
21304         re-entrant.
21305
21306 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21307
21308         * configure.ac:
21309           Fix mpeg2enc configure check (similar to mplex check below).
21310
21311 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
21312
21313         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21314
21315         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21316           Fix for gcc-2.95 (fixes #158221).
21317
21318 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21319
21320         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
21321           Re-add clock distribution hack (until new core is released).
21322           Fixes #158125.
21323
21324 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
21325         * configure.ac:
21326           fix mplex configure check segfaulting on some systems (bug #140994)
21327
21328 2004-11-13  Benjamin Otte  <otte@gnome.org>
21329
21330         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
21331           add debugging
21332         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
21333           do a wait when we enter the loop func with no data available to
21334           write instead of getting into an 100% CPU loop by just returning and
21335           being called again by the scheduler
21336
21337 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
21338
21339         * configure.ac:
21340         * ext/libvisual/visual.c: (gst_visual_get_type),
21341         (libvisual_log_handler), (gst_visual_getcaps),
21342         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
21343         (plugin_init):
21344           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
21345         * ext/smoothwave/Makefile.am:
21346         * ext/smoothwave/demo-osssrc.c: (main):
21347         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
21348         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
21349         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
21350         (plugin_init):
21351         * ext/smoothwave/gstsmoothwave.h:
21352           Make gstsmoothwave a working element in the 20th century.
21353
21354         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
21355           Fix incorrect link function
21356
21357 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21358
21359         * gst/volume/gstvolume.c:
21360           Allow buffer-frames=0.
21361
21362 2004-11-12 Iain <iaingnome@gmail.com>
21363
21364         * configure.ac: Check for polypaudio
21365
21366         * ext/Makefile.am: Build the polyp dir
21367
21368         * ext/polyp: The polypsink sources.
21369
21370 2004-10-30 Iain <iaingnome@gmail.com>
21371
21372         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
21373         caps to reflect the new number of channels.
21374
21375 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21376
21377         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
21378           Fix for negotiation order problem. This would show when the
21379           ALSA loopfuction was called before any other function. ALSA
21380           wouldn't do anything because we're not negotiated yet, leading
21381           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
21382
21383 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
21384
21385         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21386
21387         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
21388           No warnings (#157986).
21389
21390 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21391
21392         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
21393           Prefer apev1/2 and id3v1 (at end of file) over musepack.
21394
21395 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21396
21397         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
21398           Signal no-more-pads (so it works in playbin).
21399
21400 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21401
21402         * ext/musepack/gstmusepackreader.cpp:
21403           Workaround for older core.
21404
21405 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21406
21407         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
21408           Actually test for odd width/height rather than testing whether
21409           a temporary variable that was 0 before we subtracted 1 is now
21410           not equal to zero (which it always is).
21411
21412 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21413
21414         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
21415         Fix compilation if HAVE_XVIDEO is not defined
21416
21417 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21418
21419         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
21420         Fix compilation if HAVE_XVIDEO is not defined
21421
21422 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
21423
21424         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
21425         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
21426         (gst_goom_change_state), (plugin_init):
21427         Use the bytestream adapter so goom doesn't depend on the input
21428         buffer size.
21429         Add a debug category
21430
21431 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21432
21433         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
21434           Only set hardware parameters *after* negotiation. Before
21435           negotiation, it will set ANY and that seems to cause crashes
21436           (see e.g. #151288, #153227).
21437
21438 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21439
21440         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
21441           This seems to be antique leftover. It needs to pass error
21442           checking.
21443         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
21444         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
21445         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
21446         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
21447           Fix GstXOverlay implementation (#151059).
21448
21449 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21450
21451         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
21452           Don't assert (#157853).
21453
21454 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21455
21456         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
21457           Fix bytes/samples confustion.
21458         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
21459           Fix for underrun (#144389).
21460
21461 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21462
21463         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
21464           Disable halfway-seek for pending release (since it needs a new
21465           core release).
21466
21467 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21468
21469         * sys/v4l/gstv4lsrc.c:
21470         * sys/v4l/gstv4lsrc.h:
21471         * sys/v4l/v4lsrc_calls.c:
21472           add autoprobe-fps property so we can separate autoprobing parts
21473
21474 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21475
21476         * sys/v4l/gstv4lsrc.c:
21477         * sys/v4l/v4lsrc_calls.c:
21478         initialise fourcc to catch unset fourcc's, and debug
21479
21480 2004-11-09  Wim Taymans  <wim@fluendo.com>
21481
21482         * gst/playback/README:
21483         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
21484         * gst/playback/gstplaybin.c: (gst_play_bin_init),
21485         (gst_play_bin_dispose), (gst_play_bin_set_property),
21486         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
21487         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
21488         (gst_play_bin_get_formats), (gst_play_bin_convert),
21489         (gst_play_bin_get_query_types), (gst_play_bin_query):
21490         Cleanups and some more documentation.
21491
21492 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
21493
21494         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
21495         (gst_cacasink_init), (gst_cacasink_chain):
21496         * ext/libcaca/gstcacasink.h:
21497         Cacasink inherits from VideoSink, so let that store the clock.
21498
21499 2004-11-09  Wim Taymans  <wim@fluendo.com>
21500
21501         * gst/playback/README:
21502         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
21503         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
21504         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
21505         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
21506         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
21507         (setup_sinks):
21508         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
21509         (gst_stream_info_is_mute), (gst_stream_info_set_property):
21510         * gst/playback/gststreaminfo.h:
21511         Updated README.
21512         Only switch groups if all streams have muted (EOSed).
21513         Send Tags in sync with the stream playback instead of in
21514         the playback/preroll phase.
21515         Some cleanups, free the fakesrc elements.
21516
21517 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21518
21519         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
21520           buffer-frames property was missing
21521         * ext/arts/gst_arts.c:
21522           rate missing from sinkcaps
21523         * ext/audiofile/gstafparse.c:
21524         * ext/audiofile/gstafsink.c:
21525         * ext/audiofile/gstafsrc.c:
21526         * ext/swfdec/gstswfdec.c:
21527           int audio doesn't know buffer-frames
21528         * ext/cdparanoia/gstcdparanoia.c:
21529           int audio doesn't know chunksize either
21530         * ext/nas/nassink.c:
21531           it's endianness, not endianess
21532         * gst-libs/gst/audio/audio.h:
21533           make float standard pad template caps really describe float
21534         * gst/law/mulaw.c: (linear_factory):
21535           signed only, please
21536         * gst/mpegstream/gstdvddemux.c:
21537           widths of 20 are not valid
21538
21539 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21540
21541         Submitted by: Luca Ferretti <elle.uca@infinito.it>
21542
21543         * po/LINGUAS:
21544         * po/it.po:
21545           Add Italian
21546
21547 2004-11-08  Wim Taymans  <wim@fluendo.com>
21548
21549         * gst/playback/README:
21550         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
21551         * gst/playback/gstplaybasebin.c: (probe_triggered),
21552         (gst_play_base_bin_change_state):
21553         Updated README, added more comments for fixmes etc..
21554
21555 2004-11-08  Wim Taymans  <wim@fluendo.com>
21556
21557         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
21558         We can remove this hack now.
21559
21560 2004-11-08  Wim Taymans  <wim@fluendo.com>
21561
21562         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
21563         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
21564         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
21565         Only mix AYUV for maximum quality.
21566
21567 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21568
21569         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
21570         (gst_ogg_demux_push), (gst_ogg_pad_push):
21571           Let's act as if we're synchronized now! :).
21572         * ext/theora/theoradec.c: (theora_dec_chain):
21573           Add some debug.
21574
21575 2004-11-08  Wim Taymans  <wim@fluendo.com>
21576
21577         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
21578         (gst_alpha_set_property), (gst_alpha_sink_link),
21579         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
21580         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
21581         (gst_alpha_init_params), (gst_alpha_chain):
21582         Implement alpha functions for AYUV too, this increases
21583         accuracy quite a bit.
21584
21585 2004-11-08  Wim Taymans  <wim@fluendo.com>
21586
21587         * gst/ffmpegcolorspace/avcodec.h:
21588         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21589         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
21590         (gst_ffmpegcsp_avpicture_fill):
21591         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21592         (gst_ffmpegcsp_caps_remove_format_info):
21593         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
21594         (shrink12), (img_get_alpha_info), (deinterlace_line),
21595         (deinterlace_line_inplace):
21596         * gst/ffmpegcolorspace/imgconvert_template.h:
21597         Added AYUV colorspace and handle RGBA a bit more respectful.
21598
21599 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21600
21601         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
21602           Actually always send a discont (cornercase when resending the
21603           same serial-tagged chain twice).
21604
21605 2004-11-08  Julien MOUTTE  <julien@moutte.net>
21606
21607         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
21608         (gst_ximagesink_finalize):
21609         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
21610         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
21611
21612 2004-11-08  Wim Taymans  <wim@fluendo.com>
21613
21614         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
21615         Don't segfault on NULL data.
21616
21617 2004-11-08  Wim Taymans  <wim@fluendo.com>
21618
21619         * gst/playback/gstdecodebin.c: (unlinked):
21620         * gst/playback/gstplay-marshal.list:
21621         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
21622         (gst_play_base_bin_init), (group_create), (get_active_group),
21623         (get_building_group), (group_destroy), (group_commit),
21624         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
21625         (add_element_stream), (no_more_pads), (probe_triggered),
21626         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
21627         (state_change), (setup_source), (gst_play_base_bin_get_property),
21628         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
21629         (gst_play_base_bin_link_stream),
21630         (gst_play_base_bin_get_streaminfo):
21631         * gst/playback/gstplaybasebin.h:
21632         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
21633         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
21634         Add support for chained ogg files. Prepare for playlist
21635         support. This patch introduces the concept of pad groups, which
21636         together compose one playable media file.
21637
21638 2004-11-07  David Schleef  <ds@schleef.org>
21639
21640         * testsuite/gst-lint: Check for pad templates that aren't statically
21641         scoped.
21642
21643 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21644
21645         * configure.ac:
21646         * ext/Makefile.am:
21647         * ext/musepack/Makefile.am:
21648         * ext/musepack/gstmusepackdec.cpp:
21649         * ext/musepack/gstmusepackdec.h:
21650         * ext/musepack/gstmusepackreader.cpp:
21651         * ext/musepack/gstmusepackreader.h:
21652           Add musepack decoder.
21653         * ext/faad/gstfaad.c: (gst_faad_base_init):
21654           Make pad templates static.
21655         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
21656         (plugin_init):
21657           Add musepack typefinder, make mp3 typefinding work halfway stream,
21658           which doesn't actually work yet because id3demux doesn't implement
21659           _get_length().
21660
21661 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21662
21663         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21664         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
21665           Fix interrupt event handling (#144436).
21666
21667 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21668
21669         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
21670           Hide unused glory.
21671
21672 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
21673
21674         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21675
21676         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
21677           Fix weird caps (#157548).
21678
21679 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
21680
21681         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21682
21683         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
21684           Add missing NULL terminator (#157543).
21685
21686 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
21687
21688         * gst/tcp/gsttcp.h:
21689         * gst/tcp/gsttcpclientsink.c:
21690         * gst/tcp/gsttcpclientsrc.c:
21691         * gst/tcp/gsttcpserversink.c:
21692         * gst/tcp/gsttcpserversrc.c:
21693           ports can go up to 65535.  Move common defines to gsttcp.h
21694
21695 2004-11-05  Wim Taymans  <wim@fluendo.com>
21696
21697         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
21698         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
21699         Added two more colorspaces.
21700
21701 2004-11-05  Wim Taymans  <wim@fluendo.com>
21702
21703         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21704         (gst_ffmpegcsp_avpicture_fill):
21705         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
21706         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
21707         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
21708         More stride fixes.
21709
21710 2004-11-05  Wim Taymans  <wim@fluendo.com>
21711
21712         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
21713         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
21714         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
21715         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
21716         (gst_videomixer_loop):
21717         More stride fixes.
21718
21719 2004-11-05  Benjamin Otte  <otte@gnome.org>
21720
21721         * ext/mad/gstmad.c: (gst_mad_chain):
21722           don't overflow data buffer. Flush not needed sync data when syncing
21723           failed.
21724
21725 2004-11-04  Wim Taymans  <wim@fluendo.com>
21726
21727         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
21728         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
21729         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
21730         (gst_alpha_init_params), (gst_alpha_chain),
21731         (gst_alpha_change_state):
21732         Updated the chroma keying algorithm with something more
21733         sophisticated.
21734
21735 2004-11-03  Wim Taymans  <wim@fluendo.com>
21736
21737         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
21738         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
21739         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
21740         Fix stride issues. Does not completely work for odd
21741         heights.
21742
21743 2004-11-03  Wim Taymans  <wim@fluendo.com>
21744
21745         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
21746         (gst_alpha_chroma_key), (gst_alpha_chain):
21747         Fix stride issues. Does not completely work for odd
21748         heights.
21749
21750 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
21751
21752         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
21753         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
21754         leak fixes
21755
21756 2004-11-03  Wim Taymans  <wim@fluendo.com>
21757
21758         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21759         (gst_ffmpegcsp_avpicture_fill):
21760         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
21761         (avpicture_alloc):
21762         * gst/ffmpegcolorspace/imgconvert_template.h:
21763         Use correct _fill function to get correct strides.
21764
21765 2004-11-02  David Schleef  <ds@schleef.org>
21766
21767         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
21768         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
21769         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
21770         Change all g_print()s to debugging.  Add a bunch of consistency
21771         checks.
21772
21773 2004-11-02  Wim Taymans  <wim@fluendo.com>
21774
21775         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
21776         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
21777         (unlinked), (no_more_pads), (close_link):
21778         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
21779         (unknown_type), (add_element_stream), (new_decoded_pad),
21780         (removed_decoded_pad), (setup_source):
21781         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
21782         (gst_stream_info_class_init), (gst_stream_info_init),
21783         (gst_stream_info_new), (gst_stream_info_dispose),
21784         (stream_info_mute_pad), (gst_stream_info_set_property),
21785         (gst_stream_info_get_property):
21786         * gst/playback/gststreaminfo.h:
21787         Fix playback of multiple files.
21788         a slightly different approach to handling dynamic pad removals.
21789         This one only looks at pads that we have linked.
21790
21791 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
21792
21793         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
21794         free" warning from libc.
21795
21796 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21797
21798         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
21799         (get_unconnected_element), (remove_starting_from), (pad_removed),
21800         (close_link):
21801           Implement support for dynamic pad changing. We listen to "live"
21802           pad removals (i.e. while playing) and re-setup autoplugging
21803           after that. Playbasebin/playbin need some more work for this
21804           to finally work, but decodebin supports (and replugs) chained
21805           ogg now.
21806
21807 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
21808
21809         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
21810         (gst_alsa_finalize):
21811         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
21812         (gst_cdaudio_finalize):
21813         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
21814         (cdparanoia_finalize):
21815         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
21816         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
21817         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
21818         (dvdreadsrc_finalize):
21819         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
21820         (gst_flacdec_finalize):
21821         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
21822         (gst_flacenc_finalize):
21823         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
21824         (gst_gnomevfssink_finalize):
21825         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
21826         (gst_gnomevfssrc_finalize):
21827         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
21828         (gst_fameenc_finalize):
21829         * ext/nas/nassink.c: (gst_nassink_class_init),
21830         (gst_nassink_finalize):
21831         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
21832         (gst_sdlvideosink_class_init):
21833         * ext/sndfile/gstsf.c: (gst_sf_dispose):
21834         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
21835         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
21836         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
21837         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
21838         (gst_x_window_listener_dispose):
21839         * gst/audioscale/gstaudioscale.c:
21840         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
21841         (play_on_demand_finalize):
21842         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
21843         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
21844         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
21845         (cdplayer_finalize):
21846         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
21847         (gst_glimagesink_class_init):
21848         * sys/oss/gstosselement.c: (gst_osselement_class_init),
21849         (gst_osselement_finalize):
21850         * sys/oss/gstosssink.c: (gst_osssink_dispose):
21851         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
21852         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
21853           Fixes a bunch of problems with finalize and dispose functions,
21854           either assumptions that dispose is only called once, or not calling
21855           the parent class dispose/finalize function
21856
21857 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
21858
21859         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
21860           added two api precondition guards
21861           use g_strdup with getenv to fix crash when using ENVVAR
21862
21863 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
21864         * ext/esd/esdsink.c: (gst_esdsink_class_init),
21865         (gst_esdsink_finalize):
21866         Use a finalize function, not dispose, and more importantly,
21867         call the parent class finalize function too
21868
21869 2004-11-01  Johan Dahlin  <johan@gnome.org>
21870
21871         * ext/ogg/gstoggdemux.c:
21872         * gst/tags/gstvorbistag.c:
21873         Plug leaks.
21874
21875 2004-10-31  Benjamin Otte  <otte@gnome.org>
21876
21877         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
21878           lotsa memleaks today. But they're all small...
21879
21880 2004-10-31  Benjamin Otte  <otte@gnome.org>
21881
21882         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
21883           another memleak crushed
21884
21885 2004-10-31  Benjamin Otte  <otte@gnome.org>
21886
21887         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
21888           fix memleak
21889
21890 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21891
21892         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
21893           Hack to prevent crash when going to READY inside signal handler
21894           while this function is active.
21895
21896 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21897
21898         * gst/ffmpegcolorspace/Makefile.am:
21899         * gst/ffmpegcolorspace/avcodec.h:
21900         * gst/ffmpegcolorspace/common.h:
21901         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
21902         * gst/ffmpegcolorspace/dsputil.h:
21903         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
21904         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21905         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
21906         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
21907         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
21908         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
21909         (gst_ffmpegcsp_avpicture_fill):
21910         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
21911         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21912         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
21913         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
21914         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
21915         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
21916         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
21917         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
21918         * gst/ffmpegcolorspace/imgconvert.c:
21919         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
21920         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
21921         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
21922         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
21923         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
21924         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
21925         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
21926         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
21927         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
21928         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
21929         (grow21), (grow22), (grow41), (grow44), (conv411),
21930         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
21931         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
21932         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
21933         (avpicture_free), (is_yuv_planar), (img_convert),
21934         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
21935         (deinterlace_line_inplace), (deinterlace_bottom_field),
21936         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
21937         * gst/ffmpegcolorspace/imgconvert_template.h:
21938         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
21939         * gst/ffmpegcolorspace/mmx.h:
21940         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
21941         (av_fast_realloc), (av_mallocz_static), (av_free_static),
21942         (av_freep), (avcodec_get_context_defaults),
21943         (avcodec_alloc_context), (avcodec_init):
21944           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
21945           handling plus update from ffmpeg CVS. Large clean-up.
21946
21947 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21948
21949         * gst/playback/Makefile.am:
21950           We need the marshallers for decodebin, too.
21951
21952 2004-10-30  David Schleef  <ds@schleef.org>
21953
21954         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
21955           quicktime typefinding work with 64-bit offsets.
21956
21957 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
21958
21959         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
21960           Set EOS on the element when processing an EOS event.
21961         * ext/speex/gstspeexdec.h:
21962         * ext/speex/gstspeexenc.h:
21963           Only keep a const ptr to the mode
21964         * gst-libs/gst/riff/riff-media.c:
21965         (gst_riff_create_audio_caps_with_data),
21966         (gst_riff_create_audio_template_caps):
21967           Allow WMAV3, with up to 6 channels.
21968         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
21969           Don't call gst_pad_set_event_function on a sink pad.
21970         * gst/mpegstream/gstdvddemux.c:
21971         (gst_dvd_demux_get_subpicture_stream),
21972         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
21973           Copy the explicit caps that were set across to the cur_* pads,
21974           instead of trying to use a possibly non-existent negotiated caps.
21975           Reset the type of subpicture pads to UNKNOWN after calling
21976           init_stream, so that the caps get set.
21977
21978 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
21979
21980         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21981
21982         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
21983           Don't touch buffer if it is of size 0 (fixes #151064).
21984
21985 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21986
21987         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
21988           Synchronized discont handling.
21989
21990 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21991
21992         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
21993         (gst_ogg_demux_push):
21994           Make seeking sort-of exact again (fixes #156387).
21995
21996 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21997
21998         * gst/playback/gstplaybasebin.c: (unknown_type),
21999         (add_element_stream), (new_decoded_pad),
22000         (gst_play_base_bin_change_state):
22001         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
22002         (gst_stream_info_init), (gst_stream_info_new),
22003         (gst_stream_info_dispose), (gst_stream_info_get_property):
22004         * gst/playback/gststreaminfo.h:
22005           Make caps explicitely available. Makes testing for unsupported
22006           types possible. Improves error reporting.
22007
22008 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22009
22010         * gst/audioconvert/gstaudioconvert.c:
22011         (gst_audio_convert_buffer_to_default_format):
22012           Really don't touch read-only buffers (#156563).
22013
22014 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
22015
22016         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22017
22018         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
22019           Fix memleak (#155223).
22020
22021 2004-10-29  Wim Taymans  <wim@fluendo.com>
22022
22023         * gst/tcp/.cvsignore:
22024         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
22025         (gst_multifdsink_class_init), (gst_multifdsink_init),
22026         (gst_multifdsink_add), (gst_multifdsink_remove),
22027         (gst_multifdsink_remove_client_link), (is_sync_frame),
22028         (gst_multifdsink_new_client),
22029         (gst_multifdsink_handle_client_write),
22030         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
22031         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
22032         (gst_multifdsink_get_property):
22033         * gst/tcp/gstmultifdsink.h:
22034         Added burst on connect sync_method, deprecated sync_clients,
22035         streamlined the sync code some more.
22036
22037 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22038
22039         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
22040         (gst_play_base_bin_change_state):
22041           Improve error reporting.
22042
22043 2004-10-28  Wim Taymans  <wim@fluendo.com>
22044
22045         * gst/tcp/Makefile.am:
22046         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
22047         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
22048         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
22049         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
22050         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
22051         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
22052         (gst_fdset_wait):
22053         Added more locks around fdset structures. Fixed/reworked
22054         the poll array resizing code.
22055         Added stress test for fdset.
22056
22057 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22058
22059         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
22060         fix build
22061
22062 2004-10-28  Benjamin Otte  <otte@gnome.org>
22063
22064         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
22065           fix link function to always query channels and query width for
22066           floats
22067         * configure.ac:
22068           add equalizer dir
22069         * gst/equalizer/Makefile.am:
22070         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
22071         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
22072         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
22073         (arg_to_scale), (setup_filter),
22074         (gst_iir_equalizer_compute_frequencies),
22075         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
22076         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
22077         (plugin_init):
22078           add an equalizer
22079
22080 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22081
22082         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
22083
22084         * po/LINGUAS:
22085         * po/nb.po:
22086           Added Norwegian Bokmaal translation
22087
22088 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22089
22090         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
22091           Don't break on options (fixes #156488).
22092
22093 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22094
22095         * configure.ac:
22096         * ext/cdaudio/Makefile.am:
22097         * sys/Makefile.am:
22098           fix build on older automake
22099
22100 2004-10-26  Wim Taymans  <wim@fluendo.com>
22101
22102         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
22103         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
22104         Allow a little margin when negotiating the framerate.
22105
22106 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
22107
22108         * gst/level/gstlevel.c:
22109           synchonised naming of pads and pad-templates
22110
22111 2004-10-26  Wim Taymans  <wim@fluendo.com>
22112
22113         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
22114         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
22115         (_find_streams_check), (gst_ogg_demux_push):
22116         Fix EOS again. Needs to be done in a better way. We should not
22117         remove the pad if there is no new chained stream.
22118
22119 2004-10-26 Iain <iaingnome@gmail.com>
22120
22121         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
22122         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
22123         of the caps.
22124         * gst/interleave/interleave.c (interleave_class_init): Hook up release
22125         pad.
22126         (interleave_release_pad): Remove the pad.
22127         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
22128         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
22129         the set device.
22130         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
22131         attrs
22132         (gst_xvimagesink_xcontext_clear): Free the xcontext.
22133         (gst_xvimagesink_finalize): Free the par.
22134
22135 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22136
22137         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
22138         (gst_avimux_stop_file):
22139           First calculate the rate, and only then use it. Hdr.rate is a
22140           multiple and not a derivative of hdr.scale. Scale is not the
22141           same as blockalign but is solely related to rate.
22142
22143 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22144
22145         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
22146         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
22147           Implement seeking.
22148
22149 2004-10-25  James Henstridge  <james@jamesh.id.au>
22150
22151         Reviewed by:  David Schleef  <ds@schleef.org>
22152
22153         * examples/gstplay/player.c: (got_stream_length), (main):
22154         * examples/seeking/cdplayer.c: (update_scale):
22155         * examples/seeking/seek.c: (format_value), (update_scale):
22156         * examples/seeking/spider_seek.c: (format_value), (update_scale),
22157         (stop_seek):
22158         Build fixes on AMD64.
22159
22160 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22161
22162         reviewed by: Ronald Bultje <rbultje at gnome dot org>
22163
22164         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
22165         Fix for some v4l cards which hang in v4lsrc
22166
22167 2004-10-25  Wim Taymans  <wim@fluendo.com>
22168
22169         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
22170         (gst_ogg_demux_push), (gst_ogg_chains_clear):
22171         Make sure to remove the pad when a new chain is
22172         encountered. Set some vars to NULL so we don't try
22173         to reference freed memory.
22174
22175 2004-10-25  Wim Taymans  <wim@fluendo.com>
22176
22177         * examples/seeking/Makefile.am:
22178         * examples/seeking/cdplayer.c: (update_scale):
22179         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
22180         * examples/seeking/playbin.c: (make_playerbin_pipeline),
22181         (format_value), (update_scale), (iterate), (start_seek),
22182         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
22183         (print_usage), (main):
22184         Added some more examples, update others.
22185
22186 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22187
22188         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
22189         * ext/speex/gstspeexdec.c: (speex_dec_chain):
22190         * ext/theora/theoradec.c: (theora_dec_chain):
22191         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
22192           Add codec-name metadata.
22193
22194 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
22195
22196         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22197
22198         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
22199         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
22200         * ext/alsa/gstalsamixertrack.h:
22201         * po/POTFILES.in:
22202           ALSA mixer track label internationalization (#154054).
22203
22204 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22205
22206         * ext/theora/theoradec.c: (theora_dec_chain):
22207           Export bitrate as metadata.
22208
22209 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22210
22211         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
22212         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
22213         * ext/alsa/gstalsamixertrack.h:
22214           Fix names, fix loop.
22215
22216 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22217
22218         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
22219         (speex_dec_convert):
22220           sinkconvert function so oggdemux can get the file length (totem).
22221
22222 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
22223
22224         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22225
22226         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
22227           Don't push incomplete packets.
22228         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
22229           Fix MPEG-4 audio typefinding.
22230
22231 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22232
22233         * sys/v4l/Makefile.am:
22234         * sys/v4l/gstv4l.c: (plugin_init):
22235         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
22236         (gst_v4lelement_init), (gst_v4lelement_dispose),
22237         (gst_v4lelement_change_state):
22238         * sys/v4l/gstv4lelement.h:
22239         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
22240         (gst_v4l_xoverlay_close), (idle_refresh),
22241         (gst_v4l_xoverlay_set_xwindow_id):
22242         * sys/v4l/gstv4lxoverlay.h:
22243         * sys/v4l/v4l-overlay_calls.c:
22244         * sys/v4l/v4l_calls.h:
22245         * sys/v4l2/Makefile.am:
22246         * sys/v4l2/gstv4l2.c: (plugin_init):
22247         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
22248         (gst_v4l2element_init), (gst_v4l2element_dispose),
22249         (gst_v4l2element_change_state):
22250         * sys/v4l2/gstv4l2element.h:
22251         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
22252         (gst_v4l2_xoverlay_close), (idle_refresh),
22253         (gst_v4l2_xoverlay_set_xwindow_id):
22254         * sys/v4l2/gstv4l2xoverlay.h:
22255         * sys/v4l2/v4l2-overlay_calls.c:
22256         * sys/v4l2/v4l2_calls.h:
22257           Remove client-side overlay handling, use the X-server v4l plugin
22258           for that. Nicer overlay, less code. Also make the plugin
22259           compileable without X (but then without overlay, obviously).
22260           Makes xwindowlistener obsolete, should we remove that?
22261
22262 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22263
22264         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
22265         (gst_osssrc_src_query):
22266         * sys/oss/gstosssrc.h:
22267           OK, so people want offset in DEFAULT. This time, actually fix all
22268           cases.
22269         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
22270           Add FPS properly.
22271
22272 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22273
22274         * gst/asfdemux/gstasfmux.c:
22275         * gst/avi/gstavimux.c:
22276           Framerate.
22277
22278 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22279
22280         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
22281           Fix properties (channel, norm, frequency).
22282
22283 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22284
22285         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
22286           Flag typo.
22287         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
22288           No warnings.
22289
22290 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22291
22292         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
22293           Fix hang.
22294
22295 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22296
22297         * sys/v4l2/gstv4l2element.h:
22298           Yet Another Hack (tm) for kernel header borkedness.
22299         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
22300         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
22301         (gst_v4l2src_link), (gst_v4l2src_getcaps),
22302         (gst_v4l2src_change_state):
22303         * sys/v4l2/gstv4l2src.h:
22304         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
22305         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
22306           Fix caps, keep track of state, work.
22307
22308 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22309
22310         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
22311           Quiet.
22312
22313 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22314
22315         * sys/oss/gstosssrc.c: (gst_osssrc_get):
22316           Don't mix bytes and samples.
22317
22318 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22319
22320         * ext/ogg/gstoggmux.c:
22321           Basic pad template which accepts OGM tracks, speex, flac, vorbis
22322           and theora. Any is incorrect.
22323         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
22324           Fix caps.
22325         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
22326         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
22327         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
22328         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
22329         * sys/v4l/gstv4lmjpegsrc.h:
22330         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
22331         (gst_v4lsrc_change_state):
22332         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
22333         (gst_v4lmjpegsrc_capture_stop):
22334           Fix caps. Keep track of internal state. Work.
22335
22336 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22337
22338         * ext/Makefile.am:
22339           Fix the build fixes.
22340
22341 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22342
22343         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22344         (gst_ogg_demux_src_event), (_find_chain_seek),
22345         (gst_ogg_pad_push):
22346           Check for pad availability before using it.
22347         * ext/ogg/gstoggdemux.c: (_find_chain_process):
22348           Fix parsing of chained ogg. Needs more work on the decoder side.
22349
22350 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22351
22352         * gst/spectrum/Makefile.am:
22353         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
22354         (idle_func):
22355           Fix demo and reenable it. Yes, I'm currently playing with audio
22356           analysis tools
22357
22358 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22359
22360         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
22361           We love it if files that start at zero work too...
22362
22363 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22364
22365         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
22366           Handle files with missing EOS headers.
22367
22368 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22369
22370         * gst/tcp/gsttcpserversink.c:
22371         (gst_tcpserversink_handle_server_read),
22372         (gst_tcpserversink_init_send):
22373         Zero some variables first (need for accept not to return EINVAL)
22374
22375 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22376
22377         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22378         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
22379         * ext/theora/theoradec.c: (theora_dec_sink_convert),
22380         (theora_dec_chain):
22381         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
22382         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
22383           Seeking and querying finetune.
22384
22385 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22386
22387         * configure.ac:
22388         * ext/Makefile.am:
22389         * ext/raw1394/Makefile.am:
22390           fix the build
22391
22392 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22393
22394         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
22395           Wrong return.
22396         * gst/playback/Makefile.am:
22397         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
22398         * gst/playback/gstplay-marshal.list:
22399         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
22400           Fix marshallers.
22401
22402 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22403
22404         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
22405           Silence.
22406
22407 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22408
22409         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22410         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
22411         (gst_ogg_pad_push):
22412           Yay for non-lineair granulepos in theora.
22413
22414 2004-10-18  Wim Taymans  <wim@fluendo.com>
22415
22416         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
22417         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
22418         * ext/dv/gstdvdec.h:
22419         Make sure we renegotiate aspect ratio when the camera switches.
22420
22421 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22422
22423         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22424         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
22425           Start at zero.
22426         * ext/theora/theoradec.c: (theora_dec_chain):
22427           Skip headers. Bad idea for chained ogg, but fixes seeking.
22428
22429 2004-10-18  Wim Taymans  <wim@fluendo.com>
22430
22431         * configure.ac:
22432         I swear, this is the last time I touch this.
22433
22434 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22435
22436         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22437         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
22438         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
22439           Faster seeking.
22440         * ext/theora/theoradec.c: (theora_dec_sink_convert):
22441           Time-to-default conversion.
22442         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
22443           Don't error on unknown packets, just skip. We should probably
22444           read them if we want to support chained ogg.
22445
22446 2004-10-18  Wim Taymans  <wim@fluendo.com>
22447
22448         * configure.ac:
22449         Added cdaudio to wrong list.
22450
22451 2004-10-18  Wim Taymans  <wim@fluendo.com>
22452
22453         * configure.ac:
22454         Revive cdaudio.
22455
22456 2004-10-18  Wim Taymans  <wim@fluendo.com>
22457
22458         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
22459         (gst_dvdec_video_link), (gst_dvdec_push):
22460         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
22461         (gst_smokeenc_resync), (gst_smokeenc_chain):
22462         Fix mimetype on smoke encoder.
22463         Add aspect ratio to dvdec. Not sure if these
22464         values are correct though....
22465
22466 2004-10-18  Wim Taymans  <wim@fluendo.com>
22467
22468         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
22469         Fix vorbis property descriptions and ranges.
22470
22471 2004-10-18  Wim Taymans  <wim@fluendo.com>
22472
22473         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
22474         Really do nothing when no data is available.
22475         Go to the playing state when the stream is not seekable
22476         instead of failing.
22477
22478 2004-10-18  Wim Taymans  <wim@fluendo.com>
22479
22480         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
22481         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
22482         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
22483         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
22484         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
22485         Added uri handler for cd://
22486         Port to new API.
22487
22488 2004-10-18  Wim Taymans  <wim@fluendo.com>
22489
22490         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
22491         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
22492         (try_to_link_1), (no_more_pads), (close_link), (type_found):
22493         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
22494         (remove_prerolls), (unknown_type), (add_element_stream),
22495         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
22496         (gst_play_base_bin_remove_element),
22497         (gst_play_base_bin_link_stream):
22498         * gst/playback/gstplaybin.c: (gen_video_element),
22499         (gen_vis_element), (remove_sinks), (setup_sinks):
22500         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
22501         (gst_stream_info_get_type), (gst_stream_info_class_init),
22502         (gst_stream_info_init), (gst_stream_info_new),
22503         (gst_stream_info_dispose), (stream_info_mute_pad),
22504         (gst_stream_info_set_property), (gst_stream_info_get_property):
22505         * gst/playback/gststreaminfo.h:
22506         Add sink padtemplate to decodebin.
22507         Added some more comments.
22508         Make queue size configurable in playbasebin.
22509         Added possibility to use elements as sinks (ex cdaudio).
22510
22511 2004-10-15  Wim Taymans  <wim@fluendo.com>
22512
22513         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
22514         (gst_speexenc_chain):
22515         Fix speex timestamps so that it gets muxed properly.
22516
22517 2004-10-15  Wim Taymans  <wim@fluendo.com>
22518
22519         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
22520         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
22521         (gst_dv1394src_init), (gst_dv1394src_dispose),
22522         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
22523         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
22524         (gst_dv1394src_event), (gst_dv1394src_get_formats),
22525         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
22526         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
22527         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
22528         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
22529         * ext/raw1394/gstdv1394src.h:
22530         Added conversion/query functions.
22531         Update buffer timestamps,
22532         Added signals.
22533         Added uri dv:// so it might play from the firewire in playbin.
22534         Fix a possible leak.
22535         Added debugging.
22536
22537 2004-10-15  Wim Taymans  <wim@fluendo.com>
22538
22539         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
22540         (gst_dv1394src_init), (gst_dv1394src_set_property),
22541         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
22542         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
22543         * ext/raw1394/gstdv1394src.h:
22544         Added AV/C VTR control support needed for some cameras.
22545         Added automatic port detection.
22546         Added properties for selecting the channel.
22547         The configure.ac script is not yet updated to reflect the
22548         new libavc1394 and librom1394 dependencies.
22549
22550 2004-10-15  Wim Taymans  <wim@fluendo.com>
22551
22552         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
22553         (qtdemux_parse), (gst_qtdemux_handle_esds):
22554         An esds box is not a container.
22555         Fix parsing of mp4v boxes.
22556         Do not try to renegotiate fps for each frame. Need to
22557         find a better method. This should fix mp4 playback.
22558
22559 2004-10-14  David Schleef  <ds@schleef.org>
22560
22561         * configure.ac: update for swfdec-0.3 and liboil-0.2
22562         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
22563         * ext/swfdec/gstswfdec.h: same
22564         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
22565         * gst/videotestsrc/videotestsrc.c: same
22566
22567 2004-10-14  Wim Taymans  <wim@fluendo.com>
22568
22569         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
22570         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
22571         (is_sync_frame), (gst_multifdsink_new_client),
22572         (gst_multifdsink_handle_client_write),
22573         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
22574         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
22575         Turn warnings into info.
22576         Don't allow a state change in the streaming thread.
22577
22578 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22579
22580         * ext/vorbis/oggvorbisenc.c:
22581         * ext/vorbis/vorbisdec.c:
22582           fix template sample rate
22583
22584 2004-10-13  Wim Taymans  <wim@fluendo.com>
22585
22586         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
22587         Decoding the header first fixes some problems in resyncing
22588         in more mp3s.
22589
22590 2004-10-12  Wim Taymans  <wim@fluendo.com>
22591
22592         * gst/playback/gstplaybin.c: (gen_video_element),
22593         (gen_vis_element), (remove_sinks), (setup_sinks):
22594         Added vis plugin support, need to configure the vis
22595         element to activate it.
22596
22597 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22598
22599         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
22600         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
22601           Some debug.
22602         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
22603         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
22604         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
22605         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
22606         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
22607         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
22608         * gst/avi/gstavidemux.h:
22609           Support for openDML-2.0 indx/ix## chunks. Support for broken index
22610           recovery (where, if part of the index is broken, we will still read
22611           the rest of the index and recover the broken part by stream
22612           scanning). More broken media support. EOS workarounds. General AVI
22613           braindamage headache recovery. Aspirin included.
22614
22615 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22616
22617         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
22618         (cdparanoia_event), (cdparanoia_query):
22619           Get rid of hideous lead-in.
22620
22621 2004-10-11  Wim Taymans  <wim@fluendo.com>
22622
22623         * gst/playback/gstplaybasebin.c: (setup_source):
22624         Wrong var used to get g_list_next.
22625
22626 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22627
22628         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
22629         (cdparanoia_get), (cdparanoia_open):
22630           Report discid as metadata, add duration.
22631
22632 2004-10-11  Wim Taymans  <wim@fluendo.com>
22633
22634         * gst/playback/gstplaybasebin.c: (setup_source):
22635         Cleanup the previous pipeline a little earlier for the
22636         case that a source element provides raw data.
22637
22638 2004-10-11  Benjamin Otte  <otte@gnome.org>
22639
22640         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
22641           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
22642           consuming the last 128 bytes, even though it was valid mp3 data.
22643
22644 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22645
22646         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
22647         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
22648         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
22649         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
22650
22651 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22652
22653         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
22654         Fix for webcams that support only specific width or height
22655
22656 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
22657
22658         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22659
22660         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
22661           Fix wrong discont event setup (fixes #154967).
22662
22663 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
22664
22665         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22666
22667         * gst/auparse/gstauparse.c: (gst_auparse_chain):
22668           Error out on invalid data (fixes #154807).
22669
22670 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
22671
22672         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22673
22674         * ext/dvdread/dvdreadsrc.c: (_read):
22675           Make titles > 0 work again (fixes #154834).
22676
22677 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22678
22679         * gst-libs/gst/riff/riff-media.c:
22680         (gst_riff_create_video_template_caps):
22681           WMV3 missing in template caps.
22682
22683 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22684
22685         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
22686           OK, so the original code was too strict. It makes random AVI files
22687           hang for seconds upon opening, which is unacceptable and is far
22688           beyond the original goal of getting multiple chunks for one-chunk
22689           sounc stream files. So now do just that.
22690
22691 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22692
22693         * gst/playback/gstplaybasebin.c: (setup_source),
22694         (gst_play_base_bin_change_state):
22695           Actually clean up streaminfo if output fails. This would trigger
22696           if, for example, there was no CD in the drive. No preroll, so
22697           a streaminfo structure is created, but the subsequent state change
22698           of the thread fails.
22699         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
22700           Don't change state if parent failed.
22701
22702 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22703
22704         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
22705         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
22706         (gen_video_element), (remove_sinks):
22707           Add small bits of code for screenshot handling.
22708
22709 2004-10-08  Wim Taymans  <wim@fluendo.com>
22710
22711         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
22712         (gen_video_element), (gen_audio_element), (setup_sinks):
22713         Don't assume the user provided sinks are named "sink"...
22714
22715 2004-10-08  Wim Taymans  <wim@fluendo.com>
22716
22717         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
22718         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
22719         (gst_play_base_bin_link_stream):
22720         Do not try to autoplug sources that generate raw streams like
22721         cdparanoia.
22722         disconnect the preroll overrun signal when we don't need it anymore.
22723
22724 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
22725
22726         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
22727         Added reworked patch from #154903 from milosz derezynski (deadchip).
22728
22729 2004-10-08  Wim Taymans  <wim@fluendo.com>
22730
22731         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
22732         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
22733         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
22734         (cdparanoia_convert), (cdparanoia_uri_get_type),
22735         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
22736         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
22737         * ext/cdparanoia/gstcdparanoia.h:
22738         This adds the cdda://<tracknum> uri.
22739
22740 2004-10-08  Wim Taymans  <wim@fluendo.com>
22741
22742         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
22743         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
22744         (try_to_link_1), (no_more_pads), (close_link), (type_found):
22745         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
22746         (unknown_type), (gst_play_base_bin_remove_element),
22747         (gst_play_base_bin_link_stream):
22748         * gst/playback/gstplaybasebin.h:
22749         * gst/playback/gstplaybin.c: (gst_play_bin_init),
22750         (gst_play_bin_set_property), (gen_video_element),
22751         (gen_audio_element), (setup_sinks):
22752         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
22753         (gst_stream_info_get_type), (gst_stream_info_class_init),
22754         (gst_stream_info_init), (gst_stream_info_new),
22755         (gst_stream_info_dispose), (stream_info_mute_pad),
22756         (gst_stream_info_set_property), (gst_stream_info_get_property):
22757         * gst/playback/gststreaminfo.h:
22758         Reuse the audio and video bins.
22759         Some internal cleanups in the stream selection code.
22760
22761 2004-10-08  Julien MOUTTE  <julien@moutte.net>
22762
22763         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
22764         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
22765         * sys/ximage/ximagesink.h:
22766         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
22767         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
22768         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
22769         not coming from those elements. Moreover these elements should not keep
22770         the xid they have been given when in NULL state.
22771
22772 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22773
22774         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
22775         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
22776         * sys/ximage/ximagesink.h:
22777         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
22778         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
22779         * sys/xvimage/xvimagesink.h:
22780           Actually only create a new toplevel window if we're not gonna
22781           embed it right after.
22782
22783 2004-10-07  Wim Taymans  <wim@fluendo.com>
22784
22785         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
22786         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
22787         * gst/playback/gstplaybin.c: (setup_sinks):
22788         Implement muting/unmuting of streams, mute streams that are not
22789         used.
22790
22791 2004-10-07  Wim Taymans  <wim@fluendo.com>
22792
22793         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
22794         (plugin_init):
22795         Added lame audio/x-ac3 typefind function.
22796
22797 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
22798
22799         * configure.ac:
22800           bump nano to cvs
22801
22802 === release 0.8.5 ===
22803
22804 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
22805
22806         * NEWS:
22807         * RELEASE:
22808         * configure.ac:
22809           releasing 0.8.5, "Take You On"
22810
22811 2004-10-06  Wim Taymans  <wim@fluendo.com>
22812
22813         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
22814         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
22815         (no_more_pads), (close_link), (type_found):
22816         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
22817         * gst/playback/gstplaybin.c: (gen_video_element):
22818         Do not signal the no_more_pads after the first pad when
22819         we are plugging a non dynamic element with multiple
22820         output pads (like swfdec, dvdec, ...).
22821
22822 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22823
22824         * configure.ac:
22825           bump for prerelease
22826
22827 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
22828
22829         * gst/wavparse/gstwavparse.c:
22830           add ATRAC3 to STATIC CAPS to fix a warning
22831
22832         * gst/matroska/ebml-read.c:
22833         * gst-libs/gst/riff/riff-read.c:
22834           fix typos
22835
22836 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
22837
22838         * gst-libs/gst/riff/riff-media.c:
22839           generate caps for ATRAC3 audio streams
22840
22841         * gst/realmedia/rmdemux.c:
22842           generate caps for ATRAC3 audio streams
22843
22844 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
22845
22846         * gst/wavparse/Makefile.am
22847         * gst/wavparse/riff.h
22848         * gst/wavparse/wavparse.vcproj
22849           riff.h removal (unused and duplication with riff-ids.h)
22850
22851 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
22852
22853         * gst/wavparse/gstwavparse.h
22854           remove duplicated defines for audio codec codes
22855
22856         * gst-libs/gst/riff/riff-ids.h
22857         * gst/wavenc/riff.h:
22858           add "4CC" code for ATRAC3 audio streams
22859           add "4CC" code for ITU_G721_ADPCM (unused for now)
22860
22861 2004-10-06  Wim Taymans  <wim@fluendo.com>
22862
22863         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
22864         Actually _do_ negotiation. Pass gdouble as arg instead
22865         of guint64 for the framerate.
22866
22867 2004-10-06  Wim Taymans  <wim@fluendo.com>
22868
22869         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
22870         (find_compatibles), (close_pad_link), (try_to_link_1),
22871         (no_more_pads), (close_link), (type_found):
22872         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
22873         * gst/playback/gstplaybin.c: (gen_video_element),
22874         (gen_audio_element):
22875         Set state on newly added element to READY so that negotiation
22876         can happen ASAP.
22877         Addes some more debug info.
22878         Do not try to plug pads with multiple caps structures or ANY
22879         because it is too dangerous since we do not do dynamic
22880         replugging.
22881
22882 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22883
22884         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
22885
22886         * po/LINGUAS:
22887         * po/or.po:
22888           add Oriya translation
22889
22890 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22891
22892         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
22893           Prevent overwrite of size member. Makes audio sound crappy.
22894
22895 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
22896
22897         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
22898         Add rmvb to the list of known RealMedia extensions
22899
22900 2004-10-05  Wim Taymans  <wim@fluendo.com>
22901
22902         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
22903         (mngdec_openstream), (mngdec_closestream),
22904         (mngdec_handle_sink_event), (mngdec_readdata),
22905         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
22906         (mngdec_getcanvasline), (mngdec_refresh),
22907         (gst_mngdec_change_state):
22908         Set the framerate correctly.
22909
22910 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22911
22912         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
22913           There was something wrong with the index massaging.
22914
22915 2004-10-04  Wim Taymans  <wim@fluendo.com>
22916
22917         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
22918         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
22919         (gst_smokedec_chain):
22920         * ext/jpeg/gstsmokedec.h:
22921         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
22922         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
22923         * ext/jpeg/gstsmokeenc.h:
22924         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
22925         (smokecodec_decode_new), (smokecodec_info_free),
22926         (smokecodec_set_quality), (smokecodec_get_quality),
22927         (smokecodec_set_threshold), (smokecodec_get_threshold),
22928         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
22929         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
22930         (smokecodec_encode), (smokecodec_parse_id),
22931         (smokecodec_parse_header), (smokecodec_decode):
22932         * ext/jpeg/smokecodec.h:
22933         * ext/jpeg/smokeformat.h:
22934         Updated smoke, new bitstream, allows embedding in ogg.
22935
22936 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22937
22938         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
22939           Fix seeking in some files. All this code is no longer needed (and
22940           actually breaks stuff) because we now synchronize the full index
22941           right when reading the header.
22942
22943 2004-10-04  Wim Taymans  <wim@fluendo.com>
22944
22945         * configure.ac:
22946         configure update for libmng.
22947
22948 2004-10-04  Wim Taymans  <wim@fluendo.com>
22949
22950         * ext/libmng/Makefile.am:
22951         * ext/libmng/gstmng.c: (plugin_init):
22952         * ext/libmng/gstmng.h:
22953         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
22954         (gst_mngdec_base_init), (gst_mngdec_class_init),
22955         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
22956         (gst_mngdec_loop), (gst_mngdec_get_property),
22957         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
22958         (mngdec_closestream), (mngdec_handle_sink_event),
22959         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
22960         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
22961         (gst_mngdec_change_state):
22962         * ext/libmng/gstmngdec.h:
22963         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
22964         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
22965         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
22966         (gst_mngenc_chain), (gst_mngenc_get_property),
22967         (gst_mngenc_set_property):
22968         * ext/libmng/gstmngenc.h:
22969         Added basic MNG decoder. Needs more work. The encoder does
22970         not work yet.
22971
22972 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22973
22974         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
22975         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
22976         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
22977           Don't hang on length=0 chunks. Some negotiation fixes. Signal
22978           no-more-pads.
22979
22980 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22981
22982         * configure.ac:
22983           you need at least 1.0.4 of speex
22984
22985 2004-10-04 Iain <iaingnome@gmail.com>
22986
22987         * ext/speex/gstspeexdec.h: Revert the includes changes.
22988
22989         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
22990
22991 2004-09-30 Iain <iaingnome@gmail.com>
22992
22993         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
22994         found during init or set as a property instead of hardcoding /dev/audio
22995
22996 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22997
22998         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
22999         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
23000         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
23001         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
23002         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
23003         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
23004         (gst_rmdemux_dump_data):
23005           Use debug category, fix EOS handling. filesrc ! rmdemux now
23006           works.
23007
23008 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23009
23010         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
23011         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
23012         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
23013           Improve allocation, cutting and sorting of the index. How takes a
23014           few seconds instead of minutes.
23015
23016 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
23017
23018         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
23019           fixed compilation
23020
23021 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23022
23023         * gst-libs/gst/riff/riff-media.c:
23024         (gst_riff_create_video_caps_with_data),
23025         (gst_riff_create_video_template_caps):
23026           Add wing commander format mimetype/fourccs.
23027         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
23028           Don't crash if some value is 0.
23029
23030 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23031
23032         * gst-libs/gst/riff/riff-media.c:
23033         (gst_riff_create_video_caps_with_data),
23034         (gst_riff_create_video_template_caps):
23035           Add DIB fourcc (raw, palettized 8-bit RGB).
23036         * gst-libs/gst/riff/riff-read.c:
23037         (gst_riff_read_strf_vids_with_data):
23038           Oops, fix strf_data reading bug.
23039         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
23040           Use a non-NULL tag.
23041         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
23042           Time for hacks. Sorry Dave. At least one quicktime movie (a
23043           trailer) that I've encountered contains multiple video tracks.
23044           One of those is the actual video track, the other are one-frame
23045           tracks (images). Unfortunately, the number of frames according
23046           to the trak header is 1 for each, so that doesn't help. So
23047           instead, I look at the duration and discard tracks with a
23048           duration shorter than 20% of the length of the stream. Better
23049           than nothing.
23050
23051 2004-10-01  Christian Schaller <christian@fluendo.com>
23052
23053         * ext/ivorbis/vorbis.c:
23054           Patch from Phil Blundell (Bug 152341)
23055
23056 2004-10-01  Wim Taymans  <wim@fluendo.com>
23057
23058         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
23059         (speex_dec_get_formats), (speex_dec_convert),
23060         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
23061         (speex_dec_chain), (gst_speexdec_get_property),
23062         (gst_speexdec_set_property):
23063         Small cleanups.
23064
23065 2004-10-01  Wim Taymans  <wim@fluendo.com>
23066
23067         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
23068         (gst_wavparse_stream_init), (gst_wavparse_fmt),
23069         (gst_wavparse_other), (gst_wavparse_loop),
23070         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
23071         (gst_wavparse_srcpad_event):
23072         * gst/wavparse/gstwavparse.h:
23073         Added some more debugging info.
23074         Fix the case where the length of the file is 0.
23075         Make sure we seek to sample borders.
23076
23077 2004-10-01  Wim Taymans  <wim@fluendo.com>
23078
23079         * gst/playback/README:
23080         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
23081         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
23082         (try_to_link_1), (no_more_pads), (close_link), (type_found):
23083         Add some debug info to decodebin, update README
23084
23085 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23086
23087         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
23088           Don't use g_print(); use GST_DEBUG().
23089
23090 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23091
23092         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
23093         (gst_ogg_mux_queue_pads):
23094           Handle EOS properly.
23095
23096 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
23097
23098         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23099
23100         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
23101         (gst_faad_chain), (gst_faad_change_state):
23102         * ext/faad/gstfaad.h:
23103           Allow playback of raw (unframed) MPEG AAC files (#148993).
23104
23105 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
23106
23107         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23108
23109         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
23110           Throw error if we didn't recognize the stream. Fixes #152289.
23111
23112 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23113
23114         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
23115           Fix negotiation.
23116
23117 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
23118
23119         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23120
23121         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
23122           Fix memleak.
23123
23124 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
23125
23126         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23127
23128         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
23129           Solve #152805.
23130         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
23131           Solve 152806.
23132
23133 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23134
23135         * gst-libs/gst/riff/riff-media.c:
23136         (gst_riff_create_video_caps_with_data),
23137         (gst_riff_create_audio_caps_with_data):
23138           Add codec_data handling (like asfdemux used to do).
23139         * gst/asfdemux/gstasf.c: (plugin_init):
23140         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
23141         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
23142           Use riff-media for caps creation instead of our own (mostly
23143           broken) copy of its functions.
23144
23145 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23146
23147         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
23148           Don't actually error out if we get another return value than
23149           -EINVAL. Opposite to what I first thought, drivers have random
23150           return values for this, although -EINVAL is the expected return
23151           value. Since this is not fatal, we shouldn't use
23152           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
23153
23154 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23155
23156         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
23157         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
23158         (dvdreadsrc_get_property), (_open), (_seek), (_read),
23159         (dvdreadsrc_get), (dvdreadsrc_open_file),
23160         (dvdreadsrc_change_state):
23161           Fix. Don't do one big huge loop around the whole DVD, that will
23162           cache all data and thus eat sizeof(dvd) (several GB) before we
23163           see something.
23164         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
23165           Actually NULL'ify event after using it.
23166         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
23167         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
23168         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
23169         (gst_ebml_read_seek), (gst_ebml_read_skip):
23170           Handle events.
23171         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
23172         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
23173         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
23174           Fix timing (this will probably break if I seek using menus, but
23175           I didn't get there yet). VOBs and normal DVDs should now work.
23176           Add a mpeg2-only pad with high rank so this get autoplugged for
23177           MPEG-2 movies.
23178         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
23179         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
23180         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
23181         (gst_mpeg_demux_get_audio_stream),
23182         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
23183         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
23184           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
23185           MPEG-1 but use dvddemux for MPEG-2.
23186         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
23187         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
23188         (gst_mpeg_parse_parse_packhead):
23189           Timing. Only add pad template if it exists. Add sink template from
23190           class and not from ourselves. This means we will always use the
23191           correct sink template even if it is not the one defined in this
23192           file.
23193
23194 2004-09-29  Wim Taymans  <wim@fluendo.com>
23195
23196         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
23197         (gst_mpeg_demux_parse_pes):
23198         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
23199         Fix playback of mpeg again, timestamps where screwed up by
23200         patch 1.61.
23201
23202 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23203
23204         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
23205           Only return true if we actually filled something in. Prevents
23206           player applications from showing a random length for flac files.
23207         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
23208         (gst_riff_read_use_event), (gst_riff_read_handle_event),
23209         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
23210         (gst_riff_read_strf_vids_with_data),
23211         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
23212           OK, ok, so I implemented event handling. Apparently it's normal
23213           that we receive random events at random points without asking
23214           for it.
23215         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
23216         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
23217         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
23218         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
23219         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
23220         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
23221         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
23222         * gst/avi/gstavidemux.h:
23223           Implement non-lineair chunk handling and subchunk processing.
23224           The first solves playback of AVI files where the audio and video
23225           data of individual buffers that we read are not synchronized.
23226           This should not happen according to the wonderful AVI specs, but
23227           of course it does happen in reality. It is also a prerequisite for
23228           the second. Subchunk processing allows us to cut chunks in small
23229           pieces and process each of these pieces separately. This is
23230           required because I've seen several AVI files with incredibly large
23231           audio chunks, even some files with only one audio chunk for the
23232           whole file. This allows for proper playback including seeking.
23233           This patch is supposed to fix all AVI A/V sync issues.
23234         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
23235         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
23236           Work.
23237         * gst/modplug/gstmodplug.cc:
23238           Proper return value setting for the query() function.
23239         * gst/playback/gstplaybasebin.c: (setup_source):
23240           Being in non-playing state (after, e.g., EOS) is not necessarily
23241           a bad thing. Allow for that. This fixes playback of short files.
23242           They don't actually playback fully now, because the clock already
23243           runs. This means that small files (<500kB) with a small length
23244           (<2sec) will still not or barely play. Other files, such as mod
23245           or flx, will work correctly, however.
23246
23247 2004-09-28  Wim Taymans  <wim@fluendo.com>
23248
23249         * ext/speex/gstspeex.c: (plugin_init):
23250         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
23251         (gst_speex_dec_class_init), (speex_dec_get_formats),
23252         (speex_get_event_masks), (speex_get_query_types),
23253         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
23254         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
23255         (gst_speexdec_get_property), (gst_speexdec_set_property),
23256         (speex_dec_change_state):
23257         * ext/speex/gstspeexdec.h:
23258         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
23259         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
23260         (gst_speexenc_base_init), (gst_speexenc_class_init),
23261         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
23262         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
23263         (gst_speexenc_src_query), (gst_speexenc_init),
23264         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
23265         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
23266         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
23267         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
23268         (gst_speexenc_chain), (gst_speexenc_get_property),
23269         (gst_speexenc_set_property), (gst_speexenc_change_state):
23270         * ext/speex/gstspeexenc.h:
23271         Rewrote speex encoder, make sure it can be embedded in ogg.
23272         Implemented speex decoder.
23273
23274 2004-09-28  Christian Schaller <christian@fluendo.com>
23275
23276         * configure.ac:
23277         Remove kioslave plugin. Markey is brewing a new working one
23278         * ext/Makefile.am: Remove kioslave plugin
23279         * ext/kio: remove
23280         * gst-plugins.spec.in: remove kio plugin from spec
23281
23282 2004-09-27  Wim Taymans  <wim@fluendo.com>
23283
23284         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
23285         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
23286         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
23287         (gst_multifdsink_new_client),
23288         (gst_multifdsink_handle_client_write),
23289         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23290         (gst_multifdsink_handle_clients):
23291         * gst/tcp/gstmultifdsink.h:
23292         Make syncing to keyframes actually work for new clients and lagging
23293         clients.
23294
23295 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23296
23297         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
23298         (gst_navigationtest_handle_src_event), (draw_box_planar411),
23299         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
23300         * gst/debug/gstnavigationtest.h:
23301           make navigationtest display button-press and button-release events
23302
23303 2004-09-26 Iain <iaingnome@gmail.com>
23304
23305         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
23306         the channels have received a new media event.
23307         (interleave_buffered_loop): Compresses a new media event on all
23308         channels into one.
23309
23310 2004-09-26 Iain <iaingnome@gmail.com>
23311
23312         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
23313         call the sinkpad's default event handler and not the srcpads. He also
23314         says this is confusing :)
23315         (gst_wavenc_stop_file): Company says that seek events only go upstream
23316         we should send a discontinuous downstream instead.
23317
23318 2004-09-25  Christian Schaller <christian@fluendo.com>
23319
23320         * Update SPEC file to be usable in conjunction with Fedora Core,
23321           Fedora.us and freshrpms packages
23322         * Fix typo in multifilesrc test Makefile
23323
23324 2004-09-24  Wim Taymans  <wim@fluendo.com>
23325
23326         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
23327         Only signal the no_more_pads signal when we have
23328         added the stream to our list.
23329
23330 2004-09-24  Wim Taymans  <wim@fluendo.com>
23331
23332         * gst/playback/gstplaybasebin.c: (remove_prerolls),
23333         (new_decoded_pad):
23334         * gst/playback/gstplaybasebin.h:
23335         * gst/playback/gstplaybin.c: (setup_sinks):
23336         Don't try to preroll or decode more than one audio/video
23337         track.
23338
23339 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23340
23341         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
23342           Throw error if we failed to find a suitable output. This should
23343           throw an error if we successfully set up a pipeline (e.g. because
23344           we recognized a media file) but found no decodable streams in it
23345           (e.g. because it contains only media stream types for which we
23346           have no decoders, or because it's not a media type).
23347
23348 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23349
23350         * ext/dirac/Makefile.am:
23351         * ext/dirac/gstdirac.cc:
23352         * ext/dirac/gstdiracdec.cc:
23353         * ext/dirac/gstdiracdec.h:
23354           Do something. Don't actually know if this works because I don't
23355           have a demuxer yet.
23356         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
23357           Add channels=1 to caps returned from _getcaps().
23358         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
23359         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
23360         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
23361         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
23362         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
23363         (gst_ogm_parse_change_state):
23364           Separate between audio/video so ogmaudioparse actually uses the
23365           audio pad templates. Both audio and video work now, including
23366           autoplugging. Also use sometimes-srcpad hack.
23367         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
23368           Handle events better. Don't hang on infinite loops.
23369         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
23370         (gst_avi_demux_init), (gst_avi_demux_reset),
23371         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
23372         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
23373         (gst_avi_demux_change_state):
23374         * gst/avi/gstavidemux.h:
23375           Improve A/V sync. Still not perfect.
23376         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
23377         (gst_ebml_read_skip):
23378           Handle events better.
23379         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
23380         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
23381         (qtdemux_audio_caps):
23382           Add IMA4. Improve event handling. Save offset after a seek when
23383           the headers are at the end of the file so that we don't end up in
23384           an infinite loop.
23385         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
23386           Add low-priority typefind support for files with no length.
23387
23388 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23389
23390         * testsuite/multifilesink/Makefile.am:
23391         fix typo
23392
23393 2004-09-22  Julien MOUTTE  <julien@moutte.net>
23394
23395         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
23396         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
23397         mistakes from thaytan's patches.
23398
23399 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
23400
23401         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
23402           For completeness, XSync in the destroy function as xvimage does.
23403
23404 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
23405
23406         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
23407            Correct caps negotiation
23408         * gst/volume/gstvolume.c: (volume_chain_float),
23409         (volume_chain_int16):
23410            Modify debug output to be little more informative
23411         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
23412         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23413         (gst_xvimagesink_xvimage_destroy):
23414           Add XSync calls after detaching from the shared memory segment to
23415           avoid a crash.
23416
23417 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23418
23419         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
23420         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
23421         * ext/vorbis/vorbis.c: (plugin_init):
23422         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
23423         (gst_vorbisenc_chain):
23424         * ext/vorbis/vorbisenc.h:
23425         remove explicit newmedia support from oggmux and vorbisenc
23426         add debug category to vorbisenc
23427         * gst/multifilesink/gstmultifilesink.c:
23428         (gst_multifilesink_class_init), (gst_multifilesink_init),
23429         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
23430         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
23431         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
23432         (plugin_init):
23433         * gst/multifilesink/gstmultifilesink.h:
23434         add support for streamheader in multifilesink
23435
23436 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23437
23438         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
23439         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
23440         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
23441           Prevent infinite loops. More correct error reporting.
23442         * gst/auparse/gstauparse.c: (gst_auparse_chain):
23443           Error out if negotiation fails.
23444         * gst/playback/gstplaybasebin.c: (setup_source),
23445         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
23446         (gst_play_base_bin_found_tag):
23447           Error/tag forwarding. Pre-roll fixes for source errors on state
23448           changes (e.g. "file does not exist") to prevent hangs.
23449
23450 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23451
23452         * testsuite/multifilesink/Makefile.am:
23453         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
23454         (gst_newmedia_class_init), (gst_newmedia_init),
23455         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
23456         (newfile_signal), (test_signal), (main):
23457         * testsuite/multifilesink/multifilesrc_test.c: (main):
23458         * testsuite/multifilesink/oggtheora_test.c:
23459         (gst_newmedia_base_init), (gst_newmedia_class_init),
23460         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
23461         (test_format), (newfile_signal), (test_signal), (main):
23462         * testsuite/multifilesink/oggvorbis_test.c:
23463         (gst_newmedia_base_init), (gst_newmedia_class_init),
23464         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
23465         (test_format), (newfile_signal), (test_signal), (main):
23466         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
23467         (gst_newmedia_class_init), (gst_newmedia_init),
23468         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
23469         (newfile_signal), (test_signal), (main):
23470         New media tests
23471
23472 2004-09-20  Christian Schaller <christian@fluendo.com>
23473
23474         * Fix mikmod license to LGPL as they have relicensed
23475         * Move Dirac and Effectv into LGPL section of README_license
23476
23477 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23478
23479         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
23480         (gst_mad_change_state):
23481           Allow for mp3 rate/channels changes. However, only very
23482           conservatively. Reason that we *have* to enable this is smiply
23483           because the mad find_sync() function is not good enough, it will
23484           regularly sync on random data as valid frames and therefore make
23485           us provide random caps as *final* caps of the stream. The best fix
23486           I could think of is to simply require several of the same stream
23487           changes in a row before we change caps.
23488           The actual testcase that works now is #
23489         * ext/ogg/Makefile.am:
23490         * ext/ogg/gstogg.c: (plugin_init):
23491         * ext/ogg/gstogmparse.c:
23492           OGM support (video only for now; I need an audio sample file).
23493         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
23494         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
23495         (gst_asf_demux_add_video_stream):
23496           WMV extradata.
23497         * gst/playback/gstplaybasebin.c: (unknown_type):
23498           Don't error out on single unknown-types after all. It's wrong.
23499           If we found type of video and audio but not of a subtitle stream,
23500           it will still error out (which is unwanted). Will find a better fix
23501           later on.
23502         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
23503         (ogmaudio_type_find), (plugin_init):
23504           OGM support.
23505
23506 2004-09-20  Johan Dahlin  <johan@gnome.org>
23507
23508         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
23509         after setting caps.
23510
23511 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23512
23513         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
23514         * gst/wavenc/gstwavenc.h:
23515         Added newmedia support to wavenc
23516
23517 2004-09-17  Wim Taymans  <wim@fluendo.com>
23518
23519         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
23520         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
23521         (gst_fdset_fd_can_write), (gst_fdset_wait):
23522         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
23523         (gst_multifdsink_init), (gst_multifdsink_add),
23524         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
23525         (gst_multifdsink_remove_client_link),
23526         (gst_multifdsink_client_queue_buffer),
23527         (gst_multifdsink_handle_client_write),
23528         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
23529         (gst_multifdsink_close), (gst_multifdsink_change_state):
23530         * gst/tcp/gstmultifdsink.h:
23531         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
23532         (gst_tcpserversink_removed):
23533         Small cleanups in fdset.c
23534         Use a hastable to map fd to the client structure for faster
23535         lookup in _remove and get_stats.
23536         Added virtual function to close the fds.
23537         Handle clients even when the select/poll call was unblocked because
23538         of a command.
23539         Implement syncing to keyframe in the recovery procedure.
23540
23541 2004-09-16 Iain <iaingnome@gmail.com>
23542
23543         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
23544         try caps.
23545
23546 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23547
23548         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
23549           Caps are only set if the type of the stream is unknown, but this
23550           is initialized in ->init_stream(), so set to UNKNOWN after calling
23551           ->init_stream() so that capsnego starts.
23552
23553 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23554
23555         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23556         (gst_avi_demux_stream_data):
23557           Just hardcode for raw audio then. AVI audio sucks.
23558
23559 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
23560
23561         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
23562         * gst/matroska/matroska-mux.c: (audiosink_templ),
23563         (gst_matroska_mux_audio_pad_link):
23564         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
23565         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
23566
23567 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23568
23569         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23570         (gst_avi_demux_stream_data):
23571           Try to fix a/v sync issues.
23572
23573 2004-09-15  David Schleef  <ds@schleef.org>
23574
23575         * configure.ac: remove NASM check, since we don't use it.  Update
23576         dirac check to 0.4
23577         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
23578         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
23579         Initialized variables.
23580         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
23581         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
23582         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
23583         SVQ3 format
23584
23585 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23586
23587         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23588         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
23589         * gst/avi/gstavidemux.h:
23590           Fix for compressed audio (mp3) timestamp generation. How did this
23591           ever work?
23592
23593 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23594
23595         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
23596           Volume is a double not a float.
23597
23598 2004-09-15  Wim Taymans  <wim@fluendo.com>
23599
23600         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
23601         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
23602         Don't close the fd in multifdsink as we didn't open it in the
23603         first place. Some cleanups.
23604
23605 2004-09-15  Wim Taymans  <wim@fluendo.com>
23606
23607         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
23608         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
23609         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
23610         Fix the case where the muxer would mark pages as delta
23611         frames when they are not (vorbis only ogg).
23612
23613 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23614
23615         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
23616         (gst_play_base_bin_change_state):
23617           Handle the case where we failed to setup a clear pipeline. This
23618           will throw an error (or EOS, another nice case) and if you don't
23619           catch that, the app will wait for the signal forever (and thus
23620           hang).
23621
23622 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23623
23624         * ext/gnomevfs/gstgnomevfssink.c:
23625         (gst_gnomevfssink_uri_get_protocols):
23626         * ext/gnomevfs/gstgnomevfssrc.c:
23627         (gst_gnomevfssrc_uri_get_protocols):
23628         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
23629         * ext/gnomevfs/gstgnomevfsuri.h:
23630           Use _uri_new() instead of _open(), so it doesn't take as long and
23631           Christophe's computer won't hang.
23632         * gst/playback/gstplaybasebin.c: (unknown_type):
23633           Throw error on unknown media type, so apps actually display it.
23634
23635 2004-09-14  Brian Cameron  <brian.cameron@sun.com
23636
23637         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
23638           this script to work on Solaris since bash shell handles echo
23639           differenly than bash.
23640
23641 2004-09-17  Wim Taymans  <wim@fluendo.com>
23642
23643         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
23644         (setup_source), (gst_play_base_bin_set_property),
23645         (gst_play_base_bin_add_element):
23646         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
23647         Some more work on making sure seeking pauses the pipeline and
23648         that changing the uri actually does something.
23649
23650 2004-09-17  Wim Taymans  <wim@fluendo.com>
23651
23652         * gst/tcp/gstfdset.c: (gst_fdset_wait):
23653         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
23654         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
23655         (gst_tcpserversink_close):
23656         Be a bit more paranoid when freeing memory.
23657
23658 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23659
23660         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
23661         (qtdemux_parse_trak):
23662           Don't crash by dividing by zero (see sample movie in #126922).
23663
23664 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23665
23666         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
23667           Don't touch non-existing data (fixes crash on file in #140147).
23668
23669 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23670
23671         * gst/playback/gstplaybasebin.c:
23672         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
23673           Handle double disposals, and proper change of URIs.
23674
23675 2004-09-13  Martin Eikermann <meiker@upb.de>
23676
23677         * gst/mpegstream/gstmpegparse.c:
23678           fix synchronistation for streams recorded from digital PCR
23679           fixes bug #119376
23680
23681 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23682
23683         * ext/gnomevfs/Makefile.am:
23684         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
23685         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
23686         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
23687         (gst_gnomevfssink_uri_get_type),
23688         (gst_gnomevfssink_uri_get_protocols),
23689         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
23690         (gst_gnomevfssink_uri_handler_init),
23691         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
23692         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
23693         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
23694         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
23695         (gst_gnomevfssrc_uri_get_type),
23696         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
23697         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
23698         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
23699         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
23700         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
23701         * ext/gnomevfs/gstgnomevfsuri.h:
23702           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
23703           of fake URIs to see which this version of Gnome-VFS likes, and
23704           uses that for the Gst-URI interface. Makes playbin support http://
23705           streams. Also fix up some stupid behaviour in gnomevfssrc.
23706
23707 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23708
23709         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
23710         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
23711         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
23712         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
23713           Update mixer (to sync with other sessions) if we try to obtain
23714           a new value. This makes alsamixer work accross applications.
23715         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
23716           Only call sync functions if we're running, else alsalib asserts.
23717         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
23718           Sometimes fails to compile. Possibly a gcc bug.
23719         * gst/playback/gstplaybin.c: (gen_video_element),
23720         (gen_audio_element):
23721           Add a reference to an application-provided object, because we lose
23722           this same reference if we add it to the bin. If we don't do this,
23723           we can only use this object once and thus crash if we go from
23724           ready to playing, back to ready and back to playing again.
23725           Also add an audioscale element because several cheap soundcards -
23726           like mine - don't support all samplerates.
23727         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
23728         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
23729           Fix wrong order or PAR calls. Makes automatically obtained PAR
23730           from the X server atually being used.
23731
23732 2004-09-12  David Schleef  <ds@schleef.org>
23733
23734         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
23735         #151887, #152102, #152247.
23736         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
23737         * examples/seeking/cdparanoia.c: same
23738         * examples/seeking/cdplayer.c: same
23739         * examples/seeking/seek.c: same
23740         * examples/seeking/spider_seek.c: same
23741         * examples/seeking/vorbisfile.c: same
23742         * examples/stats/mp2ogg.c: same
23743         * ext/esd/esdsink.c: (gst_esdsink_class_init),
23744         (gst_esdsink_dispose): Dispose of element properly.
23745         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
23746         fixes.
23747         * ext/nas/nassink.c: (gst_nassink_class_init),
23748         (gst_nassink_dispose): Dispose of element correctly.
23749         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
23750         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
23751         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
23752         Fix 64-bit warning.
23753         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23754         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
23755         Fix 64-bit warning.
23756
23757 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
23758
23759         * configure.ac : change speex detection as 1.1.6 now uses
23760           .pc/pkg-config and they changed their headers location.
23761
23762 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
23763
23764         * gst/matroska/matroska-mux.h:
23765         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
23766         (gst_matroska_mux_start), (gst_matroska_mux_finish),
23767         (gst_matroska_mux_write_data):
23768           Write multiple blocks/frames per cluster.
23769                 Write meta-seek information (seek heads).
23770
23771 2004-09-09  Scott Wheeler <wheeler@kde.org>
23772
23773         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
23774         (gst_play_bin_set_property), (gst_play_bin_get_property),
23775         (gen_audio_element), (gen_audio_element):
23776           Add a volume element / property to the pipeline.
23777
23778 2004-09-07  Wim Taymans  <wim@fluendo.com>
23779
23780         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
23781         Copy timestamps from the master pad to the output buffers.
23782
23783 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
23784
23785         * ext/raw1394/gstdv1394src.c:
23786           throw errors when applicable
23787
23788 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
23789
23790         * gst/matroska/ebml-ids.h:
23791         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
23792         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
23793         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
23794           automatically convert unix time <-> ebml time when reading/writing
23795           a date, use gst_ebml_write_uint to write CUETIME,
23796           not gst_ebml_write_date.
23797         * gst/matroska/matroska-ids.h:
23798         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
23799         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
23800         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
23801         (gst_matroska_mux_write_data):
23802           Write track and segment UIDs, write muxing date, write
23803           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
23804           Create cues for audio only files.
23805
23806 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23807
23808         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
23809         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
23810           Re-commit ALSA switches.
23811         * gst/adder/gstadder.c: (gst_adder_loop):
23812           64-bit fix (#151416).
23813         * gst/debug/progressreport.c: (gst_progressreport_report):
23814           64-bit fix (#151419).
23815         * gst/matroska/matroska-demux.c:
23816         (gst_matroska_demux_parse_contents):
23817           64-bit fix (#151420).
23818         * gst/playback/test3.c: (update_scale):
23819           64-bit fix (#151421).
23820
23821 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
23822
23823         * configure.ac:
23824           bump nano to cvs
23825
23826 === release 0.8.4 ===
23827
23828 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
23829
23830         * configure.ac: releasing 0.8.4, "Alias"
23831
23832 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
23833
23834         * ext/theora/Makefile.am:
23835           fix makefile.  Fixes #151462.
23836
23837 2004-08-30  Wim Taymans  <wim@fluendo.com>
23838
23839         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
23840         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
23841         (gst_multifdsink_remove_client_link),
23842         (gst_multifdsink_client_queue_buffer),
23843         (gst_multifdsink_handle_client_write):
23844         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
23845         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
23846         Fix some memory leaks.
23847
23848 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
23849
23850         Patch by: David Schleef
23851
23852         * configure.ac:
23853         * sys/Makefile.am:
23854           rename our detection macro for V4L2.  Fixes #151236.
23855
23856 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
23857
23858         Patch by: David Schleef
23859
23860         * configure.ac:
23861           check to define LAMEPRESET.  Fixes #151232.
23862
23863 2004-08-27  David Schleef  <ds@schleef.org>
23864
23865         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
23866         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
23867         (gst_glimagesink_fixate):  Move local variable declarations to
23868         make gcc-2.95 happy.
23869
23870 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
23871
23872         * configure.ac:
23873           bump nano for prerelease
23874
23875 2004-08-27  David Schleef  <ds@schleef.org>
23876
23877         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
23878         * sys/sunaudio/gstsunaudiosrc.c:
23879         * sys/sunaudio/gstsunaudiosrc.h:
23880
23881 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
23882
23883         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
23884         handle EOS correctly
23885         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
23886         * gst/matroska/matroska-mux.h:
23887         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
23888         VFW compatibility mode
23889
23890 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
23891
23892         patch by: Zaheer Abbas Merali
23893
23894         * ext/ogg/gstoggmux.c:
23895         * ext/vorbis/vorbisenc.c:
23896         * ext/vorbis/vorbisenc.h:
23897           handle NEWMEDIA
23898
23899 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
23900
23901         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
23902         fix byte order reversion on little endian machines.
23903         * gst/matroska/matroska-mux.c: (audiosink_templ),
23904         (gst_matroska_mux_audio_pad_link):
23905         add TTA codec to the list of supported codecs.
23906         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
23907         (gst_matroska_mux_start), (gst_matroska_mux_finish),
23908         (gst_matroska_mux_write_data):
23909         * gst/matroska/matroska-mux.h:
23910         write segment duration correctly, write muxing app string, fixes bugs
23911         #140897 and #140898.
23912         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
23913         wait for all pads to be negotiated before starting to mux.
23914
23915 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23916
23917         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
23918         * ext/lame/gstlame.h:
23919         Added new media support to lame
23920
23921 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
23922
23923         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
23924         send vorbis headers at the beginning of a stream, fixes bug #141554.
23925         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
23926         bug #148950.
23927         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
23928         (gst_matroska_demux_plugin_init):
23929         * gst/matroska/matroska-ids.h:
23930         enable demuxing of TTA audio streams, fixes bug #148951.
23931         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
23932         enable typefinding for TTA audio files, fixes bug #148711.
23933         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
23934         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
23935         fixes playback of packed bitstream and xvid with bframes, bug #135407.
23936
23937 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
23938
23939         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
23940         (gst_riff_read_element_data), (gst_riff_read_seek),
23941         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
23942         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
23943         <teuf@gnome.org>
23944
23945 2004-08-23 Iain <iaingnome@gmail.com>
23946
23947         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
23948         tags. They appear to be handled differently to normal.
23949         (tag_list_to_id3_tag_foreach): Ditto.
23950
23951 2004-08-22  Wim Taymans  <wim@fluendo.com>
23952
23953         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
23954         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
23955         Make sure we never send -1 granulepos.
23956
23957 2004-08-20  Wim Taymans  <wim@fluendo.com>
23958
23959         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
23960         (gst_ogg_mux_loop):
23961         I will accept bitchslappings with non sharp objects.
23962
23963 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23964
23965         * configure.ac:
23966         Clean up the test for lame presets
23967
23968 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23969
23970         * configure.ac:
23971         * ext/lame/Makefile.am:
23972         * ext/lame/gstlame.c: (gst_lame_class_init),
23973         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
23974         Only enable lame presets if version of lame has presets in API
23975
23976 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
23977         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
23978         * gst/udp/gstudpsrc.h:
23979           Don't call gst_pad_push in a get function. Fixes #150449
23980
23981 2004-08-18  Wim Taymans  <wim@fluendo.com>
23982
23983         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
23984         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
23985         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
23986         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
23987         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
23988         (gst_fdset_wait):
23989         * gst/tcp/gstfdset.h:
23990         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
23991         (gst_multifdsink_client_queue_buffer),
23992         (gst_multifdsink_handle_client_write):
23993         * gst/tcp/gstmultifdsink.h:
23994         Some extra checks in gstfdset.
23995         Only use send() when the fd is a socket. Don't try to
23996         read from write only fds.
23997
23998 2004-08-18  Wim Taymans  <wim@fluendo.com>
23999
24000         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
24001         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
24002         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
24003         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
24004         (gst_fdset_wait):
24005         Add more locking and bounds checking.
24006
24007 2004-08-18  Wim Taymans  <wim@fluendo.com>
24008
24009         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
24010         Realloc test fdset in the lock and right before starting
24011         the poll call. Bump the limit to 4096.
24012
24013 2004-08-17  David Schleef  <ds@schleef.org>
24014
24015         * sys/sunaudio/Makefile.am:
24016         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
24017         of rates and channels.  Make debugging less obnoxious.
24018
24019         Patch from Balamurali Viswanathan implementing a mixer for
24020         Sun audio.  (bug #144091):
24021         * sys/sunaudio/gstsunelement.c:
24022         * sys/sunaudio/gstsunelement.h:
24023         * sys/sunaudio/gstsunmixer.c:
24024         * sys/sunaudio/gstsunmixer.h:
24025
24026 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24027
24028         * gst/audioscale/gstaudioscale.c:
24029         * gst/audioscale/gstaudioscale.h:
24030         made audioscale resample from any sample rate to any sample rate
24031
24032 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24033
24034         * ext/libpng/gstpngdec.c:
24035           error out on unsupported types
24036
24037 2004-08-17  Iain <iaingnome@gmail.com>
24038
24039         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
24040         mid_side and loose_mid_side properties if its a stereo stream.
24041
24042 2004-08-17  Wim Taymans  <wim@fluendo.com>
24043
24044         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
24045         (theora_get_formats), (theora_dec_src_convert),
24046         (theora_dec_sink_convert), (theora_dec_src_query),
24047         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
24048         Add a debug line.
24049
24050 2004-08-17  Wim Taymans  <wim@fluendo.com>
24051
24052         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
24053         (gst_ogg_pad_push):
24054         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24055         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
24056         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
24057         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
24058         Mark delta units in the muxer.
24059         Try to decode the packet after an out-of-sync error from
24060         libogg.
24061
24062 2004-08-17  Wim Taymans  <wim@fluendo.com>
24063
24064         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
24065         (gst_multifdsink_init), (gst_multifdsink_add),
24066         (gst_multifdsink_client_queue_buffer),
24067         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
24068         * gst/tcp/gstmultifdsink.h:
24069         Added option to send a keyframe to clients as the first buffer.
24070         Make timeout property writable.
24071
24072 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24073
24074         patch by: Wim Taymans
24075
24076         * gst/tcp/gstfdset.c:
24077         * gst/tcp/gstmultifdsink.c:
24078           fix index comparison, should include 0
24079
24080 2004-08-16  Wim Taymans  <wim@fluendo.com>
24081
24082         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
24083         (gst_fdset_add_fd), (gst_fdset_remove_fd),
24084         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
24085         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
24086         (gst_fdset_wait):
24087           copy when reallocing for poll so the select arguments don't get
24088           changed during the call
24089
24090 2004-08-16  Wim Taymans  <wim@fluendo.com>
24091
24092         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
24093         (gst_theora_enc_class_init), (theora_enc_sink_link),
24094         (theora_buffer_from_packet), (theora_enc_chain):
24095         Fix bug where buffers were not marked as keyframes
24096         correctly.
24097
24098 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24099
24100         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
24101         (gst_lame_preset_get_type), (gst_lame_class_init):
24102         describe the enum values for vbr mode and presets more verbosely
24103
24104 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24105
24106         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
24107         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
24108         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
24109         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
24110         * ext/lame/gstlame.h:
24111         add preset property to lame so it can use lame presets
24112
24113 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24114
24115         * ext/lame/gstlame.c: (gst_lame_get_property):
24116         whoops forgot break, thanks teuf
24117
24118 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24119
24120         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
24121         (gst_lame_class_init), (gst_lame_src_getcaps),
24122         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
24123         (gst_lame_get_property), (gst_lame_setup):
24124         * ext/lame/gstlame.h:
24125         fix lame's broken vbr stuff, allow it to resample if need be, and also
24126         make xing header optional
24127
24128 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24129
24130         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
24131         added getcaps function so samplerate doesnt get fixated to silly values
24132
24133 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24134
24135         * ext/lame/gstlame.c: (gst_lame_src_link):
24136         revert previous fix
24137
24138 2004-08-12  Johan Dahlin  <johan@gnome.org>
24139
24140         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
24141         checks. Doesn't matter what state we are in. Interfaces are a
24142         compile time thing, not runtime. It also broke the python bindings.
24143
24144 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24145
24146         * ext/lame/gstlame.c: (gst_lame_src_link):
24147         made source pad link function check if sinkpad is ok..fixes the problem
24148         where core fixates the output rate of lame stupidly
24149
24150 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24151
24152         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
24153         * sys/v4l/v4l_calls.c:
24154         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
24155           fix fixate function to handle nonsimple caps.
24156           remove bogus check in _link
24157           cleanups
24158
24159 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24160
24161         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
24162         set default compression ratio parameter to 0.0 so bitrate parameter
24163         works :)
24164
24165 2004-08-11  David Schleef  <ds@schleef.org>
24166
24167         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
24168
24169 2004-08-11  David Schleef  <ds@schleef.org>
24170
24171         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
24172         before.
24173
24174 2004-08-11  David Schleef  <ds@schleef.org>
24175
24176         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
24177
24178 2004-08-11  David Schleef  <ds@schleef.org>
24179
24180         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
24181           license field
24182         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
24183         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
24184           LGPL.
24185         * gst/auparse/gstauparse.c: Fix plugin license field.
24186         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
24187         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
24188         * gst/rtp/gstrtp.c: Fix plugin license field.
24189
24190 2004-08-11  Wim Taymans  <wim@fluendo.com>
24191
24192         * gst/tcp/Makefile.am:
24193         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
24194         (ensure_size), (gst_fdset_new), (gst_fdset_free),
24195         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
24196         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
24197         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
24198         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
24199         (gst_fdset_fd_can_write), (gst_fdset_wait):
24200         * gst/tcp/gstfdset.h:
24201         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
24202         (gst_multifdsink_class_init), (gst_multifdsink_init),
24203         (gst_multifdsink_add), (gst_multifdsink_remove),
24204         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
24205         (gst_multifdsink_remove_client_link),
24206         (gst_multifdsink_handle_client_read),
24207         (gst_multifdsink_client_queue_data),
24208         (gst_multifdsink_client_queue_caps),
24209         (gst_multifdsink_client_queue_buffer),
24210         (gst_multifdsink_handle_client_write),
24211         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
24212         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
24213         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
24214         (gst_multifdsink_close):
24215         * gst/tcp/gstmultifdsink.h:
24216         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24217         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
24218         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
24219         (gst_tcpserversink_close):
24220         * gst/tcp/gsttcpserversink.h:
24221         Abstracted away the select call, implemented poll (yes we ran into
24222         the 1024 limit in production).
24223
24224 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
24225
24226         * gst/tcp/gsttcp.c:
24227         * gst/tcp/gsttcpplugin.c:
24228           improve debuggging, remove assert
24229
24230 2004-08-10  Wim Taymans  <wim@fluendo.com>
24231
24232         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
24233         (gst_client_status_get_type), (gst_multifdsink_class_init),
24234         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
24235         (gst_multifdsink_handle_client_read),
24236         (gst_multifdsink_handle_client_write),
24237         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
24238         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
24239         (gst_multifdsink_get_property):
24240         * gst/tcp/gstmultifdsink.h:
24241         * gst/tcp/gsttcp-marshal.list:
24242         Starting to prepare for specifying buffer time in other units
24243         than buffers. Expose remove reason in signal.
24244
24245 2004-08-10  Wim Taymans  <wim@fluendo.com>
24246
24247         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
24248         (gst_multifdsink_remove), (gst_multifdsink_clear),
24249         (gst_multifdsink_remove_client_link),
24250         (gst_multifdsink_handle_client_read),
24251         (gst_multifdsink_client_queue_data),
24252         (gst_multifdsink_client_queue_buffer),
24253         (gst_multifdsink_handle_client_write),
24254         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
24255         (gst_multifdsink_chain), (gst_multifdsink_close):
24256         * gst/tcp/gstmultifdsink.h:
24257         Added more debugging info. Changed the way clients are
24258         removed from the lists. Fixed a bug where a bad file descriptor
24259         could cause many clients to be removed.
24260
24261 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24262
24263         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
24264           allow all pixel-aspect-ratios, not just 1:1
24265
24266 2004-08-09  David Schleef  <ds@schleef.org>
24267
24268         * sys/glsink/ARB_multitexture.h:  Remove old files.
24269         * sys/glsink/EXT_paletted_texture.h:
24270         * sys/glsink/NV_register_combiners.h:
24271         * sys/glsink/gstgl_nvimage.c:
24272         * sys/glsink/gstgl_pdrimage.c:
24273         * sys/glsink/gstgl_rgbimage.c:
24274         * sys/glsink/gstglsink.c:
24275         * sys/glsink/gstglsink.h:
24276         * sys/glsink/gstglxwindow.c:
24277         * sys/glsink/regcomb_yuvrgb.c:
24278
24279 2004-08-09  David Schleef  <ds@schleef.org>
24280
24281         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
24282         GL sink plugin.  (Bug #147302)
24283
24284         * configure.ac: Test for OpenGL
24285         * sys/Makefile.am: Use test for OpenGL
24286         * sys/glsink/Makefile.am:
24287         * sys/glsink/glimagesink.c: rewrite
24288         * sys/glsink/glimagesink.h: rewrite
24289
24290 2004-08-09  David Schleef  <ds@schleef.org>
24291
24292         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
24293         sane framerates.
24294         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
24295         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
24296         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
24297
24298 2004-08-09  Wim Taymans  <wim@fluendo.com>
24299
24300         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
24301         (gst_multifdsink_add), (gst_multifdsink_get_stats),
24302         (gst_multifdsink_client_remove),
24303         (gst_multifdsink_handle_client_read),
24304         (gst_multifdsink_handle_client_write),
24305         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
24306         Do a bit more logging, make the client_read code more robust.
24307
24308 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24309
24310         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
24311         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
24312         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
24313         (gst_jpegdec_init), (gst_jpegdec_chain):
24314         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
24315         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
24316           cleanups, debugging fixes and memleak plugging
24317
24318 2004-08-09  Wim Taymans  <wim@fluendo.com>
24319
24320         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
24321         (theora_get_formats), (theora_dec_src_convert),
24322         (theora_dec_sink_convert), (theora_dec_src_query),
24323         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
24324         (theora_dec_change_state):
24325         Don't crash on missing header packets.
24326
24327 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24328
24329         * po/LINGUAS:
24330         * po/sq.po:
24331           Added Albanian translation (Laurent Dhima)
24332         * po/cs.po:
24333           updated
24334
24335 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24336
24337         * ext/lame/gstlame.c:
24338           fix/add debugging
24339
24340 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24341
24342         * sys/ximage/ximagesink.c:
24343         * sys/xvimage/xvimagesink.c:
24344           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
24345
24346 2004-08-06  Wim Taymans  <wim@fluendo.com>
24347
24348         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
24349         (gst_multifdsink_add), (gst_multifdsink_get_stats),
24350         (gst_multifdsink_client_remove),
24351         (gst_multifdsink_handle_client_read),
24352         (gst_multifdsink_handle_client_write),
24353         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
24354         Make sure we don't try to read more from a client that what
24355         ioctl says us or we deadlock.
24356
24357 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
24358
24359         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
24360         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
24361         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
24362           decouple running_time and n_frames so it can handle changing
24363           framerate while running
24364
24365 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
24366
24367         * po/nl.po:
24368         * po/sv.po:
24369           updated translations
24370
24371 2004-08-04  Benjamin Otte  <otte@gnome.org>
24372
24373         * gst/videotestsrc/gstvideotestsrc.c:
24374         (gst_videotestsrc_get_capslist), (generate_capslist),
24375         (plugin_init):
24376           generate the list of supported caps at startup and reuse it instead
24377           of always generating it
24378
24379 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24380
24381         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
24382           whoops, last checkin broke normal build
24383
24384 2004-08-03  Benjamin Otte  <otte@gnome.org>
24385
24386         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
24387         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
24388         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
24389         (gst_alsa_mixer_get_option):
24390         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
24391         (dvdnavsrc_print_event):
24392         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
24393         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
24394         (gst_ogg_mux_pad_unlink):
24395         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
24396         (gst_multipart_mux_pad_unlink):
24397         * gst/videofilter/gstvideobalance.c:
24398         (gst_videobalance_colorbalance_set_value):
24399         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
24400         (gst_videomixer_pad_unlink):
24401         * po/uk.po:
24402         * sys/oss/gstossmixer.c:
24403         * sys/v4l/gstv4lcolorbalance.c:
24404         * sys/v4l/gstv4ltuner.c:
24405         * sys/v4l/v4lsrc_calls.c:
24406         * sys/v4l2/gstv4l2colorbalance.c:
24407         * sys/v4l2/gstv4l2tuner.c:
24408           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
24409
24410 2004-08-03  Benjamin Otte  <otte@gnome.org>
24411
24412         * examples/dynparams/filter.c: (ui_control_create):
24413         * examples/gstplay/player.c: (print_tag):
24414         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
24415         * ext/gdk_pixbuf/gstgdkanimation.c:
24416         (gst_gdk_animation_iter_may_advance):
24417         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
24418         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
24419         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
24420         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
24421         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
24422         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
24423         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
24424         * gst/sine/demo-dparams.c: (main):
24425         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
24426         * testsuite/alsa/formats.c: (create_pipeline):
24427         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
24428           fixes for G_DISABLE_ASSERT and friends
24429         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
24430         (mp3_type_frame_length_from_header), (mp3_type_find),
24431         (plugin_init):
24432           require mp3 typefinding to have at least MIN_HEADERS valid headers
24433           add typefinding for AAC adts files
24434
24435 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
24436
24437         * sys/ximage/ximagesink.c:
24438         (gst_ximagesink_calculate_pixel_aspect_ratio):
24439         * sys/xvimage/xvimagesink.c:
24440         (gst_xvimagesink_calculate_pixel_aspect_ratio):
24441         Make sure we calculate pixel-aspect-ratio using floating point maths
24442
24443 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
24444
24445         * po/uk.po:
24446           updated translation
24447
24448 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
24449
24450         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
24451         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
24452           add debugging for display PAR calculation
24453
24454 2004-08-02  David Schleef  <ds@schleef.org>
24455
24456         * configure.ac: Fix mikmod CFLAGS.
24457
24458 2004-07-27  Benjamin Otte  <otte@gnome.org>
24459
24460         * gst/audioscale/gstaudioscale.c:
24461         - fix templates to only support S16, it's the only format that works
24462         - make caps nego code use try_set_caps_nonfixed and fixation instead
24463         of try_set_caps twice, which is not nice for autopluggers
24464         - change rank to secondary, so autopluggers can pick it up after
24465         audioconvert
24466
24467 2004-08-02  Iain <iain@prettypeople.org>
24468
24469         * gst/interleave/interleave.c (interleave_init),
24470         (interleave_request_new_pad),
24471         (interleave_pad_removed),
24472         (interleave_buffered_loop): Use the real pad count, not the artificial
24473         one.
24474
24475 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24476
24477         * configure.ac: bump nano back to development
24478
24479 === release 0.8.3 ===
24480
24481 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24482
24483         * configure.ac: releasing 0.8.3, "Water"
24484
24485 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24486
24487         * sys/xvimage/xvimagesink.c:
24488         (gst_xvimagesink_calculate_pixel_aspect_ratio),
24489         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
24490         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
24491         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
24492         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
24493         * sys/xvimage/xvimagesink.h:
24494           apply similar PAR fixes as to ximagesink
24495
24496 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24497
24498         patch from: Benjamin Otte
24499
24500         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
24501           add link function to lame.  Fixes #148986.
24502
24503 2004-08-02  Johan Dahlin  <johan@gnome.org>
24504
24505         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
24506         fix debugging log
24507
24508 2004-07-30  David Schleef  <ds@schleef.org>
24509
24510         * gst/videomixer/Makefile.am: Fix things that should have been
24511         fixed in the last checkin.
24512
24513 2004-07-30  David Schleef  <ds@schleef.org>
24514
24515         * gst/multipart/Makefile.am: Fix things that should have been
24516         fixed in the last checkin.
24517
24518 2004-07-30  David Schleef  <ds@schleef.org>
24519
24520         * testsuite/multifilesink/Makefile.am: Fix unused variable.
24521
24522 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
24523
24524         * configure.ac:
24525           bump nano for prerelease
24526         * po/af.po:
24527         * po/az.po:
24528         * po/cs.po:
24529         * po/en_GB.po:
24530         * po/hu.po:
24531         * po/nl.po:
24532         * po/sr.po:
24533         * po/sv.po:
24534         * po/uk.po:
24535           updates
24536
24537 2004-07-30  Wim Taymans  <wim@fluendo.com>
24538
24539         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
24540         (gst_multifdsink_add), (gst_multifdsink_remove),
24541         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
24542         (gst_multifdsink_client_remove),
24543         (gst_multifdsink_handle_client_write),
24544         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
24545         * gst/tcp/gstmultifdsink.h:
24546         Recover from a select with a bad file descriptor by removing
24547         the client.
24548
24549 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
24550
24551         * configure.ac:
24552           fix requirement of core
24553         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
24554         (gst_play_pipeline_setup):
24555           don't use colorspace element.  do use hermescolorspace element.
24556           make macro to get a colorspace element.
24557           mark strings for translation.
24558         * po/POTFILES.in:
24559           add play.c
24560         * po/af.po:
24561         * po/az.po:
24562         * po/cs.po:
24563         * po/en_GB.po:
24564         * po/hu.po:
24565         * po/nl.po:
24566         * po/sr.po:
24567         * po/sv.po:
24568         * po/uk.po:
24569           update translations
24570
24571 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24572
24573         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
24574         fix default for newmedia flag
24575
24576 2004-07-30  Wim Taymans  <wim@fluendo.com>
24577
24578         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
24579         (gst_theora_dec_init), (theora_get_formats),
24580         (theora_dec_src_convert), (theora_dec_sink_convert),
24581         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
24582         (theora_dec_chain), (theora_dec_set_property),
24583         (theora_dec_get_property):
24584         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
24585         (gst_theora_enc_class_init), (gst_theora_enc_init),
24586         (theora_enc_sink_link), (theora_enc_chain),
24587         (theora_enc_set_property), (theora_enc_get_property):
24588         Added cropping option to theora decoder.
24589         Added border option to theora encoder.
24590
24591 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24592
24593         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
24594         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
24595         (gst_pngenc_set_property):
24596         * ext/libpng/gstpngenc.h:
24597         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
24598
24599 2004-07-30  Wim Taymans  <wim@fluendo.com>
24600
24601         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24602         (theora_enc_sink_link), (theora_enc_chain),
24603         (theora_enc_set_property), (theora_enc_get_property):
24604         Fix encoding of non-multiple-of-16 video.
24605
24606 2004-07-29  David Schleef  <ds@schleef.org>
24607
24608         * configure.ac: make test for audiofile more strict
24609
24610 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24611
24612         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
24613           give different names to typefind functions
24614
24615 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
24616
24617         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
24618         (gst_ximagesink_calculate_pixel_aspect_ratio),
24619         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
24620         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
24621         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
24622         (gst_ximagesink_get_property), (gst_ximagesink_init):
24623         * sys/ximage/ximagesink.h:
24624           allocate PAR's dynamically.
24625           use autodetected PAR if no object-set PAR is given.
24626           add workaround for directfb's X not setting physical size.
24627           fix to xvimagesink will follow tomorrow.
24628
24629 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24630
24631         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
24632         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
24633         (gst_shout2send_get_type), (gst_shout2send_set_clock),
24634         (gst_shout2send_class_init), (gst_shout2send_init),
24635         (set_shout_metadata), (gst_shout2send_set_metadata),
24636         (gst_shout2send_chain), (gst_shout2send_set_property),
24637         (gst_shout2send_get_property), (gst_shout2send_connect),
24638         (gst_shout2send_change_state):
24639         * ext/shout2/gstshout2.h:
24640         - fix for sending mp3 audio to icecast2 server, if pad link function not
24641         called before PAUSED state
24642         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
24643         - added tagging support for mp3 audio broadcasted
24644         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
24645         debug info
24646
24647 2004-07-28  Wim Taymans  <wim@fluendo.com>
24648
24649         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
24650         (gst_ogg_demux_push):
24651         Return query failure when we don't know the length of
24652         an ogg stream insteda of returning TRUE with a bogus value.
24653
24654 2004-07-28  Wim Taymans  <wim@fluendo.com>
24655
24656         * ext/theora/theoradec.c: (theora_get_formats),
24657         (theora_dec_src_convert), (theora_dec_sink_convert),
24658         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
24659         (theora_dec_chain):
24660         Don't screw up the 1 Chroma for 1 luma sample situation when we
24661         have an odd offset/width by adding a black border in those cases.
24662
24663 2004-07-28  Wim Taymans  <wim@fluendo.com>
24664
24665         * ext/theora/theoradec.c: (theora_get_formats),
24666         (theora_dec_src_convert), (theora_dec_sink_convert),
24667         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
24668         (theora_dec_chain):
24669         * ext/theora/theoraenc.c: (theora_enc_sink_link):
24670         Added first attempt at cropping of the image as required by the
24671         theora spec. We need more properties in the caps (offset_x,
24672         offset_y,stride) to implement this correctly.
24673
24674 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
24675
24676         * ext/dvdnav/README:
24677           Update the README to use dvddemux
24678         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
24679           Ensure getcaps returns a subset of the template caps
24680         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
24681         (gst_mpeg2subt_init):
24682           Ensure getcaps returns a subset of the template caps
24683         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
24684         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
24685         (gst_dvd_demux_get_subpicture_stream),
24686         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
24687         * gst/mpegstream/gstdvddemux.h:
24688           Set the explicit caps on the current_video pad before pushing
24689           anything
24690         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
24691         (gst_mpeg_demux_get_audio_stream):
24692           Free caps used to gst_pad_set_explicit_caps, which takes a const
24693           GstCaps *
24694
24695 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
24696
24697         * configure.ac: update GStreamer requirement to 0.8.4 because of
24698           GstFraction.
24699
24700 2004-07-28  Wim Taymans  <wim@fluendo.com>
24701
24702         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
24703         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
24704         Add the pad to the element after setting up the caps. This
24705         makes it a lot easier to autoplug.
24706
24707 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
24708
24709         * gst/median/gstmedian.c:
24710         * gst/mpeg2subt/gstmpeg2subt.c:
24711         * gst/mpegaudioparse/gstmpegaudioparse.c:
24712         * gst/mpegstream/gstdvddemux.c:
24713         * gst/mpegstream/gstmpegdemux.c:
24714         * gst/mpegstream/gstmpegpacketize.c:
24715         * gst/rtjpeg/gstrtjpeg.c:
24716         * gst/rtjpeg/gstrtjpegdec.c:
24717         * gst/rtjpeg/gstrtjpegenc.c:
24718         * gst/sine/gstsinesrc.c:
24719         * gst/smooth/gstsmooth.c:
24720         * gst/smpte/gstsmpte.c:
24721         * gst/smpte/gstsmpte.h:
24722         * gst/stereo/gststereo.c:
24723         * gst/videofilter/gstgamma.c:
24724         * gst/videofilter/gstvideobalance.c:
24725         * gst/videofilter/gstvideofilter.c:
24726         * gst/videofilter/gstvideoflip.c:
24727         * gst/videoscale/gstvideoscale.c:
24728         * gst/videoscale/videoscale.c:
24729         * gst/videotestsrc/gstvideotestsrc.c:
24730         * gst/videotestsrc/videotestsrc.c:
24731         * gst/wavenc/gstwavenc.c:
24732         * gst/wavparse/gstwavparse.c:
24733           fix local includes and 64 bits constants
24734
24735 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
24736
24737         * win32/gst.sln:
24738         * gst-libs/gst/*/*.vcproj:
24739         * gst/*/*.vcproj:
24740           more working plugins
24741
24742 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24743
24744         * testsuite/alsa/Makefile.am:
24745         * testsuite/alsa/srcstate.c:
24746         add test for alsasrc changing state
24747
24748 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24749
24750         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
24751         (gst_silence_get):
24752         * gst/silence/gstsilence.h:
24753         fix silence generation for 16bit raw audio
24754
24755 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
24756
24757         * gst/matroska/matroska-demux.c:
24758         (gst_matroska_demux_parse_metadata),
24759         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
24760         * gst/mpegaudio/common.c:
24761         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
24762         (gst_videoscale_getcaps), (gst_videoscale_link),
24763         (gst_videoscale_src_fixate), (gst_videoscale_init),
24764         (gst_videoscale_finalize):
24765         * gst/videoscale/gstvideoscale.h:
24766         * gst/videotestsrc/gstvideotestsrc.c:
24767         (gst_videotestsrc_get_capslist):
24768         * gst/wavenc/gstwavenc.c:
24769         * sys/oss/gstossmixer.c: (fill_labels):
24770         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
24771         (gst_ximagesink_handle_xevents),
24772         (gst_ximagesink_calculate_pixel_aspect_ratio),
24773         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
24774         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
24775         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
24776         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
24777         (gst_ximagesink_init), (gst_ximagesink_class_init):
24778         * sys/ximage/ximagesink.h:
24779         * sys/xvimage/xvimagesink.c:
24780         (gst_xvimagesink_calculate_pixel_aspect_ratio),
24781         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
24782         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
24783         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
24784         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
24785         * sys/xvimage/xvimagesink.h:
24786           first batch of pixel aspect ratio commits.
24787
24788 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
24789
24790         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24791         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
24792         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
24793           handle stride, needs work if we want to move stride handling
24794           upstream, but works correctly for our purposes.
24795
24796 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
24797
24798         * gst/videoscale/README:
24799           add testing examples
24800         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
24801         (gst_videoscale_chain):
24802         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
24803         (gst_videoscale_get_size):
24804           add get_size function that handles stride like videotestsrc.
24805           fixes conversion for YUV formats for as much as I can test them.
24806
24807 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
24808
24809         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
24810         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
24811         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
24812         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
24813         (gst_xvimagesink_xvimage_put):
24814           further cleanups, logging, error handling and synchronizing
24815
24816 2004-07-27  Wim Taymans  <wim@fluendo.com>
24817
24818         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
24819         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
24820         (gst_videomixer_pad_set_property),
24821         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
24822         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
24823         (gst_videomixer_class_init), (gst_videomixer_init),
24824         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
24825         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
24826         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
24827         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
24828         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
24829         (gst_videomixer_loop), (plugin_init):
24830         Be a nicer negotiation citizen and provide a getcaps function on
24831         the srcpad. This also fixes a crash when resizing.
24832
24833 2004-07-27  Julien MOUTTE  <julien@moutte.net>
24834
24835         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
24836         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
24837
24838 2004-07-27  Wim Taymans  <wim@fluendo.com>
24839
24840         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
24841         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
24842         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
24843         (gst_pngenc_set_property):
24844         * ext/libpng/gstpngenc.h:
24845         Added snapshot property to pngenc.
24846         removed g_print from pngdec
24847
24848 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
24849
24850         * gst/ac3parse/ac3parse.vcproj
24851         * gst/adder/adder.vcproj
24852         * gst/alpha/alpha.vcproj
24853         * gst/alpha/alphacolor.vcproj
24854         * gst/asfdemux/asf.vcproj
24855         * gst/audioconvert/audioconvert.vcproj
24856         * gst/audiorate/audiorate.vcproj
24857         * gst/audioscale/audioscale.vcproj
24858         * gst/auparse/auparse.vcproj
24859         * gst/avi/avi.vcproj
24860         * gst/cdxaparse/cdxaparse.vcproj
24861         * gst/chart/chart.vcproj
24862         * gst/colorspace/colorspace.vcproj
24863         * gst/cutter/cutter.vcproj
24864         * gst/debug/debug.vcproj
24865         * gst/debug/efence.vcproj
24866         * gst/debug/navigationtest.vcproj
24867         * gst/deinterlace/deinterlace.vcproj
24868         * gst/effectv/effectv.vcproj
24869         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
24870         * gst/filter/filter.vcproj
24871         * gst/flx/flxdec.vcproj
24872         * gst/goom/goom.vcproj
24873         * gst/interleave/interleave.vcproj
24874         * gst/law/alaw.vcproj
24875         * gst/law/mulaw.vcproj
24876         * gst/matroska/matroska.vcproj
24877         * gst/median/median.vcproj
24878         * gst/mixmatrix/mixmatrix.vcproj
24879         * gst/mpeg1sys/mpeg1systemencode.vcproj
24880         * gst/mpeg1videoparse/mp1videoparse.vcproj
24881         * gst/mpeg2sub/mpeg2subt.vcproj
24882         * gst/mpegaudio/mpegaudio.vcproj
24883         * gst/mpegaudioparse/mpegaudioparse.vcproj
24884         * gst/mpegstream/mpegstream.vcproj
24885         * gst/multifilesink/multifilesink.vcproj
24886         * gst/multipart/multipart.vcproj
24887         * gst/oneton/oneton.vcproj
24888         * gst/overlay/overlay.vcproj
24889         * gst/passthrough/passthrough.vcproj
24890         * gst/qtdemux/qtdemux.vcproj
24891         * gst/realmedia/rmdemux.vcproj
24892         * gst/rtjpeg/rtjpeg.vcproj
24893         * gst/rtp/rtp.vcproj
24894         * gst/silence/silence.vcproj
24895         * gst/sine/sinesrc.vcproj
24896         * gst/smooth/smooth.vcproj
24897         * gst/smpte/smpte.vcproj
24898         * gst/spectrum/spectrum.vcproj
24899         * gst/speed/speed.vcproj
24900         * gst/stereo/stereo.vcproj
24901         * gst/switch/switch.vcproj
24902         * gst/tags/tagedit.vcproj
24903         * gst/tcp/tcp.vcproj
24904         * gst/typefind/typefindfunctions.vcproj
24905         * gst/udp/udp.vcproj
24906         * gst/videobox/videobox.vcproj
24907         * gst/videocrop/videocrop.vcproj
24908         * gst/videodrop/videodrop.vcproj
24909         * gst/videofilter/gamma.vcproj
24910         * gst/videofilter/videobalance.vcproj
24911         * gst/videofilter/videofilter.vcproj
24912         * gst/videofilter/videoflip.vcproj
24913         * gst/videoflip/videoflip.vcproj
24914         * gst/videomixer/videomixer.vcproj
24915         * gst/videorate/videorate.vcproj
24916         * gst/videoscale/videoscale.vcproj
24917         * gst/videotestsrc/videotestsrc.vcproj
24918         * gst/virtualdub/virtualdub.vcproj
24919         * gst/volenv/volenv.vcproj
24920         * gst/volume/volume.vcproj
24921         * gst/wavenc/wavenc.vcproj
24922         * gst/wavparse/wavparse.vcproj
24923         * gst/y4m/y4menc.vcproj
24924         * gst-libs/gst/audio/audio.vcproj
24925         * gst-libs/gst/audio/audiofilter.vcproj
24926         * gst-libs/gst/colorbalance/colorbalance.vcproj
24927         * gst-libs/gst/idct/idtc.vcproj
24928         * gst-libs/gst/media-info/media-info.vcproj
24929         * gst-libs/gst/mixer/mixer.vcproj
24930         * gst-libs/gst/navigation/navigation.vcproj
24931         * gst-libs/gst/play/play.vcproj
24932         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
24933         * gst-libs/gst/resample/resample.vcproj
24934         * gst-libs/gst/riff/riff.vcproj
24935         * gst-libs/gst/tuner/tuner.vcproj
24936         * gst-libs/gst/video/video.vcproj
24937         * gst-libs/gst/xoverlay/xoverlay.vcproj
24938           avoid problems with math.h, fix release dependancy
24939           rename GStreamer-0.8.lib to libgstreamer.lib
24940
24941 2004-07-27  Julien MOUTTE  <julien@moutte.net>
24942
24943         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
24944         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
24945         the atom is not available we have to unlock the mutex. Fixes #148023
24946
24947 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
24948
24949         * gst-libs/gst/media-info/media-info.h:
24950           issue for a vararg macro with MSVC
24951
24952 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
24953
24954         * gst/effectv/effectv.vcproj
24955         * gst-libs/gst/idct/idct.vcproj:
24956         * gst-libs/gst/media-info/media-info.vcproj:
24957         * gst-libs/gst/navigation/navigation.vcproj:
24958         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
24959         * gst-libs/gst/video/video.vcproj:
24960         * gst-libs/gst/xoverlay/xoverlay.vcproj:
24961           fixes for build problems
24962
24963 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
24964
24965         * gst-libs/gst/audio/audio.def:
24966         * gst-libs/gst/audio/riff.def:
24967           add some definitions needed by plugins
24968
24969 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
24970
24971         * gst/asfdemux/gstasfmux.c
24972           Fix some 64 bits constants to be glib friendly
24973
24974 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
24975
24976         * gst/ac3parse/gstac3parse.c
24977         * gst/audioscale/gstaudioscale.c
24978         * gst/auparse/gstauparse.c
24979         * gst/colorspace/gstcolorspace.c
24980         * gst/colorspace/yuv2rgb.h
24981           local include fixes
24982
24983 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
24984
24985         * win32/gst.sln
24986           add more plugins to the build
24987
24988 2004-07-26  Julien MOUTTE  <julien@moutte.net>
24989
24990         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
24991         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
24992
24993 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
24994
24995         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
24996         (gst_level_set_property), (gst_level_get_property),
24997         (gst_level_base_init), (gst_level_class_init):
24998           add debugging categories.  cleanups.
24999
25000 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
25001
25002         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
25003         (gst_videoscale_planar411), (gst_videoscale_planar400),
25004         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
25005         (gst_videoscale_scale_nearest_str1),
25006         (gst_videoscale_scale_nearest_str2),
25007         (gst_videoscale_scale_nearest_str4),
25008         (gst_videoscale_scale_nearest_16bit),
25009         (gst_videoscale_scale_nearest_24bit):
25010           fixed stride issues
25011           tested with 320x240 -> 321, 322, 324 x240
25012           tested with YV12, I420, YUY2, UYVY
25013           fixed packed422rev (don't think it could have worked before)
25014           by testing with UYVY
25015
25016 2004-07-26  Benjamin Otte  <otte@gnome.org>
25017
25018         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
25019         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
25020         (plugin_init):
25021           add debugging category, add error checks like checking return values
25022           of setup calls, make sure it still works after
25023           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
25024
25025 2004-07-26  Wim Taymans  <wim@fluendo.com>
25026
25027         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
25028         (gst_mpeg_demux_get_audio_stream),
25029         (gst_mpeg_demux_process_private):
25030         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
25031         Check for error codes from the negotiation functions. Make sure
25032         we really set the pad caps when a new pad is created.
25033
25034 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
25035
25036         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
25037         (gst_ffmpeg_caps_to_pix_fmt):
25038         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
25039         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25040         (gst_ffmpegcolorspace_pad_link):
25041           don't make function do two things at the same time without reason.
25042
25043 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25044
25045         * gst/ac3parse/ac3parse.vcproj
25046         * gst/adder/adder.vcproj
25047         * gst/alpha/alpha.vcproj
25048         * gst/alpha/alphacolor.vcproj
25049         * gst/asfdemux/asf.vcproj
25050         * gst/audioconvert/audioconvert.vcproj
25051         * gst/audiorate/audiorate.vcproj
25052         * gst/audioscale/audioscale.vcproj
25053         * gst/auparse/auparse.vcproj
25054         * gst/avi/avi.vcproj
25055         * gst/cdxaparse/cdxaparse.vcproj
25056         * gst/chart/chart.vcproj
25057         * gst/colorspace/colorspace.vcproj
25058         * gst/cutter/cutter.vcproj
25059         * gst/debug/debug.vcproj
25060         * gst/debug/efence.vcproj
25061         * gst/debug/navigationtest.vcproj
25062         * gst/deinterlace/deinterlace.vcproj
25063         * gst/effectv/effectv.vcproj
25064         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
25065         * gst/filter/filter.vcproj
25066         * gst/flx/flxdec.vcproj
25067         * gst/goom/goom.vcproj
25068         * gst/interleave/interleave.vcproj
25069         * gst/law/alaw.vcproj
25070         * gst/law/mulaw.vcproj
25071         * gst/matroska/matroska.vcproj
25072         * gst/median/median.vcproj
25073         * gst/mixmatrix/mixmatrix.vcproj
25074         * gst/mpeg1sys/mpeg1systemencode.vcproj
25075         * gst/mpeg1videoparse/mp1videoparse.vcproj
25076         * gst/mpeg2sub/mpeg2subt.vcproj
25077         * gst/mpegaudio/mpegaudio.vcproj
25078         * gst/mpegaudioparse/mpegaudioparse.vcproj
25079         * gst/mpegstream/mpegstream.vcproj
25080         * gst/multifilesink/multifilesink.vcproj
25081         * gst/multipart/multipart.vcproj
25082         * gst/oneton/oneton.vcproj
25083         * gst/overlay/overlay.vcproj
25084         * gst/passthrough/passthrough.vcproj
25085         * gst/qtdemux/qtdemux.vcproj
25086         * gst/realmedia/rmdemux.vcproj
25087         * gst/rtjpeg/rtjpeg.vcproj
25088         * gst/rtp/rtp.vcproj
25089         * gst/silence/silence.vcproj
25090         * gst/sine/sinesrc.vcproj
25091         * gst/smooth/smooth.vcproj
25092         * gst/smpte/smpte.vcproj
25093         * gst/spectrum/spectrum.vcproj
25094         * gst/speed/speed.vcproj
25095         * gst/stereo/stereo.vcproj
25096         * gst/switch/switch.vcproj
25097         * gst/tags/tagedit.vcproj
25098         * gst/tcp/tcp.vcproj
25099         * gst/typefind/typefindfunctions.vcproj
25100         * gst/udp/udp.vcproj
25101         * gst/videobox/videobox.vcproj
25102         * gst/videocrop/videocrop.vcproj
25103         * gst/videodrop/videodrop.vcproj
25104         * gst/videofilter/gamma.vcproj
25105         * gst/videofilter/videobalance.vcproj
25106         * gst/videofilter/videofilter.vcproj
25107         * gst/videofilter/videoflip.vcproj
25108         * gst/videoflip/videoflip.vcproj
25109         * gst/videomixer/videomixer.vcproj
25110         * gst/videorate/videorate.vcproj
25111         * gst/videoscale/videoscale.vcproj
25112         * gst/videotestsrc/videotestsrc.vcproj
25113         * gst/virtualdub/virtualdub.vcproj
25114         * gst/volenv/volenv.vcproj
25115         * gst/volume/volume.vcproj
25116         * gst/wavenc/wavenc.vcproj
25117         * gst/wavparse/wavparse.vcproj
25118         * gst/y4m/y4menc.vcproj
25119           more plugins supported under windows
25120
25121 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
25122
25123         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
25124         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
25125         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
25126         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
25127         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
25128           Add debugging statements.  Use the sizes as returned by the
25129           *CreateImage calls.
25130
25131 2004-07-26  Johan Dahlin  <johan@gnome.org>
25132
25133         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
25134         the pad is negotiated.
25135
25136         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
25137
25138 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25139
25140         * gst-libs/gst/colorbalance/colorbalance.vcproj:
25141         * gst-libs/gst/idct/idct.vcproj:
25142         * gst-libs/gst/media-info/media-info.vcproj:
25143         * gst-libs/gst/mixer/mixer.vcproj:
25144         * gst-libs/gst/navigation/navigation.vcproj:
25145         * gst-libs/gst/play/play.vcproj:
25146         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
25147         * gst-libs/gst/resample/resample.vcproj:
25148         * gst-libs/gst/tuner/tuner.vcproj:
25149         * gst-libs/gst/video/video.vcproj:
25150         * gst-libs/gst/xoverlay/xoverlay.vcproj:
25151           more plugins supported under windows
25152
25153 2004-07-25 Iain <iain@prettypeople.org>
25154
25155         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
25156         pad now rather than when the pad is created because state changes wipe
25157         explicit caps (fixes #148043).
25158
25159 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
25160
25161         reviewed by Benjamin Otte  <otte@gnome.org>
25162
25163         * ext/mad/gstmad.c:
25164           fix mad plugin crashing on Sun (fixes #148289)
25165
25166 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
25167
25168         * gst/avi/avi.def:
25169         * gst/avi/avi.vcproj:
25170         * gst/matroska/matroska.def:
25171         * gst/matroska/matroska.vcproj:
25172           remove unused .def files
25173
25174 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
25175
25176         * gst-libs/gst/audio/gstaudiofilter.c:
25177           Clean the local include
25178
25179 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
25180
25181         * win32/gst.sln:
25182         * gst-libs/gst/audio/audio.def:
25183         * gst-libs/gst/audio/audio.vcproj:
25184         * gst-libs/gst/audio/audiofilter.vcproj:
25185         * gst-libs/gst/audio/riff.def:
25186         * gst-libs/gst/audio/riff.vcproj:
25187         * gst-libs/gst/gst-libs.def:
25188         * gst-libs/gst/gst-libs.vcproj:
25189         * gst/avi/avi.vcproj:
25190         * gst/avi/avi.vcproj:
25191           Copy the files where needed after building, cleaner projects
25192
25193 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
25194
25195         * gst/matroska/ebml-write.c:
25196           Fix some 64 bits constants to be glib friendly
25197
25198 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
25199
25200         * win32/gst.sln:
25201         * gst-libs/gst/gst-libs.def:
25202         * gst-libs/gst/gst-libs.vcproj:
25203         * gst/matroska/matroska.def:
25204         * gst/matroska/matroska.vcproj:
25205           Add the preliminary canvas to build plugins on Win32
25206
25207 2004-07-23  Benjamin Otte  <otte@gnome.org>
25208
25209         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
25210           don't enfore negotiation from source side, it breaks
25211           sinesrc ! audioconvert ! osssink
25212
25213 2004-07-22  David Schleef  <ds@schleef.org>
25214
25215         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
25216         for ELF files, since they can easily be recognized as audio/mpeg.
25217         (bug #147441)
25218
25219 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
25220
25221         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
25222         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
25223         (gst_videoscale_scale_nearest_24bit),
25224         (gst_videoscale_scale_nearest_16bit):
25225           fix 16bit and 24bit for stride (24bit might need testing)
25226           don't pretend we do more than one algorithm
25227
25228 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25229
25230         * configure.ac:
25231         * gst/Makefile.am:
25232         * gst/multifilesink/Makefile.am:
25233         * gst/multifilesink/gstmultifilesink.c:
25234         (gst_multifilesink_get_formats),
25235         (gst_multifilesink_get_query_types), (_do_init),
25236         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
25237         (gst_multifilesink_init), (gst_multifilesink_dispose),
25238         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
25239         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
25240         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
25241         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
25242         (gst_multifilesink_chain), (gst_multifilesink_change_state),
25243         (gst_multifilesink_uri_get_type),
25244         (gst_multifilesink_uri_get_protocols),
25245         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
25246         (gst_multifilesink_uri_handler_init), (plugin_init):
25247         * gst/multifilesink/gstmultifilesink.h:
25248         * testsuite/Makefile.am:
25249         * testsuite/multifilesink/Makefile.am:
25250         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
25251         (gst_newmedia_class_init), (gst_newmedia_init),
25252         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
25253         (newfile_signal), (test_signal), (main):
25254         multifilesink plugin for creating new files every time a new media
25255         discontinuity event occurs
25256
25257 2004-07-22  Wim Taymans  <wim@fluendo.com>
25258
25259         * gst/alpha/Makefile.am:
25260         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
25261         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
25262         (gst_alpha_color_init), (gst_alpha_color_set_property),
25263         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
25264         (transform), (gst_alpha_color_chain),
25265         (gst_alpha_color_change_state), (plugin_init):
25266         Stupid plugin to to RGBA to AYUV conversion because none of
25267         the colorspace plugins can handle that yet.
25268
25269 2004-07-22  Wim Taymans  <wim@fluendo.com>
25270
25271         * examples/seeking/seek.c: (update_scale), (main):
25272         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
25273         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
25274         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
25275         (gst_decode_bin_init), (gst_decode_bin_dispose),
25276         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
25277         (no_more_pads), (close_link), (type_found),
25278         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
25279         (plugin_init):
25280         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
25281         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
25282         (gst_play_base_bin_dispose), (queue_overrun),
25283         (gen_preroll_element), (remove_prerolls), (unknown_type),
25284         (no_more_pads), (new_stream), (setup_source),
25285         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
25286         (play_base_eos), (gst_play_base_bin_change_state),
25287         (gst_play_base_bin_add_element),
25288         (gst_play_base_bin_remove_element),
25289         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
25290         (gst_play_base_bin_unlink_stream),
25291         (gst_play_base_bin_get_streaminfo):
25292         * gst/playback/gstplaybin.c: (gen_video_element),
25293         (gen_audio_element):
25294         * gst/playback/gststreaminfo.h:
25295         More playback updates, attempt to fix things after the state change
25296         breakage.
25297
25298 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
25299
25300         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
25301         (gst_videoscale_scale_nearest_16bit):
25302           comment algorithm
25303
25304 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
25305
25306         * gst/videotestsrc/gstvideotestsrc.c:
25307         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
25308         (gst_videotestsrc_init), (gst_videotestsrc_get),
25309         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
25310         (gst_videotestsrc_get_property):
25311         * gst/videotestsrc/gstvideotestsrc.h:
25312         * gst/videotestsrc/videotestsrc.c:
25313         * gst/videotestsrc/videotestsrc.h:
25314           cleanup and commenting
25315
25316 2004-07-21  Wim Taymans  <wim@fluendo.com>
25317
25318         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
25319         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
25320         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
25321         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
25322         (_find_chain_get_unknown_part), (_find_streams_check),
25323         (gst_ogg_demux_push), (gst_ogg_pad_push):
25324         * ext/theora/theoradec.c: (theora_get_formats),
25325         (theora_dec_src_convert), (theora_dec_sink_convert),
25326         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
25327         (theora_dec_chain):
25328         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
25329         (vorbis_dec_convert), (vorbis_dec_src_query),
25330         (vorbis_dec_src_event), (vorbis_dec_event):
25331         More seeking fixes, oggdemux now supports seeking to time and
25332         uses the downstream element to convert granulepos to time.
25333         Seeking in theora-only ogg files now works.
25334
25335 2004-07-21  Wim Taymans  <wim@fluendo.com>
25336
25337         * ext/theora/theoradec.c: (gst_theora_dec_init),
25338         (theora_get_formats), (theora_get_event_masks),
25339         (theora_get_query_types), (theora_dec_src_convert),
25340         (theora_dec_sink_convert), (theora_dec_src_query),
25341         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
25342         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
25343         (vorbis_get_event_masks), (vorbis_get_query_types),
25344         (gst_vorbis_dec_init), (vorbis_dec_convert),
25345         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
25346         Added query/convert/formats functions to vorbis and theora decoders
25347         so that the outside world can use them too. Fixed seeking on an
25348         ogg/theora/vorbis file by disabling the seeking seeking on the
25349         theora srcpad.
25350
25351 2004-07-21  Julien MOUTTE  <julien@moutte.net>
25352
25353         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
25354         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
25355         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
25356         images creation for both elements. We don't create the image on caps
25357         nego or renego, we just destroy the internal one if present if it does
25358         not match the needs. The chain function takes care of creating a new
25359         image when needed.
25360         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
25361         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
25362         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
25363         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
25364         the image format information. The buffer pool checks for the context
25365         image format and discard images with different formats.
25366         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
25367
25368 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
25369
25370         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25371         (gst_ffmpegcolorspace_chain):
25372           no point in doing any chaining if the pad we want to push from
25373           isn't usable.
25374
25375 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25376
25377         * gst-libs/gst/riff/riff-media.c:
25378         (gst_riff_create_audio_caps_with_data):
25379           Fix double end-to-native symbol conversion (#148021).
25380
25381 2004-07-20  David Schleef  <ds@schleef.org>
25382
25383         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
25384         Don't use an Atom that doesn't exist.
25385
25386 2004-07-20  Wim Taymans  <wim@fluendo.com>
25387
25388         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
25389         (gst_multifdsink_add), (gst_multifdsink_get_stats),
25390         (gst_multifdsink_client_remove),
25391         (gst_multifdsink_handle_client_write),
25392         (gst_multifdsink_queue_buffer):
25393         * gst/tcp/gstmultifdsink.h:
25394         More multifdsink stats. Avoid deadlock by releasing locks
25395         before sending out a signal.
25396
25397 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25398
25399         * po/LINGUAS:
25400         * po/hu.po:
25401           added Hungarian translation (Laszlo Dvornik)
25402
25403 2004-07-20  Wim Taymans  <wim@fluendo.com>
25404
25405         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
25406         (gst_multifdsink_add), (gst_multifdsink_client_remove),
25407         (gst_multifdsink_handle_client_write),
25408         (gst_multifdsink_queue_buffer):
25409         * gst/tcp/gsttcp-marshal.list:
25410         Fixed the stupid marshal definition.
25411
25412 2004-07-20  Wim Taymans  <wim@fluendo.com>
25413
25414         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
25415         (gst_multifdsink_init), (gst_multifdsink_add),
25416         (gst_multifdsink_client_remove),
25417         (gst_multifdsink_handle_client_write),
25418         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
25419         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
25420         (gst_multifdsink_init_send):
25421         * gst/tcp/gstmultifdsink.h:
25422         Added more stats, added timeout for a client, fixed some typos
25423         and added some comments.
25424
25425 2004-07-20  Wim Taymans  <wim@fluendo.com>
25426
25427         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
25428         (gst_multifdsink_add), (gst_multifdsink_get_stats),
25429         (gst_multifdsink_client_remove),
25430         (gst_multifdsink_handle_client_write):
25431         * gst/tcp/gstmultifdsink.h:
25432         * gst/tcp/gsttcp-marshal.list:
25433         Added get_stats method that returns a GValueArray of
25434         stats values.
25435
25436 2004-07-19  Benjamin Otte  <otte@gnome.org>
25437
25438         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
25439           make sure longname, description and author are valid UTF-8
25440
25441 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
25442
25443         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
25444         (gst_ximagesink_set_property):
25445         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
25446         (gst_xvimagesink_set_property):
25447           make sure SYNCHRONOUS is respected after getting the X context
25448
25449 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
25450
25451         * gst/matroska/matroska-demux.c:
25452         (gst_matroska_demux_handle_src_event),
25453         (gst_matroska_demux_parse_blockgroup):
25454         * gst/matroska/matroska-ids.h:
25455           add BlockReference tag and ignore it to clear out log.
25456           ignore NAVIGATION events to clear out log.
25457
25458 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
25459
25460         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
25461         (gst_matroska_demux_add_stream):
25462         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
25463           add debug categories
25464
25465 2004-07-16  Wim Taymans  <wim@fluendo.com>
25466
25467         * ext/libpng/Makefile.am:
25468         * ext/libpng/gstpng.c: (plugin_init):
25469         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
25470         (gst_pngdec_get_type), (gst_pngdec_base_init),
25471         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
25472         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
25473         * ext/libpng/gstpngdec.h:
25474         Added png decoder.
25475
25476 2004-07-16  Julien MOUTTE  <julien@moutte.net>
25477
25478         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
25479         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
25480         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
25481         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
25482         (gst_ximagesink_buffer_alloc):
25483         * sys/ximage/ximagesink.h:
25484         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
25485         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
25486         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
25487         (gst_xvimagesink_buffer_alloc):
25488         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
25489         again. Using internal data pointer of the x(v)image to store image's
25490         data to be coherent with the buffer alloc mechanism. Investigated the
25491         image destruction code to be sure that everything gets freed correctly.
25492
25493 2004-07-16  Wim Taymans  <wim@fluendo.com>
25494
25495         * gst-libs/gst/riff/riff-read.c:
25496         (gst_riff_read_strf_vids_with_data),
25497         (gst_riff_read_strf_auds_with_data):
25498         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
25499         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
25500         Make sure we don't create 0 sized subbuffers in riff-read.
25501         Signal the no more pads signal after reading the avi header.
25502
25503 2004-07-16  Wim Taymans  <wim@fluendo.com>
25504
25505         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
25506         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
25507         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
25508         (gst_decode_bin_init), (gst_decode_bin_dispose),
25509         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
25510         (no_more_pads), (close_link), (type_found),
25511         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
25512         (gst_decode_bin_change_state), (plugin_init):
25513         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
25514         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
25515         (gst_play_base_bin_dispose), (queue_overrun),
25516         (gen_preroll_element), (remove_prerolls), (unknown_type),
25517         (no_more_pads), (new_stream), (setup_source),
25518         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
25519         (play_base_eos), (gst_play_base_bin_change_state),
25520         (gst_play_base_bin_add_element),
25521         (gst_play_base_bin_remove_element),
25522         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
25523         (gst_play_base_bin_unlink_stream),
25524         (gst_play_base_bin_get_streaminfo):
25525         * gst/playback/gstplaybasebin.h:
25526         Better error recovery. Added configurable preroll queue size. Faster
25527         detection of no-more-pads.
25528
25529 2004-07-16  Wim Taymans  <wim@fluendo.com>
25530
25531         * gst-libs/gst/video/video.h:
25532         Added 32 bits RGBA. Not sure if we should use another mime-type
25533         for alpha rgb. Currently the presence of the alpha_mask property
25534         signals an alpha channel.
25535
25536 2004-07-16  Wim Taymans  <wim@fluendo.com>
25537
25538         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
25539         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
25540         FPS seems to be 0.0 to MAX everywhere else.
25541
25542 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25543
25544         * gst-libs/gst/riff/riff-media.c:
25545         (gst_riff_create_video_caps_with_data):
25546           mp42/mp43 (no caps) exist too.
25547         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
25548           Set pixel_width/height; we've got them in-caps.
25549         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
25550         * gst/wavparse/gstwavparse.c: (plugin_init):
25551           Both are valid primary.
25552         * sys/oss/gstossmixer.c:
25553           Remove i18n hack and enable translations.
25554
25555 2004-07-15  Benjamin Otte  <otte@gnome.org>
25556
25557         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
25558         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
25559           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
25560
25561 2004-07-15  Benjamin Otte  <otte@gnome.org>
25562
25563         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
25564         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
25565         (gst_alsa_close_audio):
25566           disable some of the debugging code for now. Writing debugging to a
25567           buffer is broken in current alsalib releases.
25568
25569 2004-07-12  Benjamin Otte  <otte@gnome.org>
25570
25571         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
25572           use bufferpools
25573
25574 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
25575
25576         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
25577         (theora_dec_src_query), (theora_dec_event):
25578         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
25579           add debugging categories.  Remove \n's.
25580
25581 2004-07-13  Johan Dahlin  <johan@gnome.org>
25582
25583         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
25584         (gst_play_bin_get_property): Impl.
25585
25586 2004-07-13  Wim Taymans  <wim@fluendo.com>
25587
25588         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
25589         When trying to find the stream length, seek back N pages
25590         instead of just one, where N is the number of streams in
25591         the current chain.
25592
25593 2004-07-13  Wim Taymans  <wim@fluendo.com>
25594
25595         * gst-libs/gst/riff/riff-media.c:
25596         (gst_riff_create_audio_caps_with_data),
25597         (gst_riff_create_audio_caps),
25598         (gst_riff_create_audio_template_caps):
25599         * gst-libs/gst/riff/riff-media.h:
25600         * gst-libs/gst/riff/riff-read.c:
25601         (gst_riff_read_strf_vids_with_data),
25602         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
25603         * gst-libs/gst/riff/riff-read.h:
25604         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
25605         (gst_avi_demux_add_stream):
25606         Set codec_data on caps for avidemuxer.
25607
25608 2004-07-12  David Schleef  <ds@schleef.org>
25609
25610         * configure.ac: Fix test for Objective C
25611
25612 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
25613         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
25614         (gst_gdk_pixbuf_chain):
25615           Add svg and pcx to template caps, and ensure that getcaps returns a
25616           subset of the template caps.
25617           Copy each row manually for output, as gdkpixbuf may pad the
25618           rowstride to a 32-bit word boundary.
25619
25620 2004-07-12  Wim Taymans  <wim@fluendo.com>
25621
25622         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
25623         (gst_riff_create_video_template_caps):
25624         Fix the template caps to include some more media types.
25625
25626 2004-07-12  Wim Taymans  <wim@fluendo.com>
25627
25628         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
25629         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
25630         (compare_ranks), (print_feature), (gst_decode_bin_init),
25631         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
25632         (try_to_link_1), (new_pad), (close_link), (type_found),
25633         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
25634         (gst_decode_bin_change_state), (plugin_init):
25635         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
25636         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
25637         (gst_play_base_bin_dispose), (queue_overrun),
25638         (gen_preroll_element), (remove_prerolls), (no_more_pads),
25639         (new_stream), (setup_source), (gst_play_base_bin_set_property),
25640         (gst_play_base_bin_get_property), (play_base_eos),
25641         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
25642         (gst_play_base_bin_remove_element),
25643         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
25644         (gst_play_base_bin_unlink_stream),
25645         (gst_play_base_bin_get_streaminfo):
25646         * gst/playback/gstplaybasebin.h:
25647         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
25648         (gst_play_bin_class_init), (gst_play_bin_init),
25649         (gst_play_bin_dispose), (gst_play_bin_set_property),
25650         (gst_play_bin_get_property), (gen_video_element),
25651         (gen_audio_element), (remove_sinks), (setup_sinks),
25652         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
25653         (gst_play_bin_send_event), (gst_play_bin_get_formats),
25654         (gst_play_bin_convert), (gst_play_bin_get_query_types),
25655         (gst_play_bin_query), (plugin_init):
25656         * gst/playback/test4.c: (main):
25657         More fixes on reusing of the element.
25658
25659 2004-07-11  Benjamin Otte  <otte@gnome.org>
25660
25661         * ext/mad/gstmad.c: (normal_seek):
25662           allow seeking for other methods than just SET
25663
25664 2004-07-11  Andy Wingo  <wingo@pobox.com>
25665
25666         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
25667         float, "any" caps -> buffer_frames=[0,MAX].
25668
25669         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
25670         doesn't intersect our caps with the template any more. Do it
25671         ourselves.
25672         (interleave_buffered_loop): Use g_newa instead of malloc/free.
25673
25674 2004-07-09  Wim Taymans  <wim@fluendo.com>
25675
25676         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
25677         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
25678         (compare_ranks), (print_feature), (gst_decode_bin_init),
25679         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
25680         (try_to_link_1), (new_pad), (close_link), (type_found),
25681         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
25682         (gst_decode_bin_change_state), (plugin_init):
25683         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
25684         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
25685         (gst_play_base_bin_dispose), (queue_overrun),
25686         (gen_preroll_element), (remove_prerolls), (no_more_pads),
25687         (new_stream), (setup_source), (gst_play_base_bin_set_property),
25688         (gst_play_base_bin_get_property), (play_base_eos),
25689         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
25690         (gst_play_base_bin_remove_element),
25691         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
25692         (gst_play_base_bin_unlink_stream),
25693         (gst_play_base_bin_get_streaminfo):
25694         * gst/playback/gstplaybasebin.h:
25695         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
25696         (gst_play_bin_class_init), (gst_play_bin_init),
25697         (gst_play_bin_dispose), (gst_play_bin_set_property),
25698         (gst_play_bin_get_property), (gen_video_element),
25699         (gen_audio_element), (remove_sinks), (setup_sinks),
25700         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
25701         (gst_play_bin_send_event), (gst_play_bin_get_formats),
25702         (gst_play_bin_convert), (gst_play_bin_get_query_types),
25703         (gst_play_bin_query), (plugin_init):
25704         * gst/playback/test4.c: (main):
25705         Work on object reuse and seeking.
25706
25707 2004-07-09  Wim Taymans  <wim@fluendo.com>
25708
25709         * examples/seeking/seek.c: (iterate):
25710         Don't consume all CPU in the idle loop.
25711
25712 2004-07-09  Wim Taymans  <wim@fluendo.com>
25713
25714         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
25715         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
25716         Add pad to element *after* setting the pad functions so that
25717         the scheduler can use the correct ones.
25718
25719 2004-07-09  Wim Taymans  <wim@fluendo.com>
25720
25721         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
25722         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
25723         Sync to keyframe after seek
25724
25725 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
25726
25727         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
25728         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
25729         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
25730         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
25731         * ext/libvisual/visual.c: (gst_visual_change_state):
25732         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
25733         * ext/theora/theoradec.c: (theora_dec_change_state):
25734         * ext/theora/theoraenc.c: (theora_enc_change_state):
25735         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
25736         * gst-libs/gst/navigation/navigation.c:
25737         * gst/adder/gstadder.c: (gst_adder_change_state):
25738         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25739         (gst_audio_convert_get_buffer):
25740         * gst/multipart/multipartdemux.c:
25741         (gst_multipart_demux_change_state):
25742         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
25743         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
25744         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
25745         * gst/videoscale/gstvideoscale.c:
25746         (gst_videoscale_handle_src_event):
25747         * gst/volume/gstvolume.c: (volume_chain_int16):
25748           don't assert in state change, this should be done by the base
25749           GstElement class.
25750           various debugging fixes.
25751
25752 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
25753
25754         * configure.ac:
25755         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
25756         (gst_play_dispose), (gst_play_set_location),
25757         (gst_play_set_data_src), (gst_play_set_video_sink),
25758         (gst_play_set_audio_sink), (gst_play_set_visualization),
25759         (gst_play_connect_visualization), (gst_play_get_sink_element),
25760         (gst_play_get_all_by_interface):
25761         * gst-libs/gst/play/play.h:
25762           add new method to get elements implementing an interface.
25763           add various error logging
25764
25765 2004-07-08  Wim Taymans  <wim@fluendo.com>
25766
25767         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
25768         (make_mpeg_pipeline), (make_mpegnt_pipeline),
25769         (make_playerbin_pipeline), (query_durations_elems),
25770         (query_durations_pads), (query_positions_elems),
25771         (query_positions_pads), (update_scale), (iterate), (stop_seek),
25772         (main):
25773         Added playbin seeking example.
25774
25775 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
25776
25777         * gst-libs/gst/play/play.c: (gst_play_set_location),
25778         (gst_play_set_data_src), (gst_play_set_video_sink),
25779         (gst_play_set_audio_sink), (gst_play_set_visualization),
25780         (gst_play_connect_visualization), (gst_play_get_framerate):
25781           use a macro to look up elements from hash table
25782
25783 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
25784
25785         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
25786         (gst_play_get_length_callback), (gst_play_set_location),
25787         (gst_play_seek_to_time), (gst_play_set_data_src),
25788         (gst_play_set_video_sink), (gst_play_set_audio_sink),
25789         (gst_play_set_visualization), (gst_play_connect_visualization),
25790         (gst_play_get_sink_element):
25791         - add debugging info
25792         - fix looking up sink elements by iterating over complete caps
25793         - put everything except for source and autoplugger in a complete bin
25794
25795 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
25796
25797         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
25798         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
25799         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
25800         (gst_alsa_sink_write), (gst_alsa_sink_loop):
25801         * ext/alsa/gstalsasink.h:
25802         - add debugging info
25803         - clean up schizophrenia of data/buffer/event
25804         - fix double event unref error
25805
25806 2004-07-08  Wim Taymans  <wim@fluendo.com>
25807
25808         * gst/playback/Makefile.am:
25809         Add headers to noinst
25810
25811 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
25812
25813         * tools/gst-launch-ext-m.m:
25814         * tools/gst-launch-ext.1.in:
25815           convert to the third millenium
25816
25817 2004-07-07  David Schleef  <ds@schleef.org>
25818
25819         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
25820
25821 2004-07-07  Wim Taymans  <wim@fluendo.com>
25822
25823         * gst/playback/Makefile.am:
25824         * gst/playback/README:
25825         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
25826         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
25827         (compare_ranks), (print_feature), (gst_decode_bin_init),
25828         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
25829         (try_to_link_1), (new_pad), (close_link), (type_found),
25830         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
25831         (plugin_init):
25832         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
25833         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
25834         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
25835         (gen_preroll_element), (no_more_pads), (new_stream),
25836         (setup_source), (gst_play_base_bin_set_property),
25837         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
25838         (gst_play_base_bin_add_element),
25839         (gst_play_base_bin_remove_element),
25840         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
25841         (gst_play_base_bin_unlink_stream),
25842         (gst_play_base_bin_get_streaminfo):
25843         * gst/playback/gstplaybasebin.h:
25844         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
25845         (gst_play_bin_class_init), (gst_play_bin_init),
25846         (gst_play_bin_dispose), (gst_play_bin_set_property),
25847         (gst_play_bin_get_property), (gen_video_element),
25848         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
25849         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
25850         (gst_play_bin_get_formats), (gst_play_bin_convert),
25851         (gst_play_bin_get_query_types), (gst_play_bin_query),
25852         (plugin_init):
25853         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
25854         (gst_stream_info_get_type), (gst_stream_info_class_init),
25855         (gst_stream_info_init), (gst_stream_info_new),
25856         (gst_stream_info_dispose), (gst_stream_info_set_property),
25857         (gst_stream_info_get_property):
25858         * gst/playback/gststreaminfo.h:
25859         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
25860         (main):
25861         * gst/playback/test2.c: (main):
25862         * gst/playback/test3.c: (update_scale), (main):
25863         More playbin fixes. Added README. Do better element filtering.
25864         Added base class to preroll media. Added test apps.
25865
25866 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
25867
25868         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
25869         * ext/mpeg2dec/gstmpeg2dec.h:
25870           various debugging improvements.  Reset stream to next picture
25871           instead of sequence header, otherwise seeks cannot work.
25872
25873 2004-07-07  Wim Taymans  <wim@fluendo.com>
25874
25875         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
25876         (gst_video_box_class_init), (gst_video_box_set_property),
25877         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
25878         Use pad_alloc where possible.
25879
25880 2004-07-07  Wim Taymans  <wim@fluendo.com>
25881
25882         * sys/oss/gstosselement.c: (gst_osselement_reset),
25883         (gst_osselement_parse_caps):
25884         * sys/oss/gstosselement.h:
25885         * sys/oss/gstosssrc.c: (gst_osssrc_get):
25886         Fix offset on osssrc.
25887
25888 2004-07-07  Wim Taymans  <wim@fluendo.com>
25889
25890         * ext/theora/theora.c: (plugin_init):
25891         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
25892         (theora_dec_src_query), (theora_dec_chain):
25893         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25894         (theora_enc_sink_link), (theora_buffer_from_packet),
25895         (theora_push_packet), (theora_enc_chain):
25896         Fix theora granulepos calculation.
25897         Fix overflow in duration/position calculation.
25898         Bump rank to PRIMARY for theoradec.
25899         Use granulepos of last packet to calculate position.
25900         Set keyframe flag on buffers when needed.
25901
25902 2004-07-06  David Schleef  <ds@schleef.org>
25903
25904         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
25905         serious?  (Fixed, obviously.)
25906
25907 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
25908
25909         * po/LINGUAS:
25910         * po/cs.po:
25911           added Czech translation (Miloslav Trmac)
25912
25913 2004-07-05  Wim Taymans  <wim@fluendo.com>
25914
25915         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
25916         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
25917         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
25918         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
25919         (close_link), (type_found), (gst_decode_bin_set_property),
25920         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
25921         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
25922         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
25923         (gst_decode_bin_query), (plugin_init):
25924         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
25925         (gst_play_bin_class_init), (gst_play_bin_init),
25926         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
25927         (get_video_element), (new_pad), (setup_source),
25928         (gst_play_bin_set_property), (gst_play_bin_get_property),
25929         (gst_play_bin_change_state), (gst_play_bin_add_element),
25930         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
25931         (gst_play_bin_send_event), (gst_play_bin_get_formats),
25932         (gst_play_bin_convert), (gst_play_bin_get_query_types),
25933         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
25934         * gst/playback/test.c: (main):
25935         More fixes, cleaned up playbin, make it use decodebin. Added
25936         threaded property to playbin.
25937
25938 2004-07-05  Wim Taymans  <wim@fluendo.com>
25939
25940         * configure.ac:
25941         * gst/playback/Makefile.am:
25942         * gst/playback/decodetest.c: (main):
25943         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
25944         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
25945         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
25946         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
25947         (close_link), (type_found), (gst_decode_bin_set_property),
25948         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
25949         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
25950         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
25951         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
25952         (plugin_init):
25953         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
25954         (gst_play_bin_class_init), (gst_play_bin_init),
25955         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
25956         (collect_sink_pads), (find_compatibles), (close_pad_link),
25957         (try_to_link_1), (new_pad), (close_link), (type_found),
25958         (setup_source), (gst_play_bin_set_property),
25959         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
25960         (compare_ranks), (gst_play_bin_collect_factories),
25961         (gst_play_bin_change_state), (gst_play_bin_add_element),
25962         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
25963         (gst_play_bin_send_event), (gst_play_bin_get_formats),
25964         (gst_play_bin_convert), (gst_play_bin_get_query_types),
25965         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
25966         * gst/playback/test.c: (main):
25967         Added some playback helper elements and some test apps, very alpha
25968         still.
25969
25970 2004-07-04  Benjamin Otte  <otte@gnome.org>
25971
25972         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
25973           only restart audio when we indeed have an xrun to fix repeated
25974           xruns. Fix suggested by Giuliano Pochini.
25975
25976 2004-07-03  David Schleef  <ds@schleef.org>
25977
25978         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
25979         call to gst_debug_log() if debugging is disabled (bug #145118)
25980
25981 2004-07-03  Benjamin Otte  <otte@gnome.org>
25982
25983         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
25984           use our own functions for restarting the alsa device.
25985         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25986           I should apply patches myself - use MIN for the third argument, not
25987           the second, this fixes seeking
25988
25989 2004-07-02  David Schleef  <ds@schleef.org>
25990
25991         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
25992         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
25993         do with the logic.
25994
25995 2004-07-02  David Schleef  <ds@schleef.org>
25996
25997         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
25998         output buffers.  Fix logic mistake.  (bug #144866)
25999
26000 2004-07-02  David Schleef  <ds@schleef.org>
26001
26002         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
26003         on X.  (bug #144753)
26004
26005 2004-07-02  David Schleef  <ds@schleef.org>
26006
26007         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
26008         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
26009         (bug #144624)
26010         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
26011         (gst_osselement_rate_probe_check): Add another workaround for
26012         buggy drivers (bug #145336)
26013
26014 2004-07-02  David Schleef  <ds@schleef.org>
26015
26016         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
26017         Most systems don't have MSG_NOSIGNAL.
26018
26019 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
26020
26021         * Makefile.am:
26022         * gst-libs/gst/colorbalance/Makefile.am:
26023         * gst-libs/gst/mixer/Makefile.am:
26024         * gst-libs/gst/play/Makefile.am:
26025         * gst-libs/gst/tuner/Makefile.am:
26026           (hopefully) fix both install and dist and make error message useful.
26027           needs testing across automakes.
26028
26029 2004-07-02  Benjamin Otte  <otte@gnome.org>
26030
26031         * ext/ogg/gstogg.c: (plugin_init):
26032           we require bytestream now
26033         * ext/ogg/gstoggdemux.c:
26034           huge diff to implement chain setup in a fast and generic way. This
26035           improves tag reading and startup of huge files (read: Theora videos)
26036           quite a bit. It probably contains bugs, too, so please test.
26037           Seeking is not improved to the fast method.
26038
26039 2004-06-29  Wim Taymans  <wim@fluendo.com>
26040
26041         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
26042         * ext/ogg/gstoggmux.c:
26043         Fix memleak in oggdemux when running unconnected pads.
26044         doc update in mux, start working on keyframe mode.
26045
26046 2004-06-29  Benjamin Otte  <otte@gnome.org>
26047
26048         * sys/oss/gstosssink.c:
26049         * sys/oss/gstosssrc.c:
26050           advertise correct template caps - we indeed do non-native endianness
26051           and 8bit audio has no endianness
26052         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
26053         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
26054           avoid (wrong) duplications in getcaps function and return
26055           template caps
26056
26057 2004-06-29  Wim Taymans  <wim@fluendo.com>
26058
26059         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
26060         (gst_multifdsink_class_init), (gst_multifdsink_add),
26061         (gst_multifdsink_remove), (gst_multifdsink_clear),
26062         (gst_multifdsink_client_remove),
26063         (gst_multifdsink_handle_client_read),
26064         (gst_multifdsink_client_queue_data),
26065         (gst_multifdsink_client_queue_caps),
26066         (gst_multifdsink_client_queue_buffer),
26067         (gst_multifdsink_handle_client_write),
26068         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
26069         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
26070         (gst_multifdsink_init_send), (gst_multifdsink_close):
26071         Fix wrong GList iteration that could crash the server when
26072         more then 2 clients disconnect at the same time. Read all the
26073         pending commands in one batch to recover from command storms under
26074         very heavy load.
26075
26076 2004-06-28  Wim Taymans  <wim@fluendo.com>
26077
26078         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
26079         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
26080         (gst_videomixer_pad_set_property),
26081         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
26082         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
26083         (gst_videomixer_class_init), (gst_videomixer_init),
26084         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
26085         (pad_zorder_compare), (gst_videomixer_sort_pads),
26086         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
26087         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
26088         (gst_videomixer_update_queues), (gst_videomixer_loop),
26089         (plugin_init):
26090         Avoid divide by zero, choose masterpad as the pad with the highest
26091         framerate.
26092
26093 2004-06-27  Julien Moutte  <julien@moutte.net>
26094
26095         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
26096         (gst_ximagesink_xwindow_new):
26097         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
26098         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
26099         function directly. We might want to call it from somewhere else one day.
26100
26101 2004-06-27  Julien Moutte  <julien@moutte.net>
26102
26103         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
26104         (gst_ximagesink_xwindow_new):
26105         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
26106         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
26107         window decorations.
26108
26109 2004-06-27  Wim Taymans  <wim@fluendo.com>
26110
26111         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
26112         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
26113         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
26114         (gst_dvdec_set_property), (gst_dvdec_get_property):
26115         * ext/dv/gstdvdec.h:
26116         Implement drop_factor property to lower the framerate with
26117         a factor.
26118
26119 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26120
26121         * gst-libs/gst/colorbalance/Makefile.am:
26122         * gst-libs/gst/mixer/Makefile.am:
26123         * gst-libs/gst/play/Makefile.am:
26124         * gst-libs/gst/tuner/Makefile.am:
26125           unbreak Company's fix that didn't install the -enum.h files
26126
26127 2004-06-27  Wim Taymans  <wim@fluendo.com>
26128
26129         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
26130         (gst_dvdec_change_state):
26131         * ext/dv/gstdvdec.h:
26132         Fix timestamp, duration and offset of the buffers.
26133
26134 2004-06-27  Wim Taymans  <wim@fluendo.com>
26135
26136         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
26137         (gst_multifdsink_class_init), (gst_multifdsink_add),
26138         (gst_multifdsink_remove), (gst_multifdsink_clear),
26139         (gst_multifdsink_client_remove),
26140         (gst_multifdsink_handle_client_read),
26141         (gst_multifdsink_client_queue_data),
26142         (gst_multifdsink_client_queue_caps),
26143         (gst_multifdsink_client_queue_buffer),
26144         (gst_multifdsink_handle_client_write),
26145         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
26146         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
26147         (gst_multifdsink_init_send), (gst_multifdsink_close):
26148         * gst/tcp/gstmultifdsink.h:
26149         * gst/tcp/gsttcpserversink.c:
26150         (gst_tcpserversink_handle_server_read),
26151         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
26152         More multifdsink fixes, more recovery policy fixes.
26153         Removed stupid g_print
26154
26155 2004-06-26  Wim Taymans  <wim@fluendo.com>
26156
26157         * gst/tcp/Makefile.am:
26158         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
26159         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
26160         (gst_multifdsink_class_init), (gst_multifdsink_init),
26161         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
26162         (gst_multifdsink_handle_client_read),
26163         (gst_multifdsink_client_queue_data),
26164         (gst_multifdsink_client_queue_caps),
26165         (gst_multifdsink_client_queue_buffer),
26166         (gst_multifdsink_handle_client_write),
26167         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
26168         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
26169         (gst_multifdsink_chain), (gst_multifdsink_set_property),
26170         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
26171         (gst_multifdsink_close), (gst_multifdsink_change_state):
26172         * gst/tcp/gstmultifdsink.h:
26173         * gst/tcp/gsttcpplugin.c: (plugin_init):
26174         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
26175         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
26176         (gst_tcpserversink_handle_server_read),
26177         (gst_tcpserversink_handle_select),
26178         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
26179         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
26180         * gst/tcp/gsttcpserversink.h:
26181         Added multifdsink, made tcpserversink a subclass of fdsink, removed
26182         one of the locks, added recovery policy to multifdsink.
26183
26184 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
26185
26186         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
26187           fix decision for when getting frames with same timestamp
26188         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
26189         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
26190         (gst_v4lsrc_get_property):
26191         * sys/v4l/gstv4lsrc.h:
26192           add latency offset property
26193
26194 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
26195
26196         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
26197         (plugin_init):
26198           fix debugging. add category.
26199
26200 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
26201
26202         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
26203           fix wrong offsets
26204
26205 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
26206
26207         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
26208         (gst_alsa_src_get_time), (gst_alsa_src_loop),
26209         (gst_alsa_src_change_state):
26210           return a time that is in sync with the element's processing
26211
26212 2004-06-25  Wim Taymans  <wim@fluendo.com>
26213
26214         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
26215         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
26216         (gst_tcpserversink_client_remove),
26217         (gst_tcpserversink_handle_client_read),
26218         (gst_tcpserversink_client_queue_data),
26219         (gst_tcpserversink_client_queue_caps),
26220         (gst_tcpserversink_client_queue_buffer),
26221         (gst_tcpserversink_handle_client_write),
26222         (gst_tcpserversink_queue_buffer),
26223         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
26224         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
26225         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
26226         (gst_tcpserversink_close):
26227         * gst/tcp/gsttcpserversink.h:
26228         Serversink rewrite. Really do non blocking writes to clients and
26229         maintain an internal queue to handle slower clients while not
26230         disturbing fast clients.
26231
26232 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
26233
26234         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
26235           better debug, don't override OFFSET and OFFSET_END
26236
26237 2004-06-25  Iain <iain@prettypeople.org>
26238
26239         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
26240         name=source for the wavparse pipeline.
26241
26242 2004-06-24  Johan Dahlin  <johan@gnome.org>
26243
26244         * ext/theora/theoraenc.c (theora_enc_chain): Call
26245         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
26246         streamheader caps are set correctly.
26247
26248 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
26249
26250         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
26251         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
26252           respect minimum bitrate; same could be done for max bitrate
26253
26254 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
26255
26256         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
26257         (gst_vorbisenc_setup):
26258           fix sample rate range
26259
26260 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
26261
26262         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
26263         (gst_oggvorbisenc_setup):
26264         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
26265         (gst_vorbisenc_setup):
26266           resolve ambiguities in code and description
26267
26268 2004-06-24  Wim Taymans  <wim@fluendo.com>
26269
26270         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
26271         * ext/alsa/gstalsa.h:
26272         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
26273         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
26274         Use alsa trigger_tstamp to get the timestamp of the first
26275         sample in the buffer for more precise sync. Some cleanups.
26276
26277 2004-06-24  Wim Taymans  <wim@fluendo.com>
26278
26279         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
26280         (gst_audiorate_init), (gst_audiorate_chain),
26281         (gst_audiorate_set_property), (gst_audiorate_get_property):
26282         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
26283         (gst_videorate_chain):
26284         Added some logging, fixed an overflow bug in videorate.
26285
26286 2004-06-24  Benjamin Otte  <otte@gnome.org>
26287
26288         * ext/kio/Makefile.am:
26289           fix for builddir != srcdir and distcheck
26290
26291 2004-06-24  Benjamin Otte  <otte@gnome.org>
26292
26293         * gst-libs/gst/colorbalance/Makefile.am:
26294         * gst-libs/gst/mixer/Makefile.am:
26295         * gst-libs/gst/play/Makefile.am:
26296         * gst-libs/gst/tuner/Makefile.am:
26297         * gst/tcp/Makefile.am:
26298         * sys/dxr3/Makefile.am:
26299           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
26300           tarball.
26301           Also add all *.list files that were missing.
26302         * Makefile.am:
26303           add a distcheck hook to ensure the above doesn't happen again.
26304
26305 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
26306
26307         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
26308
26309 2004-06-23  Colin Walters  <walters@redhat.com>
26310
26311         * m4/Makefile.am: Distribute gst-fionread.m4.
26312
26313 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
26314
26315         * configure.ac: back to dev
26316
26317 2004-06-23  Wim Taymans  <wim@fluendo.com>
26318
26319         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
26320         (gst_alsa_xrun_recovery):
26321         * ext/alsa/gstalsa.h:
26322         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
26323         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
26324         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
26325         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
26326         (gst_alsa_src_loop):
26327         Add clock to alsasrc. Take new capture timestamp when
26328         restarting after an overrun. Split up some functions between
26329         alsasrc and alsasink.
26330
26331 === release 0.8.2 ===
26332
26333 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
26334
26335         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
26336         (gst_alsa_change_state), (gst_alsa_update_avail),
26337         (gst_alsa_xrun_recovery):
26338         * ext/alsa/gstalsa.h:
26339         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26340           merge back changes from release
26341
26342 2004-06-23  Wim Taymans  <wim@fluendo.com>
26343
26344         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
26345         (gst_audiorate_init), (gst_audiorate_chain),
26346         (gst_audiorate_set_property), (gst_audiorate_get_property):
26347         Implement sample dropping and notify
26348
26349 2004-06-22  Wim Taymans  <wim@fluendo.com>
26350
26351         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
26352         (theora_enc_sink_link), (theora_buffer_from_packet),
26353         (theora_push_packet), (theora_enc_chain):
26354         Some cleanups, make sure the timestamps are correct.
26355
26356 2004-06-22  Wim Taymans  <wim@fluendo.com>
26357
26358         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
26359         (gst_alsa_change_state), (gst_alsa_update_avail),
26360         (gst_alsa_xrun_recovery):
26361         * ext/alsa/gstalsa.h:
26362         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
26363         Cleanups, take queued samples into account when reporting
26364         the time.
26365
26366 2004-06-22  Wim Taymans  <wim@fluendo.com>
26367
26368         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
26369         (gst_videorate_init):
26370         Initialize the property as well.
26371
26372 2004-06-22  Wim Taymans  <wim@fluendo.com>
26373
26374         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
26375         (gst_videorate_init), (gst_videorate_chain),
26376         (gst_videorate_set_property), (gst_videorate_get_property):
26377         Add property to make videorate silent.
26378         Add property to prefer new frames over old ones.
26379
26380 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26381
26382         * sys/osxvideo/Makefile.am:
26383         Workaround so that the osxvideo .so file gets linked with the
26384         Cocoa, OpenGL and QuickTime frameworks
26385
26386 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26387
26388         * sys/osxaudio/Makefile.am:
26389         Workaround so that the osxaudio .so file gets linked with the
26390         CoreAudio framework
26391
26392 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26393
26394         * configure.ac:
26395         Whoops, my fault...fixed build issues
26396
26397 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26398
26399         * configure.ac:
26400         Add objective-c support if running in Darwin/Mac OS X
26401         * sys/Makefile.am:
26402         * sys/osxvideo:
26403         * sys/osxvideo/Makefile.am:
26404         * sys/osxvideo/osxvideosink.h:
26405         * sys/osxvideo/osxvideosink.m:
26406         * sys/osxvideo/cocoawindow.h:
26407         * sys/osxvideo/cocoawindow.m:
26408         Add osxvideosink, a cocoa-based osx video sink
26409
26410
26411 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
26412         * ext/dvdnav/gst-dvd:
26413         Grab the gconf key from the right spot
26414         * gst/debug/gstnavseek.c: (gst_navseek_init),
26415         (gst_navseek_segseek), (gst_navseek_handle_src_event),
26416         (gst_navseek_chain):
26417         * gst/debug/gstnavseek.h:
26418           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
26419           and loop parameters of a segment seek.
26420         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
26421         (gst_videotestsrc_get_event_masks),
26422         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
26423         * gst/videotestsrc/gstvideotestsrc.h:
26424           Add seeking support to videotestsrc
26425           Initialise the timestamp_offset variable.
26426
26427 2004-06-18  Wim Taymans  <wim@fluendo.com>
26428
26429         * ext/sidplay/gstsiddec.cc:
26430         Fix negotiation and set correct end offset.
26431
26432 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
26433
26434         * configure.ac: branch and prerelease
26435
26436 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
26437
26438         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
26439         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
26440         (gst_tcpclientsrc_init_receive):
26441         * gst/tcp/gsttcpclientsrc.h:
26442           read caps when connecting to server for GDP so we set them correctly
26443
26444 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
26445
26446         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
26447           notify drops and duplicates
26448         * gst/videoscale/videoscale.c: (videoscale_get_structure):
26449           no good reason to limit ourselves to 100x100
26450
26451 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
26452
26453         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
26454         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
26455         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
26456         (gst_v4lsrc_get_property):
26457         * sys/v4l/gstv4lsrc.h:
26458         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
26459         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
26460         (gst_v4l_set_audio):
26461         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
26462         (gst_v4lsrc_try_capture):
26463         * sys/v4l/v4lsrc_calls.h:
26464           change try_palette to more general try_capture
26465           add autoprobe option so we can turn off autoprobing
26466           various fixes
26467
26468 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
26469
26470         * configure.ac:
26471           add videorate
26472         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
26473         (gst_ximagesink_class_init):
26474         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
26475         (gst_xvimagesink_class_init):
26476           run them as finalize, not dispose, since dispose can be invoked
26477           multiple times
26478
26479 2004-06-17  Wim Taymans  <wim@fluendo.com>
26480
26481         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
26482         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
26483         * ext/alsa/gstalsa.h:
26484         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
26485         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
26486         (gst_alsa_src_change_state):
26487         * ext/alsa/gstalsasrc.h:
26488         Make the xrun code timestamp and offset the buffers correctly.
26489         moved the clock to the base class, use alsa methods to get time.
26490         Do correct timestamping on outgoing buffers.
26491
26492 2004-06-17  Wim Taymans  <wim@fluendo.com>
26493
26494         * gst/audiorate/Makefile.am:
26495         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
26496         (gst_audiorate_base_init), (gst_audiorate_class_init),
26497         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
26498         (gst_audiorate_set_property), (gst_audiorate_get_property),
26499         (gst_audiorate_change_state), (plugin_init):
26500         Added an audiorate converter that fills in gaps.
26501
26502 2004-06-17  Johan Dahlin  <johan@gnome.org>
26503
26504         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
26505
26506 2004-06-16  Wim Taymans  <wim@fluendo.com>
26507
26508         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
26509         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
26510         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
26511         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
26512         (gst_v4lsrc_get_property):
26513         * sys/v4l/gstv4lsrc.h:
26514         Added a copy mode to v4lsrc where it will output a copied version
26515         of its internal hardware buffer.
26516         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
26517         can't | them.
26518
26519 2004-06-16  Wim Taymans  <wim@fluendo.com>
26520
26521         * sys/oss/gstosssrc.c: (gst_osssrc_get):
26522         Timestamp fixes.
26523
26524 2004-06-16  Wim Taymans  <wim@fluendo.com>
26525
26526         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
26527         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
26528         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
26529         (gst_v4lsrc_get_property):
26530         * sys/v4l/gstv4lsrc.h:
26531         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
26532         Added a sync mode enum property to control v4lsrc timestamp method
26533         Removed the use-fixed-fps property and moved functionality in
26534         the enum.
26535         Don't error on an error value from v4l-conf, it might not always
26536         be a real error.
26537
26538 2004-06-16  Wim Taymans  <wim@fluendo.com>
26539
26540         * gst/videorate/Makefile.am:
26541         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
26542         (gst_videorate_base_init), (gst_videorate_class_init),
26543         (gst_videorate_getcaps), (gst_videorate_link),
26544         (gst_videorate_init), (gst_videorate_chain),
26545         (gst_videorate_set_property), (gst_videorate_get_property),
26546         (gst_videorate_change_state), (plugin_init):
26547         Added a video timestamp corrector.
26548
26549 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26550
26551         fixed a potential leak with previous commit
26552
26553         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
26554
26555 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26556
26557         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
26558         Added missing refcount, fixes bug #144425
26559         Cheers Tim for finding the bug
26560
26561 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26562
26563         * sys/v4l/gstv4l.c: (plugin_init):
26564         * sys/v4l/gstv4lcolorbalance.c:
26565         * sys/v4l/gstv4lcolorbalance.h:
26566         * sys/v4l/gstv4lelement.c:
26567         * sys/v4l/gstv4lelement.h:
26568         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
26569         * sys/v4l/gstv4lmjpegsink.h:
26570         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
26571         * sys/v4l/gstv4lmjpegsrc.h:
26572         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
26573         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
26574         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
26575         * sys/v4l/gstv4lsrc.h:
26576         * sys/v4l/gstv4ltuner.c:
26577         * sys/v4l/gstv4ltuner.h:
26578         * sys/v4l/gstv4lxoverlay.c:
26579         * sys/v4l/gstv4lxoverlay.h:
26580         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
26581         (gst_v4l_set_window), (gst_v4l_enable_overlay):
26582         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
26583         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
26584         (gst_v4l_set_audio):
26585         * sys/v4l/v4l_calls.h:
26586         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
26587         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
26588         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
26589         (gst_v4lmjpegsink_playback_init),
26590         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
26591         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
26592         (gst_v4lmjpegsink_playback_stop),
26593         (gst_v4lmjpegsink_playback_deinit):
26594         * sys/v4l/v4lmjpegsink_calls.h:
26595         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
26596         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
26597         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
26598         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
26599         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
26600         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
26601         * sys/v4l/v4lmjpegsrc_calls.h:
26602         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
26603         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
26604         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
26605         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
26606         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
26607         (gst_v4lsrc_try_palette):
26608         * sys/v4l/v4lsrc_calls.h:
26609           bunch of paranoia cleanups
26610
26611 2004-06-14  David Schleef  <ds@schleef.org>
26612
26613         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
26614         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
26615         Send discont events and change timestamps appropriately when
26616         we get a seek event.  (bug #144240)
26617         * ext/cdparanoia/gstcdparanoia.h:
26618
26619 2004-06-14  Benjamin Otte  <otte@gnome.org>
26620
26621         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
26622           snd_pcm_hw_params_set_rate  since the latter fails for no good
26623           reason on some setups.
26624
26625 2004-06-14  David Schleef  <ds@schleef.org>
26626
26627         * gst/volume/demo.c: (value_changed_callback): exp10() is not
26628         standard.  Thank you for playing.
26629
26630 2004-06-14  Wim Taymans  <wim@fluendo.com>
26631
26632         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
26633         Patch 1.3 broke the ordering of the colorspace info and
26634         made the plugin basically work by coincidence, reordered
26635         the info.
26636
26637 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26638
26639         * ext/lame/gstlame.c:
26640         * ext/mad/gstmad.c:
26641           sync caps.  Make sure mad can only output a list of rates, not
26642           a full range.  In the future, have three caps lists for each of the
26643           mpeg versions.  Change mpegversion to a double as well.
26644
26645 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26646
26647         * gst/volume/.cvsignore:
26648         * gst/volume/Makefile.am:
26649         * gst/volume/demo.c: (value_changed_callback), (idler),
26650         (setup_gui), (main):
26651           added small demo app
26652
26653 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
26654         * ext/esd/esdsink.c: (gst_esdsink_change_state):
26655         * ext/esd/esdsink.h:
26656         Close the esd connection on pause, because esd will just wait -
26657         blocking all other esd clients indefinitely.
26658
26659 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
26660
26661         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
26662           previous commit with GST_DEBUG
26663
26664 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
26665
26666         * configure.ac:
26667           add a header check for a dvdread header in dvdnav.  Fixes #133002
26668
26669 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26670
26671         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
26672         * gst/tcp/gsttcpclientsink.h:
26673         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
26674         * gst/tcp/gsttcpclientsrc.h:
26675         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
26676         (gst_tcpserversink_handle_server_read),
26677         (gst_tcpserversink_init_send):
26678         * gst/tcp/gsttcpserversink.h:
26679         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
26680         * gst/tcp/gsttcpserversrc.h:
26681         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
26682         version of IP)
26683
26684 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26685
26686         * configure.ac:
26687         Added ogg library so that OSX detects libtheora properly
26688
26689 2004-06-11  Wim Taymans  <wim@fluendo.com>
26690
26691         * ext/theora/theoradec.c: (theora_dec_chain),
26692         (theora_dec_change_state):
26693         Don't try to decode frames before we received a keyframe.
26694
26695 2004-06-11  Wim Taymans  <wim@fluendo.com>
26696
26697         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
26698         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
26699         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
26700         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
26701         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
26702         Added property to set the maximum delay of a page.
26703
26704 2004-06-10  Wim Taymans  <wim@fluendo.com>
26705
26706         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
26707         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
26708         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
26709         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
26710         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
26711         Added max-delay property to control the maximum amount
26712         of data to put in one page.
26713
26714 2004-06-10  Wim Taymans  <wim@fluendo.com>
26715
26716         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
26717         (gst_theora_enc_init), (theora_enc_sink_link),
26718         (theora_buffer_from_packet), (theora_enc_set_property),
26719         (theora_enc_get_property):
26720         Set duration on encoded buffer, added some more properties
26721
26722 2004-06-10  Wim Taymans  <wim@fluendo.com>
26723
26724         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
26725         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
26726         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
26727         * ext/theora/theoraenc.c: (theora_enc_chain):
26728         Fix refcounting bugs
26729
26730 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26731
26732         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
26733         (gst_asf_demux_loop), (gst_asf_demux_process_file),
26734         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
26735         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
26736         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
26737         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
26738         (gst_asf_demux_change_state):
26739         * gst/asfdemux/gstasfdemux.h:
26740           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
26741           feels like. I think we should set a new requirement for demuxers
26742           from now on to implement sane loop functions, data loops, query
26743           and seek functions before first commit into CVS. And this commit
26744           fixes all of the above.
26745
26746 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
26747
26748         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
26749           vorbis comments are properly encoded in UTF-8 before adding them
26750           to a GstTagList
26751
26752 2004-06-09  Benjamin Otte  <otte@gnome.org>
26753
26754         * ext/alsa/gstalsa.c: (add_channels):
26755           handle min <= max correctly
26756         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
26757         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
26758           add fixation functions so we fixate correctly. No preferring of alaw
26759           anymore because it's the first structure.
26760         * ext/alsa/gstalsa.h:
26761         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
26762         (gst_alsa_hw_params_dump):
26763           add functions to ease debugging in alsalib
26764         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
26765         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
26766         (gst_alsa_start_audio):
26767           only specify hw params if we really setup a format (fixes #134007 -
26768           or at least works around it)
26769
26770 2004-06-09  Wim Taymans  <wim@fluendo.com>
26771
26772         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
26773         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
26774         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
26775         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
26776         (gst_ogg_mux_loop):
26777         Use stream caps to setup the initial pages in the ogg stream.
26778         Correctly set the streamheader caps on the srcpad.
26779
26780 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
26781
26782         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
26783         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
26784         (gst_v4lsrc_getcaps):
26785         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
26786         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
26787           add querying of fps lists for webcams.  Negotiating to a framerate
26788           now works.
26789
26790 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
26791
26792         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
26793         (theora_push_buffer), (theora_push_packet),
26794         (theora_set_header_on_caps), (theora_enc_chain):
26795           mark buffers and put on streamheader, raw theora streaming
26796           now works too, whee
26797
26798 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
26799
26800         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
26801         (gst_tcp_gdp_read_caps):
26802           do a looping read for caps and GDP headers too
26803
26804 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
26805
26806         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
26807         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
26808           return EOS instead of NULL in _get
26809
26810 2004-06-08  Wim Taymans  <wim@fluendo.com>
26811
26812         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
26813         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
26814         (gst_tcp_gdp_write_caps):
26815         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
26816         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
26817         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
26818         Memory leak fixes
26819
26820 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
26821
26822         * ext/vorbis/Makefile.am:
26823         * ext/vorbis/vorbis.c: (plugin_init):
26824         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
26825         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
26826         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
26827         (vorbis_parse_change_state):
26828         * ext/vorbis/vorbisparse.h:
26829           adding a vorbisparse element that marks the buffers, streaming
26830           raw vorbis using GDP now works, whee
26831
26832 2004-06-08  Wim Taymans  <wim@fluendo.com>
26833
26834         * ext/jpeg/Makefile.am:
26835         * ext/jpeg/README:
26836         * ext/jpeg/gstjpeg.c: (plugin_init):
26837         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
26838         (gst_smokedec_base_init), (gst_smokedec_class_init),
26839         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
26840         * ext/jpeg/gstsmokedec.h:
26841         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
26842         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
26843         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
26844         (gst_smokeenc_resync), (gst_smokeenc_chain),
26845         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
26846         * ext/jpeg/gstsmokeenc.h:
26847         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
26848         (smokecodec_flush_destination), (smokecodec_term_destination),
26849         (smokecodec_init_source), (smokecodec_fill_input_buffer),
26850         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
26851         (smokecodec_term_source), (smokecodec_encode_new),
26852         (smokecodec_decode_new), (smokecodec_info_free),
26853         (smokecodec_set_quality), (smokecodec_get_quality),
26854         (smokecodec_set_threshold), (smokecodec_get_threshold),
26855         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
26856         (find_best_size), (abs_diff), (put), (smokecodec_encode),
26857         (smokecodec_parse_header), (smokecodec_decode):
26858         * ext/jpeg/smokecodec.h:
26859         Added a new simple jpeg based codec
26860
26861 2004-06-08  Wim Taymans  <wim@fluendo.com>
26862
26863         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
26864         (gst_multipart_mux_loop):
26865         Fix memory leak
26866
26867 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
26868
26869         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
26870         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
26871         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
26872         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
26873         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
26874         * gst/tcp/gsttcpserversink.h:
26875           take streamheader into account
26876
26877 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
26878
26879         * gst/level/Makefile.am:
26880         * gst/level/gstlevel.c: (gst_level_class_init):
26881           clean up marshal generation
26882
26883 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
26884
26885         * gst/tcp/Makefile.am:
26886         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
26887         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
26888         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
26889         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
26890         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
26891         (gst_tcpclientsrc_get_property):
26892         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
26893         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
26894         (gst_tcpserversink_handle_client_read),
26895         (gst_tcpserversink_handle_client_write),
26896         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
26897         * gst/tcp/gsttcpserversink.h:
26898           add signals client-added and client-removed
26899         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
26900         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
26901         (gst_tcpserversrc_get_property):
26902         uniformized, change default protocol to NONE
26903         * gst/tcp/gsttcp-marshal.list: added
26904 2004-06-07  Benjamin Otte  <otte@gnome.org>
26905
26906         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26907           handle discont events if they happen before caps nego
26908
26909 2004-06-07  Wim Taymans  <wim@fluendo.com>
26910
26911         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
26912         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
26913         (gst_multipart_demux_plugin_init):
26914         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
26915         (gst_multipart_mux_init), (gst_multipart_mux_loop),
26916         (gst_multipart_mux_change_state):
26917         Small updates, fix a memleak
26918
26919 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
26920
26921         * configure.ac: OSS portability
26922         * ext/arts/gst_arts.c: idem
26923         * sys/oss/gstosselement.c: idem
26924         * sys/oss/gstossmixer.c: idem
26925         * sys/oss/gstosssink.c: idem
26926         * sys/oss/gstosssrc.c: idem
26927         * sys/oss/oss_probe.c: idem
26928           - check for soundcard.h in different places for some BSD
26929
26930 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
26931
26932         * AUTHORS:
26933         Add me to the authors file
26934         * configure.ac:
26935         Increase the libdv requirement to >= version 0.100
26936         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
26937         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
26938         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
26939         * ext/dv/gstdvdec.h:
26940         Add support for the new_media flag when sending DISCONT events
26941         Make the querying work when video pad is not linked
26942
26943 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
26944
26945         reviewed by Benjamin Otte  <otte@gnome.org>
26946
26947         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
26948           create a NULL-initialized array of pads, so we don't think they
26949           exist already. (fixes #143130)
26950
26951 2004-06-07  Benjamin Otte  <otte@gnome.org>
26952
26953         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
26954         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
26955         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
26956           don't use // coments
26957
26958 2004-06-07  Benjamin Otte  <otte@gnome.org>
26959
26960         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
26961           cast to GstClockTime to get higher granularity
26962         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26963           use gst_element_set_time_delay to get the exact time
26964         * ext/mad/gstmad.c: (gst_mad_chain):
26965           use the negotiated rate instead of the current frame's rate which
26966           might be wrong because of bit errors. This avoids emitting totally
26967           bogus timestamps and screwing sync.
26968         (fixes #143454)
26969
26970 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
26971
26972         reviewed by Benjamin Otte  <otte@gnome.org>
26973
26974         * gst/adder/gstadder.c: (gst_adder_loop):
26975           properly error out when no negotiation has happened yet. (fixes
26976           #143032)
26977
26978 2004-06-06  Benjamin Otte  <otte@gnome.org>
26979
26980         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26981           forward correctly transformed offset in discont events. Based on
26982           patch by Arwed v. Merkatz. (fixes #142851)
26983
26984 2004-06-06  David Schleef  <ds@schleef.org>
26985
26986         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
26987         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
26988         problems on several systems.
26989
26990 2004-06-06  Benjamin Otte  <otte@gnome.org>
26991
26992         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
26993           use explicit caps on the srcpad
26994         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
26995           properly error out if caps couldn't be set (fixes #142764)
26996
26997 2004-06-06  Benjamin Otte  <otte@gnome.org>
26998
26999         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
27000         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
27001         (gst_alsa_start_audio):
27002           - don't call set_periods_integer anymore, it breaks the
27003           configuration randomly
27004           - call snd_pcm_hw_params_set_access directly instead of using masks
27005           - don't fail if the sw_params can't be set, just use the default
27006           params and hope it works. Alsalib has weird issues when you touch
27007           sw_params and does no proper error reporting about what failed.
27008         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
27009         (gst_alsa_close_audio):
27010           make our alsa debugging go via gst debugging and not conditionally
27011           defined
27012         * ext/alsa/gstalsa.h:
27013           add ALSA_DEBUG_FLUSH macro
27014         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
27015         (plugin_init):
27016           wrap alsa errors to be printed via the gst debugging system and not
27017           spammed to stderr
27018
27019 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27020
27021         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
27022         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
27023         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
27024         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
27025         (qtdemux_parse_trak):
27026         * gst/qtdemux/qtdemux.h:
27027           Bitch. Also known as seeking, querying & co.
27028         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
27029         (gst_osssink_change_state):
27030         * sys/oss/gstosssink.h:
27031           Resyncing is for weenies, this hack is no longer needed and was
27032           broken anyway (since it - unintendedly - always leaves resync to
27033           TRUE).
27034
27035 2004-06-05  Andrew Turner <zxombie@hotpop.com>
27036
27037         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
27038         * gst/tcp/gsttcpclientsrc.h: idem
27039           - define MSG_NOSIGNAL if not done
27040           - include unistd.h for off_t
27041           (fixes #143749)
27042
27043 2004-06-05  Benjamin Otte  <otte@gnome.org>
27044
27045         * configure.ac:
27046         * ext/kio/Makefile.am:
27047           check for qt's moc preprocessor explicitly and use it
27048
27049 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
27050
27051         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
27052           don't get a signal for EPIPE on socket writes
27053           (somebody check if this works on other platforms)
27054
27055 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27056
27057         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
27058         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
27059           check error condition on available samples correctly
27060
27061 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27062
27063         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
27064           avoid a segfault
27065         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
27066         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
27067         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
27068         (gst_tcpserversrc_gdp_read_header):
27069          use ssize_t over size_t since the former is signed and thus the
27070          check for error codes can work
27071
27072 2004-06-02  Wim Taymans  <wim@fluendo.com>
27073
27074         reviewed by: Johan
27075
27076         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
27077         (gst_multipart_mux_loop):
27078         Oops
27079
27080 2004-06-02  Wim Taymans  <wim@fluendo.com>
27081
27082         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
27083         (gst_multipart_mux_init), (gst_multipart_mux_loop),
27084         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
27085         (gst_multipart_mux_change_state):
27086         Added configurable boundary specifier, added the value as a
27087         caps field as well.
27088
27089 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27090
27091         * gst/tcp/gsttcp.c:
27092         * gst/tcp/gsttcpclientsrc.c:
27093         * gst/tcp/gsttcpclientsrc.h:
27094         * gst/tcp/gsttcpserversrc.c:
27095           - portability fix, to compile on OSX
27096             (fixes #143146)
27097
27098         * sys/osxaudio/gstosxaudioelement.c:
27099         * sys/osxaudio/gstosxaudiosink.c:
27100         * sys/osxaudio/gstosxaudiosrc.c:
27101           - compilation warnings on OSX
27102             (fixes #143153)
27103
27104 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27105
27106         * ext/vorbis/vorbisdec.c : sign warning fixes
27107
27108         * gst-libs/gst/mixer/mixertrack.c :
27109           do no use defines which are glib 2.4 specific
27110
27111 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
27112
27113         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
27114           buffer since libflac doesn't expect it (reports a sync error when
27115           it encounters that)
27116
27117
27118 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
27119
27120         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
27121         * gst-libs/gst/mixer/mixertrack.c:
27122         (gst_mixer_track_get_property), (get_mixer_track_init),
27123         (get_mixer_track_get_property): Added property accessors
27124         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
27125         * gst-libs/gst/mixer/mixeroptions.c:
27126         (gst_mixer_options_get_values): Added
27127         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
27128         * gst-libs/gst/mixer/mixer.c: Fixed comment
27129
27130
27131 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
27132
27133         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
27134           improve error messages on open
27135
27136
27137 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27138
27139         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
27140           check if v4l-conf is in path
27141
27142 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27143
27144         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
27145           change assert to a more readable error message
27146
27147 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27148
27149         * gst-libs/gst/tuner/tunerchannel.h:
27150           - add a freq_multiplicator field to make the conversion
27151             between internal frequency unit and Hz
27152         * sys/v4l/gstv4lelement.c:
27153         * sys/v4l2/gstv4l2element.c:
27154           - change default video device to /dev/video0
27155         * sys/v4l/v4l_calls.c:
27156         * sys/v4l2/v4l2_calls.c:
27157           - we only expose frequency to the user in Hz instead of
27158             bastard v4lX unit (either 62.5kHz or 62.5Hz)
27159
27160 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
27161         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
27162           Initialise b_o_s and e_o_s variables
27163         * gst-libs/gst/riff/riff-media.c:
27164         (gst_riff_create_video_caps_with_data):
27165           Add some unusual fourcc's from mplayer avi's
27166         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
27167           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
27168           autoplugging.
27169
27170 2004-05-28  Wim Taymans  <wim@fluendo.com>
27171
27172         * configure.ac:
27173         * gst/alpha/Makefile.am:
27174         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
27175         (gst_alpha_get_type), (gst_alpha_base_init),
27176         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
27177         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
27178         (gst_alpha_chroma_key), (gst_alpha_chain),
27179         (gst_alpha_change_state), (plugin_init):
27180         A plugin to add an alpha channel to I420 video. Can optionally do
27181         chroma keying.
27182         * gst/multipart/Makefile.am:
27183         * gst/multipart/multipart.c: (plugin_init):
27184         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
27185         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
27186         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
27187         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
27188         (gst_multipart_demux_change_state),
27189         (gst_multipart_demux_plugin_init):
27190         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
27191         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
27192         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
27193         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
27194         (gst_multipart_mux_pad_unlink),
27195         (gst_multipart_mux_request_new_pad),
27196         (gst_multipart_mux_handle_src_event),
27197         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
27198         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
27199         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
27200         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
27201         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
27202         send multipart jpeg images to a browser.
27203         * gst/videobox/Makefile.am:
27204         * gst/videobox/README:
27205         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
27206         (gst_video_box_get_type), (gst_video_box_base_init),
27207         (gst_video_box_class_init), (gst_video_box_init),
27208         (gst_video_box_set_property), (gst_video_box_get_property),
27209         (gst_video_box_sink_link), (gst_video_box_i420),
27210         (gst_video_box_ayuv), (gst_video_box_chain),
27211         (gst_video_box_change_state), (plugin_init):
27212         Crops or adds borders around an image. can do alpha channel
27213         borders as well.
27214         * gst/videomixer/Makefile.am:
27215         * gst/videomixer/README:
27216         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
27217         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
27218         (gst_videomixer_pad_get_sink_event_masks),
27219         (gst_videomixer_pad_get_property),
27220         (gst_videomixer_pad_set_property),
27221         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
27222         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
27223         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
27224         (gst_videomixer_base_init), (gst_videomixer_class_init),
27225         (gst_videomixer_init), (gst_videomixer_request_new_pad),
27226         (gst_videomixer_handle_src_event),
27227         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
27228         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
27229         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
27230         (gst_videomixer_loop), (gst_videomixer_get_property),
27231         (gst_videomixer_set_property), (gst_videomixer_change_state),
27232         (plugin_init):
27233         Generic video mixer plugin, can handle multiple inputs all with
27234         different framerates and video sizes. Is fully alpha channel
27235         aware.
27236
27237 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27238
27239         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
27240           Select first track as master track. Not sure how else to handle
27241           that...
27242         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
27243           Discard discont events. Should fix #142962.
27244
27245 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27246
27247         * ext/alsa/Makefile.am:
27248         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
27249         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
27250         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
27251         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
27252         (gst_alsa_mixer_get_option):
27253         * ext/alsa/gstalsamixer.h:
27254         * ext/alsa/gstalsamixeroptions.c:
27255         (gst_alsa_mixer_options_get_type),
27256         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
27257         (gst_alsa_mixer_options_new):
27258         * ext/alsa/gstalsamixeroptions.h:
27259         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
27260         * ext/alsa/gstalsamixertrack.h:
27261           Add enumerations (as GstMixerOptions). Make correct distinction
27262           between input/output tracks. Add capture/playback private flag.
27263           Use flag to decide on whether to set capture or playback volumes
27264           or switches. Use playback and record switches.
27265         * gst-libs/gst/mixer/Makefile.am:
27266         * gst-libs/gst/mixer/mixer-marshal.list:
27267         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
27268         (gst_mixer_set_option), (gst_mixer_get_option),
27269         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
27270         (gst_mixer_volume_changed), (gst_mixer_option_changed):
27271         * gst-libs/gst/mixer/mixer.h:
27272         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
27273         (gst_mixer_options_class_init), (gst_mixer_options_init),
27274         (gst_mixer_options_dispose):
27275         * gst-libs/gst/mixer/mixeroptions.h:
27276           Add GstMixerOptions.
27277         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
27278           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
27279           broken device detection on computers with multiple OSS sound
27280           cards.
27281
27282 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27283
27284         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
27285           fixate nicely even when the peer is not negotiating
27286
27287 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27288
27289         * gst/audioconvert/gstaudioconvert.c:
27290         (gst_audio_convert_parse_caps):
27291           make sure we don't allow depth > width
27292         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
27293           fixate endianness to G_BYTE_ORDER as default
27294         * gst/audioscale/gstaudioscale.c:
27295           we don't handle another endianness as host-endianness
27296
27297 2004-05-25  David Schleef  <ds@schleef.org>
27298
27299         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
27300
27301 2004-05-24  Benjamin Otte  <otte@gnome.org>
27302
27303         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
27304         (gst_oggvorbisenc_setup):
27305           properly fail when we can't setup the vorbis encoder due to
27306           unsupported settings
27307         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
27308         (gst_vorbisenc_setup):
27309           same
27310         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
27311           fix case where warnings occured when one pad was unlinked while the
27312           other's link function was called
27313
27314 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27315
27316         * gst/tcp/Makefile.am:
27317           use GST_ENABLE_NEW
27318
27319 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27320
27321         * gst-libs/gst/resample/private.h:
27322           don't use optimizations that are #if 0'ed
27323
27324 2004-05-24  Wim Taymans  <wim@fluendo.com>
27325
27326         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
27327         Fix potential division by zero error and hopefully get
27328         the position query right to get correct timestamps on avi
27329         audio.
27330
27331 2004-05-24  Wim Taymans  <wim@fluendo.com>
27332
27333         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
27334         (gst_videoscale_scale_nearest_str2),
27335         (gst_videoscale_scale_nearest_str4),
27336         (gst_videoscale_scale_nearest_32bit),
27337         (gst_videoscale_scale_nearest_24bit),
27338         (gst_videoscale_scale_nearest_16bit):
27339         Fix the scaling algorithm and avoid a buffer overflow.
27340         removed the while loop in the scaling function as it
27341         was used for point sampling only.
27342
27343 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27344
27345         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
27346         (gst_id3_tag_class_init), (gst_id3_tag_init),
27347         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
27348         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
27349         (gst_id3_tag_send_tag_event):
27350           lots of fixes to make id3mux work and id3demux work correctly
27351
27352 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27353
27354         * ext/Makefile.am:
27355           add rules to build shout2send (was removed by accident
27356           when this module was no more marked experimental/broken)
27357
27358 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27359
27360         * ext/shout2/gstshout2.c:
27361         * ext/shout2/gstshout2.h:
27362           adding a "connection problem" signal to shout2send
27363           (fixes #142954)
27364
27365 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
27366
27367         * ext/kio/kioreceiver.cpp:
27368         * ext/kio/kioreceiver.h:
27369           fix sign comparison issues
27370
27371 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27372
27373         * gst/cdxaparse/gstcdxaparse.c:
27374         * gst/cdxaparse/gstcdxaparse.h:
27375           some renaming
27376           add some checks/sanity
27377           prepare for seek addition
27378
27379         * sys/sunaudio/gstsunaudio.c:
27380           remove exported dupe init function
27381
27382 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
27383
27384         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
27385         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
27386           Fix format conversion and position querying.
27387         * gst/debug/progressreport.c: (gst_progressreport_report):
27388           Don't output a bogus total value that we didn't query.
27389         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
27390           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
27391           only a blank window after xine has been used.
27392
27393 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
27394
27395         * m4/as-arts.m4:
27396           sync with upstream version to fix test on FC2
27397           readd with -ko to preserve Id header
27398
27399 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27400
27401         * configure.ac:
27402           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
27403         * gst/tcp/gsttcpclientsrc.c: idem
27404         * gst/tcp/gsttcpserversink.c: idem
27405         * gst/tcp/gsttcpserversrc.c: idem
27406         * m4/gst-fionread.m4: idem
27407
27408         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
27409
27410         * configure.ac: enable speex plugin for speex 1.1.5+
27411         * ext/speex/gstspeexenc.c: fix cast warning
27412
27413         * ext/esd/README: fix typo
27414
27415 2004-05-20  David Schleef  <ds@schleef.org>
27416
27417         * configure.ac: Minor cosmetic change to convince the buildbot to
27418         reautogen.
27419         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
27420         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
27421         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
27422         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
27423         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
27424         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
27425         More hacking.  Plays audio now.
27426
27427 2004-05-20  David Schleef  <ds@schleef.org>
27428
27429         * configure.ac:
27430         * sys/Makefile.am:
27431
27432 2004-05-20  David Schleef  <ds@schleef.org>
27433
27434         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
27435         * sys/osxaudio/gstosxaudio.c:
27436         * sys/osxaudio/gstosxaudioelement.c:
27437         * sys/osxaudio/gstosxaudioelement.h:
27438         * sys/osxaudio/gstosxaudiosink.c:
27439         * sys/osxaudio/gstosxaudiosink.h:
27440         * sys/osxaudio/gstosxaudiosrc.c:
27441         * sys/osxaudio/gstosxaudiosrc.h:
27442
27443 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
27444
27445         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
27446         (gst_vorbisenc_chain):
27447           put the codec headers on the caps as streamheader as well as
27448           pushing them out
27449
27450 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
27451
27452         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
27453         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
27454         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
27455         split up push_packet into two functions
27456
27457 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
27458
27459         * gst/tcp/.cvsignore:
27460           ignore enums
27461         * gst/tcp/Makefile.am:
27462         * gst/tcp/README:
27463         * gst/tcp/gsttcp.c:
27464         * gst/tcp/gsttcp.h:
27465         * gst/tcp/gsttcpclientsink.c:
27466         * gst/tcp/gsttcpclientsink.h:
27467         * gst/tcp/gsttcpclientsrc.c:
27468         * gst/tcp/gsttcpclientsrc.h:
27469         * gst/tcp/gsttcpplugin.c:
27470         * gst/tcp/gsttcpserversink.c:
27471         * gst/tcp/gsttcpserversink.h:
27472         * gst/tcp/gsttcpserversrc.c:
27473         * gst/tcp/gsttcpserversrc.h:
27474           add new tcp elements
27475
27476 2004-05-19  Wim Taymans  <wim@fluendo.com>
27477
27478         * gst/law/mulaw-conversion.c: (mulaw_encode):
27479         Fix overflow bug in ulaw encoding.
27480
27481 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27482
27483         * ext/mad/gstmad.c: (gst_mad_handle_event):
27484           don't unref the event twice
27485
27486 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27487
27488         * configure.ac:
27489           remove -Wno-sign-compare
27490
27491 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27492
27493         * configure.ac:
27494           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
27495           if you want to work against glib 2.2 and 2.4
27496
27497 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
27498
27499         * gst/tcp/Makefile.am:
27500         * gst/tcp/gsttcp.c:
27501         * gst/tcp/gsttcp.h:
27502         * gst/tcp/gsttcpsink.h:
27503         * gst/tcp/gsttcpsrc.h:
27504           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
27505
27506 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27507
27508         * gst/debug/tests.c: (md5_get_value):
27509           fix segfault on gst-inspect
27510
27511 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27512
27513         * gst/debug/testplugin.c:
27514         * gst/debug/tests.c:
27515         * gst/debug/tests.h:
27516           add new extensible and configurable testing element. Current tests
27517           include buffer count, stream length, timestamp/duration matching and
27518           md5.
27519         * gst/debug/Makefile.am:
27520         * gst/debug/gstdebug.c: (plugin_init):
27521           add infrastructure for new element
27522
27523 2004-05-19  Johan Dahlin  <johan@gnome.org>
27524
27525         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
27526         ending of the array. Fixes gst-inspect segfault on ppc.
27527
27528 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27529
27530         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
27531
27532         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
27533
27534 2004-05-18  David Schleef  <ds@schleef.org>
27535
27536         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
27537         warnings (bugs, actually) noticed by gcc but not forte.
27538
27539 2004-05-18  David Schleef  <ds@schleef.org>
27540
27541         * sys/sunaudio/Makefile.am:
27542         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
27543
27544 2004-05-18  David Schleef  <ds@schleef.org>
27545
27546         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
27547         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
27548         to allow qtdemux to use non-seekable streams. (bug #142272)
27549
27550 2004-05-18  David Schleef  <ds@schleef.org>
27551
27552         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
27553         (gst_resample_sinc_ft_float): Remove use of static temporary
27554         buffer.  This code was obviously not supposed to last long, but
27555         it's stuck in our ABI, so it required a little hack to make it
27556         ABI-compatible.  Fixes #142585.
27557         * gst-libs/gst/resample/resample.h: same.
27558
27559 2004-05-18  David Schleef  <ds@schleef.org>
27560
27561         * configure.ac: Add sunaudio
27562         * examples/Makefile.am: make gstplay depend on gconf
27563         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
27564         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
27565         (convert_table_lookup), (img_convert): remove c99-isms
27566         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
27567           unsigned, to fix a warning on Solaris
27568         * gst/mpeg1sys/systems.c: bcopy->memcpy
27569         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
27570         * sys/Makefile.am: Add sunaudio
27571
27572 2004-05-18  Wim Taymans  <wim@fluendo.com>
27573
27574         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
27575         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
27576         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
27577         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
27578         (gst_ogg_mux_loop):
27579         Fix an ugly memleak where the muxer didn't flush enough ogg
27580         pages. This also resulted in badly muxed ogg files.
27581
27582 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27583
27584         * gst/asfdemux/asfheaders.c :
27585         * gst/asfdemux/asfheaders.h :
27586         * gst/asfdemux/gstasfdemux.c :
27587           - fix ASF_OBJ_PADDING guid
27588           - add 3 new object guids (language list, metadata,
27589             extended stream properties)
27590           - add a function to parse extended header objects
27591
27592 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27593
27594         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
27595           remove leftover debugging g_print
27596
27597 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27598
27599         * ext/mad/gstmad.c: (gst_mad_handle_event):
27600           Fix for when the first format in a discont event is not a
27601           byte-based one. Should fix #137710.
27602
27603 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27604
27605         * m4/a52.m4 : fix compilation with -Wall -Werror
27606         * m4/libfame.m4 : idem
27607         * m4/libmikmod.m4 : idem
27608
27609 2004-05-17  Benjamin Otte  <otte@gnome.org>
27610
27611         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
27612           signal the new tags before giving up the reference
27613
27614 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27615
27616         * ext/shout2/gstshout2.c:
27617           use application/ogg instead of application/x-ogg (patch by Patrick
27618           Guimond, fixes #142432)
27619         * sys/oss/gstosselement.c: (gst_osselement_reset),
27620         (gst_osselement_sync_parms):
27621           don't set fragment size unless specified (fixes #142493)
27622
27623 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27624
27625         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
27626           fixes #142664
27627
27628 2004-05-17  Benjamin Otte  <otte@gnome.org>
27629
27630         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
27631           compute offsets correctly for internal buffers so timestamps are set
27632           correctly when we can't seek. Also handle cases where there are no
27633           offsets. (based on a patch by David Moore, fixes #142507)
27634
27635 2004-05-17  Benjamin Otte  <otte@gnome.org>
27636
27637         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
27638           use correct variable when determining amount of data to skip so we
27639           don't skip into the void and segfault
27640
27641 2004-05-16  Benjamin Otte  <otte@gnome.org>
27642
27643         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
27644           Hi, I'm a memleak
27645
27646 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27647
27648         * gst/asfdemux/gstasfdemux.c:
27649           - fix a mem leak and always propagate tags
27650           - add WMV3 to known video codecs (but no decoder yet)
27651           - replace "surplus data" at end of audio header for what
27652             it is : codec specific data
27653           - fix a typo
27654
27655 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
27656
27657         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
27658
27659         * gst-libs/gst/audio/audioclock.c:
27660           Fix wrong return type (#142205).
27661
27662 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27663
27664         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
27665           Ignore CRCs by default (fixes #142566).
27666
27667 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27668
27669         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
27670         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
27671         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
27672         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
27673         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
27674         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
27675           Fix for cases where we fail to attach to a mixer.
27676
27677 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27678
27679         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
27680           Don't touch events after not owning them anymore.
27681         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
27682         (gst_wavparse_fmt), (gst_wavparse_other),
27683         (gst_wavparse_handle_seek), (gst_wavparse_loop),
27684         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
27685         (gst_wavparse_srcpad_event):
27686         * gst/wavparse/gstwavparse.h:
27687           Add seeking, fix querying.
27688
27689 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27690
27691         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
27692           - process comments even if they don't end with \0\0
27693             g_convert would ignore them if present and works well without them
27694
27695 2004-05-16  Benjamin Otte  <otte@gnome.org>
27696
27697         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
27698           simplify caps
27699
27700 2004-05-16  Benjamin Otte  <otte@gnome.org>
27701
27702         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
27703           don't write to memory we might not write to - g_convert does that
27704           for us anyway (fixes #142613)
27705         (gst_asf_demux_audio_caps):
27706           comment out gst_util_dump_mem
27707
27708 2004-05-16  Benjamin Otte  <otte@gnome.org>
27709
27710         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
27711           compute correct expected timestamps after seek (broken since
27712           last commit)
27713         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
27714           rename element and debugging category to gdkpixbufscale
27715
27716 2004-05-16  Benjamin Otte  <otte@gnome.org>
27717
27718         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
27719           add error checking to snd_pcm_delay and remove duplicate call to
27720           snd_pcm_delay that caused issues (see inline code comments)
27721         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
27722           make more readable and fix return value when snd_pcm_delay fails
27723         (fixes #142586)
27724
27725 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
27726         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
27727         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
27728         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
27729         (gst_pixbufscale_link), (gst_pixbufscale_init),
27730         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
27731         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
27732         (gst_pixbufscale_get_property), (pixbufscale_init):
27733         * ext/gdk_pixbuf/pixbufscale.h:
27734         Add these files I forgot earlier
27735
27736 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
27737         * ext/gdk_pixbuf/Makefile.am:
27738         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
27739         * ext/gdk_pixbuf/gstgdkpixbuf.h:
27740         Add new pixbufscale element to scale RGB video
27741         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
27742         and HYPER interpolation correctly.
27743         * ext/theora/theoraenc.c: (theora_enc_chain),
27744         Discard buffer and return if explicit caps could not be set
27745         (theora_enc_get_property):
27746         Make _get return kbps for the bitrate consistent with
27747         the _set function.
27748
27749
27750 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27751
27752         * ext/libvisual/visual.c: (gst_visual_chain):
27753           add missing visual_audio_analyze
27754
27755 2004-05-14  David Schleef  <ds@schleef.org>
27756
27757         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
27758         is killed while we're playing.
27759         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
27760         gst_element_no_more_pads().
27761
27762 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27763
27764         * gst-libs/gst/riff/riff-read.c :
27765           - fix INFO tag extraction in RIFF/AVI files
27766             because gst_event_unref (event) also freed taglist
27767           - avoid a mem leak
27768
27769 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27770
27771         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
27772         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
27773
27774         * gst/auparse/gstauparse.c :
27775           - add code (commented for now) to support audio/x-adpcm on src pad
27776             (we have no decoder for those layout yet)
27777
27778         * gst/cdxaparse/gstcdxaparse.c :
27779         * gst/cdxaparse/gstcdxaparse.h :
27780           - partial rewrite using RiffRead (ripped iain's wavparse code)
27781
27782         * gst/rtp/gstrtpL16enc.c : typo
27783         * gst/rtp/gstrtpgsmenc.c : typo
27784
27785 2004-05-13  Benjamin Otte  <otte@gnome.org>
27786
27787         * configure.ac:
27788           check for exact version of libvisual, it's not supposed to be
27789           API/ABI stable yet
27790
27791 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27792
27793         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
27794           signal no-more-pads
27795
27796 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
27797
27798         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
27799         Report which format was used for GST_FORMAT_DEFAULT
27800         * gst/debug/Makefile.am:
27801         * gst/debug/gstdebug.c: (plugin_init):
27802         * gst/debug/progressreport.c: (gst_progressreport_base_init),
27803         (gst_progressreport_class_init), (gst_progressreport_init),
27804         (gst_progressreport_report), (gst_progressreport_set_property),
27805         (gst_progressreport_get_property), (gst_progressreport_chain),
27806         (gst_progressreport_plugin_init):
27807         Add progressreport element for testing.
27808
27809 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
27810
27811         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
27812         * sys/v4l/gstv4lsrc.h:
27813         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
27814         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
27815         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
27816         (gst_v4lsrc_grab_frame):
27817           add more debugging
27818           send a discont at start
27819
27820 2004-05-12  Colin Walters  <walters@redhat.com>
27821
27822         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
27823         inflooping if we can't find a chunk.  Or in other words, don't blow
27824         chunks if we don't have a chunk to blow.
27825
27826 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
27827         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
27828         Remove old debug output
27829         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
27830         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
27831         (gst_dvdec_set_property), (gst_dvdec_get_property):
27832         Change the quality setting to an enum, so it works from gst-launch
27833         Don't renegotiate a non-linked pad. Allows audio only decoding.
27834         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
27835         (gst_deinterlace_link), (gst_deinterlace_init):
27836         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
27837         (gst_videodrop_link):
27838         Some caps negotiation fixes
27839
27840 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27841
27842         * ext/tarkin/gsttarkin.c :
27843           - Change RANK from NONE to PRIMARY
27844         * ext/gdk_pixbuf/gstgdkpixbuf.c :
27845           - Change RANK from NONE to MARGINAL
27846         * ext/divx/gstdivxenc.c :
27847           - Change RANK from PRIMARY to NONE (encoder/spider issue)
27848
27849 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
27850
27851         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
27852         (gst_vorbisenc_push_packet):
27853           copy a function that was added between 1.0 and 1.0.1 until we
27854           depend on worthwhile features of post-1.0
27855
27856 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27857
27858         * configure.ac:
27859           enable shout2 by default
27860         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
27861         (gst_shout2send_base_init), (gst_shout2send_init),
27862         (gst_shout2send_connect), (gst_shout2send_change_state):
27863         * ext/shout2/gstshout2.h:
27864           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
27865           #142262)
27866         * ext/theora/theora.c: (plugin_init):
27867           don't set rank on encoders
27868
27869 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
27870
27871         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
27872           Use codec_data property instead of flag1 and flag2 for wma
27873
27874 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27875
27876         * gst/cdxaparse/gstcdxaparse.c :
27877           - Add mpegversion to CAPS to make it link
27878           - Rank is as GST_RANK_SECONDARY instead of NONE
27879         * gst/auparse/gstauparse.c :
27880           - Document all audio encoding we can encounter from Solaris 9
27881             headers and libsndfile information.
27882           - Increase max. rate from 48000 to 192000 (to match other elements)
27883           - Don't try to play junk data between header and samples
27884
27885 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27886
27887         * ext/libvisual/visual.c: (gst_visual_getcaps):
27888           use the right caps depending on endianness (I hope)
27889         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
27890           use GST_RANK_NONE for all non-decoding elements or spider gets
27891           mighty confused
27892
27893 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27894
27895         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
27896           Fix some odd cases and fix BE metadata parsing of unicode16 text.
27897
27898 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27899
27900         * gst/switch/gstswitch.c: (gst_switch_release_pad),
27901         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
27902         (gst_switch_loop), (gst_switch_get_type):
27903           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
27904           HEADERS. Had to be said.
27905
27906 2004-05-10  David Schleef  <ds@schleef.org>
27907
27908         * configure.ac: Add prototype Dirac support.
27909         * ext/Makefile.am:
27910         * ext/dirac/Makefile.am:
27911         * ext/dirac/gstdirac.cc:
27912         * ext/dirac/gstdiracdec.cc:
27913
27914 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27915
27916         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
27917         (gst_auparse_init), (gst_auparse_chain),
27918         (gst_auparse_change_state):
27919           Hack around spider. Remove me some day please.
27920
27921 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27922
27923         * gst/auparse/gstauparse.c: (gst_auparse_chain):
27924           Fix for some uninitialized variables in previous patch, also
27925           makes it work. Fixes #142286 while we're at it.
27926
27927 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27928
27929         * gst/auparse/gstauparse.c:
27930                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
27931                 only unsupported formats are ADPCM/CCITT G.72x
27932                 reviewed by Ronald
27933         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
27934
27935 2004-05-10  Wim Taymans  <wim@fluendo.com>
27936
27937         * ext/vorbis/Makefile.am:
27938         * ext/vorbis/README:
27939         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
27940         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
27941         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
27942         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
27943         (gst_oggvorbisenc_convert_sink),
27944         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
27945         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
27946         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
27947         (get_constraints_string), (update_start_message),
27948         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
27949         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
27950         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
27951         * ext/vorbis/oggvorbisenc.h:
27952         * ext/vorbis/vorbis.c: (plugin_init):
27953         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
27954         (raw_caps_factory), (gst_vorbisenc_class_init),
27955         (gst_vorbisenc_init), (gst_vorbisenc_setup),
27956         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
27957         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
27958         * ext/vorbis/vorbisenc.h:
27959         Added a raw vorbis encoder to be used with the oggmuxer.
27960         We still need the old encoder for some gnome applications,
27961         read the README to find out how that works.
27962         The raw encoder is called "rawvorbisenc" until 0.9.
27963
27964 2004-05-10  Wim Taymans  <wim@fluendo.com>
27965
27966         * ext/ogg/gstogg.c: (plugin_init):
27967         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
27968         (gst_ogg_print):
27969         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
27970         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
27971         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
27972         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
27973         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
27974         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
27975         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
27976         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
27977         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
27978         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
27979         Added an ogg muxer.
27980         Small typo fixes in the demuxer.
27981
27982 2004-05-10  Wim Taymans  <wim@fluendo.com>
27983
27984         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
27985         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
27986         (theora_enc_change_state), (theora_enc_set_property),
27987         (theora_enc_get_property):
27988         Mark the last packet with an EOS flag which is not really needed
27989         in gstreamer.
27990         Do some better video framerate initialisation.
27991         Update the buffer timestamp.
27992
27993 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
27994
27995         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
27996         Return the result of the parent state change call
27997
27998 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27999
28000         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
28001         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
28002         * gst/law/alaw-encode.c : (idem)
28003         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
28004         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
28005         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
28006
28007 2004-05-09  Benjamin Otte  <otte@gnome.org>
28008
28009         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
28010           don't use a fixed buffer size when writing variable length data to
28011           it. Fixes memory corruption and makes alsasrc work
28012
28013 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28014
28015         * ext/gnomevfs/gstgnomevfssink.c:
28016         (_gst_boolean_allow_overwrite_accumulator),
28017         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
28018           Run glib's default signal handler (??) in RUN_CLEANUP rather than
28019           RUN_LAST, and don't use that to set the accumulator value because
28020           then it's always FALSE.
28021
28022 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28023
28024         * gst-libs/gst/riff/riff-media.c:
28025         (gst_riff_create_video_caps_with_data),
28026         (gst_riff_create_audio_caps),
28027         (gst_riff_create_audio_template_caps):
28028         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
28029           Fix for unaligned RIFF files (i.e. where all the chunks together
28030           in a LIST chunk are not of the same size as the size given in
28031           the LIST chunk header). Fixes several odd WAVE files. Also fix
28032           ADPCM (block_align property) in audio, so that wavparse based
28033           on this works now as it used to stand-alone.
28034
28035 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
28036
28037         reviewed by Benjamin Otte  <otte@gnome.org>
28038
28039         * ext/a52dec/gsta52dec.c:
28040         * ext/divx/gstdivxdec.c:
28041         * ext/divx/gstdivxenc.c:
28042         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
28043         * ext/faac/gstfaac.c: (gst_faac_base_init):
28044         * ext/faad/gstfaad.c: (gst_faad_base_init):
28045         * ext/ivorbis/vorbisfile.c:
28046         * ext/lame/gstlame.c:
28047         * ext/libfame/gstlibfame.c:
28048         * ext/mpeg2enc/gstmpeg2enc.cc:
28049         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
28050         * ext/sidplay/gstsiddec.cc:
28051         * ext/speex/gstspeexdec.c:
28052         * ext/speex/gstspeexenc.c:
28053         * ext/xvid/gstxviddec.c:
28054         * ext/xvid/gstxvidenc.c:
28055           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
28056           (fixes #142193)
28057
28058 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28059
28060         * ext/alsa/gstalsa.c: (device_list),
28061         (gst_alsa_class_probe_devices):
28062         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
28063           Fix alsa oddness in mixer after the combination of using mixer
28064           in source/sink elements and using hw:x,y instead of just hw:x.
28065
28066 2004-05-09  Benjamin Otte  <otte@gnome.org>
28067
28068         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
28069         (gst_wavparse_create_sourcepad):
28070           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
28071           sourcepads
28072
28073 2004-05-09  Benjamin Otte  <otte@gnome.org>
28074
28075         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
28076           allow discont events before caps nego
28077
28078 2004-05-08  Benjamin Otte  <otte@gnome.org>
28079
28080         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
28081           don't leak events
28082
28083 2004-05-08  Benjamin Otte  <otte@gnome.org>
28084
28085         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
28086         (gst_level_change_state), (gst_level_init):
28087         * gst/level/gstlevel.h:
28088           figure out if we're initialized directly instead of keeping a
28089           variable that's wrong in 90% of cases
28090           don't initialize pads and then leak them and use a new unitialized
28091           pad. (fixes #142084)
28092           these were bugs so n00bish I didn't find them for an hour :/
28093
28094 2004-05-08 Iain <iain@prettypeople.org>
28095
28096         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
28097         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
28098         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
28099         return the length that was read.
28100         (gst_riff_read_strf_auds): Allow fmt tags as well.
28101
28102 2004-05-07  David Schleef  <ds@schleef.org>
28103
28104         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
28105         signed char assumption in faad.h.
28106
28107 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28108
28109         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
28110           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
28111
28112 2004-05-07  Colin Walters  <walters@redhat.com>
28113
28114         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
28115         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
28116         function.
28117         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
28118         Add dispose function.
28119
28120 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
28121         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
28122           Fix caps nego and pad templates. RGB mode caps should
28123           work now.
28124         * ext/dvdnav/gst-dvd:
28125           Move mpeg2dec inside the thread because otherwise the
28126           queue rejects cap changes mid-stream
28127         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
28128         (gst_mpeg2dec_flush_decoder):
28129           For mpeg2dec > 0.4.0, call the flush function instead of
28130           manually extracting all in-flight frames.
28131         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
28132         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
28133           Change mime type video/dv go video/x-dv to match the
28134           rest of gst-plugins
28135
28136 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28137
28138         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
28139         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
28140         (gst_alsa_sink_class_init):
28141         * ext/alsa/gstalsasink.h:
28142         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
28143         (gst_alsa_src_class_init):
28144         * ext/alsa/gstalsasrc.h:
28145           Make alsasink/src a subclass of alsamixer so that mixer stuff
28146           shows up in gst-rec. Needs some finetuning.
28147
28148 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28149
28150         * ext/lame/gstlame.c: (gst_lame_chain):
28151           simplify
28152         * ext/mad/gstmad.c: (gst_mad_handle_event):
28153           fix event leak
28154         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28155           be able to detect mp3 files < 4096 bytes
28156
28157 2004-05-06  Wim Taymans  <wim@fluendo.com>
28158
28159         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
28160         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
28161         (theora_enc_set_property), (theora_enc_get_property):
28162         Also encode the first frame, cleanup some code.
28163
28164 2004-05-06  Wim Taymans  <wim@fluendo.com>
28165
28166         * ext/mpeg2enc/gstmpeg2enc.cc:
28167         Forward events first before deciding that negotiation was
28168         not performed.
28169
28170 2004-05-06  Wim Taymans  <wim@fluendo.com>
28171
28172         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
28173         First process the events before deciding that negotiation
28174         was not performed.
28175
28176 2004-05-06  Wim Taymans  <wim@fluendo.com>
28177
28178         * ext/theora/Makefile.am:
28179         * ext/theora/theora.c: (plugin_init):
28180         * ext/theora/theoradec.c: (theora_dec_change_state):
28181         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
28182         (gst_theora_enc_class_init), (gst_theora_enc_init),
28183         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
28184         (theora_enc_chain), (theora_enc_change_state),
28185         (theora_enc_set_property), (theora_enc_get_property):
28186         Added a theora encoder, grouped the encoder and decoder into the
28187         same plugin.
28188
28189 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28190
28191         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
28192         (gst_jpegenc_chain):
28193         fix DURATION on outgoing buffers
28194         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
28195         debug using time formats
28196         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
28197         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
28198         (gst_xvimagesink_sink_link):
28199         windows with width/height 0 generate X errors, so don't allow them
28200
28201 2004-05-05  Wim Taymans  <wim@fluendo.com>
28202
28203         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
28204         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
28205         (gst_mpeg2dec_negotiate_format):
28206         * ext/mpeg2dec/gstmpeg2dec.h:
28207           removed the static pad template so that we can add the
28208           more accurate framerate value to the caps.
28209
28210
28211 2004-05-04  Benjamin Otte  <otte@gnome.org>
28212
28213         * configure.ac:
28214           check for kdemacros.h, too (should fix #141821)
28215         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
28216           don't crash if no header was sent, but nicely error out (fixes part
28217           of #141554)
28218
28219 2004-05-04  Wim Taymans  <wim@fluendo.com>
28220
28221         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
28222         parent dispose function to avoid segfault on destroy.
28223
28224 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28225
28226         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
28227         (plugin_init):
28228         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
28229         (gst_xvimagesink_sink_link):
28230         clean up debugging caps
28231         also recreate xvimage when format has changed
28232
28233 2004-05-04  Benjamin Otte  <otte@gnome.org>
28234
28235         * ext/libvisual/Makefile.am:
28236         * ext/libvisual/visual.c: (gst_visual_class_init),
28237         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
28238         (gst_visual_srclink), (gst_visual_chain),
28239         (gst_visual_change_state), (plugin_init):
28240           use a GstAdapter to correctly adapt buffer sizes - allows using a
28241           framerate
28242
28243 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28244
28245         * sys/v4l/gstv4lelement.h:
28246         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
28247         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
28248         (gst_v4lsrc_buffer_free):
28249         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
28250         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
28251         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
28252         (gst_v4lsrc_requeue_frame):
28253         move some debugging categories around
28254         query for fps index and set accordingly if found
28255
28256 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28257
28258         * ext/lame/gstlame.c:
28259         correct defaults that lame_init puts out of range
28260
28261 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28262
28263         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
28264         (gst_divxenc_class_init):
28265         fix range since -1 is the default
28266         * gst/mpeg1sys/gstmpeg1systemencode.c:
28267         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
28268         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
28269         (gst_rtjpegdec_chain):
28270         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
28271         (gst_rtjpegenc_chain):
28272         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
28273         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
28274         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
28275         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
28276         * sys/v4l/gstv4lsrc.c:
28277         * sys/v4l/v4l_calls.c: (gst_v4l_open):
28278         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
28279         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
28280         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
28281         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
28282           remove gst_info calls
28283
28284 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28285
28286         * Makefile.am:
28287         * po/af.po:
28288         * po/az.po:
28289         * po/en_GB.po:
28290         * po/nl.po:
28291         * po/sr.po:
28292         * po/sv.po:
28293           Updated translations
28294
28295 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28296
28297         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
28298           refactor/comment code
28299
28300 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28301
28302         * gst/asfdemux/Makefile.am:
28303         * gst/asfdemux/asfheaders.c:
28304         * gst/asfdemux/asfheaders.h:
28305         * gst/asfdemux/gstasf.c: (plugin_init):
28306         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
28307         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
28308         (gst_asf_demux_setup_pad):
28309         * gst/asfdemux/gstasfdemux.h:
28310         * gst/asfdemux/gstasfmux.c:
28311         * gst/asfdemux/gstasfmux.h:
28312           Add tagging support to demuxer, split out registration in its own
28313           file instead of in demux (hacky), and prevent having some tables
28314           in our memory multiple times (in asfheaders.h).
28315
28316 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28317
28318         * gst/matroska/matroska-demux.c:
28319         (gst_matroska_demux_parse_metadata):
28320         * gst/matroska/matroska-ids.h:
28321           Basic tag reading support.
28322
28323 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28324
28325         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
28326           Really detect ac-3 audio.
28327         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
28328           really detect matroska files (off-by-1).
28329
28330 2004-04-30  David Schleef  <ds@schleef.org>
28331
28332         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
28333         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
28334         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
28335         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
28336         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
28337         hackage -- parse a lot more atoms, extract a few tags.  One might even
28338         mistake this for tag support.  Maybe it is.
28339         * gst/qtdemux/qtdemux.h:
28340
28341 2004-04-30  Colin Walters  <walters@verbum.org>
28342
28343         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
28344
28345 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
28346
28347         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28348         (gst_ffmpegcolorspace_getcaps):
28349           remove broken nego fix
28350
28351 2004-04-30  Benjamin Otte  <otte@gnome.org>
28352
28353         * configure.ac:
28354         * ext/Makefile.am:
28355         * ext/libvisual/Makefile.am:
28356         * ext/libvisual/visual.c:
28357           add initial support for libvisual (http://libvisual.sourceforge.net)
28358           libvisual is still quite alpha, so expect crashes in there :)
28359
28360 2004-04-29  David Schleef  <ds@schleef.org>
28361
28362         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
28363         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
28364         up qtdemux to make it spit out codec_data.  Do _not_ look at this
28365         code; you will no longer respect me.
28366
28367 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28368
28369         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
28370         * ext/alsa/gstalsa.h :
28371         change alsa pcm device discovery to find more than 1 device
28372         per card. code review by Ronald.
28373
28374 2004-04-29  David Schleef  <ds@schleef.org>
28375
28376         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
28377         Add a check for a driver bug on FreeBSD.  (bug #140565)
28378
28379 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
28380
28381         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
28382         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
28383         (gst_jpegenc_getcaps):
28384           move format setting to inner loop
28385         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28386         (gst_ffmpegcolorspace_getcaps):
28387           use GST_PAD_CAPS if available so that we use already negotiated
28388           caps
28389         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
28390         (qtdemux_parse_moov), (qtdemux_parse):
28391           extra debugging
28392         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
28393         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
28394           move hardcoded path to DEFINE
28395
28396 2004-04-28  David Schleef  <ds@schleef.org>
28397
28398         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
28399         (bug #140064)
28400
28401 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28402
28403         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
28404           Don't probe for playback device if we're a source element. Fixes
28405           #139658.
28406
28407 2004-04-29  Benjamin Otte  <otte@gnome.org>
28408
28409         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
28410         (gst_id3_tag_chain):
28411           rewrite buffer offset
28412
28413 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28414
28415         * configure.ac:
28416         * ext/Makefile.am:
28417         * ext/dts/Makefile.am:
28418         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
28419         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
28420         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
28421         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
28422         (gst_dtsdec_loop), (gst_dtsdec_change_state),
28423         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
28424         (plugin_init):
28425         * ext/dts/gstdtsdec.h:
28426           New DTS decoder.
28427         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
28428         (gst_faad_srcconnect):
28429           Add ESDS atom handling (.m4a).
28430
28431 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28432
28433         * ext/divx/gstdivxdec.c: (plugin_init):
28434           Remove comment that makes no sense.
28435         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
28436           Fix for obvious typo that resulted in warnings during gst-register.
28437         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
28438         (gst_xviddec_sink_link):
28439           Fix caps negotiation a bit better.
28440         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
28441           We call this 'codec_data', not 'esds'.
28442
28443 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28444
28445         * gst/monoscope/gstmonoscope.c:
28446           make sure we only provide 256x128
28447         * gst/monoscope/monoscope.c: (monoscope_init):
28448           assert size of 256x128
28449
28450 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
28451
28452         * Makefile.am:
28453         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
28454         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
28455           fixate to max width and height of device
28456
28457 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
28458
28459         * Makefile.am:
28460         * sys/v4l/gstv4l.c:
28461         * sys/v4l/gstv4lsrc.c:
28462         * sys/v4l/v4l_calls.c:
28463         * sys/v4l/v4lsrc_calls.c:
28464           fix for qc-usb driver which fakes having more than one buffer
28465           by handing the same buffer twice, which confused GStreamer's/v4lsrc
28466           buffer_free override
28467           add debugging
28468
28469 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
28470
28471         * Makefile.am:
28472         * gst/videotestsrc/gstvideotestsrc.c:
28473         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
28474         (gst_videotestsrc_init), (gst_videotestsrc_get),
28475         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
28476         * gst/videotestsrc/gstvideotestsrc.h:
28477           add num-buffers property
28478
28479         2004-04-26  Benjamin Otte  <otte@gnome.org>
28480
28481         * ext/mad/gstid3tag.c: (plugin_init):
28482           set id3mux rank to NONE so it doesn't confuse spider
28483           require audio/mpeg,mpegversion=1 in id3mux
28484
28485 2004-04-26  Benjamin Otte  <otte@gnome.org>
28486
28487         * configure.ac:
28488           detect faad correctly as non-working if it's indeed non-working
28489
28490 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
28491
28492         * Makefile.am:
28493         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
28494         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
28495         fix _getcaps so it only negotiates to its supported format
28496
28497 2004-04-25  Benjamin Otte  <otte@gnome.org>
28498
28499         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
28500           fix memleak
28501
28502 2004-04-23  Benjamin Otte  <otte@gnome.org>
28503
28504         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
28505           audio/x-raw-int with height rules! not. Now it's depth.
28506
28507 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28508
28509         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
28510         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
28511         (gst_wavparse_loop):
28512           Missing variable initialization. Add handling of DVI ADPCM. Fix
28513           mis-parsing of LIST chunks. This works around a bug where we mis-
28514           parse non-aligning LIST chunks (so LIST chunks where the contents
28515           don't align with the actual LIST size). The correct fix is to use
28516           rifflib, I'm not going to fix wavparse - too much work. All this
28517           fixes #104878.
28518
28519 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28520
28521         reviewed by Benjamin Otte  <otte@gnome.org>
28522
28523         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
28524           fix shoutcast not working (fixes #140844)
28525
28526 2004-04-22  Benjamin Otte  <otte@gnome.org>
28527
28528         * ext/hermes/gsthermescolorspace.c:
28529         (gst_hermes_colorspace_caps_remove_format_info):
28530         * gst/colorspace/gstcolorspace.c:
28531         (gst_colorspace_caps_remove_format_info):
28532         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28533         (gst_ffmpegcolorspace_caps_remove_format_info):
28534           s/gst_caps_simplify/gst_caps_do_simplify/
28535
28536 2004-04-22  Benjamin Otte  <otte@gnome.org>
28537
28538         * gst-libs/gst/riff/riff-media.c:
28539         (gst_riff_create_video_caps_with_data):
28540           mpegversion is an int
28541         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
28542           don't try to create pad templates with NULL caps, use any caps
28543           instead.
28544
28545 2004-04-20  David Schleef  <ds@schleef.org>
28546
28547         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
28548         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
28549         (bug #140384)
28550
28551 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
28552
28553         reviewed by David Schleef
28554
28555         * ext/mad/gstid3tag.c: Add stdlib.h
28556         * gst/rtp/gstrtpgsmenc.c: same
28557         * gst/tags/gstid3tag.c: same
28558         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
28559         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
28560         GST_DISABLE_LOADSAVE use.
28561         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
28562         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
28563         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
28564         atol(3)).
28565         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
28566         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
28567         strtoul(3)).
28568         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
28569         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
28570         $(ID3_CFLAGS).
28571         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
28572         $(LIBFAME_CFLAGS).
28573
28574 2004-04-20  David Schleef  <ds@schleef.org>
28575
28576         * gst/realmedia/rmdemux.c:  This was supposed to part of the
28577         last checkin.  Same idea.
28578
28579 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
28580
28581         reviewed by David Schleef
28582
28583         * configure.ac: bump required gstreamer version to 0.8.1.1
28584         because of following changes [--ds]
28585
28586         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
28587         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
28588         (gst_riff_read_header):  Use GST_READ_UINT*
28589         macros to access possibly unaligned memory.
28590
28591         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
28592         (mp3_type_find):  Use GST_READ_UINT*
28593         macros to access possibly unaligned memory.
28594         (mp3_type_find, mpeg1_parse_header, qt_type_find)
28595         (speex_type_find): Likewise
28596
28597         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
28598
28599         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
28600         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
28601         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
28602         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
28603         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
28604         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
28605         macros to access possibly unaligned memory.
28606
28607         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
28608         Likewise.
28609
28610         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
28611         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
28612
28613         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
28614         Likewise.
28615
28616         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
28617         (gst_mpeg2subt_chain_subtitle): Likewise.
28618
28619         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
28620         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
28621         Likewise.
28622
28623         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
28624         Likewise.
28625
28626         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
28627         Likewise.
28628
28629         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
28630         Likewise.
28631
28632 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
28633
28634         * configure.ac:
28635           update required version of GStreamer because of GST_TIME_FORMAT
28636
28637 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28638
28639         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
28640           remove leftover g_print
28641         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
28642           don't try setting only a subset of the caps. We don't want to kill
28643           autoplugging on purpose
28644
28645 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
28646
28647         * sys/ximage/ximagesink.c: (plugin_init):
28648         * sys/xvimage/xvimagesink.c: (plugin_init):
28649           add debugging categories
28650
28651 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
28652
28653         * po/en_GB.po:
28654         * po/LINGUAS:
28655           Adding en_GB translation (Gareth Owen)
28656
28657 2004-04-20  David Schleef  <ds@schleef.org>
28658
28659         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
28660         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
28661         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
28662         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
28663         A number of new features and hacks to extract the esds atom and
28664         put it into the caps.  (bug #137724)
28665
28666 2004-04-19  David Schleef  <ds@schleef.org>
28667
28668         * gconf/Makefile.am: Fix for non-GNU make
28669         * gst-libs/gst/Makefile.am: Change directory order to handle
28670         GstPlay linking with gstinterfaces
28671         * gst-libs/gst/audio/make_filter: make use of tr portable
28672         * gst-libs/gst/play/Makefile.am: Add intended \
28673         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
28674         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
28675         function prototype instead of void *.
28676         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
28677         macro.
28678         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28679         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
28680         * gst/videofilter/make_filter: make use of tr portable
28681         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
28682
28683 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
28684
28685         * po/LINGUAS:
28686         * po/uk.po:
28687           Added Ukrainian translation (Maxim V. Dziumanenko)
28688
28689 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28690
28691         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
28692         (gst_gsmdec_link), (gst_gsmdec_chain):
28693           Fix capsnego, simplify chain function slightly.
28694         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
28695           Add GSM.
28696
28697 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28698
28699         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
28700         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
28701         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
28702           Hack to make wavparse work with spider (always -> sometimes pad).
28703           Fixes #135862 && #140411.
28704
28705 2004-04-18  Benjamin Otte  <otte@gnome.org>
28706
28707         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
28708         (gst_osselement_rate_probe_check),
28709         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
28710           get rid of \n in debug output
28711
28712 2004-04-17  Iain <iain@prettypeople.org>
28713
28714         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
28715         not just EOS.
28716
28717 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28718
28719         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
28720         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
28721         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
28722         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
28723         (gst_id3_tag_src_link), (gst_id3_tag_chain),
28724         (gst_id3_tag_change_state), (plugin_init):
28725           deprecate id3tag element and replace with id3demux/id3mux.
28726           great side effect: this ugly file is now even uglier, yay!
28727         * ext/mad/gstmad.h:
28728           remove non-available function
28729           update for new get_type
28730
28731 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28732
28733         * configure.ac:
28734           require mpeg2dec >= 0.4.0
28735
28736 2004-04-17  Benjamin Otte  <otte@gnome.org>
28737
28738         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
28739         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
28740         (gst_xvimagesink_set_xwindow_id):
28741           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
28742           assorted cleanup fixes.
28743
28744 2004-04-16  David Schleef  <ds@schleef.org>
28745
28746         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
28747         * sys/xvimage/xvimagesink.h: same
28748
28749 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
28750
28751         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
28752           Fix GST_ELEMENT_ERROR with (NULL)
28753
28754 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28755
28756         * gst-libs/gst/riff/riff-media.c:
28757         (gst_riff_create_video_caps_with_data):
28758           Add div[3456] as fourccs for DivX 3 (fixes #140137).
28759
28760 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28761
28762         * gst-libs/gst/riff/riff-media.c:
28763         (gst_riff_create_video_caps_with_data),
28764         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
28765         (gst_riff_create_video_template_caps),
28766         (gst_riff_create_audio_template_caps):
28767         * gst-libs/gst/riff/riff-media.h:
28768         * gst-libs/gst/riff/riff-read.c:
28769         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
28770         * gst-libs/gst/riff/riff-read.h:
28771         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
28772           Add MS RLE support. I added some functions to read out strf chunks
28773           into strf chunks and the data behind it. This is usually color
28774           palettes (as in RLE, but also in 8-bit RGB). Also use those during
28775           caps creation. Lastly, add ADPCM (similar to wavparse - which
28776           should eventually be rifflib based).
28777         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
28778         (gst_matroska_demux_init), (gst_matroska_demux_reset):
28779         * gst/matroska/matroska-demux.h:
28780           Remove placeholders for some prehistoric tagging system. Didn't add
28781           support for any tag system really anyway.
28782         * gst/qtdemux/qtdemux.c:
28783           Add support for audio/x-m4a (MPEG-4) through spider.
28784         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
28785         (gst_wavparse_loop):
28786           ADPCM support (#135862). Increase max. buffer size because we
28787           cannot split buffers for ADPCM (screws references) and I've seen
28788           files with 2048 byte chunks. 4096 seems safe for now.
28789
28790 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
28791
28792         * configure.ac: bump nano to 1
28793
28794 === release 0.8.1 ===
28795
28796 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
28797
28798         * configure.ac: releasing 0.8.1, "Comforting Sounds"
28799
28800 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28801
28802         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
28803           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
28804           Fixes #140058
28805
28806 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
28807
28808         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
28809           lower rank of dvddemux so that it's not used for mpeg playback.
28810
28811 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28812
28813         * configure.ac:
28814           save libs correctly when checking mad
28815
28816 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
28817
28818         * ext/mad/gstid3tag.c: (plugin_init):
28819           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
28820
28821 2004-04-13  David Schleef  <ds@schleef.org>
28822
28823         * common/m4/gst-feature.m4: Call -config scripts with
28824         --plugin-libs if it is supported.
28825         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
28826         JPEG images are image/jpeg.
28827         * gst/debug/Makefile.am:
28828         * gst/debug/negotiation.c: (gst_negotiation_class_init),
28829         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
28830         (gst_negotiation_update_caps), (gst_negotiation_get_property),
28831         (gst_negotiation_plugin_init): Add a property that acts like
28832         filter caps.
28833         * testsuite/gst-lint:  Move license checking to be a standard
28834         test.
28835
28836 2004-04-13  David Schleef  <ds@schleef.org>
28837
28838         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
28839         patch from Sebastien Cote (bug #139958)
28840
28841 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
28842
28843         * examples/gstplay/Makefile.am:
28844         * examples/gstplay/player.c: (main):
28845           make the commandline player example use gconf settings
28846
28847 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
28848
28849         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
28850         (gst_cacasink_sinkconnect), (gst_cacasink_init),
28851         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
28852           init/end library during state transition, not object
28853           creation/disposal.  get rid of custom dispose handler.
28854
28855
28856 2004-04-12  Christian Schaller <Uraeus@gnome.org>
28857
28858         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
28859         be a symlink
28860
28861 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28862
28863         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
28864           Handle JUNK chunks inside data section. Prevents warnings.
28865
28866 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28867
28868         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
28869         (gst_riff_create_video_template_caps):
28870           Add MS video v1.
28871         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
28872         (gst_avi_demux_stream_data):
28873           Add support for "rec-list" chunks.
28874
28875 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28876
28877         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
28878           Fix another codecname mismatch.
28879
28880 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28881
28882         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
28883           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
28884           so that MJPEG plays back.
28885
28886 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28887
28888         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
28889         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
28890         * gst/mpeg1videoparse/gstmp1videoparse.h:
28891           Fix for some slight mis-cuts in buffer parsing, and for some
28892           potential overflows or faults-causers. Adds disconts. Also fixes
28893           #139105 while we're at it.
28894
28895 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28896
28897         * configure.ac:
28898         * sys/v4l2/gstv4l2element.h:
28899           Workaround for missing struct v4l2_buffer declaration in Suse 9
28900           and Mandrake 10 linux/videodev2.h header file (#135919).
28901
28902 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28903
28904         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
28905           Bail out if no filename was given.
28906
28907 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28908
28909         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
28910         (gst_v4l2_fourcc_from_structure):
28911           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
28912           Y41B somewhere).
28913
28914 2004-04-09  Benjamin Otte  <otte@gnome.org>
28915
28916         * ext/gnomevfs/gstgnomevfssink.c:
28917         (_gst_boolean_allow_overwrite_accumulator),
28918         (gst_gnomevfssink_class_init):
28919           fix erase signal - if any handler returns false the file will not be
28920           overwritten. If no handler is connected, the file will not be
28921           overwritten either.
28922           renamed signal to "allow-overwrite"
28923         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
28924           free string when adding it to ID3 failed
28925         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
28926           unref event when done
28927         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
28928           free caps
28929         * gst/typefind/gsttypefindfunctions.c:
28930         (mpeg_video_stream_type_find):
28931           fix invalid read
28932
28933 2004-04-08  David Schleef  <ds@schleef.org>
28934
28935         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28936         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
28937
28938 2004-04-08  David Schleef  <ds@schleef.org>
28939
28940         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
28941         we don't support (bug #139532)
28942
28943 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
28944
28945         * ext/mad/gstmad.c: (gst_mad_handle_event),
28946         (gst_mad_check_caps_reset), (gst_mad_chain),
28947         (gst_mad_change_state):
28948           only set explicit caps if they haven't been set before for
28949           this stream.  MPEG-audio sample rate/channels aren't allowed
28950           to change in-stream.
28951           Fixes #139382
28952
28953 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28954
28955         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
28956         (_gst_boolean_did_something_accumulator),
28957         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
28958         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
28959         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
28960         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
28961         (gst_gnomevfssink_change_state):
28962           Fix erase signal. Don't erase by default. Remove handoff signal.
28963           Remove erase property. Don't segfault. General cleanup.
28964
28965 2004-04-07  Benjamin Otte  <otte@gnome.org>
28966
28967         * gst-libs/gst/gconf/test-gconf.c: (main):
28968           add missing gst_init
28969
28970 2004-04-07  Benjamin Otte  <otte@gnome.org>
28971
28972         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
28973           free the mutexes, too
28974
28975 2004-04-07  Benjamin Otte  <otte@gnome.org>
28976
28977         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
28978           actually free the URI string
28979         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
28980           compute offset correctly when passing discont events
28981         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
28982           don't leak discont events
28983         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
28984           add some missing breaks so caps aren't copied randomly
28985         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
28986           if we realloc memory, we better use it
28987
28988 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28989
28990         * ext/mad/gstmad.c: (normal_seek):
28991           fix GST_FORMAT_TIME usage
28992
28993 2004-04-05  David Schleef  <ds@schleef.org>
28994
28995         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
28996         a deprecated function (hack!)
28997
28998 2004-04-05  Benjamin Otte  <otte@gnome.org>
28999
29000         * ext/esd/esdmon.c: (gst_esdmon_get):
29001           fix nonterminated vararg and memleak
29002
29003 2004-04-05  Benjamin Otte  <otte@gnome.org>
29004
29005         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
29006         (gst_ladspa_init), (gst_ladspa_force_src_caps),
29007         (gst_ladspa_set_property), (gst_ladspa_get_property),
29008         (gst_ladspa_instantiate), (gst_ladspa_activate),
29009         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
29010           clean up debugging
29011
29012 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
29013
29014         reviewed by Benjamin Otte  <otte@gnome.org>
29015
29016         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
29017           check for broken LADSPA parameters (fixes #138635)
29018
29019 2004-04-05  Benjamin Otte  <otte@gnome.org>
29020
29021         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
29022           advertise buffer-frames correctly on sinkpads
29023
29024 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
29025
29026         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
29027         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
29028         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
29029         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
29030         (gst_mad_check_caps_reset), (gst_mad_chain):
29031         add more debugging, only reset caps when we're not in error state
29032
29033 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
29034
29035         * ext/mad/gstmad.c: add debugging category, comment + cleanups
29036
29037 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
29038
29039         reviewed by Benjamin Otte  <otte@gnome.org>
29040
29041         * configure.ac:
29042           fix == in test(1) operator
29043
29044 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
29045
29046         reviewed by Benjamin Otte  <otte@gnome.org>
29047
29048         * configure.ac:
29049           fix --export-symblos-regex to a working regex.
29050
29051 2004-04-04  Benjamin Otte  <otte@gnome.org>
29052
29053         * sys/oss/.cvsignore:
29054           add for oss_probe
29055
29056 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
29057
29058         reviewed by Benjamin Otte  <otte@gnome.org>
29059
29060         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
29061           add missing 'new_media' argument (fixes #138168)
29062         * gst/matroska/matroska-demux.c:
29063         (gst_matroska_demux_handle_seek_event):
29064           add vararg terminator (fixes #138169)
29065
29066 2004-04-02  David Schleef  <ds@schleef.org>
29067
29068         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
29069         disted (bug #138914)
29070
29071 2004-04-01  Benjamin Otte  <otte@gnome.org>
29072
29073         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
29074         (gst_alsa_close_audio):
29075           handle case better where a soundcard can't pause
29076         * ext/ogg/gstoggdemux.c:
29077           don't crash when we get events but don't have pads yet
29078
29079 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
29080
29081         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
29082           throw an error if we couldn't probe any caps.
29083
29084 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
29085
29086         * ext/dvdnav/gst-dvd:
29087         Add a really simple sample DVD player
29088
29089 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
29090
29091         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
29092         (gst_a52dec_push), (gst_a52dec_handle_event),
29093         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
29094         (gst_a52dec_change_state):
29095         * ext/a52dec/gsta52dec.h:
29096           Use a debug category, Output timestamps correctly
29097           Emit tag info, Handle events, tell liba52dec about cpu
29098           capabilities so it can use MMX etc.
29099         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
29100           Fix a crasher accessing invalid memory
29101         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
29102         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
29103         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
29104         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
29105         (dvdnavsrc_query):
29106           Some support for byte-format seeking.
29107           Small fixes for still frames and menu button overlays
29108         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
29109         (gst_mpeg2dec_alloc_buffer):
29110           Use a debug category. Adjust the report level of several items to
29111           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
29112           so it doesn't lose the GstBuffer pointer
29113         * gst/debug/Makefile.am:
29114         * gst/debug/gstdebug.c: (plugin_init):
29115         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
29116         (gst_navseek_base_init), (gst_navseek_class_init),
29117         (gst_navseek_init), (gst_navseek_seek),
29118         (gst_navseek_handle_src_event), (gst_navseek_set_property),
29119         (gst_navseek_get_property), (gst_navseek_chain),
29120         (gst_navseek_plugin_init):
29121         * gst/debug/gstnavseek.h:
29122           Add the navseek debug element for seeking back and forth in a
29123           video stream using arrow keys.
29124         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
29125         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
29126         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
29127         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
29128         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
29129         (gst_mpeg2subt_parse_header), (gst_get_nibble),
29130         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
29131         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
29132         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
29133         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
29134         * gst/mpeg2sub/gstmpeg2subt.h:
29135           Pretty much a complete rewrite. Now a loopbased element. May still
29136           require work to properly synchronise subtitle buffers.
29137         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
29138         (gst_dvd_demux_send_subbuffer):
29139         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
29140           Don't attempt to create subbuffers of size 0
29141           Reduce a couple of error outputs to warnings.
29142         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
29143         (gst_y4mencode_chain):
29144         Output the y4m frame header correctly.
29145
29146 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
29147
29148         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
29149           throw errors instead of allowing SIGFPE
29150
29151 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
29152
29153         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
29154         (gst_gconf_render_bin_from_key):
29155           leak plugging and style fixing
29156
29157 2004-03-31  David Schleef  <ds@schleef.org>
29158
29159         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
29160         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
29161         (bug #138225)
29162         * gst/debug/Makefile.am:
29163         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
29164         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
29165         plugin.
29166         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
29167         (gst_negotiation_base_init), (gst_negotiation_class_init),
29168         (gst_negotiation_init), (gst_negotiation_getcaps),
29169         (gst_negotiation_pad_link), (gst_negotiation_chain),
29170         (gst_negotiation_set_property), (gst_negotiation_get_property),
29171         (gst_negotiation_plugin_init):  New element to talk about random
29172         negotiation things happening in a pipeline.
29173
29174 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
29175
29176         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
29177           fix integer addition with help of Stefan Kost
29178
29179 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
29180
29181         * po/nl.po: updated Dutch translation (Elros Cyriatan)
29182
29183 2004-03-30  David Schleef  <ds@schleef.org>
29184
29185         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
29186         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
29187         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
29188         (bug #137504)
29189         * ext/mpeg2dec/gstmpeg2dec.h:
29190
29191 2004-03-30  David Schleef  <ds@schleef.org>
29192
29193         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
29194
29195 2004-03-30  David Schleef  <ds@schleef.org>
29196
29197         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
29198         Michael Petullo) to handle .mov
29199
29200 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29201
29202         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
29203         (gst_osselement_rate_check_rate):
29204           probe caps correctly for sound cards that only support one format
29205
29206 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29207
29208         * ext/kio/kiosrc.cpp: (process_events):
29209           update handling event processing if inside KDE - untested
29210
29211 2004-03-29  David Schleef  <ds@schleef.org>
29212
29213         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
29214         by 2 to not interfere with other colorspaces.
29215         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
29216         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
29217         one to not interfere with ffmpeg_colorspace.
29218
29219 2004-03-29  David Schleef  <ds@schleef.org>
29220
29221         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
29222         aren't in the caps.
29223         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
29224         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
29225
29226 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29227
29228         * gst-libs/gst/riff/riff-media.c:
29229           fail on error, don't try to set stuff on NULL caps
29230
29231 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29232
29233         * configure.ac:
29234         * ext/Makefile.am:
29235         * ext/kio/Makefile.am:
29236         * ext/kio/kioreceiver.cpp:
29237         * ext/kio/kioreceiver.h:
29238         * ext/kio/kiosrc.cpp:
29239         * ext/kio/kiosrc.h:
29240           add experimental kiosrc plugin
29241         * ext/alsa/gstalsaplugin.c: (plugin_init):
29242           initialize debugging category only when we're sure registering the
29243           plugins worked.
29244
29245 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
29246
29247         * examples/gstplay/player.c: (main):
29248         * gst-libs/gst/play/play.c: (gst_play_class_init),
29249         (gst_play_set_location), (gst_play_set_data_src),
29250         (gst_play_set_video_sink), (gst_play_set_audio_sink),
29251         (gst_play_set_visualization), (gst_play_connect_visualization):
29252           check return values of element_set_state and return FALSE where
29253           failed
29254
29255 2004-03-29  Benjamin Otte  <otte@gnome.org>
29256
29257         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
29258           try harder to check if an event is really a discont
29259
29260 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
29261
29262         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
29263         * po/az.po:
29264
29265 2004-03-28  Benjamin Otte  <otte@gnome.org>
29266
29267         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
29268         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
29269         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
29270           get rid of non-standard "..." ranges in case statements.
29271
29272 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
29273
29274         * gst/mpegstream/gstmpegdemux.c:
29275         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
29276         specific functionality split to the new dvddemux element.
29277         * gst/mpegstream/gstdvddemux.c:
29278         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
29279         streams, derived from mpegdemux.
29280         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
29281         up. SCR based timestamp rewriting can be turned off (will probably
29282         completely disappear soon).
29283         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
29284         hacking. General cleanup. All printf statements replaced by
29285         debugging messages. Almost complete libdvdnav support.
29286         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
29287         by events. New properties for audio and subpicture languages.
29288         (dvdnavsrc_update_highlight): Now uses events.
29289         (dvdnavsrc_user_op): Cleaned up.
29290         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
29291         based). Lots of cleanup, and propper support for most libdvdnav
29292         events.
29293         (dvdnavsrc_make_dvd_event): New function.
29294         (dvdnavsrc_make_dvd_nav_packet_event): New function.
29295         (dvdnavsrc_make_clut_change_event): New function.
29296
29297 2004-03-26  Benjamin Otte  <otte@gnome.org>
29298
29299         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
29300           fix bug where typefinding would claim it's theora whenever less then
29301           7 bytes of data were available
29302
29303 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29304
29305         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
29306         (gst_alawdec_base_init), (gst_alawdec_class_init),
29307         (gst_alawdec_init), (gst_alawdec_chain):
29308         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
29309         (gst_alawenc_base_init), (gst_alawenc_class_init),
29310         (gst_alawenc_init), (gst_alawenc_chain):
29311         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
29312         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
29313         (gst_mulawdec_init), (gst_mulawdec_chain):
29314         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
29315         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
29316         (gst_mulawenc_init), (gst_mulawenc_chain):
29317           Fix capsnego in all four, remove the unused property functions and
29318           simplify the chain functions slightly. I guess we could use macros
29319           or something similar for those, since the code is so similar, but
29320           I'm currently too lazy...
29321
29322 2004-03-24  David Schleef  <ds@schleef.org>
29323
29324         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
29325         (gst_osselement_close_audio), (gst_osselement_probe_caps),
29326         (gst_osselement_get_format_structure),
29327         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
29328         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
29329         (gst_osselement_rate_int_compare): Add code to handle rate probing
29330         (bug #120883)
29331         * sys/oss/gstosselement.h: same
29332         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
29333         Use rate probing provided by osselement.
29334         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
29335
29336 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29337
29338         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
29339         (gst_xvidenc_get_property):
29340           ulong/int mess-up.
29341
29342 2004-03-24  David Schleef  <ds@schleef.org>
29343
29344         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
29345         (gst_speexdec_init):
29346         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
29347         (gst_speexenc_init):  Create the pad template correctly (from
29348         the static pad template, not a NULL pointer.)
29349
29350 2004-03-25  Benjamin Otte  <otte@gnome.org>
29351
29352         * gst/debug/Makefile.am:
29353         * gst/debug/breakmydata.c:
29354           add element that quasi-randomly changes bytes in the stream.
29355           Intended use is robustness checking of demuxers and decoders in
29356           media tests.
29357
29358 2004-03-24  Benjamin Otte  <otte@gnome.org>
29359
29360         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
29361         (gst_alsa_probe_hw_params):
29362         * ext/alsa/gstalsa.h:
29363           debugging output fixes
29364
29365 2004-03-24  Benjamin Otte  <otte@gnome.org>
29366
29367         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
29368           don't g_return_if_fail if element is PLAYING, fail silently as every
29369           other element.
29370         * gst/effectv/gstquark.c: (gst_quarktv_chain):
29371           only fix needed for cast lvalue issues in gst-plugins
29372         * gst/volenv/gstvolenv.c: (gst_volenv_init):
29373           add proxy_getcaps
29374
29375 2004-03-24  Benjamin Otte  <otte@gnome.org>
29376
29377         * gst/level/gstlevel.c: (gst_level_init):
29378           add proxying getcaps function, so level doesn't advertise impossible
29379           caps
29380
29381 2004-03-24  David Schleef  <ds@schleef.org>
29382
29383         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
29384         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
29385         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
29386         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
29387         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
29388         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
29389         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
29390         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
29391         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
29392         messages.  Divide the chunk size by the compression ratio
29393         (needed for MACE audio)
29394
29395 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29396
29397         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
29398           Fix buffer overflow read error.
29399
29400 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29401
29402         * ext/alsa/gstalsa.h:
29403           Remove unused entry.
29404         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
29405           Add cinepak.
29406         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
29407         (gst_videodrop_link), (gst_videodrop_chain):
29408           Fix, sort of. Was horribly broken with new capsnego. Bah...
29409
29410 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
29411
29412         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
29413         (plugin_init):
29414         Add a monkeysaudio typefind function
29415
29416 2004-03-23  Johan Dahlin  <johan@gnome.org>
29417
29418         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
29419         (gst_play_video_fixate): Check so the structure has the field
29420         before trying to fixate them, this makes it possible to have
29421         fakesinks for video and audio output without printing errors on
29422         the output console.
29423
29424 2004-03-22  David Schleef  <ds@schleef.org>
29425
29426         * sys/oss/Makefile.am:
29427         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
29428         (check_rate), (add_rate):  Rate probing test app.
29429
29430 2004-03-21  Benjamin Otte  <otte@gnome.org>
29431
29432         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
29433         (_fixate_caps_to_int), (gst_audio_convert_fixate):
29434           add a fixation function that pretty much does the right thing (fixes
29435           #137556)
29436
29437 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
29438
29439         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
29440
29441 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
29442
29443         reviewed by: Benjamin Otte  <otte@gnome.org>
29444
29445         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29446           terminate gst_event_new_discontinuous correctly (fixes parts of
29447           #137711)
29448
29449 2004-03-19  David Schleef  <ds@schleef.org>
29450
29451         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
29452         since it doesn't depend on X, and it's part of our ABI.
29453
29454 2004-03-19  Iain <iain@prettypeople.org>
29455
29456         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
29457         is_int in the structure, not the local variable.
29458
29459 2004-03-19  David Schleef  <ds@schleef.org>
29460
29461         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
29462         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
29463         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
29464         Improvements in caps negotiation.
29465
29466 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
29467
29468         * po/LINGUAS:
29469         * po/af.po:
29470           adding Afrikaans (Petri Jooste)
29471
29472 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
29473
29474         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29475         (gst_ffmpegcolorspace_chain):
29476         throw error instead of g_critical (#137588)
29477
29478 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
29479
29480         * Makefile.am:
29481         * configure.ac:
29482           dist common and m4 correctly
29483         * po/sv.po:
29484
29485 2004-03-17  David Schleef  <ds@schleef.org>
29486
29487         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
29488         (bug #137348)
29489
29490 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
29491
29492         * po/LINGUAS:
29493         * po/sv.po:
29494           adding Swedish translation (Christian Rose)
29495
29496 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
29497
29498         * Makefile.am: use release.mak
29499
29500 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
29501
29502         * common/ChangeLog:
29503         * common/gst-autogen.sh:
29504           add some explanation about the version detection
29505         * configure.ac:
29506           fix X check
29507
29508 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
29509
29510         * configure.ac: bump nano to 1
29511
29512 === release 0.8.0 ===
29513
29514 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
29515
29516         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
29517
29518 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
29519
29520         * configure.ac:
29521           update libtool version
29522         * gst-libs/gst/media-info/Makefile.am:
29523           actually use libtool version
29524
29525 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
29526
29527         * configure.ac: fix speex detection to work with 1.0 but not 1.1
29528
29529 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
29530
29531         * configure.ac:
29532         * gst-plugins.spec.in:
29533         * pkgconfig/Makefile.am:
29534         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
29535         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
29536         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
29537         * pkgconfig/gstreamer-libs.pc.in:
29538         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
29539         * pkgconfig/gstreamer-play-uninstalled.pc.in:
29540         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
29541         * pkgconfig/gstreamer-plugins.pc.in:
29542           remove @VERSION@ from some of the pc files since core and plugins
29543           are decoupled.
29544           created gstreamer-plugins.pc as it's a better name, but keeping
29545           -libs around for now to get fixes upstream done first.
29546
29547 2004-03-15  Julien MOUTTE <julien@moutte.net>
29548
29549         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
29550         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
29551         * gst-libs/gst/play/play.h:
29552
29553 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
29554
29555         * *.c, *.cc: don't mix tabs and spaces
29556
29557 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
29558
29559         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
29560           use the new ffmpegcolorspace
29561         * gst-plugins.spec.in:
29562           package new colorspace and media-info
29563         * configure.ac:
29564         * pkgconfig/Makefile.am:
29565           fix some more disting issues
29566         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
29567         * pkgconfig/gstreamer-media-info.pc.in:
29568           generate media-info pc files
29569
29570 2004-03-15  Johan Dahlin  <johan@gnome.org>
29571
29572         * *.h: Revert indenting
29573
29574 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
29575
29576         * configure.ac:
29577           adding ffmpegcolorspace element
29578         * gst/ffmpegcolorspace/Makefile.am:
29579         * gst/ffmpegcolorspace/avcodec.h:
29580         * gst/ffmpegcolorspace/common.h:
29581         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
29582         * gst/ffmpegcolorspace/dsputil.h:
29583         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
29584         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29585         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
29586         (gst_ffmpeg_caps_to_pix_fmt):
29587         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
29588         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29589         (gst_ffmpegcolorspace_caps_remove_format_info),
29590         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
29591         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
29592         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
29593         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
29594         (gst_ffmpegcolorspace_set_property),
29595         (gst_ffmpegcolorspace_get_property),
29596         (gst_ffmpegcolorspace_register):
29597         * gst/ffmpegcolorspace/imgconvert.c:
29598         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
29599         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
29600         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
29601         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
29602         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
29603         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
29604         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
29605         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
29606         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
29607         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
29608         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
29609         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
29610         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
29611         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
29612         (img_get_alpha_info), (deinterlace_line),
29613         (deinterlace_line_inplace), (deinterlace_bottom_field),
29614         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
29615         * gst/ffmpegcolorspace/imgconvert_template.h:
29616         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
29617         * gst/ffmpegcolorspace/mmx.h:
29618         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
29619           adding ffmpegcolorspace element supplied by Ronald after cleaning
29620           up and pulling in the right bits of upstream source.
29621           I'm sure a better C/compiler wizard could do some cleaning up (for
29622           example use GLIB's malloc stuff), but as a first pass this
29623           works very well
29624
29625 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
29626
29627         * ext/alsa/gstalsa.h:
29628           I assume Ronald forgot to commit the change to have cardname
29629           as a struct member.  Expect some public spanking at the next
29630           opportunity.
29631
29632 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29633
29634         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
29635         (gst_alsa_open_audio), (gst_alsa_close_audio):
29636         * ext/alsa/gstalsa.c:
29637           Don't open the device if we're a mixer (= padless).
29638         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
29639         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
29640         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
29641           Open mixer during state change rather than during object
29642           initialization. Also, get a device name. Currently in a somewhat
29643           hackish fashion, but I didn't really find something better.
29644
29645 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
29646
29647         * *.c, *.h: run gst-indent
29648
29649 2004-03-14  Benjamin Otte  <otte@gnome.org>
29650
29651         * gst/modplug/gstmodplug.cc:
29652         * gst/modplug/gstmodplug.h:
29653           set correct timestamps on outgoing buffers
29654
29655 2004-03-14  Benjamin Otte  <otte@gnome.org>
29656
29657         * gst/modplug/gstmodplug.cc:
29658           handle events - don't do crap when a discont arrives that's not
29659           necessary
29660           This allows correct loading and playback of mods in Rhythmbox
29661
29662 2004-03-14  Benjamin Otte  <otte@gnome.org>
29663
29664         * configure.ac:
29665         * gst-libs/gst/gconf/Makefile.am:
29666         * pkgconfig/Makefile.am:
29667           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
29668           they get rebuilt properly
29669         * configure.ac:
29670           when checking for vorbis, try pkgconfig first.
29671         * gst/modplug/gstmodplug.cc:
29672           add fixate function
29673
29674 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29675
29676         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
29677           Fix for obvious mistake, where we first shift the offset and then
29678           read a samplesize element assuming the old offset. Note that this
29679           part still has something weird, i.e. my movies containing those
29680           don't actually play well, but at least there's something that looks
29681           like sound now.
29682
29683 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
29684         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
29685         (plugin_init):
29686         Add a typefind function for speex format
29687
29688 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29689
29690         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
29691         (gst_asf_demux_setup_pad):
29692           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
29693           instead of 0. Reason is simple: some elements have a fps range
29694           of 1-max instead of 0-max. So now ASF video actually works.
29695
29696 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
29697
29698         * po/LINGUAS:
29699         * po/sr.po:
29700           adding serbian as a language
29701
29702 2004-03-13  Benjamin Otte  <otte@gnome.org>
29703
29704         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
29705           return taglist correctly from _get function, don't gst_pad_push it.
29706           (fixes #137042)
29707
29708 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
29709         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
29710
29711 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29712
29713         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
29714         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
29715         (gst_alsa_mixer_track_new):
29716         * ext/alsa/gstalsamixertrack.h:
29717           Fix ancient leftovers... MixerTrack is a GObject.
29718
29719 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29720
29721         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
29722         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
29723           Don't block during probing...
29724
29725 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29726
29727         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
29728         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
29729         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
29730         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
29731         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
29732         (gst_alsa_open_audio), (gst_alsa_close_audio):
29733         * ext/alsa/gstalsa.h:
29734           Add propertyprobe interface implementation, add some device-name
29735           property, all this so that it looks good in gnome-volume-control.
29736
29737 2004-03-12  David Schleef  <ds@schleef.org>
29738
29739         * configure.ac: the Hermes library controls hermescolorspace, not
29740         colorspace.
29741         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
29742         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
29743         not /* */
29744         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
29745         * ext/sdl/sdlvideosink.h: ditto.
29746         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
29747
29748 2004-03-12  Benjamin Otte  <otte@gnome.org>
29749
29750         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
29751         (gst_x_overlay_got_xwindow_id):
29752         * gst-libs/gst/xoverlay/xoverlay.h:
29753           replace XID with unsigned long to get rid of the xlibs dependency in
29754           XOverlay (fixes #137004)
29755
29756 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
29757         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
29758         (gst_agingtv_setup):
29759         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
29760         (gst_dicetv_base_init), (gst_dicetv_class_init),
29761         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
29762         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
29763         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
29764         (gst_edgetv_setup), (gst_edgetv_rgb32):
29765         * gst/effectv/gsteffectv.c:
29766         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
29767         (gst_quarktv_set_property):
29768         * gst/effectv/gstrev.c: (gst_revtv_get_type),
29769         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
29770         (gst_revtv_setup), (gst_revtv_rgb32):
29771         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
29772         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
29773         (gst_shagadelictv_init), (gst_shagadelictv_setup),
29774         (gst_shagadelictv_rgb32):
29775         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
29776         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
29777         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
29778         * gst/effectv/gstwarp.c:
29779         Port everything that can be ported to videofilter and fix up the caps.
29780         Can someone with a big-endian machine please check these?
29781
29782 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29783
29784         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
29785         (gst_osssink_chain), (gst_osssink_change_state):
29786           Latest fixes for A/V sync, audio playback and such. This is about
29787           all... MPEG playback issues are mostly related to the async build-
29788           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
29789
29790 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
29791
29792         patch from: Stephane Loeuillet
29793
29794         * configure.ac:
29795           use pkg-config for some libraries, falling back to the old .m4 way
29796           (fixes #131270)
29797         * m4/libdv.m4:
29798           removed
29799
29800 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
29801
29802         * configure.ac:
29803         * tools/Makefile.am:
29804         * tools/Makefile.in:
29805         * tools/gst-launch-ext-m.m:
29806         * tools/gst-launch-ext.1.in:
29807         * tools/gst-visualise-m.m:
29808         * tools/gst-visualise.1:
29809         * tools/gst-visualise.1.in:
29810           reorganizing generation of script tools
29811
29812 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29813
29814         * ext/divx/gstdivxdec.c:
29815           Downgrade priority. We prefer ffdec_mpeg4.
29816         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
29817         (gst_faad_chain), (gst_faad_change_state):
29818           Fix capsnego. Doesn't work for some sounds because we don't have
29819           a 5:1 to stereo element.
29820         * ext/xvid/gstxvid.c: (plugin_init):
29821           Add priority.
29822         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
29823         (gst_osssink_change_state):
29824           Add discont handling.
29825
29826 2004-03-09  Colin Walters  <walters@verbum.org>
29827
29828         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
29829         conversion.
29830
29831 2004-03-09  Benjamin Otte  <otte@gnome.org>
29832
29833         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
29834           the signals take 2 arguments
29835
29836 2004-03-09  David Schleef  <ds@schleef.org>
29837
29838         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
29839         (gst_alsa_fixate): Add fixate function.  (bug #136686)
29840         * ext/alsa/gstalsa.h:
29841         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
29842
29843 2004-03-09  Benjamin Otte  <otte@gnome.org>
29844
29845         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
29846         (gst_mikmod_change_state):
29847         * ext/mikmod/gstmikmod.h:
29848           make mikmod's loop function not loop infinitely and call
29849           gst_element_yield anymore
29850         * gst/modplug/gstmodplug.cc:
29851           fix pad negotiation (fixes #136590)
29852
29853 2004-03-09  David Schleef  <ds@schleef.org>
29854
29855         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
29856         doesn't conflict with the internal colorspace plugin.
29857         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
29858         satisfy the crappy-ass shell shipped by a certain vendor.
29859         * gst/videofilter/make_filter: same (bug #135299)
29860
29861 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
29862
29863         * configure.ac: bump nano to 1
29864
29865 === release 0.7.6 ===
29866
29867 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
29868
29869         * configure.in: releasing 0.7.6, "There"
29870
29871 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
29872
29873         * pkgconfig/gstreamer-play-uninstalled.pc.in:
29874         * pkgconfig/gstreamer-play.pc.in:
29875           synchronize the two
29876
29877 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
29878
29879         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
29880         (cdparanoia_open), (cdparanoia_event):
29881           fix/add error handling
29882         * po/POTFILES.in:
29883           add cdparanoia source
29884         * tools/Makefile.am:
29885           make scripts executable
29886
29887 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
29888
29889         * configure.ac:
29890         * ext/vorbis/Makefile.am:
29891         * sys/Makefile.am:
29892           remove id3types, vorbisfile and xvideosink from the build (#133783)
29893
29894 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29895
29896         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29897           Fix metadata read crash (#136537).
29898
29899 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
29900
29901         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
29902         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
29903           adding mime types, fixing the one-stop function
29904
29905 2004-03-08  Christian Schaller <Uraeus@gnome.org>
29906
29907         * ext/nas/nassink.c and /ext/nas/nassink.h:
29908         More NAS love from Arwed von Merkatz
29909         So lets all sing 'Can you feel the NAS tonight'
29910
29911 2004-03-08  Christian Schaller <Uraeus@gnome.org>
29912
29913         * tools/gst-launch-ext.in:
29914         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
29915
29916 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
29917
29918         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
29919         (gst_mpeg2dec_init):
29920         remove the user_data pad for now, because it is being used in
29921         fixating causing MPEG playback to fixate on 1000 Hz for playback.
29922         If someone knows how to fix this properly, please do.
29923
29924 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
29925
29926         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
29927         (gst_osssink_get_time):
29928         add a warning, IMO this won't get triggered anymore, remove later
29929
29930 2004-03-07  David Schleef  <ds@schleef.org>
29931
29932         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
29933         format (bug #136470)
29934
29935 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
29936
29937         * gst-libs/Makefile.am:
29938         * gst-libs/gst/media-info/Makefile.am:
29939         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
29940         (error_callback), (gst_media_info_error_create),
29941         (gst_media_info_error_element), (gmip_init), (gmip_reset),
29942         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
29943         * gst-libs/gst/media-info/media-info-priv.h:
29944         * gst-libs/gst/media-info/media-info-test.c: (main):
29945         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
29946         (gst_media_info_class_init), (gst_media_info_instance_init),
29947         (gst_media_info_set_source), (gst_media_info_read_with_idler),
29948         (gst_media_info_read_idler), (gst_media_info_read):
29949         * gst-libs/gst/media-info/media-info.h:
29950         fixed, should work now
29951
29952 2004-03-07  Christian Schaller <Uraeus@gnome.org>
29953
29954         * ext/nas/nassink.c:
29955         A bunch of NAS fixes from Arwed von Merkatz
29956
29957 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29958
29959         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
29960         (qtdemux_parse_trak):
29961           Fix crash (j might be greater than n_samples, in which case we're
29962           writing outside the allocated space for the array) and memleak.
29963
29964 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29965
29966         * sys/oss/gstosssink.c: (gst_osssink_chain):
29967           And another caller that couldn't handle delay < 0 (unsigned
29968           integer overflow). Video now continues playing on an audio
29969           buffer underrun, and the clock continues working. Audio still
29970           stalls.
29971
29972 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29973
29974         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
29975         (gst_osssink_get_time):
29976           get_delay() may return values lower than 0. In those cases, we
29977           should not actually cast to *unsigned* int64, that will break
29978           stuff horribly. In my case, it screwed up A/V sync in movies
29979           in totem rather badly.
29980
29981 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
29982
29983         * ext/faac/gstfaac.c: (gst_faac_chain):
29984         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
29985         * ext/libpng/gstpngenc.c: (user_write_data):
29986         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
29987         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
29988         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
29989         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
29990         Fix several misuse of gst_buffer_merge (it doesn't take ownership
29991         of any buffer), should fix some leaks. I hope I didn't unref buffers
29992         that shouldn't be...
29993
29994 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
29995
29996         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
29997         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
29998         (error_callback), (gmi_reset), (gmi_seek_to_track),
29999         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
30000         (gmip_find_type_post), (gmip_find_stream_post),
30001         (gmip_find_track_streaminfo_post):
30002         * gst-libs/gst/media-info/media-info-priv.h:
30003         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
30004         (info_print), (main):
30005         * gst-libs/gst/media-info/media-info.c:
30006         (gst_media_info_error_create), (gst_media_info_error_element),
30007         (gst_media_info_instance_init), (gst_media_info_get_property),
30008         (gst_media_info_new), (gst_media_info_set_source),
30009         (gst_media_info_read_idler), (gst_media_info_read):
30010         * gst-libs/gst/media-info/media-info.h:
30011           first pass at making this work again.  This seems to work on
30012           tagged ogg/vorbis and mp3 files.
30013
30014 2004-03-06  Benjamin Otte  <otte@gnome.org>
30015
30016         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
30017           fix huge leak: gst_buffer_merge doesn't unref the first argument
30018           itself.
30019
30020 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30021
30022         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
30023           report layer/mode/emphasis
30024
30025 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
30026
30027         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
30028
30029 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30030
30031         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
30032           signal serial
30033
30034 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30035
30036         * ext/vorbis/vorbis.c: (plugin_init):
30037         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
30038         (gst_vorbis_dec_init), (vorbis_dec_event):
30039         add debug category
30040         make vorbisdec handle _BYTE and _TIME queries
30041
30042 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
30043
30044         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
30045           from the xing header
30046
30047 2004-03-06  Benjamin Otte  <otte@gnome.org>
30048
30049         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
30050         (gst_audio_convert_link), (gst_audio_convert_change_state),
30051         (gst_audio_convert_buffer_from_default_format):
30052           do conversions from/to float correctly, fix some caps nego errors,
30053           export correct supported caps in template and getcaps, use correct
30054           caps in try_set_caps functions
30055
30056 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
30057
30058         For some reason, I only committed a ChangeLog entry yesterday and
30059         not the corresponding code...
30060         * ext/mad/gstmad.c: Fix detection of Xing headers
30061         * gst/tags/gstid3tag.c: Changes to support TLEN tags
30062
30063 2004-03-06  Benjamin Otte  <otte@gnome.org>
30064
30065         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
30066         (gst_ogg_demux_src_query):
30067           make sure to handle the case where there's no current chain
30068           gracefully.
30069
30070 2004-03-05  David Schleef  <ds@schleef.org>
30071
30072         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
30073         Add fixate function. (bug #131128)
30074         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
30075         (gst_sdlvideosink_fixate):  Add fixate function.
30076         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30077         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
30078         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
30079         Fix missing break that was causing ulaw to be interpreted as
30080         raw int.
30081
30082 2004-03-05  David Schleef  <ds@schleef.org>
30083
30084         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
30085         Fix code that ignores return value of gst_buffer_merge().
30086         (bug #114560)
30087         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
30088         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
30089         * testsuite/gst-lint:  Check for above.
30090
30091 2004-03-05  David Schleef  <ds@schleef.org>
30092
30093         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
30094         caps and throw an element error.  (bug #136334)
30095
30096 2004-03-05  David Schleef  <ds@schleef.org>
30097
30098         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
30099         (gst_faad_chain): Fix negotiation.
30100         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
30101         key and button events.
30102         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
30103         dung heap of code.
30104         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
30105         depends on gconf
30106         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
30107         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
30108         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
30109         function to encourage better negotiation, particularly between
30110         audioconvert and osssink.
30111         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
30112         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
30113         more important.
30114         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
30115         typefinding.
30116         * gst/vbidec/vbiscreen.c:  Add glib header
30117         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
30118
30119 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
30120
30121         * ext/mad/gstmad.c: Fix detection of Xing headers
30122         * gst/tags/gstid3tag.c: Changes to support TLEN tags
30123
30124 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30125
30126         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
30127         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
30128           debug updates
30129
30130 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
30131
30132         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
30133         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
30134         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
30135         files, and report the parsed length as a GST_TAG_DURATION tag.
30136         * gst/tags/gstid3tag.c: support TLEN (duration) tag
30137
30138 2004-03-05  Benjamin Otte  <otte@gnome.org>
30139
30140         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
30141           convert channels correctly. convert correctly to unsigned.
30142
30143 2004-03-05  Julien MOUTTE <julien@moutte.net>
30144
30145         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
30146         we have a window before clearing it.
30147
30148 2004-03-05  Julien MOUTTE <julien@moutte.net>
30149
30150         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
30151         have a window before clearing it.
30152
30153 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
30154
30155         * gconf/gstreamer.schemas.in:
30156         * gst-libs/gst/gconf/Makefile.am:
30157           version installation path the same way as for 0.6
30158         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
30159         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
30160         * pkgconfig/gstreamer-play-uninstalled.pc.in:
30161           remove comment that was fixed
30162
30163 2004-03-05  David Schleef  <ds@schleef.org>
30164
30165         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
30166         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
30167         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
30168         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
30169         Add prototype code for handling seeking and querying.
30170
30171 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30172
30173         * examples/gstplay/player.c: (main):
30174           Initialize variables to NULL. Prevents a segfault because the
30175           (uninitialized) variable is not NULL, resulting in a crash on
30176           trying to reach error->message.
30177
30178 2004-03-05  Benjamin Otte  <otte@gnome.org>
30179
30180         * gst/audioconvert/gstaudioconvert.c:
30181         (gst_audio_convert_buffer_to_default_format):
30182         make float=>int conversion work correctly even in cornercases.
30183
30184 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
30185
30186         * debian/README.Debian:
30187         * debian/build-deps:
30188         * debian/changelog:
30189         * debian/control:
30190         * debian/control.in:
30191         * debian/copyright:
30192         * debian/gstreamer-a52dec.files:
30193         * debian/gstreamer-aa.files:
30194         * debian/gstreamer-alsa.files:
30195         * debian/gstreamer-alsa.manpages:
30196         * debian/gstreamer-arts.files:
30197         * debian/gstreamer-artsd.files:
30198         * debian/gstreamer-audiofile.files:
30199         * debian/gstreamer-avifile.files:
30200         * debian/gstreamer-cdparanoia.files:
30201         * debian/gstreamer-colorspace.files:
30202         * debian/gstreamer-doc.files:
30203         * debian/gstreamer-dv.files:
30204         * debian/gstreamer-dvd.files:
30205         * debian/gstreamer-esd.files:
30206         * debian/gstreamer-festival.files:
30207         * debian/gstreamer-flac.files:
30208         * debian/gstreamer-gconf.conffiles:
30209         * debian/gstreamer-gconf.files:
30210         * debian/gstreamer-gconf.postinst:
30211         * debian/gstreamer-gnomevfs.files:
30212         * debian/gstreamer-gsm.files:
30213         * debian/gstreamer-http.files:
30214         * debian/gstreamer-jack.files:
30215         * debian/gstreamer-jpeg.files:
30216         * debian/gstreamer-mad.files:
30217         * debian/gstreamer-mikmod.files:
30218         * debian/gstreamer-misc.files:
30219         * debian/gstreamer-mpeg2dec.files:
30220         * debian/gstreamer-oss.files:
30221         * debian/gstreamer-plugin-apps.files:
30222         * debian/gstreamer-plugin-apps.manpages:
30223         * debian/gstreamer-plugin-libs-dev.files:
30224         * debian/gstreamer-plugin-libs.files:
30225         * debian/gstreamer-plugin-template.postinst:
30226         * debian/gstreamer-plugin-template.postrm:
30227         * debian/gstreamer-sdl.files:
30228         * debian/gstreamer-sid.files:
30229         * debian/gstreamer-vorbis.files:
30230         * debian/gstreamer-x.files:
30231         * debian/mk.control:
30232         * debian/rules:
30233         Debian package info not maintained here.
30234
30235 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
30236
30237         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
30238         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
30239         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
30240         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
30241         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
30242         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
30243         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
30244         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
30245         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
30246         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
30247         * gst-libs/gst/colorbalance/colorbalance.c:
30248         (gst_color_balance_class_init):
30249         * gst-libs/gst/colorbalance/colorbalancechannel.c:
30250         (gst_color_balance_channel_class_init):
30251         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
30252         * gst-libs/gst/play/play.c: (gst_play_class_init):
30253         * gst-libs/gst/propertyprobe/propertyprobe.c:
30254         (gst_property_probe_iface_init):
30255         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
30256         * gst-libs/gst/tuner/tunerchannel.c:
30257         (gst_tuner_channel_class_init):
30258         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
30259         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
30260         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
30261         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
30262         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
30263         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
30264         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
30265         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
30266         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
30267           fix signals to use - instead of _
30268         * ext/libcaca/gstcacasink.h:
30269         * ext/sdl/sdlvideosink.h:
30270           fix header rename
30271
30272 2004-03-04  David Schleef  <ds@schleef.org>
30273
30274         * testsuite/gst-lint:  Add a check for bad signal names.
30275
30276 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
30277
30278         reviewed by David Schleef
30279
30280         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
30281         modified the alpha channel and caused a warning. (bug #136192)
30282
30283 2004-04-03  Christian Schaller <Uraeus@gnome.org>
30284
30285         * gst-plugins.spec.in:
30286         Change names of plugins to actually be correct. Try to keep things
30287         alphabetical to avoid getting beat up by Thomas
30288
30289 2004-03-03  Julien MOUTTE <julien@moutte.net>
30290
30291         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
30292         Using ximagesink as a default if no gconf key found. We should
30293         probably consider using alsasink instead of osssink for the audio
30294         part.
30295
30296 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
30297
30298         * configure.ac:
30299           fix --with-plugins, don't think it ever worked before
30300         * gst-plugins.spec.in:
30301           even more updates
30302
30303 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30304
30305         * ext/sdl/sdlvideosink.h:
30306         * sys/ximage/ximagesink.h:
30307         * sys/xvideo/xvideosink.h:
30308         * sys/xvimage/xvimagesink.h:
30309           Fix for move of gstvideosink.h -> videosink.h.
30310
30311 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
30312
30313         * gst-libs/gst/xwindowlistener/Makefile.am:
30314           this is a plugin library, not a library
30315
30316 2004-03-01  David Schleef  <ds@schleef.org>
30317
30318         * AUTHORS:  Added some names.  Add yourself if you're still
30319         missing.
30320
30321 2004-03-01  David Schleef  <ds@schleef.org>
30322
30323         * MAINTAINERS: Add
30324
30325 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
30326
30327         * gst-plugins.spec.in: clean up spec file
30328
30329 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
30330
30331         * gst-libs/gst/video/Makefile.am:
30332         * gst-libs/gst/video/gstvideosink.c:
30333         * gst-libs/gst/video/gstvideosink.h:
30334           rename gstvideosink.h to videosink.h to match other headers
30335         * gst/mixmatrix/Makefile.am:
30336           fix plugin filename
30337         * gst/tags/Makefile.am: fix plugin filename
30338
30339 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
30340
30341         * gst/tags/Makefile.am: fix plugin filename
30342
30343 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
30344
30345         * examples/gstplay/player.c: (got_time_tick), (main):
30346           add error handler
30347           display time_tick more readably
30348         * gst/mixmatrix/Makefile.am:
30349           fix plugin file name
30350
30351 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
30352
30353         * sys/oss/gstosselement.c: (gst_osselement_probe),
30354         (device_combination_append), (gst_osselement_class_probe_devices):
30355         * sys/oss/gstosselement.h:
30356           Reworked enumeration of oss dsps and mixers so that gst-mixer works
30357           on my system using alsa oss emulation, fixes bug #135597
30358
30359 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30360
30361         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
30362         (gst_videodrop_chain), (gst_videodrop_change_state):
30363         * gst/videodrop/gstvideodrop.h:
30364           Work based on timestamp of input data, not based on the expected
30365           framerate from the input. The consequence is that this element now
30366           not only scales framerates, but also functions as a framerate
30367           corrector or framerate stabilizer/constantizer.
30368
30369 2004-02-27  David Schleef  <ds@schleef.org>
30370
30371         patches from jmmv@menta.net (Julio M. Merino Vidal)
30372
30373         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
30374         GST_ELEMENT_ERROR call (bug #135634)
30375         * gst/interleave/interleave.c: (interleave_buffered_loop),
30376         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
30377         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
30378         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
30379         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
30380         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
30381         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
30382         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
30383         Fix GST_ELEMENT_ERROR call.
30384         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
30385         GST_ELEMENT_ERROR call.
30386
30387 2004-02-27  Benjamin Otte  <otte@gnome.org>
30388
30389         * gst-libs/gst/audio/audio.h:
30390           add macro to make sure header isn't included twice
30391         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
30392           don't use gst_buffer_free
30393         * gst/playondemand/filter.func:
30394           don't use gst_data_free. Free data only once.
30395
30396 2004-02-26  David Schleef  <ds@schleef.org>
30397
30398         * gst-libs/gst/colorbalance/Makefile.am:
30399         * gst-libs/gst/mixer/Makefile.am:
30400         * gst-libs/gst/tuner/Makefile.am:
30401         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
30402         should not be disted, -marshal.h files should not be installed,
30403         and -enum.h files _should_ be installed.  Fix to make this the
30404         case.
30405
30406 === release 0.7.5 ===
30407
30408 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
30409
30410         * configure.ac: release 0.7.5, "Under The Sea"
30411
30412 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
30413
30414         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
30415         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
30416         * gst/videoscale/gstvideoscale.c:
30417         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
30418           assorted debug/warning fixes
30419
30420 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
30421
30422         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
30423         (gst_videoscale_init), (gst_videoscale_chain),
30424         (gst_videoscale_set_property), (plugin_init):
30425         * gst/videoscale/gstvideoscale.h:
30426         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
30427         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
30428         (gst_videoscale_planar400), (gst_videoscale_packed422),
30429         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
30430         (gst_videoscale_24bit), (gst_videoscale_16bit),
30431         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
30432         (gst_videoscale_scale_plane_slow),
30433         (gst_videoscale_scale_point_sample),
30434         (gst_videoscale_scale_nearest),
30435         (gst_videoscale_scale_nearest_str2),
30436         (gst_videoscale_scale_nearest_str4),
30437         (gst_videoscale_scale_nearest_32bit),
30438         (gst_videoscale_scale_nearest_24bit),
30439         (gst_videoscale_scale_nearest_16bit):
30440         add debugging category and use it properly
30441         fix use of GST_PTR_FORMAT
30442
30443 2004-02-25  Andy Wingo  <wingo@pobox.com>
30444
30445         * gst/interleave/interleave.c (interleave_buffered_loop): Always
30446         push only when channel->buffer is NULL. Prevents segfaults doing
30447         the state change after a nonlocal exit, like a scheme exception.
30448
30449         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
30450         Handle the case where the intersected caps is empty.
30451
30452 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
30453
30454         * gst/law/mulaw-decode.c: (mulawdec_link):
30455         * gst/law/mulaw.c: (plugin_init):
30456           fix mulawdec so it actually works again
30457
30458 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
30459
30460         reviewed by: David Schleef  <ds@schleef.org>
30461
30462         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
30463         (gst_gamma_init), (gst_gamma_set_property),
30464         (gst_gamma_get_property), (gst_gamma_calculate_tables),
30465         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
30466         for RGB, with separate r g and b correction factors. (#131167)
30467
30468 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
30469
30470         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
30471           only signal tags for bitrate if they're > 0 (#134894)
30472
30473 2004-02-24  David Schleef  <ds@schleef.org>
30474
30475         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
30476         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
30477         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
30478         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
30479         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
30480         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
30481         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
30482         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
30483         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
30484         category.  Attempt to fix timestamp calculation.
30485
30486 2004-02-24  Johan Dahlin  <johan@gnome.org>
30487
30488         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
30489
30490 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
30491
30492         * configure.ac:
30493         * gconf/Makefile.am:
30494         * gconf/gstreamer.schemas:
30495         * gst-libs/gst/gconf/Makefile.am:
30496         * gst-libs/gst/gconf/gconf.c:
30497           version gconf schemas and install locations
30498
30499 2004-02-23  Benjamin Otte  <otte@gnome.org>
30500
30501         * ext/xine/xineinput.c: (gst_xine_input_dispose):
30502         (gst_xine_input_subclass_init):
30503           call parent dispose.
30504           change pad template for CD reader correctly
30505         * ext/xine/Makefile.am:
30506         * ext/xine/gstxine.h:
30507         * ext/xine/xine.c: (plugin_init):
30508         * ext/xine/xineaudiosink.c:
30509           wrap audio sinks, too
30510         * gst-libs/gst/resample/private.h:
30511         * gst-libs/gst/resample/resample.c: (gst_resample_init),
30512         (gst_resample_reinit), (gst_resample_scale),
30513         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
30514         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
30515         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
30516         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
30517         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
30518         * gst-libs/gst/resample/resample.h:
30519         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
30520         (gst_audioscale_class_init), (gst_audioscale_link),
30521         (gst_audioscale_get_buffer), (gst_audioscale_init),
30522         (gst_audioscale_chain), (gst_audioscale_set_property),
30523         (gst_audioscale_get_property):
30524         * gst/audioscale/gstaudioscale.h:
30525           s/resample_*/gst_resample_*/i to not clobber namespaces
30526
30527 2004-02-23  Julien MOUTTE  <julien@moutte.net>
30528
30529         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
30530         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
30531         (gst_riff_create_video_template_caps),
30532         (gst_riff_create_audio_template_caps),
30533         (gst_riff_create_iavs_template_caps):
30534         * gst-libs/gst/riff/riff-media.h:
30535         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
30536         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
30537         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
30538         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
30539         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
30540         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
30541         (gst_matroska_demux_plugin_init): First batch implementing audio and
30542         video codec tags in demuxers.
30543
30544 2004-02-22  Benjamin Otte  <otte@gnome.org>
30545
30546         * ext/xine/Makefile.am:
30547         * ext/xine/gstxine.h:
30548         * ext/xine/xine.c: (plugin_init):
30549         * ext/xine/xineinput.c:
30550           add input plugin wrapper. Playback from files, http, mms and cdda
30551           works.
30552         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
30553           remove leftover G_GNUC_UNUSED
30554         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
30555         (gst_asf_demux_identify_guid):
30556           improve debugging output
30557
30558 2004-02-22  Benjamin Otte  <otte@gnome.org>
30559
30560         reported by: Padraig O'Briain <padraig.obriain@sun.com>
30561
30562         * autogen.sh:
30563           replace test -e with test -x for mkinstalldirs to be more portable.
30564           (fixes #134816)
30565
30566 2004-02-22  Benjamin Otte  <otte@gnome.org>
30567
30568         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
30569
30570         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
30571           set rank to PRIMARY
30572         * gst/volume/gstvolume.c: (plugin_init):
30573           set rank to NONE
30574         fixes #134960
30575
30576 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
30577
30578         reviewed by Benjamin Otte  <otte@gnome.org>
30579
30580         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
30581           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
30582
30583 2004-02-22  Benjamin Otte  <otte@gnome.org>
30584
30585         * configure.ac:
30586           export [_]*{gst,Gst,GST}.* symbols from plugins
30587
30588 2004-02-22  Christophe Fergeau <teuf@gnome.org>
30589
30590         reviewed by: Benjamin Otte  <otte@gnome.org>
30591
30592         * ext/lame/gstlame.c: (add_one_tag):
30593         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
30594         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
30595         (gst_vorbisenc_metadata_set1):
30596         * gst/tags/gstid3tag.c:
30597         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
30598           apply fixes from bugs #135042 (lame can't write tags) and #133817
30599           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
30600
30601 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
30602
30603         * configure.ac: Export only gst_plugin_desc from plugins.
30604          Note that this change only makes any effect with Linux using libtool
30605          1.5.2 or higher. Otherwise it is silently ignored, but it would build
30606          fine. And don't try to have several versions of libtool in different
30607          directories.
30608
30609 2004-02-20  Andy Wingo  <wingo@pobox.com>
30610
30611         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
30612         interleave respectively.
30613
30614         * gst/interleave/deinterleave.c: New plugin: deinterleave
30615         (replaces on oneton).
30616         * gst/interleave/interleave.c: New plugin: interleave.
30617         * gst/interleave/plugin.h: Support file.
30618         * gst/interleave/plugin.c: Support file.
30619
30620         * configure.ac: Remove intfloat and oneton, add interleave.
30621
30622         * ext/sndfile/gstsf.c: Handle events better.
30623
30624         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
30625         and float2int operation. int2float has scheduling problems as
30626         noted in in2float_chain.
30627
30628 2004-02-20  Benjamin Otte  <otte@gnome.org>
30629
30630         * ext/xine/Makefile.am:
30631         * ext/xine/gstxine.h:
30632         * ext/xine/xine.c:
30633         * ext/xine/xineaudiodec.c:
30634         * ext/xine/xinecaps.c:
30635           add first version of xine plugin wrapper. Currently only wraps the
30636           QDM2 win32 DLL, and even that only in proof-of-concept quality.
30637         * configure.ac:
30638         * ext/Makefile.am:
30639           add xine plugin wrapper, disabled by default. Use --enable-xine to
30640           build. Note that it'll segfault on gst-register if you don't remove
30641           the goom and tvtime post plugins from xine.
30642         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
30643         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
30644           add extradata parsing for QDM2.
30645           change around debugging prints.
30646
30647 2004-02-19  Benjamin Otte  <otte@gnome.org>
30648
30649         * ext/lame/gstlame.c: (gst_lame_chain):
30650         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
30651           use gst_tag_list_insert when you want to insert tags
30652
30653 2004-02-18  David Schleef  <ds@schleef.org>
30654
30655         * configure.ac:  Move massink to gst-rotten
30656         * ext/Makefile.am:
30657         * ext/mas/Makefile.am:
30658         * ext/mas/massink.c:
30659         * ext/mas/massink.h:
30660
30661 2004-02-18  David Schleef  <ds@schleef.org>
30662
30663         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
30664         typefinding, since it seems to be worse than nothing.
30665         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
30666         atom to recognize .mp4 and .m4a files as video/quicktime.
30667
30668 2004-02-18  David Schleef  <ds@schleef.org>
30669
30670         * gst/sine/demo-dparams.c: (quit_live),
30671         (dynparm_log_value_changed), (dynparm_value_changed), (main):
30672         Use double dparams, not float.
30673         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
30674         (gst_sinesrc_init): Change sync default to FALSE, since multiple
30675         sync'd elements don't really work correctly.
30676         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
30677         (volume_update_volume), (volume_get_property):  Change dparam
30678         to double.
30679
30680 2004-02-18  Julien MOUTTE  <julien@moutte.net>
30681
30682         * sys/ximage/ximagesink.c:
30683         (gst_ximagesink_xwindow_update_geometry),
30684         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
30685         (gst_ximagesink_change_state), (gst_ximagesink_expose),
30686         (gst_ximagesink_init): Rework the way software video scaling works. So
30687         now we check on each chain call if the video frames are feeling the
30688         window. If not we try to renegotiate caps. On failure we memorize that
30689         and we won't try again for that PLAYING sessions.
30690         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
30691         failure.
30692         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
30693         synchronous flag.
30694
30695 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
30696
30697         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
30698           break up _link so we can give a better debug message for errors
30699
30700 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
30701
30702         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
30703           set up debug category
30704
30705 2004-02-18  Julien MOUTTE <julien@moutte.net>
30706
30707         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
30708         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
30709         the way renegotiation work. The event handling function is not taking
30710         care of external windows and renegotiate method check for pad flags
30711         NEGOTIATING. Should fix : #133209
30712
30713 2004-02-17  Julien MOUTTE  <julien@moutte.net>
30714
30715         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
30716         pad is negotiating before trying renegotiation.
30717
30718 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
30719
30720         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
30721           pass on all possible mime types as typefind hints
30722
30723 2004-02-17  Julien MOUTTE <julien@moutte.net>
30724
30725         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
30726         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
30727         possible SHM leak if we crash. All other apps using XShm are doing
30728         that.
30729
30730 2004-02-17  Julien MOUTTE  <julien@moutte.net>
30731
30732         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
30733         (gst_ximagesink_expose): Renegotiate size on expose.
30734         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
30735         size on expose.
30736
30737 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30738
30739         * testsuite/alsa/sinesrc.c:
30740           cosmetic fix to fix compile issue with gcc 2.95.4
30741
30742 2004-02-16  Julien MOUTTE <julien@moutte.net>
30743
30744         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
30745         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
30746         failed opening the audio device.
30747         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
30748         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
30749         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
30750         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
30751         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
30752         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
30753         (gst_ximagesink_change_state), (gst_ximagesink_chain),
30754         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
30755         Removing some useless g_return_if_fail like wingo suggested.
30756         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
30757         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
30758         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
30759         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
30760         (gst_xvimagesink_update_colorbalance),
30761         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
30762         (gst_xvimagesink_xcontext_clear),
30763         (gst_xvimagesink_get_fourcc_from_caps),
30764         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
30765         (gst_xvimagesink_set_xwindow_id),
30766         (gst_xvimagesink_colorbalance_list_channels),
30767         (gst_xvimagesink_colorbalance_set_value),
30768         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
30769         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
30770
30771 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
30772
30773         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
30774           throw error when not negotiated instead of asserting
30775
30776 2004-02-15  Julien MOUTTE  <julien@moutte.net>
30777
30778         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
30779         correct data refcounting.
30780
30781 2004-02-15  Julien MOUTTE  <julien@moutte.net>
30782
30783         * gst/switch/gstswitch.c: (gst_switch_change_state),
30784         (gst_switch_class_init): Cleaning the sinkpads correctly on state
30785         change, mostly the EOS flag.
30786
30787 2004-02-15  Julien MOUTTE  <julien@moutte.net>
30788
30789         * examples/gstplay/player.c: (got_eos), (main): Adding some
30790         output for debugging.
30791         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
30792         timeouts if we go to any state different from PLAYING.
30793         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
30794         more EOS bugs in riff lib.
30795
30796 2004-02-14  Julien MOUTTE  <julien@moutte.net>
30797
30798         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
30799         visualization until i find a way to fix switch correctly.
30800         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
30801         EOS arrives.
30802         * gst/switch/gstswitch.c: (gst_switch_release_pad),
30803         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
30804         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
30805         Reworked switch to get a more correct behaviour with events and refing
30806         of data stored in sinkpads.
30807         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
30808         we don't pull from a pad in EOS.
30809
30810 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30811
30812         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
30813           remove v1 tag even if we can't read it (makes sure we don't detect
30814           it again)
30815
30816 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30817
30818         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
30819         (gst_alsa_xrun_recovery):
30820         * ext/alsa/gstalsa.h:
30821           try xrun recovery when wait failed. Make xrun recovery function
30822           return TRUE/FALSE to indicate success. (might fix #134354)
30823
30824 2004-02-13  David Schleef  <ds@schleef.org>
30825
30826         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
30827         (dynparm_value_changed), (main): Convert from float to double.
30828         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
30829
30830 2004-02-13  David Schleef  <ds@schleef.org>
30831
30832         * gst/silence/gstsilence.c: (gst_silence_class_init),
30833         (gst_silence_set_clock), (gst_silence_get),
30834         (gst_silence_set_property), (gst_silence_get_property):
30835         * gst/silence/gstsilence.h: Add sync property.
30836         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
30837         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
30838         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
30839         * gst/sine/gstsinesrc.h: Add sync property.
30840
30841 2004-02-13  David Schleef  <ds@schleef.org>
30842
30843         * gst/intfloat/gstint2float.c: (conv_f32_s16),
30844         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
30845
30846 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
30847
30848         * configure.ac:
30849         * ext/Makefile.am:
30850         * gst-libs/ext/Makefile.am:
30851           move ffmpeg plugin to gst-ffmpeg module
30852
30853 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
30854
30855         * configure.ac: use GST_ARCH to detect architecture
30856
30857 2004-02-12  Julien MOUTTE  <julien@moutte.net>
30858
30859         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
30860
30861 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30862
30863         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
30864           classify LADSPA plugins based on number of src/sink pads
30865           (#133663, Stefan Kost)
30866         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
30867           fix dparams registration
30868           (#133528, Stefan Kost)
30869         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
30870           fix use of isprint and use g_ascii_isprint instead
30871           (#133316, Stefan Kost)
30872
30873 2004-02-11  David Schleef  <ds@schleef.org>
30874
30875         Convert a few inner loops to use liboil.  This is currently
30876         optional, and is only enabled if liboil is present (duh!).
30877         * configure.ac: Check for liboil-0.1
30878         * gst/intfloat/Makefile.am:
30879         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
30880         (gst_int2float_chain_gint16):
30881         * gst/videofilter/Makefile.am:
30882         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
30883         (tablelookup_u8), (gst_videobalance_planar411):
30884         * gst/videotestsrc/Makefile.am:
30885         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
30886         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
30887         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
30888         (paint_hline_RGB565), (paint_hline_xRGB1555):
30889
30890 2004-02-11  David Schleef  <ds@schleef.org>
30891
30892         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
30893         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
30894         (gst_colorspace_getcaps), (gst_colorspace_link),
30895         (gst_colorspace_base_init), (gst_colorspace_init),
30896         (gst_colorspace_chain), (gst_colorspace_change_state),
30897         (plugin_init): Merge Ronald's patch (bug #117897) and update
30898         for new caps and negotiation.  Seems to work, although it
30899         shows off bugs in lcs.
30900
30901 2004-02-11  David Schleef  <ds@schleef.org>
30902
30903         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
30904         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
30905
30906 2004-02-11  David Schleef  <ds@schleef.org>
30907
30908         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
30909         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
30910         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
30911         Add server and port properties
30912
30913 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
30914
30915         * m4/a52.m4:
30916         * m4/aalib.m4:
30917         * m4/as-ffmpeg.m4:
30918         * m4/as-liblame.m4:
30919         * m4/as-slurp-ffmpeg.m4:
30920         * m4/check-libheader.m4:
30921         * m4/esd.m4:
30922         * m4/freetype2.m4:
30923         * m4/gconf-2.m4:
30924         * m4/glib.m4:
30925         * m4/gst-alsa.m4:
30926         * m4/gst-artsc.m4:
30927         * m4/gst-ivorbis.m4:
30928         * m4/gst-matroska.m4:
30929         * m4/gst-sdl.m4:
30930         * m4/gst-shout2.m4:
30931         * m4/gst-sid.m4:
30932         * m4/gtk.m4:
30933         * m4/libdv.m4:
30934         * m4/libfame.m4:
30935         * m4/libmikmod.m4:
30936         * m4/ogg.m4:
30937         * m4/vorbis.m4:
30938           fix underquotedness of macros (#133800)
30939         * m4/as-avifile.m4:
30940         * m4/xmms.m4:
30941           removed because no longer used
30942
30943 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
30944
30945         * configure.ac:
30946           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
30947           by autopoint (fixes #132996)
30948
30949 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30950
30951         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
30952         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
30953         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
30954         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
30955           fix memleaks
30956
30957 2004-02-11  David Schleef  <ds@schleef.org>
30958
30959         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30960         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
30961         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
30962         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
30963         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
30964         (gst_jpegenc_class_init), (gst_jpegenc_init),
30965         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
30966         (gst_jpegenc_chain), (gst_jpegenc_set_property),
30967         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
30968         * ext/jpeg/gstjpegenc.h: Fix negotiation.
30969
30970 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30971
30972         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
30973         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
30974         * ext/mikmod/gstmikmod.h:
30975           fix caps negotiation in mikmod
30976         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
30977           output debug information
30978
30979 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30980
30981         * gst-libs/gst/colorbalance/Makefile.am:
30982         * gst-libs/gst/navigation/Makefile.am:
30983         * gst-libs/gst/xoverlay/Makefile.am:
30984           remove unused GST_OPT_CFLAGS from Makefiles
30985           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
30986
30987 2004-02-07  David Schleef  <ds@schleef.org>
30988
30989         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
30990         push events to pads that haven't been created (#133508)
30991
30992 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
30993
30994         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
30995         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
30996         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
30997         (gst_dvdec_loop), (gst_dvdec_change_state):
30998         Second attempt at committing a working dvdec element.
30999
31000 2004-02-06  David Schleef  <ds@schleef.org>
31001
31002         Build fixes for OS X: (see #129600)
31003         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
31004         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
31005         (gst_riff_read_strf_iavs):
31006         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
31007         (gst_avi_demux_stream_odml):
31008         * gst/playondemand/Makefile.am:
31009         * gst/rtp/rtp-packet.c:
31010
31011 2004-02-05  David Schleef  <ds@schleef.org>
31012
31013         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
31014         last change, because it Just Doesn't Compile.
31015
31016 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31017
31018         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
31019           skip undecodable id3v2 tag instead of keeping it
31020
31021 2004-02-05  David Schleef  <ds@schleef.org>
31022
31023         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
31024         Unref leaked buffer.  (Noticed by Ronald)
31025
31026 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
31027
31028         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
31029         Sync requires with other checks.  >= vs =.
31030
31031 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
31032
31033         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
31034         (gst_dvdec_video_link), (gst_dvdec_loop):
31035         * ext/dv/gstdvdec.h:
31036           rework the caps negotiation so that dvdec works again instead
31037           of just segfaulting.
31038
31039 === release 0.7.4 ===
31040
31041 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
31042
31043         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
31044         * configure.ac: changed for release
31045
31046 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31047
31048         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
31049         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
31050         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
31051         * pkgconfig/gstreamer-play-uninstalled.pc.in:
31052           reworked patch by David Lehn to fix libdir and includedir for
31053           uninstalled libraries
31054           removed play and gconf from gstreamer-libs since they have their
31055           own pkgconfig files
31056
31057 2004-02-04  David Schleef  <ds@schleef.org>
31058
31059         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
31060         memleak.
31061
31062 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31063
31064         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
31065           use correct GST_TAG_ENCODER tag
31066
31067 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31068
31069         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
31070           be sure to stop the clock when going to paused
31071         * sys/oss/gstosssink.c: (gst_osssink_change_state):
31072           reset number of transmitted when going to ready.
31073         fixes #132935
31074
31075 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
31076
31077         reviewed by Benjamin Otte
31078
31079         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
31080           extract track count (fixes #133410)
31081
31082 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31083
31084         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
31085           that should be !=, not == (fixes #132519)
31086
31087 2004-02-04  David Schleef  <ds@schleef.org>
31088
31089         Make sure set_explicit_caps() is called before adding pad.
31090         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
31091         * gst/id3/gstid3types.c: (gst_id3types_loop):
31092         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
31093         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
31094
31095 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
31096
31097         * configure.ac:
31098           bump nano to 2, first prerelease
31099           put back AM_PROG_LIBTOOL
31100
31101 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
31102
31103         * testsuite/alsa/Makefile.am:
31104           these are user test apps, not automatic testsuite tests
31105
31106 2004-02-04  David Schleef  <ds@schleef.org>
31107
31108         Convert GST_DEBUG_CAPS() to GST_DEBUG():
31109         * gst/mpeg1videoparse/gstmp1videoparse.c:
31110         (mp1videoparse_parse_seq):
31111         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
31112         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
31113         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
31114         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
31115         (gst_xvideosink_getcaps):
31116         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
31117         * testsuite/gst-lint: more tests
31118
31119 2004-02-04  David Schleef  <ds@schleef.org>
31120
31121         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
31122         with the code that they would expand to.
31123         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
31124         (gst_flacdec_get_src_query_types),
31125         (gst_flacdec_get_src_event_masks):
31126         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
31127         (gst_gnomevfssrc_get_query_types),
31128         (gst_gnomevfssrc_get_event_mask):
31129
31130 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31131
31132         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
31133         (gst_sinesrc_dispose):
31134           fix memleak by properly disposing sinesrc
31135
31136 2004-02-04  Julien MOUTTE  <julien@moutte.net>
31137
31138         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
31139         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
31140         an overlay to redraw the image because it has been exposed.
31141         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
31142         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
31143         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
31144         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
31145         interface
31146         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
31147         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
31148         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
31149         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
31150         interface
31151
31152 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31153
31154         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
31155           more memleak fixage
31156
31157 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31158
31159         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
31160         * gst/typefind/gsttypefindfunctions.c:
31161           fix memleaks shown by gst-typefind
31162
31163 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31164
31165         * common/glib-gen.mak:
31166           add hack rule to touch .Plo files
31167         * gst-libs/gst/colorbalance/Makefile.am:
31168         * gst-libs/gst/mixer/Makefile.am:
31169         * gst-libs/gst/play/Makefile.am:
31170         * gst-libs/gst/tuner/Makefile.am:
31171           remove glib_root variable
31172
31173 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31174
31175         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
31176           set explicit caps before adding the element, so the autopluggers can
31177           plug correctly.
31178         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
31179         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
31180         (mpeg_video_type_find), (mpeg_video_stream_type_find),
31181         (dv_type_find):
31182           fix memleaks in typefind functions. gst_type_find_suggest takes a const
31183           argument.
31184
31185 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31186
31187         * gst-libs/gst/colorbalance/Makefile.am:
31188         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
31189         * gst-libs/gst/colorbalance/colorbalance.c:
31190         * gst-libs/gst/colorbalance/colorbalance.h:
31191         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
31192         * gst-libs/gst/mixer/Makefile.am:
31193         * gst-libs/gst/mixer/mixer-marshal.list:
31194         * gst-libs/gst/mixer/mixer.c:
31195         * gst-libs/gst/mixer/mixer.h:
31196         * gst-libs/gst/mixer/mixermarshal.list:
31197         * gst-libs/gst/play/Makefile.am:
31198         * gst-libs/gst/play/play.h:
31199         * gst-libs/gst/tuner/Makefile.am:
31200         * gst-libs/gst/tuner/tuner-marshal.list:
31201         * gst-libs/gst/tuner/tuner.c:
31202         * gst-libs/gst/tuner/tuner.h:
31203         * gst-libs/gst/tuner/tunermarshal.list:
31204           use new glib-gen.mak snippet to clean up Makefile.am
31205           fix various bugs in Makefile.am's
31206
31207 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31208
31209         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
31210           handle chain parsing correctly in the multichain case
31211         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
31212         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
31213         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31214         (theora_dec_chain):
31215           handle events and queries correctly
31216
31217 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
31218
31219         * .cvsignore:
31220         Ignore generated file _stdint.h.
31221
31222 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
31223
31224         * gst-libs/gst/colorbalance/Makefile.am:
31225         * gst-libs/gst/colorbalance/colorbalance.h:
31226         * gst-libs/gst/mixer/Makefile.am:
31227         * gst-libs/gst/mixer/mixer.h:
31228         * gst-libs/gst/play/Makefile.am:
31229         * gst-libs/gst/play/play.h:
31230         * gst-libs/gst/tuner/Makefile.am:
31231         * gst-libs/gst/tuner/tuner.h:
31232         Generate enum type code with glib-mkenums.
31233         * gst-libs/gst/colorbalance/.cvsignore:
31234         * gst-libs/gst/mixer/.cvsignore:
31235         * gst-libs/gst/play/.cvsignore:
31236         * gst-libs/gst/tuner/.cvsignore:
31237         Ignore generated files.
31238
31239 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
31240
31241         * gst-libs/gst/audio/.cvsignore:
31242         Ignore generated file.
31243         * gst-libs/gst/audio/Makefile.am:
31244         Do not install example filter.
31245
31246 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
31247
31248         * examples/switch/.cvsignore:
31249         Ignore generated file.
31250
31251 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31252
31253         * common/m4/ax_create_stdint_h.m4:
31254         * configure.ac:
31255           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
31256           _stdint.h.
31257         * Makefile.am:
31258           remove generated _stdint.h in DISTCLEANFILES
31259         * ext/a52dec/gsta52dec.c:
31260           include _stdint.h for a52dec. (should fix #133064)
31261
31262 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
31263
31264         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
31265         (gst_tag_to_vorbis_comments):
31266         Add replaygain support to vorbistag
31267
31268 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
31269         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
31270         (gst_ffmpeg_caps_to_extradata):
31271           Fix SVQ3 caps flag properties
31272           Use glib macro for bytes swap
31273
31274 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31275
31276         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
31277         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
31278         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
31279         * ext/sndfile/gstsf.c: (plugin_init):
31280         * gst/avi/gstavi.c: (plugin_init):
31281         * sys/dxr3/dxr3init.c: (plugin_init):
31282         * sys/oss/gstossaudio.c: (plugin_init):
31283         * sys/v4l/gstv4l.c: (plugin_init):
31284         * sys/v4l2/gstv4l2.c: (plugin_init):
31285           remove textdomain calls
31286         * po/nl.po:
31287           update Dutch translation
31288
31289 2004-02-02  Julien MOUTTE  <julien@moutte.net>
31290
31291         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
31292         (gst_play_set_audio_sink): Moving volume in the audio thread for
31293         instantaneous volume change. Maybe i will add another volume in front
31294         of visualization later, not sure yet though.
31295
31296 2004-02-02  Julien MOUTTE  <julien@moutte.net>
31297
31298         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
31299         (gst_ximagesink_handle_xevents): Better X events handling, only take
31300         the latest events for configure and motion.
31301         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
31302
31303 2004-02-02  Jon Trowbridge  <trow@gnu.org>
31304
31305         reviewed by: David Schleef  <ds@schleef.org>
31306
31307         Fix memory leaks:
31308         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
31309         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
31310
31311 2004-02-02  David Schleef  <ds@schleef.org>
31312
31313         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
31314         of lines.
31315         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
31316         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
31317         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
31318         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
31319         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
31320         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
31321         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
31322         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
31323         (gst_float2_2_int_link):
31324         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
31325         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
31326         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
31327         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
31328         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
31329         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
31330         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
31331         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
31332         * testsuite/gst-lint: Add tests for bzero and ;;
31333
31334 2004-02-02  David Schleef  <ds@schleef.org>
31335
31336         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
31337
31338 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31339
31340         * ext/aalib/gstaasink.c: (gst_aasink_open):
31341         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
31342         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
31343         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
31344         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
31345         (gst_afsink_close_file):
31346         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
31347         (gst_afsrc_close_file):
31348         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
31349         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
31350         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
31351         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
31352         * ext/esd/esdmon.c: (gst_esdmon_get):
31353         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
31354         * ext/faac/gstfaac.c: (gst_faac_chain):
31355         * ext/faad/gstfaad.c: (gst_faad_chain):
31356         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
31357         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
31358         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
31359         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
31360         (gst_flacdec_loop):
31361         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
31362         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
31363         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
31364         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
31365         (gst_gnomevfssink_close_file):
31366         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
31367         (gst_gnomevfssrc_open_file):
31368         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
31369         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
31370         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
31371         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
31372         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
31373         * ext/mad/gstmad.c: (gst_mad_chain):
31374         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
31375         * ext/mpeg2dec/gstmpeg2dec.c:
31376         * ext/mpeg2enc/gstmpeg2enc.cc:
31377         * ext/mplex/gstmplex.cc:
31378         * ext/mplex/gstmplexibitstream.cc:
31379         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
31380         (gst_ogg_demux_push):
31381         * ext/raw1394/gstdv1394src.c:
31382         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
31383         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
31384         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
31385         (gst_sf_loop):
31386         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
31387         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
31388         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
31389         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
31390         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
31391         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
31392         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
31393         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
31394         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
31395         (gst_riff_read_element_data), (gst_riff_read_seek),
31396         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
31397         * gst/adder/gstadder.c: (gst_adder_loop):
31398         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
31399         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
31400         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
31401         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
31402         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
31403         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
31404         * gst/goom/gstgoom.c: (gst_goom_chain):
31405         * gst/id3/gstid3types.c: (gst_id3types_loop):
31406         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
31407         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
31408         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
31409         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
31410         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
31411         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
31412         (gst_ebml_read_float), (gst_ebml_read_header):
31413         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
31414         (gst_matroska_demux_parse_blockgroup):
31415         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
31416         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
31417         * gst/oneton/gstoneton.c: (gst_oneton_chain):
31418         * gst/silence/gstsilence.c: (gst_silence_get):
31419         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
31420         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
31421         * gst/speed/gstspeed.c: (speed_loop):
31422         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
31423         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
31424         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
31425         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
31426         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
31427         (gst_wavparse_loop):
31428         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
31429         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
31430         (dxr3audiosink_close):
31431         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
31432         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
31433         (dxr3videosink_close), (dxr3videosink_write_data):
31434         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
31435         * sys/oss/gstosssink.c: (gst_osssink_chain):
31436         * sys/oss/gstosssrc.c: (gst_osssrc_get):
31437         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
31438         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
31439         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
31440         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
31441         (gst_v4l_set_window), (gst_v4l_enable_overlay):
31442         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
31443         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
31444         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
31445         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
31446         (gst_v4l_set_audio):
31447         * sys/v4l/v4l_calls.h:
31448         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
31449         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
31450         (gst_v4lmjpegsink_playback_init),
31451         (gst_v4lmjpegsink_playback_start):
31452         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
31453         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
31454         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
31455         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
31456         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
31457         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
31458         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
31459         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
31460         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
31461         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
31462         (gst_v4l2_get_output), (gst_v4l2_set_output),
31463         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
31464         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
31465         (gst_v4l2_set_attribute):
31466         * sys/v4l2/v4l2_calls.h:
31467         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
31468         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
31469         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
31470         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
31471         (gst_v4l2src_capture_stop):
31472         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
31473         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
31474         (gst_ximagesink_chain):
31475         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
31476         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
31477         (gst_xvideosink_xwindow_new):
31478         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
31479         (gst_xvimagesink_chain):
31480
31481 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31482
31483         * gst/volume/gstvolume.c: (gst_volume_set_volume),
31484         (gst_volume_get_volume), (volume_class_init), (volume_init),
31485         (volume_chain_int16), (volume_update_volume):
31486         * gst/volume/gstvolume.h:
31487           make code more readable by removing magic numbers
31488           make mixer interface export 0-100 range
31489           make it internally map to 0.0-1.0 range so users don't distort
31490           output by putting the sliders at full volume
31491
31492 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31493
31494         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
31495         (gst_play_state_change), (gst_play_seek_to_time):
31496         block the tick callback for 0.5 secs after doing a seek
31497
31498 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31499
31500         * gst-libs/gst/play/play.c: (gst_play_new):
31501           check for GError
31502
31503 2004-02-01  Julien MOUTTE  <julien@moutte.net>
31504
31505         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
31506         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
31507         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
31508         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
31509         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
31510         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
31511
31512 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
31513
31514         * configure.ac:
31515         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
31516           check for a function added in vorbis 1.1
31517
31518 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31519
31520         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
31521         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
31522           really start/stop clock only on PLAYING <=> PAUSED
31523         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
31524           remove \n from debugging lines
31525         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
31526           make it work when seeking does not
31527         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
31528           reset on DISCONT
31529
31530 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31531
31532         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
31533           start clock on PAUSED=>PLAYING, not later
31534         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
31535           extract correct time for different discont formats
31536         (gst_alsa_sink_get_time):
31537           don't segfault when no format is negotiated yet, just return 0
31538         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
31539         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
31540         (gst_ogg_pad_push):
31541           handle flush and discont events correctly
31542         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
31543           handle discont events correctly
31544
31545 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
31546
31547         * gst-libs/gst/play/play.c: (gst_play_error_quark),
31548         (gst_play_error_create), (gst_play_error_plugin),
31549         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
31550         * gst-libs/gst/play/play.h:
31551           add error handling during creation
31552         * examples/gstplay/player.c: (main):
31553           use new gst_play_new
31554
31555
31556 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31557
31558         * ext/theora/theoradec.c: (theora_dec_chain):
31559           make comments work
31560         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
31561         (vorbis_dec_src_event), (vorbis_dec_chain):
31562           add encoder tag, fix tag reading to be more error tolerant, change
31563           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
31564           gst_pad_event_default.
31565         * gst/tags/gstvorbistag.c:
31566         (gst_tag_list_from_vorbiscomment_buffer):
31567           undefine function specific define at end of function
31568
31569 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
31570
31571         * ext/flac/gstflac.c: (plugin_init):
31572         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
31573         * ext/flac/gstflacdec.h:
31574         * ext/flac/gstflacenc.h:
31575           Fix typos
31576
31577 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
31578
31579         * examples/gstplay/player.c: s/gstplay.h/play.h/
31580
31581 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31582
31583         * gst-libs/gst/play/Makefile.am:
31584         * gst-libs/gst/play/gstplay.c:
31585         * gst-libs/gst/play/gstplay.h:
31586         * gst-libs/gst/play/play.c:
31587           more surgery, operation complete
31588
31589 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31590
31591         * gst-libs/gst/play/play.old.c:
31592         * gst-libs/gst/play/play.old.h:
31593           after CVS surgery by moving, remove
31594         * gst-libs/gst/play/playpipelines.c:
31595           remove
31596
31597         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
31598           add negotiation error
31599
31600 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31601
31602         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
31603         (gst_ogg_demux_push):
31604           add some seeking debug info
31605           send a flush when seeking
31606
31607 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31608
31609         * configure.ac:
31610           use AC_C_INLINE
31611         * configure.ac:
31612         * ext/Makefile.am:
31613         * ext/theora/Makefile.am:
31614         * ext/theora/theoradec.c:
31615           add theora video decoder. Does just do simple decoding for now and
31616           has been tested against Theora cvs only. It only works when theora
31617           is compiled with --enable-static.
31618         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
31619           always reset packetno on DISCONT
31620
31621 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31622
31623         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
31624           Fix audio.
31625
31626 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31627
31628         * gst/mpegaudioparse/gstmpegaudioparse.c:
31629         (mp3_type_frame_length_from_header):
31630           Fix header parsing - stolen from ffmpeg (thank you! :) ).
31631
31632 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31633
31634         * ext/esd/esdsink.c: (gst_esdsink_init):
31635           Since we have static pad template caps, we don't need to negotiate;
31636           either the core errors out or we know the format.
31637
31638 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31639
31640         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
31641         (gst_riff_read_seek):
31642         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
31643         (gst_ebml_read_seek):
31644           Fix event handling.
31645
31646 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31647
31648         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
31649           removee video/x-theora from vp3 decoder, it doesn't handle raw
31650           theora streams
31651         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
31652           fix bug with finalizing element that never went to PAUSED
31653         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
31654           length and position queries were swapped
31655         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
31656         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
31657         (vorbis_dec_src_event):
31658           implement querying time and bytes
31659
31660 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31661
31662         * just about every source file:
31663           gst_element_error -> GST_ELEMENT_ERROR
31664
31665 2004-01-29  Julien MOUTTE  <julien@moutte.net>
31666
31667         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
31668         emiting FLUSH and even before DISCONT.
31669         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
31670         get the best instant seeking as possible yay!
31671
31672 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31673
31674         * gst/mpeg1videoparse/gstmp1videoparse.c:
31675         (gst_mp1videoparse_real_chain):
31676           Committed wrong version last week... Grr... Didn't notice until now.
31677
31678 2004-01-29  Julien MOUTTE <julien@moutte.net>
31679
31680         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
31681         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
31682         have_xwindow_id signal in xwindow_create.
31683
31684 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31685
31686         * ext/ogg/gstoggdemux.c:
31687           lots of changes - mainly support for chained bitstreams, seeking,
31688           querying and bugfixes of course
31689         * ext/vorbis/Makefile.am:
31690         * ext/vorbis/vorbisdec.c:
31691         * ext/vorbis/vorbisdec.h:
31692           add vorbisdec raw vorbis decoder
31693         * ext/vorbis/vorbis.c: (plugin_init):
31694           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
31695         * gst/intfloat/Makefile.am:
31696         * gst/intfloat/float22int.c:
31697         * gst/intfloat/float22int.h:
31698         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
31699           add float2intnew plugin. It converts multichannel interleaved float to
31700           multichannel interleaved int. The name should probably be changed.
31701         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
31702         (plugin_init):
31703           add typefinding for raw theora video so oggdemux can detect it.
31704
31705 2004-01-28  Julien MOUTTE  <julien@moutte.net>
31706
31707         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
31708         sink element first.
31709         * gst/videoscale/gstvideoscale.c:
31710         (gst_videoscale_handle_src_event): Fixing src event handler.
31711
31712 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31713
31714         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
31715         (gst_v4lsrc_open), (gst_v4lsrc_close),
31716         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
31717         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
31718         * sys/v4l/gstv4lsrc.h:
31719         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
31720         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
31721           Implement resizing... Hack. But that's why v4l is b0rked...
31722
31723 2004-01-28  Julien MOUTTE <julien@moutte.net>
31724
31725         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
31726         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
31727         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
31728         (gst_ximagesink_xwindow_destroy):
31729         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31730         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
31731         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
31732         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
31733         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
31734         correctly cleaning the image created to check xshm calls on succes,
31735         added a lot of XSync calls in X11 functions, and fixed a segfault when
31736         no image format was defined before negotiation happened.
31737
31738 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31739
31740         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
31741           use gst_element_get_time to get correct time
31742
31743 2004-01-28  Julien MOUTTE  <julien@moutte.net>
31744
31745         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
31746         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
31747         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
31748         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
31749         (gst_xvimagesink_check_xshm_calls),
31750         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
31751         X plugins are now able to detect that XShm calls will fail even if the
31752         server claims that it has XShm support (remote displays most of the
31753         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
31754         so that we use non XShm functions. This feature is almost useless for
31755         xvimagesink as Xv is not supported on remote displays anyway, but
31756         it might happen than even on the local display XShm calls fail.
31757
31758 2004-01-27  David Schleef  <ds@schleef.org>
31759
31760         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
31761         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
31762         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
31763         changed esdsink to only use 44100,16,2, since esd sucks at rate
31764         conversion and esdsink has had difficulty negotiating.
31765
31766 2004-01-27  Julien MOUTTE <julien@moutte.net>
31767
31768         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
31769         (gst_play_seek_to_time): Fixing the way to get current position.
31770
31771 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31772
31773         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
31774           use gst_element_get_time to get correct time
31775
31776 2004-01-27  Julien MOUTTE <julien@moutte.net>
31777
31778         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
31779         fix ever... Inverting 2 lines of code make spider autoplug correctly
31780         tagged mp3 !
31781
31782 2004-01-27  David Schleef  <ds@schleef.org>
31783
31784         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
31785         Use gst_pad_try_set_caps_nonfixed().
31786
31787 2004-01-27  David Schleef  <ds@schleef.org>
31788
31789         * gst/ac3parse/gstac3parse.c: update to checklist 5
31790         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
31791         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
31792         * gst/audioscale/gstaudioscale.c: same
31793         * gst/auparse/gstauparse.c: same
31794         * gst/avi/gstavidemux.c: same
31795
31796 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31797
31798         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
31799           stop processing after EOS
31800
31801 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31802
31803         * gst/asfdemux/asfheaders.h:
31804         * gst/asfdemux/gstasfdemux.c:
31805         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
31806         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
31807         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
31808           lot's of fixes to make data extraction simpler and get the code
31809           architecture and compiler independant. Add debugging category
31810         * gst/goom/gstgoom.c: (gst_goom_change_state):
31811           reset channel count on PAUSED=>READY, not READY=>PAUSED
31812
31813 2004-01-26  Colin Walters  <walters@verbum.org>
31814
31815         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
31816         code to pull a bigger buffer in iradio mode.  This as a side effect
31817         makes typefinding work.
31818
31819 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
31820
31821         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
31822         Fix SVQ3 decoding on PPC
31823
31824 2004-01-26  Julien MOUTTE <julien@moutte.net>
31825
31826         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
31827         that one managed to stay there... Fixed.
31828
31829 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
31830
31831         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
31832         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
31833         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
31834         (qtdemux_video_caps):
31835         * gst/qtdemux/qtdemux.h:
31836         Add SVQ3 specific flags to qtdemux and ffmpeg
31837
31838 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31839
31840         * gst-libs/gst/audio/audio.h:
31841           remove buffer-frames from audio caps
31842         * gst/audioconvert/gstaudioconvert.c:
31843           fix plugin to really work.
31844
31845 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31846
31847         * gst-libs/gst/mixer/mixer.c:
31848         * gst-libs/gst/propertyprobe/propertyprobe.c:
31849         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
31850         (gst_tuner_find_channel_by_name):
31851         * gst-libs/gst/tuner/tuner.h:
31852           Add gtk-doc style comments. Also fix a function name.
31853
31854 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31855
31856         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
31857         (gst_divxdec_negotiate):
31858           Fix for new capsnego - also fixes gst-player with divxdec.
31859
31860 2004-01-25  Julien MOUTTE  <julien@moutte.net>
31861
31862         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
31863         (gst_play_identity_handoff), (gst_play_set_location),
31864         (gst_play_set_visualization), (gst_play_connect_visualization): Another
31865         try in visualization implementation. Still have an issue with switch
31866         blocking when pulling from video_queue and only audio comes out of
31867         spider.
31868         * gst/switch/gstswitch.c: (gst_switch_release_pad),
31869         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
31870         release method. And check if the pad is usable before pulling.
31871
31872 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31873
31874         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
31875         (gst_videobalance_init),
31876         (gst_videobalance_colorbalance_list_channels),
31877         (gst_videobalance_colorbalance_set_value),
31878         (gst_videobalance_colorbalance_get_value),
31879         (gst_videobalance_update_properties),
31880         (gst_videobalance_update_tables_planar411),
31881         (gst_videobalance_planar411):
31882         * gst/videofilter/gstvideobalance.h:
31883           Implement lookup-tables. +/- 10x faster.
31884
31885 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31886
31887         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
31888         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
31889           The index reading was broken. The rest worked fine, but the whole
31890           goal of my rewrite was to make avidemux readable, and this was
31891           not at all readable. Please use typed variables.
31892
31893 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31894
31895         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
31896           Additional pad usability check.
31897         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
31898         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
31899         (gst_mp1videoparse_real_chain):
31900           Fix MPEG video stream parsing. The original plugin had several
31901           issues, including not timestamping streams where the source was
31902           not timestamped (this happens with PTS values in mpeg system
31903           streams, but MPEG video is also a valid stream on its own so
31904           that needs timestamps too). We use the display time code for that
31905           for now. Also, if one incoming buffer contains multiple valid
31906           frames, we push them all on correctly now, including proper EOS
31907           handling. Lastly, several potential segfaults were fixed, and we
31908           properly sync on new sequence/gop headers to include them in next,
31909           not previous frames (since they're header for the next frame, not
31910           the previous). Also see #119206.
31911         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
31912         (bpf_from_header):
31913           Move caps setting so we only do it after finding several valid
31914           MPEG-1 fraes sequentially, not right after the first one (which
31915           might be coincidental).
31916         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
31917         (mpeg_video_type_find), (mpeg_video_stream_type_find),
31918         (plugin_init):
31919           Add unsynced MPEG video stream typefinding, and change some
31920           probability values so we detect streams rightly. The idea is as
31921           follows: I can have an unsynced system stream which contains
31922           video. In the current code, I would randomly get a type for either
31923           system or video stream type found, because the probabilities are
31924           being calculated rather randomly. I now use fixed values, so we
31925           always prefer system stream if that was found (and that is how it
31926           should be). If no system stream was found, we can still identity                the stream as video-only.
31927
31928 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31929
31930         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
31931         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
31932           don't write to buffer. Extract data without the need of
31933           __attribute__ ((packed))
31934
31935 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31936
31937         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
31938         (mpeg1_sys_type_find):
31939           Fix MPEG-1 stream typefinding.
31940
31941 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31942
31943         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
31944           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
31945
31946 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
31947
31948         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
31949         * ext/esd/gstesd.c: (plugin_init):
31950           private debugging, better error reporting
31951
31952 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31953
31954         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
31955         (gst_riff_read_init), (gst_riff_read_change_state):
31956         * gst-libs/gst/riff/riff-read.h:
31957           Remove stuff fromold metadata system.
31958
31959 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31960
31961         * ext/ogg/gstoggdemux.c:
31962           Fix wrong file comment.
31963         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
31964         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
31965           Add metadata reading properly.
31966
31967 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
31968
31969         * ext/Makefile.am:
31970           Fix nas DIST_SUBDIRS
31971           Uraeus:
31972           Fix bug where make distcheck doesn't get run on adding stuff to
31973           the build.
31974
31975 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31976
31977         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
31978         * ext/divx/gstdivxdec.h:
31979           Fix divx3 ("msmpeg4") playback using divxdec.
31980
31981 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31982
31983         * gst/typefind/gsttypefindfunctions.c:
31984         (mp3_type_frame_length_from_header): fix bug in length computation
31985         (mp3_type_find): improve debugging output
31986
31987 2004-01-23  Julien MOUTTE  <julien@moutte.net>
31988
31989         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
31990         (gst_play_set_location), (gst_play_seek_to_time),
31991         (gst_play_set_audio_sink), (gst_play_set_visualization),
31992         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
31993         the pipeline from scratch. Visualization is back and switch went out as
31994         i realized it was not possible to use the way i wanted.
31995         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
31996         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
31997         clearing in state change from READY to NULL. So that one can clean the
31998         X ressources keeping the element.
31999         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
32000         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
32001         (gst_xvimagesink_colorbalance_set_value),
32002         (gst_xvimagesink_colorbalance_get_value),
32003         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
32004         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
32005         change from READY to NULL and fixed some stupid bugs in colorbalance
32006         get/set values. Also added the following feature : when nobody tries to
32007         set some values to the colorbalance levels before the xcontext is
32008         grabbed, then when creating channels list from Xv attributes we set the
32009         internal values to the Xv defaults. This way we handle buggy Xv drivers
32010         that set default hue values far from the middle of the range (Thanks
32011         to Jon Trowbridge for pointing that issue).
32012         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
32013         colorbalance levels have been set before xcontext is grabbed.
32014
32015 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32016
32017         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
32018           Fix the ossmixer case where we shouldn't open /dev/dsp* because
32019           it might block operations (which is bad for a mixer).
32020
32021 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32022
32023         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
32024         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
32025         (gmip_find_type_pre):
32026         * gst-libs/gst/media-info/media-info-priv.h:
32027         * gst-libs/gst/media-info/media-info.c:
32028         (gst_media_info_instance_init), (gst_media_info_read_idler):
32029         add fakesink to get caps on decoder src pad again
32030         fix callback prototype to match new have_type signal signature
32031
32032 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32033
32034         * gst/adder/gstadder.c: (gst_adder_link):
32035           fix non-compile and cut-n-paste code
32036
32037 2004-01-21  David Schleef  <ds@schleef.org>
32038
32039         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
32040         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
32041         (gst_swfdec_init), (gst_swfdec_change_state):
32042         * ext/swfdec/gstswfdec.h:
32043         Fix negotiation.
32044         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
32045         (gst_adder_request_new_pad): Fix negotiation.
32046         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
32047         Add a fixate function.
32048         * gst/intfloat/gstfloat2int.c:
32049         * gst/intfloat/gstfloat2int.h:
32050         * gst/intfloat/gstint2float.c:
32051         * gst/intfloat/gstint2float.h:
32052         Completely rewrite the negotiation.  Doesn't quite work yet,
32053         due to some buffer-frames problem.
32054
32055 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
32056
32057         * ext/gnomevfs/gstgnomevfssrc.c:
32058         * sys/v4l2/v4l2_calls.h:
32059           fix includes for distcheck
32060
32061 2004-01-21  Christian Schaller <uraeus@gnome.org>
32062
32063         * ext/nas/
32064         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
32065         based on earlier patch from Laurent Vivier
32066
32067 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
32068
32069         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
32070         Fix wma caps property
32071         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
32072         Fix typo (flags1 and flags2)
32073
32074 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32075
32076         * gst-libs/gst/media-info/media-info-priv.c:
32077         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
32078         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
32079         (gmip_find_stream), (gmip_find_track_metadata),
32080         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
32081         (gmip_find_track_format):
32082         * gst-libs/gst/media-info/media-info-priv.h:
32083         * gst-libs/gst/media-info/media-info-test.c: (main):
32084         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
32085         (gst_media_info_read_idler), (gst_media_info_read):
32086         * gst-libs/gst/media-info/media-info.h:
32087           register debugging category and use it for debugging
32088
32089 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32090
32091         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
32092         (gst_vorbisfile_new_link):
32093           signal streaminfo through tags
32094
32095 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32096
32097         * ext/mplex/gstmplex.cc:
32098         * ext/mplex/gstmplexibitstream.cc:
32099           g++ doesn't like NULL in our i18n/error macros, should be
32100           either (NULL) or ("").
32101
32102 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32103
32104         * sys/dxr3/dxr3audiosink.c:
32105         * sys/dxr3/dxr3init.c:
32106         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
32107         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
32108           Fix more error error error errors (missing includes here).
32109
32110 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32111
32112         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
32113           fix thomas' error errors.
32114
32115 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32116
32117         * ext/mpeg2enc/gstmpeg2enc.cc:
32118           fix error errors.
32119
32120 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32121
32122         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
32123         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
32124           Fix for new error system.
32125
32126 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32127
32128         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
32129           fix for new error reporting
32130
32131 2004-01-20  David Schleef  <ds@schleef.org>
32132
32133         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
32134         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
32135         (gst_ximagesink_set_xwindow_id): Change to using a framerate
32136         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
32137         and neither is 100+, most likely.
32138         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
32139         (gst_xvimagesink_getcaps): same
32140
32141 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32142
32143         * configure.ac:
32144           Up version requirement to 2.0.3 (not yet released) to avoid symbol
32145           clashes with ffmpeg.
32146
32147 2004-01-20  Julien MOUTTE  <julien@moutte.net>
32148
32149         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
32150         (gst_switch_init): Fixed switch element : proxying link and setting
32151         caps from src to sink on request.
32152
32153 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32154
32155         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
32156         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
32157         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
32158         fix element_error
32159
32160 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32161
32162         * sys/v4l/v4l_calls.h:
32163         * sys/v4l2/v4l2_calls.h:
32164           element_error fixes
32165
32166 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32167
32168         * gst-libs/gst/gst-i18n-plugin.h:
32169           add locale.h
32170           remove config.h inclusion
32171
32172 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32173
32174         * autogen.sh:
32175           adding autopoint invocation
32176         * Makefile.am:
32177         * configure.ac:
32178         * gst-libs/gst/gettext.h:
32179           adding gettext bits
32180         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
32181         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
32182         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
32183         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
32184         (gst_gnomevfssink_close_file):
32185         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
32186         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
32187         * gst-libs/gst/gst-i18n-plugin.h:
32188         * gst/avi/gstavi.c: (plugin_init):
32189         * sys/dxr3/dxr3init.c: (plugin_init):
32190         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
32191         * sys/oss/gstossaudio.c: (plugin_init):
32192         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
32193         * sys/v4l/gstv4l.c: (plugin_init):
32194         * sys/v4l/v4l_calls.c: (gst_v4l_open):
32195         * sys/v4l2/gstv4l2.c: (plugin_init):
32196         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
32197         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
32198         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
32199         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
32200         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
32201         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
32202           make sure locale and translation domain are set
32203           fix translated strings
32204         * po/.cvsignore:
32205         * po/LINGUAS:
32206         * po/Makevars:
32207         * po/POTFILES.in:
32208         * po/nl.po:
32209           put translation files into place
32210         * sys/xvideo/imagetest.c: (main):
32211         * ext/dv/demo-play.c: (main):
32212           fix unnecessary translations
32213
32214 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32215
32216         * ext/sndfile/gstsf.c:
32217         * gst/avi/gstavimux.c:
32218         * ext/audiofile/gstafsink.c:
32219         * ext/audiofile/gstafsrc.c:
32220         * ext/gnomevfs/gstgnomevfssink.c:
32221         * ext/gnomevfs/gstgnomevfssrc.c:
32222         * sys/oss/gstosselement.c:
32223         * sys/v4l/v4l_calls.h:
32224           fix i18n include
32225
32226 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32227
32228         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
32229         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
32230         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
32231         (gst_v4l2_get_output), (gst_v4l2_set_output),
32232         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
32233         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
32234         (gst_v4l2_set_attribute):
32235         update to new error handling
32236
32237 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32238
32239         * ext/sidplay/gstsiddec.cc:
32240         * gst/modplug/gstmodplug.cc:
32241           parenthese NULL because C++ seems angry about it
32242
32243 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32244
32245         * gst-libs/gst/gst-i18n-plugin.h:
32246           add skeleton i18n stuff, but needs to be further implemented
32247
32248 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32249
32250         * examples/gstplay/player.c: (main):
32251         * ext/aalib/gstaasink.c: (gst_aasink_open):
32252         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
32253         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
32254         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
32255         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
32256         (gst_afsink_close_file):
32257         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
32258         (gst_afsrc_close_file):
32259         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
32260         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
32261         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
32262         * ext/esd/esdmon.c: (gst_esdmon_get):
32263         * ext/esd/esdsink.c: (gst_esdsink_chain):
32264         * ext/faac/gstfaac.c: (gst_faac_chain):
32265         * ext/faad/gstfaad.c: (gst_faad_chain):
32266         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
32267         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
32268         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
32269         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
32270         (gst_flacdec_loop):
32271         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
32272         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
32273         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
32274         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
32275         (gst_gnomevfssink_close_file):
32276         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
32277         (gst_gnomevfssrc_open_file):
32278         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
32279         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
32280         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
32281         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
32282         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
32283         * ext/mad/gstmad.c: (gst_mad_chain):
32284         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
32285         * ext/mpeg2dec/gstmpeg2dec.c:
32286         * ext/mpeg2enc/gstmpeg2enc.cc:
32287         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
32288         * ext/mplex/gstmplex.cc:
32289         * ext/mplex/gstmplexibitstream.cc:
32290         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
32291         (gst_ogg_demux_push), (gst_ogg_pad_push):
32292         * ext/raw1394/gstdv1394src.c:
32293         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
32294         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
32295         * ext/sidplay/gstsiddec.cc:
32296         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
32297         (gst_sf_loop):
32298         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
32299         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
32300         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
32301         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
32302         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
32303         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
32304         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
32305         * gst-libs/gst/Makefile.am:
32306         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
32307         (gst_riff_read_element_data), (gst_riff_read_seek),
32308         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
32309         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
32310         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
32311         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
32312         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
32313         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
32314         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
32315         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
32316         * gst/goom/gstgoom.c: (gst_goom_chain):
32317         * gst/id3/gstid3types.c: (gst_id3types_loop):
32318         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
32319         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
32320         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
32321         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
32322         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
32323         (gst_ebml_read_float), (gst_ebml_read_header):
32324         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
32325         (gst_matroska_demux_parse_blockgroup):
32326         * gst/modplug/gstmodplug.cc:
32327         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
32328         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
32329         * gst/oneton/gstoneton.c: (gst_oneton_chain):
32330         * gst/silence/gstsilence.c: (gst_silence_get):
32331         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
32332         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
32333         * gst/speed/gstspeed.c: (speed_loop):
32334         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
32335         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
32336         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
32337         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
32338         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
32339         (gst_wavparse_loop):
32340         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
32341         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
32342         (dxr3audiosink_close):
32343         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
32344         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
32345         (dxr3videosink_close), (dxr3videosink_write_data):
32346         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
32347         * sys/oss/gstosselement.h:
32348         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
32349         (gst_osssink_chain):
32350         * sys/oss/gstosssrc.c: (gst_osssrc_get):
32351         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
32352         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
32353         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
32354         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
32355         (gst_v4l_enable_overlay):
32356         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
32357         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
32358         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
32359         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
32360         (gst_v4l_set_audio):
32361         * sys/v4l/v4l_calls.h:
32362         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
32363         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
32364         (gst_v4lmjpegsink_playback_init),
32365         (gst_v4lmjpegsink_playback_start):
32366         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
32367         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
32368         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
32369         (gst_v4lmjpegsrc_requeue_frame):
32370         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
32371         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
32372         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
32373         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
32374         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
32375         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
32376         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
32377         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
32378         (gst_v4l2src_capture_stop):
32379         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
32380         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
32381         (gst_ximagesink_chain):
32382         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
32383         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
32384         (gst_xvideosink_xwindow_new):
32385         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
32386         (gst_xvimagesink_chain):
32387         use new error signal, function and categories
32388
32389 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
32390
32391         * configure.ac:
32392         * ext/Makefile.am:
32393         * ext/musicbrainz/gsttrm.c:
32394         * ext/musicbrainz/gsttrm.h:
32395         * ext/musicbrainz/Makefile.am:
32396         Add a trm plugin
32397
32398 2004-01-18  Julien MOUTTE  <julien@moutte.net>
32399
32400         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
32401         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
32402         synchronous property for debugging.
32403         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
32404         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
32405         (gst_xvimagesink_set_property): Moving a pointer declaration to a
32406         smaller block, fixing indent.
32407
32408 2004-01-16  David Schleef  <ds@schleef.org>
32409
32410         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
32411         property affects the video stream.
32412         * sys/xvimage/xvimagesink.c:
32413         * sys/xvimage/xvimagesink.h:
32414         Add synchronous property for debugging.  Should probably be
32415         disabled in non-CVS builds.  Make sure that the Xv attribute
32416         exists before we set it (crash!).  Fix a silly float bug that
32417         caused colorbalance to just not work.
32418
32419 2004-01-17  Christian Schaller <Uraeus@gnome.org>
32420
32421         * tools/gst-launch-ext.in - update for new plugins
32422
32423 2004-01-16  David Schleef  <ds@schleef.org>
32424
32425         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
32426         already-freed caps.
32427
32428 2994-01-16  Christian Schaller <Uraeus@gnome.org>
32429
32430         * Update spec for new colorspace plugin and libcaca plugin
32431         * Fix compilation of libcaca plugin (clock -> id)
32432
32433 2004-01-16  Julien MOUTTE <julien@moutte.net>
32434
32435         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
32436         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
32437         (gst_xvimagesink_set_xwindow_id),
32438         (gst_xvimagesink_colorbalance_set_value),
32439         (gst_xvimagesink_colorbalance_get_value),
32440         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
32441         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
32442         correct colorbalance properties. They can now be set when the element
32443         is still in NULL state. The values will be committed to the Xv Port
32444         when xcontext is initialized.
32445         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
32446         brightness int values in the GstXvImagesink structure.
32447
32448 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32449
32450         * gst-libs/gst/Makefile.am:
32451           restructure so having local patches works easier.
32452
32453 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32454
32455         * ext/mpeg2enc/Makefile.am:
32456         * ext/mpeg2enc/gstmpeg2enc.cc:
32457         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
32458           Bugfix with respect to EOS handling.
32459
32460 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32461
32462         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
32463           Link with right caps (else, it segfaults).
32464         * ext/mplex/gstmplexjob.cc:
32465           Fix for slight API change in 1.6.1.93 release of mjpegtools.
32466
32467 2004-01-15  David Schleef  <ds@schleef.org>
32468
32469         * gst-libs/gst/audio/Makefile.am:
32470         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
32471         from the template.
32472         * gst-libs/gst/audio/gstaudiofilter.c:
32473         * gst-libs/gst/audio/gstaudiofilter.h:
32474         Add bytes_per_sample and size and n_samples calculation.
32475         * gst-libs/gst/audio/gstaudiofilterexample.c:
32476         Remove, now autogenerated.
32477         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
32478         Moved from gstaudiofilterexample, object name changed, code added
32479         so that it actually works.
32480         * gst-libs/gst/audio/make_filter:
32481         Script to build an audiofilter subclass from the template.
32482         * gst/colorspace/Makefile.am:
32483         * gst/colorspace/yuv2yuv.c:
32484         Remove file, since it's GPL, and we don't use it.
32485
32486 2004-01-15  Julien MOUTTE  <julien@moutte.net>
32487
32488         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
32489         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
32490         them use the buffer free function to test how the buffer was allocated.
32491
32492 2004-01-15  David Schleef  <ds@schleef.org>
32493
32494         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
32495         that handles osssink fallback.
32496         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
32497         (gst_audio_convert_getcaps):
32498         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
32499         Add audio/x-qdm2 for QDM2 audio.
32500         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
32501         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
32502         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
32503         Decrease minimum size to 16x16.
32504         * gst/wavparse/gstwavparse.c:
32505         Convert disabled pad template caps to new caps.
32506         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
32507         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
32508         (gst_xvimagesink_chain): Throw element error when display cannot
32509         be opened.  Increase minimum framerate to 1.0.  Check the data
32510         free function on a buffer to make sure it is the type we expect
32511         before manipulating it.
32512
32513 2004-01-15  Julien MOUTTE <julien@moutte.net>
32514
32515         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
32516         (gst_videobalance_colorbalance_set_value): Implement passthru if
32517         settings are in the middle.
32518         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
32519
32520 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32521
32522         * gst/videofilter/Makefile.am:
32523         * gst/volume/Makefile.am:
32524           Since we use videofilter symbols, link to it.
32525
32526 2004-01-15  Julien MOUTTE <julien@moutte.net>
32527
32528         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
32529         mixer interface type to HARDWARE.
32530         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
32531         type to SOFTWARE.
32532         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
32533         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
32534         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
32535         (gst_volume_interface_init), (gst_volume_list_tracks),
32536         (gst_volume_set_volume), (gst_volume_get_volume),
32537         (gst_volume_set_mute), (gst_volume_mixer_init),
32538         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
32539         (volume_init): Implementing mixer interface.
32540         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
32541         * sys/oss/gstosselement.c: (gst_osselement_get_type),
32542         (gst_osselement_change_state): Removing some trailing commas in
32543         structures.
32544         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
32545         interface type to HARDWARE.
32546         * sys/v4l/gstv4lcolorbalance.c:
32547         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
32548         type to HARDWARE.
32549         * sys/v4l2/gstv4l2colorbalance.c:
32550         (gst_v4l2_color_balance_interface_init): Setting colorbalance
32551         interface type to HARDWARE.
32552         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
32553         same code than ximagesink for event handling.
32554
32555 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32556
32557         * ext/snapshot/Makefile.am:
32558         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
32559         (gst_snapshot_chain):
32560         * ext/snapshot/gstsnapshot.h:
32561           This has to be a joke... Snapshot should be connected to a tee,
32562           colorspace element before it and EOS after that, where the other
32563           src of the tee receives normal data.
32564           The current way is *wrong*.
32565
32566 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32567
32568         * ext/hermes/gsthermescolorspace.c:
32569           Fix another compile error. Same as below.
32570
32571 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32572
32573         * gst/colorspace/gstcolorspace.c:
32574         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
32575         (gst_colorspace_i420_to_yv12):
32576           Fix compiling... Didn't test if it actually works.
32577
32578 2004-01-15  David Schleef  <ds@schleef.org>
32579
32580         * configure.ac:
32581         * gst/colorspace/Makefile.am:
32582         * gst/colorspace/gstcolorspace.c:
32583         * gst/colorspace/gstcolorspace.h:
32584         * gst/colorspace/yuv2rgb.c:
32585         * gst/colorspace/yuv2rgb.h:
32586         Duplicate the ext/hermes colorspace plugin, and remove Hermes
32587         code and GPL code.  Fix for new caps negotiation.  Rewrite
32588         much of the format handling code, and some of the conversion
32589         code.  Basically, rewrote almost everything.  This element
32590         handles I420, YV12 to RGB conversions.
32591         * ext/hermes/Makefile.am:
32592         * ext/hermes/gsthermescolorspace.c:
32593         Rename colorspace to hermescolorspace.  Fix negotiation issues.
32594         Remove non-Hermes related code.  This element handles lots of
32595         RGB to RGB conversions, but no YUV.
32596         * ext/hermes/gstcolorspace.c:
32597         * ext/hermes/gstcolorspace.h:
32598         * ext/hermes/rgb2yuv.c:
32599         * ext/hermes/yuv2rgb.c:
32600         * ext/hermes/yuv2rgb.h:
32601         * ext/hermes/yuv2rgb_mmx16.s:
32602         * ext/hermes/yuv2yuv.c:
32603         * ext/hermes/yuv2yuv.h:
32604         Remove old code.
32605
32606 2004-01-14  Colin Walters  <walters@verbum.org>
32607
32608         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
32609         they've already been.
32610
32611 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32612
32613         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
32614           assume tag mode when pad is not connected
32615
32616 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32617
32618         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
32619           Don't update the time of the clock
32620         (gst_alsa_sink_loop):
32621           sync to the clock given to alsasink, not the own clock
32622         * sys/oss/gstosssink.c: (gst_osssink_chain):
32623           sync to the clock
32624         (gst_osssink_change_state):
32625           activate the clock
32626         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
32627         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
32628           remove bogus code that made DISCONT events unhandled
32629         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
32630           explicitly case to double in _set_simple. (fixes 2nd warning in bug
32631           #131502)
32632         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
32633         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
32634         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
32635           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
32636           2nd warning in bug #131502)
32637
32638 2004-01-14  Julien MOUTTE  <julien@moutte.net>
32639
32640         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
32641         (gst_videobalance_colorbalance_set_value),
32642         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
32643         for colorbalance interface implementation.
32644         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
32645         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
32646         (gst_ximagesink_dispose), (gst_ximagesink_init),
32647         (gst_ximagesink_class_init): Adding DISPLAY property.
32648         * sys/ximage/ximagesink.h: Adding display_name to store display.
32649         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
32650         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
32651         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
32652         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
32653         properties (they still need polishing though for gst-launch use : no
32654         xcontext yet, i ll do that tomorrow).
32655         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
32656
32657 2004-01-14  Julien MOUTTE  <julien@moutte.net>
32658
32659         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
32660         (gst_play_set_location), (gst_play_set_visualization): Preparing
32661         switch integration, adding videobalance in the pipeline.
32662
32663 2004-01-14  Julien MOUTTE <julien@moutte.net>
32664
32665         * gst-libs/gst/colorbalance/colorbalance.c:
32666         (gst_color_balance_class_init): Adding a default type.
32667         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
32668         the type.
32669         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
32670         (gst_videobalance_dispose), (gst_videobalance_class_init),
32671         (gst_videobalance_init), (gst_videobalance_interface_supported),
32672         (gst_videobalance_interface_init),
32673         (gst_videobalance_colorbalance_list_channels),
32674         (gst_videobalance_colorbalance_set_value),
32675         (gst_videobalance_colorbalance_get_value),
32676         (gst_videobalance_colorbalance_init): Implementing colorbalance
32677         interface.
32678         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
32679         list.
32680         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
32681         bug which was triggering a BadAccess X error when setting an overlay
32682         before pad was really negotiated.
32683         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
32684         Using the colorbalance type macro.
32685
32686 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32687
32688         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
32689         (gst_flacenc_chain):
32690           handle tags correctly
32691         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
32692           extract ID3v1 tags correctly
32693
32694 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32695
32696         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
32697         (plugin_init):
32698           Improve matroska typefinding for odd-typed headers...
32699
32700 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32701
32702         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
32703           Fix for using incremental number on padnames.
32704
32705 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32706
32707         * ext/divx/gstdivxdec.c:
32708         * ext/divx/gstdivxenc.c:
32709           Set category to divx4linux instead of divx (too generic).
32710         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
32711         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
32712         (gst_wavparse_loop), (gst_wavparse_change_state):
32713         * gst/wavparse/gstwavparse.h:
32714           fix parsing of WAV files with non-standard fmt-tag size and fix
32715           skipping of unrecognized chunks... Someone please fix this thing
32716           to use rifflib so all this is automated.
32717         * sys/v4l/Makefile.am:
32718         * sys/v4l2/Makefile.am:
32719           Add X_CFLAGS because we depend on X (for overlay).
32720
32721 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
32722
32723         * ext/mpeg2dec/gstmpeg2dec.c:
32724           Don't issue a timestamp unless we tagged the frame
32725           with a PTS.
32726
32727 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32728
32729         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
32730           Query the audio element to get the time, not the clock. We're
32731           interested in the element's time here.
32732
32733 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32734
32735         * ext/aalib/gstaasink.c: (gst_aasink_chain):
32736         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
32737         * ext/esd/esdsink.c: (gst_esdsink_chain):
32738         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
32739         * ext/mas/massink.c: (gst_massink_chain):
32740         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
32741         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
32742         (gst_matroska_demux_parse_metadata):
32743         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
32744         (gst_mpeg_parse_release_locks):
32745         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
32746         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
32747         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
32748         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
32749         (gst_osssink_change_state):
32750         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
32751         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
32752         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
32753         (gst_xvideosink_release_locks):
32754         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
32755           use element time.
32756         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
32757         (gst_alsa_clock_stop):
32758         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
32759         (gst_audio_clock_get_internal_time):
32760           simplify for use with new clocking code.
32761         * testsuite/alsa/Makefile.am:
32762         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
32763           fix testsuite for new caps system
32764
32765 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32766
32767         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
32768         * ext/flac/gstflacenc.c: (add_one_tag):
32769           length is already host endian, no need to convert. Fixes playback of
32770           tagged files on PPC. (bug #128384)
32771
32772 2004-01-13  Julien MOUTTE <julien@moutte.net>
32773
32774         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
32775         colorbalance interface stating if it is hardware based or software
32776         based.
32777         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
32778         Removing a trailing comma.
32779         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
32780         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
32781         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
32782         the documentation seems to be wrong on the -1000 to 1000 interval.
32783
32784 2004-01-12  David Schleef  <ds@schleef.org>
32785
32786         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
32787         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
32788         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
32789         Fix negotiation.  Add a bufferalloc function for the sink pad,
32790         and generally clean up some of the code.
32791
32792 2004-01-12  Julien MOUTTE <julien@moutte.net>
32793
32794         * gst-libs/gst/colorbalance/colorbalancechannel.c:
32795         (gst_color_balance_channel_dispose): Adding safety check in dispose
32796         method.
32797         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
32798         (gst_xvimagesink_xcontext_clear),
32799         (gst_xvimagesink_interface_supported),
32800         (gst_xvimagesink_colorbalance_list_channels),
32801         (gst_xvimagesink_colorbalance_set_value),
32802         (gst_xvimagesink_colorbalance_get_value),
32803         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
32804         Adding colorbalance interface support to set XV parameters such as
32805         HUE, BRIGHTNESS, CONTRAST, SATURATION.
32806         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
32807         interface.
32808
32809 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
32810
32811         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
32812         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
32813         (gst_audio_convert_init), (gst_audio_convert_set_property),
32814         (gst_audio_convert_get_property), (gst_audio_convert_chain),
32815         (gst_audio_convert_link),
32816         (gst_audio_convert_buffer_to_default_format),
32817         (gst_audio_convert_buffer_from_default_format), (plugin_init):
32818           - implement _getcaps and use it
32819           - improve linking
32820           - remove float caps since no float conversion is actually done
32821           - remove properties and arguments that were to be used for rate
32822             conversion
32823
32824 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
32825
32826         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
32827         (gst_audio_structure_set_int):
32828         * gst-libs/gst/audio/audio.h:
32829           add helper functions for _getcaps matching the standard audio
32830           templates
32831
32832 2004-01-12  David Schleef  <ds@schleef.org>
32833
32834         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
32835         Test that pad is negotiated before getting its caps.
32836
32837 2004-01-12  Julien MOUTTE <julien@moutte.net>
32838
32839         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
32840         analyzing the pads of an element the bin is mostly in READY state so
32841         no caps were negotiated. This helper function needs to work with
32842         _get_caps directly then. I was not freeing them though, added that to
32843         fix the mem leak.
32844
32845 2004-01-12  Julien MOUTTE <julien@moutte.net>
32846
32847         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
32848         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
32849         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
32850         than the free_func.
32851
32852 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
32853
32854         * sys/oss/gstossaudio.c: (plugin_init):
32855         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
32856         * sys/oss/gstosselement.h:
32857           make an oss debugging category
32858           make failure more descriptive
32859
32860 2004-01-11  David Schleef  <ds@schleef.org>
32861
32862         * ext/ffmpeg/gstffmpeg.c:
32863         * ext/ffmpeg/gstffmpegcodecmap.c:
32864         * ext/ffmpeg/gstffmpegdec.c:
32865         * ext/ffmpeg/gstffmpegenc.c:
32866         * ext/ffmpeg/gstffmpegprotocol.c:
32867         * ext/gdk_pixbuf/gstgdkanimation.c:
32868         * ext/jpeg/gstjpeg.c:
32869         * ext/libpng/gstpng.c:
32870         * ext/mpeg2dec/perftest.c:
32871         * ext/speex/gstspeex.c:
32872         * gst-libs/gst/resample/dtos.c:
32873         * gst/intfloat/gstintfloatconvert.c:
32874         * gst/oneton/gstoneton.c:
32875         * gst/rtjpeg/RTjpeg.c:
32876         * gst/rtp/gstrtp.c:
32877         * sys/dxr3/dxr3init.c:
32878         * sys/glsink/gstgl_nvimage.c:
32879         * sys/glsink/gstgl_pdrimage.c:
32880         * sys/glsink/gstglsink.c:
32881         * testsuite/gst-lint:
32882         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
32883
32884 2004-01-11  David Schleef  <ds@schleef.org>
32885
32886         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
32887         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
32888         * ext/gdk_pixbuf/gstgdkanimation.c:
32889         (gst_gdk_animation_iter_create_pixbuf):
32890         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
32891         (gst_gdk_pixbuf_chain):
32892         * ext/gdk_pixbuf/gstgdkpixbuf.h:
32893         * ext/jack/gstjack.c: (gst_jack_change_state):
32894         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
32895         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
32896         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
32897         * gst/videofilter/gstvideofilter.c:
32898         (gst_videofilter_set_output_size):
32899         Remove all usage of gst_pad_get_caps(), and replace it with
32900         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
32901
32902 2004-01-11  David Schleef  <ds@schleef.org>
32903
32904         * configure.ac:
32905         * ext/Makefile.am: Fixes to make ext/libcaca compile.
32906         * ext/divx/gstdivxdec.c:
32907         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
32908         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
32909         handle images that span multiple buffers.  Now work with both
32910         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
32911         * ext/gdk_pixbuf/gstgdkpixbuf.h:
32912         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
32913         video/video.h changes
32914         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
32915         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
32916         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
32917         of GstData free function.
32918         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
32919         same.
32920
32921 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32922
32923         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
32924         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
32925         (gst_v4l2element_get_property):
32926         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
32927           add norm, channel and frequency properties.
32928         * sys/v4l2/gstv4l2tuner.c:
32929           fixes for tuner interface changes
32930         * sys/v4l2/gstv4l2element.h:
32931         * sys/v4l2/gstv4l2src.c:
32932         * sys/v4l2/gstv4l2src.h:
32933         * sys/v4l2/v4l2src_calls.c:
32934         * sys/v4l2/v4l2src_calls.h:
32935           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
32936
32937 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32938
32939         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
32940         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
32941         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
32942         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
32943         * gst-libs/gst/tuner/tuner.h:
32944           GObjects aren't const.
32945           Add find_by_name functions.
32946           Add checks to _changed functions.
32947         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
32948         (gst_v4l_tuner_get_norm):
32949           Fixes for above.
32950
32951 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32952
32953         * gst-libs/gst/video/video.h:
32954           Fix caps template names to be understandable.
32955           Prefix everything with GST_VIDEO.
32956         * ext/aalib/gstaasink.c:
32957         * ext/divx/gstdivxdec.c:
32958         * ext/divx/gstdivxenc.c:
32959         * ext/gdk_pixbuf/gstgdkpixbuf.c:
32960         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
32961         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
32962         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
32963         * ext/libcaca/gstcacasink.c:
32964         * ext/libpng/gstpngenc.c: (raw_caps_factory):
32965         * ext/snapshot/gstsnapshot.c:
32966         * ext/swfdec/gstswfdec.c:
32967         * ext/xvid/gstxviddec.c:
32968         * ext/xvid/gstxvidenc.c:
32969         * gst/chart/gstchart.c:
32970         * gst/deinterlace/gstdeinterlace.c:
32971         * gst/effectv/gsteffectv.c:
32972         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
32973         * gst/goom/gstgoom.c:
32974         * gst/median/gstmedian.c:
32975         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
32976         (gst_monoscope_srcconnect), (gst_monoscope_chain):
32977         * gst/overlay/gstoverlay.c:
32978         * gst/smooth/gstsmooth.c:
32979         * gst/smpte/gstsmpte.c:
32980         * gst/synaesthesia/gstsynaesthesia.c:
32981         * gst/videocrop/gstvideocrop.c:
32982         * gst/videodrop/gstvideodrop.c:
32983         * gst/y4m/gsty4mencode.c:
32984         * sys/qcam/gstqcamsrc.c:
32985         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
32986           Make them work with new video.h file.
32987         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
32988         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
32989         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
32990         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
32991           Make it work with new buffer allocation system.
32992
32993 2004-01-11  Julien MOUTTE  <julien@moutte.net>
32994
32995         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
32996         pad_alloc_buffer implementation to use ->srcpad
32997         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
32998         pad_alloc_buffer implementation to use ->srcpad
32999         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
33000         pad_alloc_buffer implementation to use ->srcpad
33001         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
33002         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
33003         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
33004         a reference to everything we need.
33005         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
33006         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
33007         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
33008         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
33009         a reference to everything we need.
33010         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
33011
33012 2004-01-11  David Schleef  <ds@schleef.org>
33013
33014         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
33015         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
33016         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
33017         structure members.
33018         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
33019         value during a resize/renegotiation.
33020         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
33021         gst_pad_alloc_buffer();
33022         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
33023         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
33024         structure members.
33025         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
33026         Fix for rename of buffer private structure members.
33027         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
33028         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
33029         Fix for rename of buffer private structure members.
33030         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
33031         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
33032         Fix for rename of buffer private structure members.
33033
33034 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
33035
33036         reviewed by: David Schleef <ds@schleef.org>
33037
33038         * gst/videofilter/Makefile.am:
33039         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
33040         from the patch by ds to fit in with recent make_filter changes.
33041
33042 2004-01-11  Julien MOUTTE  <julien@moutte.net>
33043
33044         * configure.ac: Adding examples/switch/Makefile
33045         * examples/Makefile.am: Adding examples/switch
33046         * examples/switch/Makefile.am: Adding switcher example.
33047         * examples/switch/switcher.c: (got_eos), (idle_iterate),
33048         (switch_timer), (main): Adding an example demonstrating switch usage
33049         with 2 videotestsrc showing different patterns.
33050         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
33051         (gst_switch_init): Fixing switch with the new caps system.
33052
33053 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33054
33055         * gst-libs/gst/video/video.h:
33056           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
33057           They should probably be like
33058           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
33059
33060 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33061
33062         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
33063         (qtdemux_parse_trak):
33064           fix audio chunk size/timestamp calculation
33065
33066 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33067
33068         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
33069           fix SVQ3 caps
33070
33071 2004-01-11  Steve Baker  <steve@stevebaker.org>
33072
33073         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
33074         (gst_agingtv_base_init), (gst_agingtv_class_init),
33075         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
33076         (gst_agingtv_set_property), (gst_agingtv_get_property):
33077         Port agingTV to videofilter
33078
33079 2004-01-09  Julien MOUTTE <julien@moutte.net>
33080
33081         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
33082         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
33083
33084 2004-01-09  Julien MOUTTE <julien@moutte.net>
33085
33086         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
33087         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
33088         * gst-libs/gst/xoverlay/xoverlay.c:
33089         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
33090         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
33091         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
33092         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
33093         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
33094         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
33095         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
33096         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
33097         the bufferalloc_function to replace bufferpools, fixing the XOverlay
33098         interface implementation to handle xid being 0 and fix some bugs
33099         triggered by Benjamin's testcase.
33100         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
33101         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
33102         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
33103         the bufferalloc_function to replace bufferpools, fixing the XOverlay
33104         interface implementation to handle xid being 0 and fix some bugs
33105         triggered by Benjamin's testcase.
33106
33107 2004-01-09  David Schleef  <ds@schleef.org>
33108
33109         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
33110         mouse pointer events.  It works.
33111
33112 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33113
33114         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
33115           Use explicit caps - fix capsnego.
33116         * ext/xvid/gstxviddec.c:
33117         * ext/xvid/gstxvidenc.c:
33118           Remove macro-inside-macro which caused compile errors.
33119         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
33120           Error out if it's not a RIFF file. Else we error out without
33121           gst_element_error() which is not good...
33122
33123 2004-01-08  David Schleef  <ds@schleef.org>
33124
33125         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
33126         Fix pad_link function to handle formats that ffmpeg returns
33127         as multiple caps structures.
33128         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
33129         Only complain if source buffer is _smaller_ than expected.
33130         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
33131         (gst_videoscale_handle_src_event): Resize navigation events
33132         when passing them upstream.
33133         * gst/videotestsrc/gstvideotestsrc.c:
33134         * gst/videotestsrc/gstvideotestsrc.h:
33135         * gst/videotestsrc/videotestsrc.c:
33136         * gst/videotestsrc/videotestsrc.h:
33137         Rewrite many of the buffer painting functions to handle odd
33138         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
33139         been verified to work with my video card.
33140         * testsuite/gst-lint:  Add check for elements calling
33141         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
33142
33143 2004-01-08  David Schleef  <ds@schleef.org>
33144
33145         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
33146         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
33147
33148 2004-01-08  Julien MOUTTE  <julien@moutte.net>
33149
33150         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
33151         configure event is not emiting the desired size signal. That fixes
33152         aspect ratio issues with gst-player.
33153
33154 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33155
33156         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
33157           Fix capsnego.
33158
33159 2004-01-08  Julien MOUTTE  <julien@moutte.net>
33160
33161         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
33162         public method to fire size signal.
33163
33164 2004-01-07  Julien MOUTTE  <julien@moutte.net>
33165
33166         * examples/gstplay/Makefile.am: Adding the interface library.
33167         * gst-libs/gst/play/Makefile.am: Adding the interface library.
33168         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
33169         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
33170         GST_IS_X_OVERLAY before signal connect.
33171         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
33172         Removing the have_video_size signal.
33173         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
33174         and associated public method.
33175         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
33176         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
33177         signal.
33178         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
33179         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
33180         signal.
33181         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
33182         Using XOverlay public method to fire size signal.
33183
33184 2004-01-07  David Schleef  <ds@schleef.org>
33185
33186         * gst/videofilter/Makefile.am:
33187         * gst/videofilter/gstvideotemplate.c:
33188         * gst/videofilter/make_filter:
33189         Create gstvideoexample.c in a srcdir!=builddir friendly way.
33190         Convert make_filter to /bin/sh script.
33191
33192 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
33193
33194         * gst/modplug/gstmodplug.cc: fix element description
33195
33196 2004-01-07  Julien MOUTTE  <julien@moutte.net>
33197
33198         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
33199         (got_video_size): Adding some new lines in g_print calls.
33200         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
33201         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
33202         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
33203         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
33204         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
33205         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
33206         Complete code review, reverting some stuff i disagree with, adding
33207         some fixes : time synchronization on invalid timestamps, renegotiation
33208         of private window.
33209         * sys/ximage/ximagesink.h:
33210         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
33211         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
33212         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
33213         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
33214         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
33215         (gst_xvimagesink_buffer_new),
33216         (gst_xvimagesink_navigation_send_event),
33217         (gst_xvimagesink_set_xwindow_id),
33218         (gst_xvimagesink_get_desired_size),
33219         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
33220         stuff i disagree with, adding some fixes : Renegotiation of private
33221         window, implementing get_desired_size.
33222
33223 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33224
33225         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
33226         (gst_afsink_handle_event):
33227         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
33228         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
33229         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
33230         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
33231         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
33232           Fix for instantiate-test (see core). Also remove dead code from
33233           jpegenc (which still needs fixing, but that's lower on my TODO
33234           list...).
33235         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
33236           Never return NULL as caps.
33237
33238 2004-01-07  David Schleef  <ds@schleef.org>
33239
33240         * configure.ac:
33241         * ext/Makefile.am:
33242         * ext/librfb/Makefile.am:
33243         * ext/librfb/gstrfbsrc.c:
33244         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
33245         is the protocol used by VNC.
33246
33247 2004-01-07  David Schleef  <ds@schleef.org>
33248
33249         * gst/videofilter/gstvideotemplate.c:
33250         * gst/videofilter/gstvideotemplate.h:
33251         * gst/videofilter/make_filter:
33252         Merge videotemplate header into source file.
33253         * gst/effectv/Makefile.am:
33254         * gst/effectv/gsteffectv.c: (plugin_init):
33255         * gst/effectv/gstwarp.c:
33256         Make warpTV a subclass of videofilter.
33257
33258 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33259
33260         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
33261           Add guard against invalid utf-8 conversions in mad. Just in case.
33262
33263 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33264
33265         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
33266           Fix for bug shown by poisoning
33267
33268 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33269
33270         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
33271         (gst_v4lmjpegsrc_buffer_free):
33272         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
33273         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
33274         (gst_v4lsrc_buffer_free):
33275           Fix for removed bufferpools.
33276
33277 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
33278
33279         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
33280         Fix caps negotiation.
33281
33282         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
33283         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
33284         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
33285         (dvdnavsrc_event):
33286         * ext/mpeg2dec/gstmpeg2dec.c:
33287         * gst-libs/gst/navigation/navigation.c:
33288         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
33289         * gst-libs/gst/navigation/navigation.h:
33290         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
33291         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
33292         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
33293         Super-simple first version of mouse and keyboard events. Clicking
33294         on a DVD menu now works, although it may not take you where you
33295         expected.
33296
33297         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
33298         * gst/videotestsrc/gstvideotestsrc.c:
33299         (gst_videotestsrc_src_fixate):
33300         These fixate functions were broken - they never actually
33301         fixated :)
33302
33303 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33304
33305         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
33306         (gst_icecastsend_init):
33307           fix for new caps system.
33308         * gst-libs/gst/mixer/mixertrack.h:
33309         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
33310           Add 'master track' flag (for tools like ACME that only want to
33311           change the main volume).
33312
33313 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
33314
33315         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
33316         (gst_xvid_csp_to_caps):
33317         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
33318         * ext/xvid/gstxvidenc.c:
33319         ifdef out ARGB type when it isn't available
33320         in xvidcore 1.0.0beta2
33321
33322 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33323
33324         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
33325           When we have received a new SCR right in the first buffer after
33326           a seek (so in the same cycle that handles the discont), we should
33327           handle the buffer instead of unreffing it, else we lose data.
33328
33329 2004-01-06  Iain <iain@prettypeople.org>
33330
33331         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
33332           buffer-frames caps too.
33333
33334         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
33335           caps that we need, don't destroy them all and rebuild them. And when
33336           creating src pads, use the src pad template rather than the sink...
33337
33338 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33339
33340         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
33341           Add pad to element *after* setting functions such as event handler.
33342           Without this, the scheduler (opt) will link pads, set the event
33343           handler from the default event function (dispatcher in gstpad.c)
33344           and *after* that, we will set our own event function, which will
33345           thus never be used (and thus mpegdemux doesn't handle events).
33346
33347 2004-01-04  David Schleef  <ds@schleef.org>
33348
33349         Fix the fixate functions to handle new prototype:
33350         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
33351         * gst/videotestsrc/gstvideotestsrc.c:
33352         (gst_videotestsrc_src_fixate):
33353         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
33354         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
33355         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
33356
33357 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33358
33359         * sys/ximage/ximagesink.h:
33360         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
33361         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
33362         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
33363         (gst_ximagesink_xoverlay_init):
33364           assorted fixes to make (re)embedding work
33365         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
33366         (gst_ximagesink_get_desired_size):
33367           implement desired size additions to XOverlay
33368
33369 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33370
33371         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
33372         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
33373         (gst_x_overlay_got_desired_size):
33374         * gst-libs/gst/xoverlay/xoverlay.h:
33375           Add optional "desired size" signal and querying.
33376
33377 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33378
33379         * gst/matroska/matroska-demux.c:
33380         (gst_matroska_demux_parse_blockgroup):
33381           Fix EBML-laced block parsing. Diffs are relative to previous
33382           lace, not the first lace. Thanks to Mosu from the Matroska
33383           team for detecting this.
33384         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
33385         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
33386         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
33387         (gst_wavparse_change_state):
33388         * gst/wavparse/gstwavparse.h:
33389           Quickfix for capsnego.
33390
33391 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33392
33393         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
33394           Fix indenting, fix pad creation.
33395
33396 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33397
33398         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
33399         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
33400         (gst_xviddec_sink_link):
33401           Implement src_getcaps() so proper size caps is negotiated.
33402
33403 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33404
33405         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
33406           Finish flac decoder on EOS. See #116178.
33407
33408 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33409
33410         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
33411         (gst_matroska_demux_add_stream):
33412         * gst/matroska/matroska-ids.h:
33413           Add getcaps() function to fix capsnego...
33414
33415 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33416
33417         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
33418         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
33419         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
33420           Fix more integer overflows. Again, see #126967.
33421
33422 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33423
33424         * ext/mpeg2dec/gstmpeg2dec.c:
33425           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
33426           #130416.
33427
33428 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33429
33430         * configure.ac:
33431         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
33432         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
33433         * ext/xvid/gstxvid.h:
33434         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
33435         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
33436         (gst_xviddec_src_link), (gst_xviddec_sink_link),
33437         (gst_xviddec_change_state):
33438         * ext/xvid/gstxviddec.h:
33439         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
33440         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
33441         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
33442         (gst_xvidenc_link), (gst_xvidenc_set_property),
33443         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
33444         * ext/xvid/gstxvidenc.h:
33445           Update xvid plugin to latest xvid (1.0.0-beta3) API.
33446
33447 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33448
33449         * gst/rtp/rtp-packet.c:
33450           Add sys/types.h include, since OS X doesn't define in_addr_t
33451           in netinet/in.h, like it does on Linux (see #129600).
33452
33453 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
33454
33455         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
33456
33457         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
33458           Correct logic of dispose function (see #129306).
33459
33460 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33461
33462         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
33463         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
33464         (gst_mpeg_parse_init):
33465         * gst/mpegstream/gstmpegparse.h:
33466           Remove clock (which was never provided, i.e. dead code), and
33467           also fix integer overflows at high PTS values (see #126967).
33468
33469 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33470
33471         * ext/flac/gstflacdec.c:
33472         * ext/libpng/gstpngenc.h:
33473         * ext/mikmod/gstmikmod.h:
33474           OS X fixes (see #126628).
33475
33476 2004-01-02  David Schleef  <ds@schleef.org>
33477
33478         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
33479         (gst_alsa_src_base_init): Remove bogus "src" request pad.
33480         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
33481         (gst_mpeg_parse_class_init): Move pad template registration
33482         to class_init, since the derived class (mpegdemux) doesn't
33483         want them.
33484
33485 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33486
33487         * sys/ximage/Makefile.am:
33488         * sys/xvideo/Makefile.am:
33489         * sys/xvimage/Makefile.am:
33490           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
33491           after installation (see #127664).
33492
33493 2004-01-02  David Schleef  <ds@schleef.org>
33494
33495         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
33496         (gst_ffmpegenc_connect):  Negotiation fixes.
33497         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
33498         Remove inappropriate gst_caps_free().
33499         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
33500         Reenable Ronald's internal resize code, since the core handles
33501         it correctly now.
33502
33503 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33504
33505         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
33506         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
33507         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
33508           Fix pad template stuff.
33509
33510 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33511
33512         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
33513         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
33514           fix signed integer reading/writing.
33515
33516 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33517
33518         * ext/alsa/README:
33519           Remove outdated document
33520
33521 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
33522
33523         * gst/cutter/gstcutter.c: (gst_cutter_init):
33524           src pad was being created twice - oops.
33525
33526 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33527
33528         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
33529           Comment out internal resize. It doesn't handle the resulting
33530           XEvent internally, does another try_set_caps() which leads to
33531           a really nice loop.
33532           Real fix will come when Julien and Dave are awake. ;).
33533
33534 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33535
33536         * ext/mpeg2enc/gstmpeg2enc.cc:
33537           fix const/nonconst compile issue.
33538
33539 2004-01-02  David Schleef  <ds@schleef.org>
33540
33541         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
33542         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
33543         Add fixate function and a check for bad formats.
33544
33545 2004-01-01  David Schleef  <ds@schleef.org>
33546
33547         Negotiation fixes:
33548         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
33549         (gst_audiofilter_init):
33550         * gst/debug/efence.c: (gst_efence_init):
33551         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
33552         (gst_deinterlace_init):
33553         * gst/volume/gstvolume.c: (volume_connect):
33554
33555 2004-01-01  David Schleef  <ds@schleef.org>
33556
33557         Convert elements to use gst_pad_use_explicit_caps() where
33558         appropriate:
33559         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
33560         * ext/audiofile/gstafparse.c: (gst_afparse_init),
33561         (gst_afparse_open_file):
33562         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
33563         (gst_afsrc_open_file):
33564         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
33565         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
33566         (gst_ffmpegdec_chain):
33567         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
33568         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
33569         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
33570         (gst_gdk_pixbuf_chain):
33571         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
33572         (gst_jpegdec_chain):
33573         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
33574         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
33575         (gst_mikmod_negotiate):
33576         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
33577         (gst_mpeg2dec_negotiate_format):
33578         * ext/mpeg2enc/gstmpeg2enc.cc:
33579         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
33580         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
33581         (gst_speexdec_sinkconnect):
33582         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
33583         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
33584         (gst_vorbisfile_new_link):
33585         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
33586         (gst_ac3parse_chain):
33587         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
33588         (gst_asf_demux_setup_pad):
33589         * gst/auparse/gstauparse.c: (gst_auparse_init),
33590         (gst_auparse_chain):
33591         * gst/id3/gstid3types.c: (gst_id3types_loop):
33592         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
33593         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
33594         (mp1videoparse_parse_seq):
33595         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
33596         (bpf_from_header):
33597         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
33598         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
33599         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
33600         (gst_mpeg_parse_send_data):
33601         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
33602         (gst_qtdemux_add_stream):
33603         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
33604         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
33605         (gst_wavparse_parse_fmt):
33606
33607 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33608
33609         * configure.ac:
33610           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
33611           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
33612           it therefore uses the wrong include paths. Too bad... Note
33613           that 1.6.1.93 is not release yet. ;).
33614           Also add a check for mplex, which is now using the lib'ified
33615           mplex from mjpegtools, too.
33616         * ext/ffmpeg/gstffmpegcodecmap.c:
33617           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
33618           issues. I don't think ffmpeg handles 3ivx correctly, so this
33619           probably won't work. But it won't hurt either.
33620         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
33621         (gst_ffmpegdec_chain):
33622         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
33623         (gst_ffmpegenc_chain_audio):
33624           Fix memleak in audio encoding. Close codec if open fails, this
33625           calls the cleanup routines so we can re-use the context.
33626         * ext/mpeg2enc/gstmpeg2enc.cc:
33627           Fix pad template names/types, fix memory issue with getcaps().
33628         * ext/mpeg2enc/gstmpeg2encoder.cc:
33629         * ext/mpeg2enc/gstmpeg2encoder.hh:
33630           Fix compile issue with new caps system (const thingy).
33631         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
33632         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
33633           We read a first frame right on initing, so that we have a caps
33634           when we init the output. This caps is cached in padprivate and
33635           read as first frame.
33636         * ext/mplex/Makefile.am:
33637         * ext/mplex/gstmplex.cc:
33638         * ext/mplex/gstmplex.h:
33639         * ext/mplex/gstmplex.hh:
33640         * ext/mplex/gstmplexibitstream.cc:
33641         * ext/mplex/gstmplexibitstream.hh:
33642         * ext/mplex/gstmplexjob.cc:
33643         * ext/mplex/gstmplexjob.hh:
33644         * ext/mplex/gstmplexoutputstream.cc:
33645         * ext/mplex/gstmplexoutputstream.hh:
33646           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
33647           had issues, didn't do capsnego, supported only a subset of the
33648           mplex features and required a mplex fork in our local CVS. Plus
33649           that it worked agaist a very old mplex version. Rewriting was
33650           faster than updating it.
33651         * gst-libs/ext/Makefile.am:
33652         * gst-libs/ext/mplex/INSTRUCT:
33653         * gst-libs/ext/mplex/Makefile.am:
33654         * gst-libs/ext/mplex/README:
33655         * gst-libs/ext/mplex/TODO:
33656         * gst-libs/ext/mplex/ac3strm_in.cc:
33657         * gst-libs/ext/mplex/audiostrm.hh:
33658         * gst-libs/ext/mplex/audiostrm_out.cc:
33659         * gst-libs/ext/mplex/aunit.hh:
33660         * gst-libs/ext/mplex/bits.cc:
33661         * gst-libs/ext/mplex/bits.hh:
33662         * gst-libs/ext/mplex/buffer.cc:
33663         * gst-libs/ext/mplex/buffer.hh:
33664         * gst-libs/ext/mplex/fastintfns.h:
33665         * gst-libs/ext/mplex/format_codes.h:
33666         * gst-libs/ext/mplex/inputstrm.cc:
33667         * gst-libs/ext/mplex/inputstrm.hh:
33668         * gst-libs/ext/mplex/lpcmstrm_in.cc:
33669         * gst-libs/ext/mplex/mjpeg_logging.cc:
33670         * gst-libs/ext/mplex/mjpeg_logging.h:
33671         * gst-libs/ext/mplex/mjpeg_types.h:
33672         * gst-libs/ext/mplex/mpastrm_in.cc:
33673         * gst-libs/ext/mplex/mpegconsts.cc:
33674         * gst-libs/ext/mplex/mpegconsts.h:
33675         * gst-libs/ext/mplex/mplexconsts.hh:
33676         * gst-libs/ext/mplex/multplex.cc:
33677         * gst-libs/ext/mplex/outputstream.hh:
33678         * gst-libs/ext/mplex/padstrm.cc:
33679         * gst-libs/ext/mplex/padstrm.hh:
33680         * gst-libs/ext/mplex/stillsstream.cc:
33681         * gst-libs/ext/mplex/stillsstream.hh:
33682         * gst-libs/ext/mplex/systems.cc:
33683         * gst-libs/ext/mplex/systems.hh:
33684         * gst-libs/ext/mplex/vector.cc:
33685         * gst-libs/ext/mplex/vector.hh:
33686         * gst-libs/ext/mplex/videostrm.hh:
33687         * gst-libs/ext/mplex/videostrm_in.cc:
33688         * gst-libs/ext/mplex/videostrm_out.cc:
33689         * gst-libs/ext/mplex/yuv4mpeg.cc:
33690         * gst-libs/ext/mplex/yuv4mpeg.h:
33691         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
33692         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
33693           We don't fork mjpegtools' mplex in our CVS anymore.
33694         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
33695         (gst_avi_demux_add_stream):
33696         * gst/avi/gstavidemux.h:
33697           Add getcaps() function for proper caps nego. This makes some
33698           parts of AVI playback/reading work.
33699         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
33700           Resize window on new capsnego. This is probably wrong, but
33701           I'm still committing it because with current capsnego, the
33702           first successfull capsnego is auto-fixated, therefore rounded
33703           down to the lowest values in the caps. this results in a 16x16
33704           XWindow that is not reized when real capsnego finishes.
33705           Dave, I see more cases of this, do you know a proper solution?
33706         * tools/gst-launch-ext.in:
33707           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
33708
33709 2003-12-31  David Schleef  <ds@schleef.org>
33710
33711         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
33712         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
33713           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
33714
33715 2003-12-30  David Schleef  <ds@schleef.org>
33716
33717         * ext/ffmpeg/gstffmpegcolorspace.c:
33718         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
33719         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
33720         (gst_ffmpegcsp_chain): Negotiation fixes
33721         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
33722         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
33723         (gst_audio_convert_link), (gst_audio_convert_channels):
33724         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
33725         (gst_audioscale_link), (gst_audioscale_get_buffer),
33726         (gst_audioscale_chain): Negotiation fixes
33727         * gst/audioscale/gstaudioscale.h:
33728         * gst/videofilter/gstvideofilter.c:
33729         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
33730         (gst_videofilter_link), (gst_videofilter_init),
33731         (gst_videofilter_set_output_size), (gst_videofilter_setup),
33732         (gst_videofilter_find_format_by_structure):
33733         * gst/videofilter/gstvideofilter.h: Negotiation fixes
33734         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
33735         (gst_videoscale_link):
33736         * gst/videoscale/videoscale.c: (videoscale_get_structure),
33737         (videoscale_find_by_structure), (gst_videoscale_setup):
33738         * gst/videoscale/videoscale.h: Negotiation fixes
33739         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
33740         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
33741         function, restrict resizing to a multiple of 4 (hack until
33742         everyone supports odd sizes correctly).
33743
33744 2003-12-29  Colin Walters  <walters@verbum.org>
33745
33746         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
33747         signed.
33748
33749 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
33750
33751         * ext/sndfile/gstsf.c: (gst_sf_loop):
33752           Fix warning about discarding const qualifier
33753
33754 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
33755
33756         * gst/cutter/gstcutter.c:
33757         * gst/videoscale/gstvideoscale.c:
33758         * gst/volenv/gstvolenv.c:
33759         * gst-libs/gst/audio/audio.c:
33760         * gst-libs/gst/video/video.c:
33761           Fix warnings
33762
33763 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33764
33765         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
33766           Don't send ALSA debugging to stderr.
33767         * ext/alsa/gstalsa.h:
33768           Use GST_WARNING instead of g_warning when ALSA functions fail.
33769
33770 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33771
33772         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
33773           Free XVAdapterInfo correctly.
33774
33775 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33776
33777         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
33778         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
33779           Make id3tag use correct caps nego.
33780
33781 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
33782
33783         * ext/ivorbis/vorbis.c:
33784         * ext/ivorbis/vorbisenc.h:
33785         * ext/ivorbis/vorbisfile.c:
33786           Modify so that it uses the new caps things
33787
33788 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33789
33790         * testsuite/spider/spider1.c: (main):
33791         * testsuite/spider/spider2.c: (main):
33792         * testsuite/spider/spider3.c: (main):
33793           Make tests compile again. They probably don't work.
33794
33795 2003-12-24  Colin Walters  <walters@verbum.org>
33796
33797         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
33798         we can't fixate the caps anymore.
33799
33800 2003-12-23  David Schleef  <ds@schleef.org>
33801
33802         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
33803         * sys/oss/gstosssink.c: (gst_osssink_init),
33804         (gst_osssink_sink_fixate): Add fixate function.
33805
33806 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33807
33808         * ext/ffmpeg/gstffmpegcodecmap.c:
33809         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
33810         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
33811         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
33812         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
33813         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
33814         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
33815         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
33816           fix typo in RGB masks, and move back to "old" colorspace
33817           capsnego code until whoever wrote this new crap has actually
33818           tested it so that it works.
33819           And yes, this works, keep it that way please.
33820
33821 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33822
33823         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
33824         (gst_divxdec_init), (gst_divxdec_negotiate):
33825         * ext/divx/gstdivxdec.h:
33826         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
33827         (gst_divxenc_init):
33828         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
33829         (gst_faac_sinkconnect), (gst_faac_srcconnect):
33830         * ext/mpeg2enc/gstmpeg2enc.cc:
33831         * ext/mpeg2enc/gstmpeg2encoder.cc:
33832         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
33833         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
33834         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
33835         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
33836         (dxr3spusink_init):
33837         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
33838         (dxr3videosink_init):
33839           Fix caps breakage after Dave's caps branch merge.
33840
33841 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33842
33843         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
33844           Fix for 24bpp display.
33845
33846 2003-12-23  Colin Walters  <walters@verbum.org>
33847
33848         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
33849         a GnomeVFSHandle directly.
33850
33851 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33852
33853         * gst/volume/Makefile.am:
33854         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
33855         (volume_base_init), (volume_init):
33856           Reenable volume element and fix to work with new caps stuff.
33857           Rhythmbox needs this.
33858
33859 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33860
33861         * gst/qtdemux/qtdemux.c: (plugin_init):
33862           qtdemux requires bytestream
33863
33864 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33865
33866         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
33867           Fix remaining caps handling errors due to CAPS merge.
33868
33869 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33870
33871         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
33872         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
33873         (gst_faad_srcconnect):
33874           Port to new caps system.
33875
33876 2003-12-21  Julien MOUTTE  <julien@moutte.net>
33877
33878         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
33879         (got_video_size), (main): using g_print instead of g_message.
33880         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
33881         signal which was not emitted because of "switch" element added to the
33882         bin but not connected. (Removing from the bin temporarily)
33883
33884 2003-12-21  Julien MOUTTE  <julien@moutte.net>
33885
33886         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
33887         find X development files. I don't understand the previous tests and
33888         they fail on my debian/ppc unstable. This one works.
33889         * examples/gstplay/player.c: (main): Set the pipeline to READY before
33890         exiting.
33891         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
33892         (gst_play_set_video_sink), (gst_play_set_audio_sink),
33893         (gst_play_set_visualization): Add some safety checks in set_ methods
33894         and state_change. This was throwing some ugly CRITICAL messages when
33895         pipeline was getting disposed and casts were failing.
33896
33897 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33898
33899         * configure.ac:
33900           Improve mpeg2enc detection. This is for distributions that do
33901           ship mjpegtools, but without mpeg2enc. Also does object check
33902           for might there ever be ABI incompatibility.
33903         * ext/mpeg2enc/gstmpeg2enc.cc:
33904           Add Andrew as second maintainer (he's helping me), and also add
33905           an error if no caps was set. This happens if I pull before capsnego
33906           and that's something I should solve sometime else.
33907         * gst/matroska/matroska-demux.c:
33908         (gst_matroska_demux_parse_blockgroup):
33909           Fix time parsing.
33910         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
33911         (gst_matroska_mux_track_header):
33912           Add caps to templates.
33913         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
33914           Add mpegversion=1 to prevent confusion with MPEG/AAC.
33915         * gst/mpegstream/gstmpegdemux.c:
33916           Remove layer since it causes warnings about unfixed caps.
33917         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
33918           Fix obvious typo (we error out if caps were set, we should of
33919           course error out if *no* caps were set).
33920         * sys/oss/gstosselement.c: (gst_osselement_convert):
33921           Fix format conversion, we confused bits/bytes.
33922         * sys/oss/gstosselement.h:
33923           Improve documentation for 'bps'.
33924         * sys/v4l/TODO:
33925           Remove stuff about plugins that need removing - this was done
33926           ages ago.
33927         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
33928         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
33929         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
33930         (gst_v4lsrc_src_query):
33931         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
33932         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
33933           Add get_query_types(), get_formats() and query() functions.
33934
33935 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
33936
33937         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
33938           * moved CVS to freedesktop.org