gst-libs/gst/pbutils/: Small docs fix and addition.
[platform/upstream/gstreamer.git] / ChangeLog
1 2007-08-15  Tim-Philipp Müller  <tim at centricular dot net>
2
3         * gst-libs/gst/pbutils/install-plugins.c:
4         * gst-libs/gst/pbutils/missing-plugins.c:
5           Small docs fix and addition.
6
7 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
8
9         * tests/icles/.cvsignore:
10         * tests/icles/Makefile.am:
11         * tests/icles/test-textoverlay.c:
12           Add a dumb little test for textoverlay alignments.
13
14 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
15
16         Patch by: Dan Williams  <dcbw redhat com>
17
18         * ext/pango/gsttextoverlay.c:
19         * ext/pango/gsttextoverlay.h:
20           API: add "line-alignment" property (#459334). Add gtk-doc blurb for
21           "silent" property so there's a Since tag in the API reference.
22
23 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
24
25         * gst-libs/gst/rtp/gstbasertppayload.c:
26         (gst_basertppayload_set_outcaps):
27         * gst-libs/gst/rtp/gstbasertppayload.h:
28         Improve caps negotiation so that downstream elements can confiure
29         certain RTP properties by fixing them on the caps. See #465146.
30         Add docs.
31
32 2007-08-11  Tim-Philipp Müller  <tim at centricular dot net>
33
34         * docs/libs/gst-plugins-base-libs-sections.txt:
35         * gst-libs/gst/rtp/gstbasertpdepayload.c:
36         * gst-libs/gst/rtp/gstbasertpdepayload.h:
37           Mark as deprecated some macros which were presumably meant to be
38           private API and accidentally exposed in the public header file.
39           Also actually _init() lock (only works at the moment because the
40           struct is zeroed out when created and the initial values in the
41           mutex struct are zeroes too). (#459585)
42
43 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
44
45         * docs/libs/Makefile.am:
46           Remove cruft and do some cleanups.
47
48         * docs/libs/gst-plugins-base-libs-docs.sgml:
49           Prepare for comming gtkdoc features (rebase against online docs).
50
51 2007-08-10  Michael Smith <msmith@fluendo.com>
52
53         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
54           Debug output fixes.
55         * tests/check/elements/audiorate.c: (do_perfect_stream_test),
56         (GST_START_TEST):
57           Change the number of buffers used; 500 is too many and leads to
58           timeouts.
59
60 2007-08-10  Tim-Philipp Müller  <tim at centricular dot net>
61
62         * gst/playback/gstqueue2.c:
63         * gst/videorate/gstvideorate.c:
64           Printf format fixes (#465028).
65
66 2007-08-09  Michael Smith <msmith@fluendo.com>
67
68         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
69           If we have a large (> 1 second) discontinuity, push a series of
70           smaller buffers rather than a single very large buffer. Avoids
71           unreasonably large single buffer allocations when encountering a
72           large gap.
73         * tests/check/elements/audiorate.c: (GST_START_TEST),
74         (audiorate_suite):
75           Add a test for this.
76
77 2007-08-09  Jan Schmidt  <thaytan@mad.scientist.com>
78
79         * gst/playback/gstplaybasebin.c: (group_commit),
80         (queue_remove_probe), (queue_threshold_reached):
81
82         Patch by: Josep Torra Valles <josep@fluendo.com>
83         Fixes: #465015
84         Make sure we remove the check_queues buffer probe from the 
85         correct queue to avoid racily going back to "buffering 99%" when
86         buffering is actually complete.
87
88         Also, fix the spelling of Josep's surname in the ChangeLog.
89
90 2007-08-09  Stefan Kost  <ensonic@users.sf.net>
91
92         * ext/ogg/gstoggmux.c:
93           Do not leak oggmux instance.
94         
95         * ext/vorbis/vorbisenc.c:
96           Also log values.
97
98 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
99
100         * po/hu.po:
101         * po/it.po:
102         * po/nl.po:
103         * po/uk.po:
104         * po/vi.po:
105           Updated translations.
106
107 2007-08-08  Stefan Kost  <ensonic@users.sf.net>
108
109         patch by: Yang Hong <hongyang@redflag-linux.com>
110
111         * ext/pango/gsttextoverlay.c:
112         * ext/pango/gsttextoverlay.h:
113           Add 'silent' property to GstTimeOverlay. Fixes #462979
114
115 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
116
117         Patch by: Josep Torra Valles <josep@fluendo.com>
118
119         * docs/plugins/gst-plugins-base-plugins.args:
120         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
121         (gst_uri_decode_bin_init), (gst_uri_decode_bin_set_property),
122         (gst_uri_decode_bin_get_property), (gen_source_element):
123         Add connection-speed property. Fixes #464690.
124
125 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
126
127         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
128
129         * configure.ac:
130         * gst-libs/gst/rtsp/Makefile.am:
131         * gst-libs/gst/rtsp/gstrtspconnection.c:
132         (gst_rtsp_connection_connect):
133         Fix compilation on windows. Fixes #464320.
134
135 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
136
137         Patch by: Josep Torra Valles <josep@fluendo.com>
138
139         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
140         (gst_play_base_bin_init), (queue_threshold_reached),
141         (gen_source_element), (setup_substreams),
142         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
143         (gst_play_base_bin_get_streaminfo_value_array):
144         * gst/playback/gstplaybasebin.h:
145         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
146         (gst_play_bin_set_property), (gst_play_bin_get_property),
147         (gst_play_bin_handle_redirect_message):
148         Move connection-speed property from playbin to playbasebin so that we
149         can also configure it in source elements that have the connection-speed
150         property. Fixes #464028.
151         Add some debug info here and there.
152
153 2007-08-06  Sebastian Dröge  <slomo@circular-chaos.org>
154
155         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
156         Properly respond to conversion queries. Fixes #464079.
157
158 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
159
160         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init),
161         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
162         (gst_audio_test_src_init_sine_table),
163         (gst_audio_test_src_change_wave), (gst_audio_test_src_create):
164         * gst/audiotestsrc/gstaudiotestsrc.h:
165         Add float/double and int32 support to audiotestsrc. Fixes #460422.
166         Also set the default volume to the default value specified in the
167         GParamSpec.
168
169 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
170
171         Patch by: Jens Granseuer <jensgr at gmx dot net>
172
173         * gst/audioconvert/gstaudioquantize.c:
174         Fix C89 incompatibilities and spelling of explanations. Fixes #463215.
175
176 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
177
178         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_parse):
179         Add rdt manager for rdt transport.
180         Fix parsing of RDT transport.
181
182 2007-08-03  Jan Schmidt  <thaytan@mad.scientist.com>
183
184         * configure.ac:
185         Back to CVS
186
187 === release 0.10.14 ===
188
189 2007-08-03  Jan Schmidt <thaytan@mad.scientist.com>
190
191         * configure.ac:
192           releasing 0.10.14, "Light Years Ahead"
193
194 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
195
196         * tests/check/libs/audio.c: (GST_START_TEST):
197         Fix the test to reflect the behaviour of gst_audio_clip_buffer.
198
199 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
200
201         * gst-libs/gst/audio/audio.c:
202         When clipping a buffer with no timestamp, assume it is
203         within the segment without warnings.
204
205         Fixes: #460978
206
207 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
208
209         * gst-libs/gst/rtsp/gstrtspextension.c: (gst_rtsp_extension_send):
210         Fire the signal on the object, not the interface.
211
212 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
213
214         * gst-libs/gst/rtsp/.cvsignore:
215         Ber. Don't include the full path, idiot.
216
217 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
218
219         * gst-libs/gst/rtsp/.cvsignore:
220         Ignore generated files.
221
222 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
223
224         * gst-libs/gst/interfaces/Makefile.am:
225         * gst-libs/gst/interfaces/interfaces-marshal.list:
226         * gst-libs/gst/interfaces/rtspextension.c:
227         * gst-libs/gst/interfaces/rtspextension.h:
228         * gst-libs/gst/rtsp/Makefile.am:
229         * gst-libs/gst/rtsp/gstrtsp.h:
230         * gst-libs/gst/rtsp/gstrtspextension.c:
231         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
232         (gst_rtsp_extension_detect_server),
233         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
234         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
235         (gst_rtsp_extension_configure_stream),
236         (gst_rtsp_extension_get_transports),
237         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
238         * gst-libs/gst/rtsp/gstrtspextension.h:
239         * gst-libs/gst/rtsp/rtsp-marshal.list:
240         Move the rtspextension.h interface into gstrtspextension.h
241         as part of libgstrtsp instead of libgstinterfaces, because it's
242         only for use within plugins, not applications. 
243         Add stuff to do the enum & marshal generation needed in libgstrtsp now.
244         Use the GST_TYPE_RTSP_RESULT enum type for the return value of the 
245         signal that the GstRTSPExtension interface emits, since G_TYPE_ENUM
246         is abstract.
247
248 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
249
250         * gst-libs/gst/interfaces/Makefile.am:
251         * gst-libs/gst/interfaces/interfaces-marshal.list:
252         * gst-libs/gst/interfaces/rtspextension.c:
253         (gst_rtsp_extension_iface_init),
254         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
255         * gst-libs/gst/interfaces/rtspextension.h:
256         Fix marshaller for the send signal.
257         Add URL to stream selection interface method.
258
259 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
260
261         * gst-libs/gst/riff/Makefile.am:
262         Pull in our dependencies from -base before those from outside.
263
264 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
265
266         * docs/libs/gst-plugins-base-libs-sections.txt:
267         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_decode_ip):
268         * gst-libs/gst/rtsp/gstrtspbase64.h:
269         API: gst_rtsp_base64_decode_ip()
270         Added function to decode Base64 in-place.
271
272 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
273
274         * tests/check/libs/.cvsignore:
275         Ignore the mixer test binary.
276
277 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
278
279         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
280         Gratuitous comment change to trigger a rebuild on the buildbots.
281
282 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
283
284         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_media_get_media),
285         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
286         (gst_sdp_media_get_proto), (gst_sdp_media_formats_len),
287         (gst_sdp_media_get_format), (gst_sdp_media_get_information),
288         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
289         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_badwidth),
290         (gst_sdp_media_get_key), (gst_sdp_media_attributes_len),
291         (gst_sdp_media_get_attribute), (gst_sdp_media_get_attribute_val_n),
292         (gst_sdp_media_get_attribute_val):
293         * gst-libs/gst/sdp/gstsdpmessage.h:
294         Constify args where we can.
295
296 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
297
298         * gst-libs/gst/interfaces/Makefile.am:
299         * gst-libs/gst/interfaces/rtspextension.c:
300         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
301         (gst_rtsp_extension_detect_server),
302         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
303         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
304         (gst_rtsp_extension_configure_stream),
305         (gst_rtsp_extension_get_transports),
306         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
307         * gst-libs/gst/interfaces/rtspextension.h:
308         Move interface for RTSP extensions from -good to here.
309         Added helper methods to invoke interface methods.
310
311 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
312
313         * docs/libs/gst-plugins-base-libs-sections.txt:
314         * gst-libs/gst/rtsp/gstrtspdefs.h:
315         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
316         (gst_rtsp_message_get_type), (gst_rtsp_message_parse_request),
317         (gst_rtsp_message_init_response),
318         (gst_rtsp_message_parse_response), (gst_rtsp_message_new_data),
319         (gst_rtsp_message_parse_data), (gst_rtsp_message_add_header),
320         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
321         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
322         (gst_rtsp_message_get_body), (dump_key_value):
323         * gst-libs/gst/rtsp/gstrtspmessage.h:
324         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
325         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
326         (gst_rtsp_range_parse):
327         * gst-libs/gst/rtsp/gstrtsprange.h:
328         * gst-libs/gst/rtsp/gstrtsptransport.c:
329         * gst-libs/gst/rtsp/gstrtspurl.c:
330         Fix some more RTSP docs.
331         Add some missing methods for dealing with messages.
332
333 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
334
335         * docs/libs/gst-plugins-base-libs-docs.sgml:
336         * docs/libs/gst-plugins-base-libs-sections.txt:
337         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
338         * gst-libs/gst/rtsp/gstrtspbase64.h:
339         * gst-libs/gst/rtsp/gstrtspconnection.c:
340         (gst_rtsp_connection_connect), (add_auth_header),
341         (gst_rtsp_connection_write), (gst_rtsp_connection_send),
342         (read_body), (gst_rtsp_connection_receive),
343         (gst_rtsp_connection_next_timeout),
344         (gst_rtsp_connection_reset_timeout),
345         (gst_rtsp_connection_set_auth):
346         * gst-libs/gst/rtsp/gstrtspconnection.h:
347         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
348         * gst-libs/gst/rtsp/gstrtspdefs.h:
349         * gst-libs/gst/rtsp/gstrtspmessage.h:
350         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
351         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
352         (gst_rtsp_range_parse):
353         * gst-libs/gst/rtsp/gstrtspurl.h:
354         Added beginnings of RTSP documentation.
355
356 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
357
358         * docs/libs/Makefile.am:
359         * docs/libs/gst-plugins-base-libs-docs.sgml:
360         * docs/libs/gst-plugins-base-libs-sections.txt:
361         * gst-libs/gst/sdp/gstsdp.h:
362         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_set_origin),
363         (gst_sdp_message_set_connection), (gst_sdp_message_add_bandwidth),
364         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
365         (gst_sdp_message_set_key), (gst_sdp_message_get_attribute_val_n),
366         (gst_sdp_message_get_attribute_val),
367         (gst_sdp_message_add_attribute), (gst_sdp_media_new),
368         (gst_sdp_media_init), (gst_sdp_media_uninit), (gst_sdp_media_free),
369         (gst_sdp_media_get_media), (gst_sdp_media_set_media),
370         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
371         (gst_sdp_media_set_port_info), (gst_sdp_media_get_proto),
372         (gst_sdp_media_set_proto), (gst_sdp_media_formats_len),
373         (gst_sdp_media_get_format), (gst_sdp_media_add_format),
374         (gst_sdp_media_get_information), (gst_sdp_media_set_information),
375         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
376         (gst_sdp_media_add_connection), (gst_sdp_media_bandwidths_len),
377         (gst_sdp_media_get_badwidth), (gst_sdp_media_add_bandwidth),
378         (gst_sdp_media_set_key), (gst_sdp_media_get_key),
379         (gst_sdp_media_attributes_len), (gst_sdp_media_add_attribute),
380         (gst_sdp_media_get_attribute_val_n),
381         (gst_sdp_media_get_attribute_val), (gst_sdp_message_parse_buffer),
382         (print_media), (gst_sdp_message_dump):
383         * gst-libs/gst/sdp/gstsdpmessage.h:
384         Document the SDP library.
385         Add some of the missing SDPMedia methods.
386
387 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
388
389         * configure.ac:
390         * gst-libs/gst/Makefile.am:
391         * gst-libs/gst/rtsp/Makefile.am:
392         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
393         * gst-libs/gst/rtsp/gstrtspbase64.h:
394         * gst-libs/gst/rtsp/gstrtspconnection.c: (inet_aton),
395         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
396         (add_auth_header), (add_date_header), (gst_rtsp_connection_write),
397         (gst_rtsp_connection_send), (read_line), (read_string), (read_key),
398         (parse_response_status), (parse_request_line), (parse_line),
399         (gst_rtsp_connection_read), (read_body),
400         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
401         (gst_rtsp_connection_free), (gst_rtsp_connection_next_timeout),
402         (gst_rtsp_connection_reset_timeout), (gst_rtsp_connection_flush),
403         (gst_rtsp_connection_set_auth):
404         * gst-libs/gst/rtsp/gstrtspconnection.h:
405         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status),
406         (gst_rtsp_strresult), (gst_rtsp_method_as_text),
407         (gst_rtsp_version_as_text), (gst_rtsp_header_as_text),
408         (gst_rtsp_status_as_text), (gst_rtsp_find_header_field),
409         (gst_rtsp_find_method):
410         * gst-libs/gst/rtsp/gstrtspdefs.h:
411         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
412         (gst_rtsp_message_new), (gst_rtsp_message_init),
413         (gst_rtsp_message_new_request), (gst_rtsp_message_init_request),
414         (gst_rtsp_message_new_response), (gst_rtsp_message_init_response),
415         (gst_rtsp_message_init_data), (gst_rtsp_message_unset),
416         (gst_rtsp_message_free), (gst_rtsp_message_add_header),
417         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
418         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
419         (gst_rtsp_message_take_body), (gst_rtsp_message_get_body),
420         (gst_rtsp_message_steal_body), (dump_mem), (dump_key_value),
421         (gst_rtsp_message_dump):
422         * gst-libs/gst/rtsp/gstrtspmessage.h:
423         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
424         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
425         (gst_rtsp_range_parse), (gst_rtsp_range_free):
426         * gst-libs/gst/rtsp/gstrtsprange.h:
427         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_new),
428         (gst_rtsp_transport_init), (gst_rtsp_transport_get_mime),
429         (gst_rtsp_transport_get_manager), (parse_mode), (parse_range),
430         (range_as_text), (rtsp_transport_mode_as_text),
431         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
432         (gst_rtsp_transport_parse), (gst_rtsp_transport_as_text),
433         (gst_rtsp_transport_free):
434         * gst-libs/gst/rtsp/gstrtsptransport.h:
435         * gst-libs/gst/rtsp/gstrtspurl.c: (gst_rtsp_url_parse),
436         (gst_rtsp_url_free), (gst_rtsp_url_set_port),
437         (gst_rtsp_url_get_port), (gst_rtsp_url_get_request_uri):
438         * gst-libs/gst/rtsp/gstrtspurl.h:
439         * gst-libs/gst/sdp/Makefile.am:
440         * gst-libs/gst/sdp/gstsdp.h:
441         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_origin_init),
442         (gst_sdp_connection_init), (gst_sdp_bandwidth_init),
443         (gst_sdp_time_init), (gst_sdp_zone_init), (gst_sdp_key_init),
444         (gst_sdp_attribute_init), (gst_sdp_message_new),
445         (gst_sdp_message_init), (gst_sdp_message_uninit),
446         (gst_sdp_message_free), (gst_sdp_media_new), (gst_sdp_media_init),
447         (gst_sdp_media_uninit), (gst_sdp_media_free),
448         (gst_sdp_message_set_origin), (gst_sdp_message_get_origin),
449         (gst_sdp_message_set_connection), (gst_sdp_message_get_connection),
450         (gst_sdp_message_add_bandwidth), (gst_sdp_message_add_time),
451         (gst_sdp_message_add_zone), (gst_sdp_message_set_key),
452         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
453         (gst_sdp_message_get_attribute_val),
454         (gst_sdp_message_add_attribute), (gst_sdp_message_add_media),
455         (gst_sdp_media_add_attribute), (gst_sdp_media_add_bandwidth),
456         (gst_sdp_media_add_format), (gst_sdp_media_get_attribute),
457         (gst_sdp_media_get_attribute_val_n),
458         (gst_sdp_media_get_attribute_val), (gst_sdp_media_get_format),
459         (read_string), (read_string_del), (gst_sdp_parse_line),
460         (gst_sdp_message_parse_buffer), (print_media),
461         (gst_sdp_message_dump):
462         * gst-libs/gst/sdp/gstsdpmessage.h:
463         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
464         Move SDP and RTSP from helper objects in -good to a reusable library.
465         Use a proper gst_ namespace.
466
467 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
468
469         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
470         (vorbis_dec_flush_decode):
471         Use the new buffer clipping function from gstaudio here.
472
473 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
474
475         * docs/libs/gst-plugins-base-libs-sections.txt:
476         * gst-libs/gst/audio/audio.c: (gst_audio_buffer_clip):
477         * gst-libs/gst/audio/audio.h:
478         * tests/check/libs/audio.c: (GST_START_TEST), (audio_suite):
479         API: Add buffer clipping function for raw audio buffers. Fixes #456656.
480         Also add deprecation guards for gst_audio_structure_set_int() to the
481         header.
482
483 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
484
485         * docs/libs/gst-plugins-base-libs-sections.txt:
486           Cleanup the docs.
487
488 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
489
490         Patch by: Dan Williams <dcbw at redhat dot com>
491
492         * gst/playback/gstplaybasebin.c:
493         (gst_play_base_bin_get_streaminfo_value_array):
494         Don't return NULL when querying the stream info value array but instead
495         return an empty array. Fixes #459204.
496
497 2007-07-23  Tim-Philipp Müller  <tim at centricular dot net>
498
499         * gst/playback/gsturidecodebin.c:
500           Init debug category before using it.
501
502 2007-07-21  Jan Schmidt  <thaytan@noraisin.net>
503
504         * gst-libs/gst/interfaces/mixer.h:
505         Add padding vars in place of the signal pointers
506         when building with DISABLE_DEPRECATED so that the
507         interface structure doesn't change size.
508
509 2007-07-20  Jan Schmidt  <thaytan@noraisin.net>
510
511         * docs/libs/gst-plugins-base-libs-sections.txt:
512         * ext/alsa/gstalsamixer.c:
513         * ext/alsa/gstalsamixer.h:
514         * ext/alsa/gstalsamixerelement.c:
515         * ext/alsa/gstalsamixertrack.c:
516         * gst-libs/gst/interfaces/mixer.c:
517         * gst-libs/gst/interfaces/mixer.h:
518         * gst-libs/gst/interfaces/mixeroptions.c:
519         * gst-libs/gst/interfaces/mixeroptions.h:
520         * gst-libs/gst/interfaces/mixertrack.c:
521         * gst-libs/gst/interfaces/mixertrack.h:
522         * tests/check/Makefile.am:
523         * tests/check/libs/mixer.c:
524
525         Patch By: Marc-Andre Lureau <marcandre.lureau@gmail.com>
526         Fixes: #152864 
527
528         Add support for notifying mixer changes on the message bus, and
529         implement it in alsamixer.
530
531         API: gst_mixer_get_mixer_flags
532         API: gst_mixer_message_parse_mute_toggled
533         API: gst_mixer_message_parse_record_toggled
534         API: gst_mixer_message_parse_volume_changed
535         API: gst_mixer_message_parse_option_changed
536         API: GstMixerMessageType
537         API: GstMixerFlags
538
539 2007-07-20  Michael Smith <msmith@fluendo.com>
540
541         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
542         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps):
543           xcontext->im_format is only for testing XShm support (as the header
544           file comments document). Use xvimage->im_format for everything else.
545           Avoids spurious warnings on buffer allocation before setcaps.
546
547 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
548
549         * tests/examples/volume/Makefile.am:
550         * tests/icles/Makefile.am:
551           We should use $(LIBM).
552
553 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
554
555         * tests/icles/Makefile.am:
556           This needs -lm.
557
558 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
559
560         * gst-libs/gst/rtp/gstbasertppayload.c:
561         (gst_basertppayload_class_init), (gst_basertppayload_init),
562         (gst_basertppayload_set_property),
563         (gst_basertppayload_get_property):
564         Don't break ABI, restore previous ranges. Keep the default random
565         selection of timestamp and seqnum offset but as soon as the app sets a
566         specific value, use that one.
567
568 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
569
570         Patch by: Bastien Nocera <hadess at hadess dot net>
571
572         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
573         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
574         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
575         * sys/xvimage/xvimagesink.h:
576         Add option to turn off double-buffering for debugging purposes.
577         Fixes #437169.
578
579 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
580
581         Patch by: Jorn Baayen <jorn at openedhand dot com>
582
583         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
584         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
585         (gst_ximagesink_init), (gst_ximagesink_class_init):
586         * sys/ximage/ximagesink.h:
587         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
588         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
589         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
590         * sys/xvimage/xvimagesink.h:
591         add 'handle-expose' property. Useful for video widgets which may want to
592         be in control of Expose behaviour. Fixes #380625
593
594 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
595
596         * gst-libs/gst/rtp/gstbasertppayload.c:
597         (gst_basertppayload_class_init), (gst_basertppayload_init),
598         (gst_basertppayload_event), (gst_basertppayload_push),
599         (gst_basertppayload_set_property),
600         (gst_basertppayload_get_property),
601         (gst_basertppayload_change_state):
602         * gst-libs/gst/rtp/gstbasertppayload.h:
603         Fix ranges of rtp payloader properties so that the full range can be
604         used in addition to -1 (random).
605         Fix wrong seqnum reporting in caps.
606         Fixes #420326.
607
608 2007-07-13  Wim Taymans  <wim.taymans@gmail.com>
609
610         * gst/videorate/gstvideorate.c: (gst_video_rate_init),
611         (gst_video_rate_query):
612         Use boilerplate.
613         Add latency query, might not be perfect yet but already works a lot
614         better. Fixes #442557.
615
616 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
617
618         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
619         (gst_xvimagesink_setcaps):
620         * sys/xvimage/xvimagesink.h:
621         After a caps change, redraw our borders to avoid garbage left there
622         when the image format changes to a smaller size, like 16:9 -> 4:3
623         Also, hold the flow_lock a bit longer in the set_caps while we're
624         fiddling with the xcontext.
625
626 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
627
628         * Makefile.am:
629         * configure.ac:
630         * tests/Makefile.am:
631         Remove bogus check for libcheck, since we check for
632         gstreamer-check and it pulls in the required info from there, and we
633         weren't actually _using_ the information for libcheck ourselves
634         anyway.
635
636 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
637
638         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
639         (gst_ffmpeg_caps_to_pixfmt):
640         Fix the r_mask test for RGBA32 on little-endian.
641         Fix a stupid typo that would have obviously broken 
642         compilation on big-endian, if anyone was testing.
643
644 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
645
646         * gst/videotestsrc/videotestsrc.c: (paint_hline_AYUV),
647         (paint_hline_str4):
648         * gst/videotestsrc/videotestsrc.h:
649         Add alpha to the color struct.
650         Use a default alpha value of 255 instead of 128.
651
652 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
653
654         * gst/playback/gstplaybasebin.c: (no_more_pads_full),
655         (setup_source):
656         Clear the dynamic pads counter when starting a new uri. This makes
657         reusing playbin work again.
658         Fixes #454264.
659
660 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
661
662         * configure.ac:
663           Use pkg-config to locate check.
664
665 2007-07-12  Tim-Philipp Müller  <tim at centricular dot net>
666
667         * configure.ac:
668         * tests/check/elements/volume.c: (GST_START_TEST):
669           Fix 'make check' build against core CVS.
670
671 2007-07-10  Stefan Kost  <ensonic@users.sf.net>
672
673         * gst-libs/gst/interfaces/propertyprobe.c:
674         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
675         * gst-libs/gst/tag/gstvorbistag.c:
676           Make gtk-doc happy.
677
678 2007-07-08  Tim-Philipp Müller  <tim at centricular dot net>
679
680         * gst-libs/gst/audio/gstbaseaudiosink.c:
681         (gst_base_audio_sink_callback):
682           Quick hack to make audiosinks stop at EOS when operating in
683           pull-mode; needs to be fixed properly some day.
684
685 2007-07-06  Stefan Kost  <ensonic@users.sf.net>
686
687         * docs/libs/gst-plugins-base-libs-sections.txt:
688           Fix location of includes in the docs.
689
690 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
691
692         * gst/ffmpegcolorspace/avcodec.h:
693         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
694         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
695         (gst_ffmpegcsp_avpicture_fill):
696         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
697         (img_get_alpha_info):
698         Add 2 new pixel formats - ABGR32 and ARGB32, which are reflections
699         of the existing BGRA32 and RGBA32 formats with the alpha at the other
700         end of the word. Partially fixes #451908
701
702 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
703
704         * docs/libs/Makefile.am:
705         * docs/plugins/Makefile.am:
706           Simplify --extra-dir as gtkdoc scans recursively.
707
708 2007-07-03  Wim Taymans  <wim.taymans@gmail.com>
709
710         * gst/adder/gstadder.c: (gst_adder_sink_getcaps),
711         (gst_adder_request_new_pad):
712         Make getcaps more robust by not using the proxycaps function. This makes
713         sure that we don't end up recursively calling getcaps upstream.
714         See #316248.
715
716 2007-06-29  Wim Taymans  <wim.taymans@gmail.com>
717
718         * gst/audioconvert/audioconvert.c:
719         Include math.h to fix compilation.
720
721 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
722
723         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
724         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
725         Add a mapping for YUV format "IYU1", which is a 4:1:1 packed pixel
726         format, as produced by some dc1394 cameras like the iSight.
727         See http://www.fourcc.org/yuv.php#IYU1
728
729 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
730
731         * gst/audioconvert/Makefile.am:
732         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
733         (check_default), (audio_convert_prepare_context),
734         (audio_convert_clean_context), (audio_convert_convert):
735         * gst/audioconvert/audioconvert.h:
736         * gst/audioconvert/gstaudioconvert.c:
737         (gst_audio_convert_dithering_get_type),
738         (gst_audio_convert_ns_get_type), (gst_audio_convert_class_init),
739         (gst_audio_convert_init), (gst_audio_convert_set_caps),
740         (gst_audio_convert_set_property), (gst_audio_convert_get_property):
741         * gst/audioconvert/gstaudioconvert.h:
742         * gst/audioconvert/gstaudioquantize.c:
743         (gst_audio_quantize_setup_noise_shaping),
744         (gst_audio_quantize_free_noise_shaping),
745         (gst_audio_quantize_setup_dither),
746         (gst_audio_quantize_free_dither),
747         (gst_audio_quantize_setup_quantize_func),
748         (gst_audio_quantize_setup), (gst_audio_quantize_free):
749         * gst/audioconvert/gstaudioquantize.h:
750         Implement dithering and noise shaping in audioconvert. By default now
751         TPDF dithering (and no noise shaping) will be used when converting
752         from a higher bit depth to 20 bit depth or smaller, otherwise
753         everything will be as it is now.
754         For the last audioconvert in a pipeline it would make sense to
755         use some kind of noise shaping, enabling it by default for all
756         conversions would give undesired results though. Fixes #360246.
757         * tests/check/elements/audioconvert.c: (setup_audioconvert),
758         (GST_START_TEST):
759         Adjust unit test for the new audioconvert.
760
761 2007-06-28  Wim Taymans  <wim@fluendo.com>
762
763         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering):
764         Use other metrics as well when estimating the buffer level.
765
766 2007-06-28  Wim Taymans  <wim@fluendo.com>
767
768         * gst/playback/gstplaybasebin.c: (make_decoder), (setup_source):
769         Small debug improvement.
770
771         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering),
772         (plugin_init):
773         Tweak the rate estimation period.
774         When calculating the buffer filledness in rate estimation mode, don't
775         mix it with other metrics.
776
777 2007-06-28  Wim Taymans  <wim@fluendo.com>
778
779         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
780         (gst_decode_group_expose), (gst_decode_group_free), (add_fakesink):
781         When creating the groups, allow for a 5 second, unlimited buffers
782         preroll phase after which we expose the group.
783         When the group is exposed, use a small number of buffers up to a 2
784         second limit. Also disconnect the overrun signal from multiqueue when we
785         exposed the group because it is not needed anymore.
786
787 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
788
789         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
790           Don't pass trailing zeroes in fixed-size string arrays in ID3v1 tags
791           to utf8-validate; fixes recognition of ID3v1 tags in UTF-8 encoding
792           (#451707); also, output some debugging info when dealing with
793           freeform strings.
794
795         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite):
796           Add unit test for the above.
797
798 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
799
800         * gst-libs/gst/pbutils/descriptions.c: (caps_are_rtp_caps):
801           Add description for Windows Media RTP caps.
802
803         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
804           Remove RTP fields that don't define the format from caps.
805
806 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
807
808         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
809           Skip empty buffers, but not empty header buffers. That way the original
810           vorbisdec unit test still passes (#451145); also, take into account
811           that those empty packets might carry a granulepos.
812
813         * tests/check/Makefile.am:
814         * tests/check/elements/vorbisdec.c:
815         (_create_codebook_header_buffer), (_create_audio_buffer),
816         (GST_START_TEST), (vorbisdec_suite):
817           Add unit test that sends an empty packet.
818
819 2007-06-27  Wim Taymans  <wim@fluendo.com>
820
821         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
822         Don't error out on 0-sized packets, just emit a warning because this is
823         not a fatal error. Fixes #451145.
824
825 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
826
827         * docs/plugins/gst-plugins-base-plugins.args:
828         * docs/plugins/gst-plugins-base-plugins.signals:
829         * docs/plugins/inspect/plugin-adder.xml:
830         * docs/plugins/inspect/plugin-alsa.xml:
831         * docs/plugins/inspect/plugin-audioconvert.xml:
832         * docs/plugins/inspect/plugin-audiorate.xml:
833         * docs/plugins/inspect/plugin-audioresample.xml:
834         * docs/plugins/inspect/plugin-audiotestsrc.xml:
835         * docs/plugins/inspect/plugin-cdparanoia.xml:
836         * docs/plugins/inspect/plugin-decodebin.xml:
837         * docs/plugins/inspect/plugin-decodebin2.xml:
838         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
839         * docs/plugins/inspect/plugin-gdp.xml:
840         * docs/plugins/inspect/plugin-gnomevfs.xml:
841         * docs/plugins/inspect/plugin-libvisual.xml:
842         * docs/plugins/inspect/plugin-ogg.xml:
843         * docs/plugins/inspect/plugin-pango.xml:
844         * docs/plugins/inspect/plugin-playbin.xml:
845         * docs/plugins/inspect/plugin-subparse.xml:
846         * docs/plugins/inspect/plugin-tcp.xml:
847         * docs/plugins/inspect/plugin-theora.xml:
848         * docs/plugins/inspect/plugin-typefindfunctions.xml:
849         * docs/plugins/inspect/plugin-video4linux.xml:
850         * docs/plugins/inspect/plugin-videorate.xml:
851         * docs/plugins/inspect/plugin-videoscale.xml:
852         * docs/plugins/inspect/plugin-videotestsrc.xml:
853         * docs/plugins/inspect/plugin-volume.xml:
854         * docs/plugins/inspect/plugin-vorbis.xml:
855         * docs/plugins/inspect/plugin-ximagesink.xml:
856         * docs/plugins/inspect/plugin-xvimagesink.xml:
857           Update docs with caps info.
858
859 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
860
861         * po/POTFILES.in:
862           Add more files with translatable strings (#450875).
863
864 2007-06-23  Edward Hervey  <edward@fluendo.com>
865
866         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_find_chains):
867         The chain should be freed if we error out here, else it will leak.
868         * gst/playback/gstdecodebin.c: (disconnect_unlinked_signals),
869         (cleanup_decodebin):
870         Don't forget to *properly* remove the signals, else it will leak.
871
872 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
873
874         * MAINTAINERS:
875         Updating all the maintainers files
876
877 2007-06-21  Stefan Kost  <ensonic@users.sf.net>
878
879         * tests/examples/seek/seek.c: (update_scale), (play_cb), (stop_cb),
880         (main):
881           Destroy and recreate parse-launch based pipeline after stop to be able
882           to play again. Reorder some code and add more comments.
883
884 2007-06-20  Jan Schmidt  <thaytan@mad.scientist.com>
885
886         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
887         When handling a delayed-caps notification case, mark
888         the group as dynamic so that the nbdynamic count is
889         incremented and decremented correctly. Fixes: #449156
890         Patch by: Wim Taymans <wim@fluendo.com>
891
892 2007-06-19  Andy Wingo  <wingo@pobox.com>
893
894         * gst-libs/gst/audio/gstbaseaudiosink.c
895         (gst_base_audio_sink_init): Enable pull-mode operation.
896
897 2007-06-19  Michael Smith <msmith@fluendo.com>
898
899         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
900           Change minimum rate back to 1000 to allow low-sample-rate wav files
901           to play back.
902
903 2007-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
904
905         * po/vi.po:
906           Update translations.
907
908 2007-06-15  David Schleef  <ds@schleef.org>
909
910         * gst/playback/gstqueue2.c:
911           Fix compile error from ignored return value.
912
913 2007-06-15  Michael Smith <msmith@fluendo.com>
914
915         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
916           Update tmpbuf for all neccesary rows, not just one, as is required
917           when downscaling.
918           Fixes #402076.
919
920 2007-06-15  Michael Smith <msmith@fluendo.com>
921
922         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (is_video),
923         (eos_buffer_probe):
924           Add a test that ensures we set DELTA_UNIT on all non-header,
925           non-video buffers, if we have a video stream.
926         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
927         (gst_ogg_mux_process_best_pad):
928           Move setting delta_pad to earlier, where we inspect all pads, so
929           that leading audio pages don't get DELTA_UNIT unset if they come
930           before the first DELTA_UNIT from video pages. Fixes the newly-added
931           test. Fixes #385527.
932
933 2007-06-14  Tim-Philipp Müller  <tim at centricular dot net>
934
935         * tests/check/pipelines/streamheader.c: (streamheader_suite):
936           Disable test_multifdsink_gdp_vorbisenc() on ppc64 since it
937           fails on the p5-ppc64 build bot and the failure looks like it is due
938           to the same issue as #348114, ie. a compiler bug.
939
940 2007-06-13  Edward Hervey  <edward@fluendo.com>
941
942         * gst/playback/gstqueue2.c: (gst_queue_create_read):
943         Fix build on MacOSX.
944
945 2007-06-13  Wim Taymans  <wim@fluendo.com>
946
947         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
948         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain):
949         Fix compilation on mingw. Fixes #446972.
950
951 2007-06-12  Wim Taymans  <wim@fluendo.com>
952
953         Patches by: Thiago Sousa Santos <thiagossantos at gmail dot com>
954
955         * gst/playback/gstqueue2.c: (update_buffering),
956         (gst_queue_locked_enqueue):
957         Fix a division by zero when the max percent is <= 0. Fixes #446572.
958         also update the buffering status when receiving events. Fixes #446551.
959
960 2007-06-11  Wim Taymans  <wim@fluendo.com>
961
962         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
963
964         * gst/playback/gstqueue2.c: (gst_queue_peer_query),
965         (gst_queue_handle_src_query):
966         Wait for preroll before attempting to forward a duration query upstream.
967         Fixes #445505.
968
969 2007-06-07  Sebastien Moutte  <sebastien@moutte.net>
970
971         * gst-libs/gst/rtp/gstbasertpdepayload.c: 
972         (gst_base_rtp_depayload_set_gst_timestamp):
973         Use G_GINT64_CONSTANT macro for int64 constant.
974         * win32/common/libgstinterfaces.def:
975         * win32/common/libgsttag.def:
976         Add new exported functions.
977
978 2007-06-07  Tim-Philipp Müller  <tim at centricular dot net>
979
980         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
981           The BOS page of the first Dirac video stream needs to come before
982           the BOS page of any Vorbis streams or other audio streams, just like
983           it is with Theora.
984
985 2007-06-07  Wim Taymans  <wim@fluendo.com>
986
987         * gst/playback/gstqueue2.c: (gst_queue_get_range):
988         Fix compilation.
989
990 2007-06-06  Wim Taymans  <wim@fluendo.com>
991
992         Patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
993
994         * gst/playback/gstqueue2.c: (gst_queue_init),
995         (gst_queue_handle_sink_event), (gst_queue_chain),
996         (gst_queue_get_range), (gst_queue_src_checkgetrange_function),
997         (gst_queue_sink_activate_push), (gst_queue_src_activate_push),
998         (gst_queue_src_activate_pull):
999         Add pull based scheduling and fix some deadlocks. Fixes #444523.
1000         Does not yet completely work because duration queries upstream won't
1001         block yet.
1002
1003 2007-06-06  Wim Taymans  <wim@fluendo.com>
1004
1005         * configure.ac:
1006         * gst/playback/gstqueue2.c: (gst_queue_create_read):
1007         Some more fseeko checks.
1008
1009 2007-06-06  Wim Taymans  <wim@fluendo.com>
1010
1011         * configure.ac:
1012         check for large file support.
1013
1014 2007-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
1015
1016         Based on a patch by Sven Arvidsson <sa at whiz dot se>:
1017
1018         * gst/subparse/gstsubparse.c: (parse_subrip),
1019         (subviewer_unescape_newlines), (parse_subviewer),
1020         (gst_sub_parse_data_format_autodetect),
1021         (gst_sub_parse_format_autodetect), (gst_subparse_type_find):
1022         * gst/subparse/gstsubparse.h:
1023         Add support for SubViewer version 1 and 2 subtitles. Fixes #394061.
1024         * tests/check/elements/subparse.c: (GST_START_TEST),
1025         (subparse_suite):
1026         Add a unit test for both SubViewer formats.
1027
1028 2007-06-01  Michael Smith <msmith@fluendo.com>
1029
1030         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
1031           Don't overflow intermediate values when seeking to large time values
1032           in audiotestsrc.
1033
1034 2007-06-05  Wim Taymans  <wim@fluendo.com>
1035
1036         * gst/playback/gstqueue2.c: (gst_queue_have_data),
1037         (gst_queue_create_read), (gst_queue_read_item_from_file),
1038         (gst_queue_open_temp_location_file), (gst_queue_locked_enqueue):
1039         Include stdio to define fseeko.
1040
1041 2007-06-05  Wim Taymans  <wim@fluendo.com>
1042
1043         Patch by: Edward Hervey  <edward@fluendo.com>
1044
1045         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
1046         (gst_v4lsrc_query):
1047         Make v4lsrc output segments in GST_FORMAT_TIME. Fixes #442553.
1048
1049 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
1050
1051         * gst-libs/gst/riff/Makefile.am:
1052         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_info):
1053           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
1054           our own implementation.
1055
1056 2007-06-05  Wim Taymans  <wim@fluendo.com>
1057
1058         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1059         (gst_base_rtp_depayload_setcaps),
1060         (gst_base_rtp_depayload_set_gst_timestamp),
1061         (gst_base_rtp_depayload_change_state):
1062         Handle timestamp wraparound.
1063
1064 2007-06-05  Wim Taymans  <wim@fluendo.com>
1065
1066         * gst/playback/gsturidecodebin.c: (no_more_pads_full),
1067         (new_decoded_pad), (remove_pads), (make_decoder), (setup_source),
1068         (gst_uri_decode_bin_change_state):
1069         Make sure we name srcpads uniquely even when using different internal
1070         decodebins.
1071         Signal no-more-pads when no more dynamic elements exist.
1072         Remove pads on cleanup.
1073
1074 2007-06-05  Wim Taymans  <wim@fluendo.com>
1075
1076         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
1077
1078         * gst/playback/gstqueue2.c: (gst_queue_class_init),
1079         (gst_queue_init), (gst_queue_finalize),
1080         (gst_queue_write_buffer_to_file), (gst_queue_have_data),
1081         (gst_queue_create_read), (gst_queue_read_item_from_file),
1082         (gst_queue_open_temp_location_file),
1083         (gst_queue_close_temp_location_file), (gst_queue_locked_flush),
1084         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
1085         (gst_queue_is_empty), (gst_queue_is_filled),
1086         (gst_queue_change_state), (gst_queue_set_temp_location),
1087         (gst_queue_set_property):
1088         Add support for filebased buffering. Fixes #441264.
1089
1090 2007-06-05  Wim Taymans  <wim@fluendo.com>
1091
1092         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter),
1093         (analyze_new_pad), (connect_pad), (expose_pad), (caps_notify_cb),
1094         (caps_notify_group_cb), (gst_decode_group_new),
1095         (gst_decode_group_free):
1096         Add support for delayed caps fixation when autoplugging.
1097         Optimize cases where a multiqueue is not needed/wanted, like right after
1098         anything that is not a demuxer.
1099
1100 2007-06-05  Wim Taymans  <wim@fluendo.com>
1101
1102         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone),
1103         (gst_ogg_pad_submit_packet), (gst_ogg_demux_perform_seek),
1104         (gst_ogg_demux_read_chain), (gst_ogg_demux_collect_chain_info):
1105         consideratly speedup ogg chain detection by not trying to find a base
1106         timestamp for skeleton streams. 
1107
1108 2007-06-05  Wim Taymans  <wim@fluendo.com>
1109
1110         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
1111         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_add_full),
1112         (gst_multi_fd_sink_remove_flush),
1113         (gst_multi_fd_sink_remove_client_link),
1114         (gst_multi_fd_sink_handle_client_write),
1115         (gst_multi_fd_sink_handle_clients):
1116         * gst/tcp/gstmultifdsink.h:
1117         Add support for remove_flush.
1118
1119 2007-06-05  Wim Taymans  <wim@fluendo.com>
1120
1121         * docs/design/draft-keyframe-force.txt:
1122         * ext/theora/theoraenc.c: (theora_enc_sink_event),
1123         (theora_enc_chain):
1124         Add draft design for forcing keyframes in encoders and implement in
1125         theoraenc.
1126
1127 2007-06-05  Jan Schmidt  <thaytan@mad.scientist.com>
1128
1129         * configure.ac:
1130           Back to CVS
1131
1132 === release 0.10.13 ===
1133
1134 2007-06-05  Jan Schmidt <thaytan@mad.scientist.com>
1135
1136         * configure.ac:
1137           releasing 0.10.13, "What's Going on?"
1138
1139 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
1140
1141         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1142         In riff, the depth is stored in the size field but it just means that
1143         the least significant bits are cleared. We can therefore just play
1144         the sample as if it had a depth == width. Fixes: #440997
1145
1146         Patch by: Wim Taymans <wim@fluendo.com> 
1147         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
1148
1149 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
1150
1151         * gst-libs/gst/floatcast/floatcast.h:
1152         Define inline when needed on win32 builds. Fixes: #441295
1153         Patch by: Sebastien Moutte  <sebastien@moutte.net>
1154
1155 2007-05-29  Wim Taymans  <wim@fluendo.com>
1156
1157         * gst/playback/gstplaybasebin.c: (queue_overrun),
1158         (no_more_pads_full):
1159         Stop buffering when the group is commited because the queues filled up.
1160         Fixes #442024.
1161
1162 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
1163
1164         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
1165         (gst_alsa_mixer_free), (gst_alsa_mixer_update),
1166         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
1167         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
1168         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
1169         * ext/alsa/gstalsamixer.h:
1170         * ext/alsa/gstalsamixerelement.c:
1171         (gst_alsa_mixer_element_interface_supported),
1172         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
1173         (gst_alsa_mixer_element_set_property),
1174         (gst_alsa_mixer_element_get_property),
1175         (gst_alsa_mixer_element_change_state):
1176         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_update):
1177         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_volume_changed),
1178         (gst_mixer_option_changed):
1179         * gst-libs/gst/interfaces/mixer.h:
1180         Revert commits towards #152864 made so far. We'll pick it up again
1181         after the 0.10.13 release.
1182
1183 2007-05-24  Wim Taymans  <wim@fluendo.com>
1184
1185         * gst-libs/gst/audio/gstbaseaudiosink.c:
1186         (gst_base_audio_sink_render):
1187         After an interrupt (PAUSED/flush) assume that the next sample should not
1188         be aligned to the previous sample. Fixes #417992.
1189
1190 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
1191
1192         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1193           Don't add channels and rate fields to the template caps for
1194           audio/x-dts, as wavparse might not always be able to set them,
1195           which would then lead to 'caps are not a real subset of the
1196           template caps' warnings.
1197
1198 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
1199
1200         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
1201         Handle unknown or invalid pads without crashing, as might occur if
1202         a media file like an mp3 is specified as a subtitle file.
1203         Fixes: #410039
1204
1205 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
1206
1207         * gst/playback/gstplaybin.c: (add_sink), (dummy_blocked_cb),
1208         (setup_sinks):
1209         Block the subtitle bin output queue before ghosting it and linking,
1210         then unblock after. This avoids spurious not-linked errors caused 
1211         by the queue starting up (because it gets linked when it is ghosted). 
1212         Fixes: #350299
1213
1214 2007-05-23  Jan Schmidt  <thaytan@mad.scientist.com>
1215
1216         * tests/check/elements/playbin.c: (test_suburi_error_unknowntype):
1217         Use /dev/zero instead of /dev/urandom to produce an invalid subtitle
1218         file. Avoids flukes where the input gets typefound to some valid but
1219         useless type.
1220
1221 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
1222
1223         * tests/check/Makefile.am:
1224         * tests/check/elements/.cvsignore:
1225         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink),
1226         (cleanup_gnomevfssink), (GST_START_TEST), (gnomevfssink_suite):
1227           Add unit test for gnomevfssink seeking and position reporting for
1228           file:// URIs.
1229
1230 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
1231
1232         Patch by: Mark Nauwelaerts <manauw at skynet be>
1233
1234         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_init),
1235         (gst_gnome_vfs_sink_open_file), (gst_gnome_vfs_sink_handle_event),
1236         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render):
1237         * ext/gnomevfs/gstgnomevfssink.h:
1238           Fix position reporting, especially after a seek (from upstream),
1239           see #412648.
1240
1241 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
1242
1243         * ext/cdparanoia/gstcdparanoiasrc.c:
1244           Repair umlaut.
1245
1246 2007-05-22  Jan Schmidt  <thaytan@mad.scientist.com>
1247
1248         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1249         Specify the full valid range for MP3 samplerates. Fixes a regression
1250         caused by extra header checks since the last release.
1251
1252 2007-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
1253
1254         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1255         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1256         Fix a locking-order bug I introduced with my changes the other day.
1257         Patch by Mike Smith.
1258
1259 2007-05-21  Michael Smith <msmith@fluendo.com>
1260
1261         * ext/theora/theoradec.c: (theora_handle_data_packet):
1262           Don't look inside 0-length packets (which indicate duplicated
1263           frames)
1264
1265 2007-05-21  Wim Taymans  <wim@fluendo.com>
1266
1267         * ext/cdparanoia/gstcdparanoiasrc.c:
1268         (gst_cd_paranoia_src_read_sector):
1269         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1270         (gst_base_audio_src_create):
1271         Small cleanups.
1272
1273         * ext/theora/theoradec.c: (theora_dec_sink_event):
1274         Fix typo.
1275
1276         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1277         (gst_base_rtp_depayload_set_gst_timestamp):
1278         Add some FIXME
1279
1280         * gst/playback/gstdecodebin.c: (queue_underrun_cb):
1281         And some debug info when a FIXME path is hit.
1282
1283 2007-05-21  Wim Taymans  <wim@fluendo.com>
1284
1285         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1286         (gst_base_rtp_audio_payload_class_init),
1287         (gst_base_rtp_audio_payload_init),
1288         (gst_base_rtp_audio_payload_finalize),
1289         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
1290         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
1291         (gst_base_rtp_payload_audio_handle_event):
1292         Some cleanups, remove minptime property as it is now in the parent
1293         class.
1294         Override parent class event function.
1295
1296         * gst-libs/gst/rtp/gstbasertppayload.c:
1297         (gst_basertppayload_class_init), (gst_basertppayload_init),
1298         (gst_basertppayload_event), (gst_basertppayload_set_property),
1299         (gst_basertppayload_get_property):
1300         * gst-libs/gst/rtp/gstbasertppayload.h:
1301         Add min-ptime property.
1302         Add handle-event vmethod. Fixes #415001.
1303
1304 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
1305
1306         * gst-libs/gst/audio/gstbaseaudiosink.c
1307           (gst_base_audio_sink_change_state):
1308           Fix typo in comment.
1309
1310         * gst/playback/gstdecodebin.c (gst_decode_bin_class_init,
1311           free_dynamics, pad_probe, close_pad_link, try_to_link_1,
1312           get_our_ghost_pad, remove_element_chain, queue_underrun_cb,
1313           close_link):
1314         * gst/playback/gstplaybin.c (gst_play_bin_set_property,
1315           gen_audio_element, remove_sinks, gst_play_bin_send_event_to_sink):
1316           Remove trailing whitespaces in comments.
1317
1318         * gst/volume/Makefile.am:
1319           Fix tabs.
1320
1321 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
1322
1323         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
1324
1325         * gst-libs/gst/interfaces/mixer.h (mixer_type, option_changed,
1326           set_option, get_option, _gst_reserved):
1327           Revert reordering functions (keep ABI).
1328
1329 2007-05-17  Jan Schmidt  <thaytan@mad.scientist.com>
1330
1331         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
1332         (gst_ximagesink_xwindow_new), (gst_ximagesink_handle_xevents),
1333         (gst_ximagesink_show_frame):
1334         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
1335         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_handle_xevents),
1336         (gst_xvimagesink_show_frame):
1337         When we create our own window, indicate that we handle the 
1338         WM_DELETE client message from the window manager, so that it won't 
1339         kill our window (and our app) along with it. Handle ClientMessage,
1340         post an error on the bus, and close the window. Further buffers
1341         arriving will result in a FlowError because the window has been
1342         destroyed.
1343
1344         Fixes: #393975
1345
1346         Clean up the X event handling loop and make them the same for
1347         both xvimagesink and ximagesink while I'm at it.
1348
1349 2007-05-17  Wim Taymans  <wim@fluendo.com>
1350
1351         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter):
1352         Make decodebin2 autoplug depayloaders too.
1353
1354         * gst/playback/gsturidecodebin.c: (source_new_pad):
1355         Set the newly created decoder in a usable state when autoplugging a
1356         dynamic source such as RTSP.
1357
1358 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
1359
1360         * gst/playback/gststreaminfo.c: (cb_probe):
1361           Ignore video-codec tag for audio streams and ignore audio-codec tags
1362           for video streams. Should make codec name collection a bit more
1363           robust against sloppy demuxers that send tag events containing both
1364           tags down each pad.
1365
1366 2007-05-17  Wim Taymans  <wim@fluendo.com>
1367
1368         * gst/playback/gstqueue2.c: (update_rates):
1369         Tweak the buffering thresholds a little.
1370         Update the buffer size with the previously calculate rate instead of
1371         only when we calculate a new rate so that we get smoother buffering
1372         updates.
1373
1374         * gst/playback/Makefile.am:
1375         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_base_init),
1376         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
1377         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
1378         (gst_uri_decode_bin_get_property), (unknown_type),
1379         (add_element_stream), (no_more_pads_full), (no_more_pads),
1380         (source_no_more_pads), (new_decoded_pad), (array_has_value),
1381         (gen_source_element), (has_all_raw_caps), (analyse_source),
1382         (remove_decoders), (make_decoder), (remove_source),
1383         (source_new_pad), (setup_source), (decoder_query_init),
1384         (decoder_query_duration_fold), (decoder_query_duration_done),
1385         (decoder_query_position_fold), (decoder_query_position_done),
1386         (decoder_query_latency_fold), (decoder_query_latency_done),
1387         (decoder_query_seeking_fold), (decoder_query_seeking_done),
1388         (decoder_query_generic_fold), (gst_uri_decode_bin_query),
1389         (gst_uri_decode_bin_change_state), (plugin_init):
1390         New element that intergrates a source, optional buffering element and
1391         decodebin.
1392
1393 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
1394
1395         * configure.ac:
1396           Bump libtheora requirement to 1.0alpha5 for the pixformat check
1397           (also has a .pc file, so we don't need the fallback check any
1398           longer). Fixes #438840.
1399
1400 2007-05-17  Wim Taymans  <wim@fluendo.com>
1401
1402         * gst/playback/gstqueue2.c: (gst_queue_get_type),
1403         (gst_queue_class_init), (gst_queue_finalize), (update_time_level),
1404         (apply_segment), (apply_buffer), (update_buffering),
1405         (reset_rate_timer), (update_rates), (gst_queue_locked_flush),
1406         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
1407         (gst_queue_handle_sink_event), (gst_queue_is_filled),
1408         (gst_queue_chain), (gst_queue_push_one), (gst_queue_loop),
1409         (plugin_init):
1410         fix build.
1411
1412 2007-05-17  Wim Taymans  <wim@fluendo.com>
1413
1414         * gst/playback/Makefile.am:
1415         * gst/playback/gstqueue2.c: (gst_queue_get_type),
1416         (gst_queue_class_init), (gst_queue_init), (gst_queue_finalize),
1417         (gst_queue_getcaps), (gst_queue_bufferalloc),
1418         (gst_queue_acceptcaps), (update_time_level), (apply_segment),
1419         (apply_buffer), (update_buffering), (reset_rate_timer),
1420         (update_rates), (gst_queue_locked_flush),
1421         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
1422         (gst_queue_handle_sink_event), (gst_queue_is_empty),
1423         (gst_queue_is_filled), (gst_queue_chain), (gst_queue_push_one),
1424         (gst_queue_loop), (gst_queue_handle_src_event),
1425         (gst_queue_handle_src_query), (gst_queue_sink_activate_push),
1426         (gst_queue_src_activate_push), (gst_queue_change_state),
1427         (gst_queue_set_property), (gst_queue_get_property), (plugin_init):
1428         On our way to playbin2 this is the new network queue that does buffering
1429         all by itself using high and low watermarks. It can also measure up and
1430         downstream bandwidth to optimally size the queue.
1431
1432 2007-05-17  Michael Smith <msmith@fluendo.com>
1433
1434         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
1435         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_do_seek):
1436           Use the segment->last_stop value to calculate the next timestamp to
1437           generate after a seek; not the segment->start value.
1438
1439 2007-05-15  David Schleef  <ds@schleef.org>
1440
1441         * docs/Makefile.am: Install docs even when --disable-gtk-doc
1442           is disabled.  This matches the behavior of gtk+.  Fixes #349099.
1443
1444 2007-05-15  Wim Taymans  <wim@fluendo.com>
1445
1446         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
1447         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
1448         Some more chained streaming ogg timestamp fixes.
1449
1450 2007-05-15  Wim Taymans  <wim@fluendo.com>
1451
1452         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
1453         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
1454         (gst_ogg_demux_handle_page):
1455         Add some FIXMEs.
1456         Fix chain start/stop segment handling based on patch by
1457         <ahalda at cs dot mcgill dot ca> see #320984.
1458
1459 2007-05-15  Michael Smith <msmith@fluendo.com>
1460
1461         * configure.ac:
1462           We don't require a C++ compiler. So don't require one.
1463
1464 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
1465
1466         * ext/alsa/gstalsamixer.c (source, n_poll_fds, poll_fds,
1467           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
1468           gst_alsa_mixer_finalize, gst_alsa_mixer_handle_source_callback,
1469           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
1470           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_update_option,
1471           gst_alsa_mixer_update_track):
1472           Apply some of the cleanup Tim suggested in #152864 afterwards.
1473
1474 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
1475
1476         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
1477
1478         * ext/alsa/gstalsamixer.c (main_context, GstAlsaMixerWatch,
1479           _GstAlsaMixerWatch, source, n_poll_fds, poll_fds,
1480           gst_alsa_mixer_watch_funcs, gst_alsa_mixer_prepare,
1481           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
1482           gst_alsa_mixer_finalize, gst_alsa_mixer_find_master_mixer,
1483           gst_alsa_mixer_handle_source_callback,
1484           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
1485           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_free,
1486           gst_alsa_mixer_get_volume, gst_alsa_mixer_set_volume,
1487           gst_alsa_mixer_set_mute, gst_alsa_mixer_set_record,
1488           gst_alsa_mixer_get_option, gst_alsa_mixer_update_option,
1489           gst_alsa_mixer_update_track, _gst_alsa_mixer_set_interface):
1490         * ext/alsa/gstalsamixer.h (handle_source, interface, dir):
1491         * ext/alsa/gstalsamixerelement.c (gst_alsa_mixer_element_details,
1492           gst_alsa_mixer_element_interface_supported,
1493           gst_alsa_mixer_element_finalize, gst_alsa_mixer_element_init,
1494           gst_alsa_mixer_element_set_property,
1495           gst_alsa_mixer_element_get_property,
1496           gst_alsa_mixer_element_change_state):
1497         * ext/alsa/gstalsamixertrack.c (gst_alsa_mixer_track_update):
1498         * gst-libs/gst/interfaces/mixer.c (gst_mixer_volume_changed,
1499           gst_mixer_option_changed):
1500         * gst-libs/gst/interfaces/mixer.h (set_option, get_option,
1501           volume_changed, option_changed, _gst_reserved):
1502           Implement notification for alsamixer. Fixes #152864
1503
1504 2007-05-14  David Schleef  <ds@schleef.org>
1505
1506         * gst/videotestsrc/videotestsrc.c:
1507         * gst/videotestsrc/videotestsrc.h:
1508           Add support for video/x-raw-bayer.
1509
1510 2007-05-12  David Schleef  <ds@schleef.org>
1511
1512         * sys/xvimage/xvimagesink.c:
1513           Add some sanity checking for the XVImage size returned by X.
1514           Related to #377400.
1515
1516 2007-05-12  Wim Taymans  <wim@fluendo.com>
1517
1518         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1519         (gst_base_rtp_depayload_setcaps),
1520         (gst_base_rtp_depayload_set_gst_timestamp):
1521         Parse and use additional caps fields as described in updated
1522         application/x-rtp caps spec.
1523
1524 2007-05-12  Wim Taymans  <wim@fluendo.com>
1525
1526         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
1527         (gst_ogg_demux_collect_chain_info):
1528         If there is a stream in a chain without any data packets, ignore the
1529         stream in the total length calculations. Might be related to #436820.
1530
1531 2007-05-11  Jan Schmidt  <thaytan@mad.scientist.com>
1532
1533         * gst/typefind/gsttypefindfunctions.c: (mpeg_sys_is_valid_pack),
1534         (mpeg_sys_is_valid_pes), (mpeg_sys_is_valid_sys),
1535         (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
1536         (mpeg_video_type_find), (mpeg_video_stream_type_find),
1537         (plugin_init):
1538
1539         Consolidate and re-work our mpeg system stream detection to probe
1540         more packets and produce a higher confidence result. Fixes a
1541         regression caused by lowering the typefind probability last year
1542         - related to bug #397810. Remove the redundant MPEG-1 specific 
1543         typefind function, as the new one detects both MPEG-1 & MPEG-2
1544         happily.
1545
1546         Also cleanup the MPEG elementary and MPEG-TS detection functions a
1547         little. 
1548
1549         Tested against my media test directory, with some improvements and
1550         no regressions.
1551
1552 2007-05-10  Wim Taymans  <wim@fluendo.com>
1553
1554         * gst/playback/gstplaybasebin.c: (fill_buffer), (check_queue),
1555         (queue_out_of_data):
1556         Connect to the new queue "pushing" signal instead of the broken
1557         "running" one.
1558
1559 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
1560
1561         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1562         (gst_base_rtp_audio_payload_handle_frame_based_buffer):
1563         Move variable declaration before the first instruction.
1564         * gst/videotestsrc/videotestsrc.c:
1565         Define M_PI if it's not defined yet.
1566         * win32/common/libgstrtp.def:
1567         Add new exported functions.
1568
1569 2007-05-09  Michael Smith <msmith@fluendo.com>
1570
1571         * ext/theora/theoradec.c: (theora_handle_type_packet):
1572           gst_pad_push_event() does not return a GstFlowReturn!
1573
1574 2007-05-09  Wim Taymans  <wim@fluendo.com>
1575
1576         * tests/examples/seek/scrubby.c: (stop_cb), (main):
1577         * tests/examples/seek/seek.c: (do_seek):
1578         Some small cosmetic changes.
1579
1580 2007-05-08  Stefan Kost  <ensonic@users.sf.net>
1581
1582         * gst/adder/gstadder.c (gst_adder_src_event, gst_adder_collected,
1583           gst_adder_change_state):
1584         * gst/adder/gstadder.h (bps, offset, collect_event, segment,
1585           segment_pending, segment_position, segment_rate):
1586           Handle playback-rate on adder.
1587
1588 2007-05-07  Michael Smith <msmith@fluendo.com>
1589
1590         * ext/theora/gsttheoradec.h:
1591         * ext/theora/theoradec.c: (gst_theora_dec_reset),
1592         (theora_dec_sink_event), (theora_handle_comment_packet),
1593         (theora_handle_type_packet), (theora_dec_change_state):
1594           Don't push events (newsegment, tags) before initialising the
1595           decoder.
1596           This is neccesary for seeking to work correctly in gnonlin.
1597
1598 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
1599
1600         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1601         * gst/adder/gstadder.c:
1602         * gst/audiotestsrc/gstaudiotestsrc.c
1603           (gst_audio_test_src_create_white_noise):
1604         * gst/videotestsrc/gstvideotestsrc.c:
1605         * gst/volume/gstvolume.c (VOLUME_UNITY_INT16,
1606           VOLUME_UNITY_INT16_BIT_SHIFT, VOLUME_MAX_DOUBLE,
1607           volume_sink_template, volume_src_template, gst_volume_init,
1608           volume_process_double, volume_process_int16,
1609           volume_process_int16_clamp):
1610           Doc fixes and formatting.
1611
1612 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
1613
1614         * tests/check/Makefile.am:
1615         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
1616           Minimal check for volume's GstController usability; also another
1617           test for #422295.
1618
1619 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
1620
1621         * gst-libs/gst/cdda/gstcddabasesrc.c:
1622         (gst_cdda_base_src_add_track):
1623           Fix it so that it (a) makes sense and (b) doesn't break
1624           everything cdda-related including the unit test.
1625
1626 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
1627
1628         * gst-libs/gst/cdda/gstcddabasesrc.c:
1629         (gst_cdda_base_src_add_track):
1630           Fix build when disabling asserts.
1631
1632 2007-05-03  Tim-Philipp Müller  <tim at centricular dot net>
1633
1634         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
1635           When XShm is not available, we might get row strides that are not
1636           rounded up to multiples of four; this is bad, because virtually
1637           every RGB-processing element in GStreamer assumes rowstrides are
1638           rounded up to multiples of four, so let's allocate at least enough
1639           memory to avoid crashes in this case. The image will still be
1640           displayed distorted though if this happens, so that still needs
1641           fixing (maybe by allocating a bigger image with an 'even' width
1642           and then clipping it appropriately when rendering - something for
1643           Xlib aficionados in any case).
1644
1645 2007-05-03  Michael Smith <msmith@fluendo.com>
1646
1647         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
1648           If a buffer doesn't have a timestamp, assume it's contiguous with
1649           the previous buffer, and synthesise timestamps appropriately.
1650
1651 2007-05-03  Edward Hervey  <edward@fluendo.com>
1652
1653         * tests/check/elements/videorate.c: (GST_START_TEST):
1654         Set buffer timestamp to a valid value in order to test the buffer
1655         really does stay in videorate.
1656
1657 2007-05-03  Edward Hervey  <edward@fluendo.com>
1658
1659         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
1660         There is no sensible way to handle incoming buffers which don't have a
1661         valid timestamp. We therefore discard them and wait for the next one.
1662
1663 2007-05-01  Tim-Philipp Müller  <tim at centricular dot net>
1664
1665         * gst/playback/gstdecodebin.c: (type_found), (plugin_init):
1666         * gst/playback/gstdecodebin2.c: (plugin_init):
1667           Better error message for text files.
1668
1669 2007-04-29  Wim Taymans  <wim@fluendo.com>
1670
1671         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_add_rb):
1672         Fix offset bug in generation RR packets.
1673
1674 2007-04-27  Julien MOUTTE  <julien@moutte.net>
1675
1676         * ext/theora/theoradec.c: (_theora_granule_time),
1677         (theora_dec_push_forward), (theora_handle_data_packet),
1678         (theora_dec_decode_buffer): Calculate buffer duration correctly
1679         to generate a perfect stream (#433888).
1680         * gst/audioresample/gstaudioresample.c:
1681         (audioresample_check_discont): Glib provides ABS.
1682
1683 2007-04-27  Wim Taymans  <wim@fluendo.com>
1684
1685         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
1686         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_sdes_add_item),
1687         (gst_rtcp_packet_sdes_add_entry), (gst_rtcp_packet_bye_add_ssrc),
1688         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
1689         (gst_rtcp_packet_bye_set_reason):
1690         * gst-libs/gst/rtp/gstrtcpbuffer.h:
1691         Fix RB block parsing and writing.
1692         Add support for constructing BYE packets.
1693
1694 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
1695
1696         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init),
1697         (gst_base_audio_src_create):
1698         * po/POTFILES.in:
1699           When posting a warning message because samples were dropped, post
1700           something more intelligible than he default error message for clock
1701           errors which is just confusing in this context (#432984).
1702
1703 2007-04-25  Wim Taymans  <wim@fluendo.com>
1704
1705         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_buffer_new),
1706         (gst_rtcp_buffer_end), (gst_rtcp_buffer_get_packet_count),
1707         (read_packet_header), (gst_rtcp_packet_move_to_next),
1708         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_sr_set_sender_info),
1709         (gst_rtcp_packet_rr_set_ssrc), (gst_rtcp_packet_add_rb),
1710         (gst_rtcp_packet_sdes_get_item_count),
1711         (gst_rtcp_packet_sdes_first_item),
1712         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_ssrc),
1713         (gst_rtcp_packet_sdes_first_entry),
1714         (gst_rtcp_packet_sdes_next_entry),
1715         (gst_rtcp_packet_sdes_get_entry), (gst_rtcp_packet_sdes_add_item),
1716         (gst_rtcp_packet_sdes_add_entry):
1717         * gst-libs/gst/rtp/gstrtcpbuffer.h:
1718         Implement code to write SR, RR and SDES packets.
1719
1720 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
1721
1722         Patch by: Christian Kirbach <Christian dot Kirbach at googlemail com>
1723
1724         * sys/ximage/ximagesink.c:
1725           Fix build if XShm is not available (#432362).
1726
1727 2007-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
1728
1729         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init):
1730         Initalize the AudioConvertCtx with zeroes, otherwise it will contain
1731         pointers to random memory which are passed to g_free() when
1732         audio_convert_prepare_context() is called the first time.
1733
1734 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
1735
1736         Patch by: Dan Williams <dcbw redhat com>
1737
1738         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
1739           Don't leak incoming buffer if gst_pad_push() returns a
1740           non-OK flow. Fixes #432755.
1741          
1742         * tests/check/elements/videorate.c: (GST_START_TEST),
1743         (videorate_suite):
1744           Unit test for the above by Yours Truly.
1745
1746 2007-04-23  Stefan Kost  <ensonic@users.sf.net>
1747
1748         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
1749         (gst_adder_sink_event), (gst_adder_collected):
1750           Fix non-flushing segmented seeks, Fixes #340060 for me
1751
1752 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
1753
1754         Patch by: Olivier Crete  <tester at tester ca>
1755
1756         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1757         (gst_base_rtp_audio_payload_class_init),
1758         (gst_base_rtp_audio_payload_init),
1759         (gst_base_rtp_audio_payload_dispose):
1760           Chain up to parent class in dispose function; get rid of
1761           unnecessary 'diposed' flag in private structure (#415001).
1762
1763 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
1764
1765         * docs/libs/gst-plugins-base-libs.types:
1766         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1767         (gst_base_rtp_audio_payload_class_init):
1768         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1769         * gst-libs/gst/rtp/gstbasertppayload.c:
1770           Some minor docs fixes and additions; also add missing 'Since' bits.
1771
1772 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
1773
1774         Patch by: Zeeshan Ali  <zeenix gmail com>
1775
1776         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1777         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
1778         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
1779         (gst_base_rtp_audio_payload_push):
1780         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
1781           The recently-added gst_base_rtp_audio_payload_push() should take an
1782           object of type GstBaseRTPAudioPayload as first argument (#431672).
1783
1784 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
1785
1786         * gst/audioresample/gstaudioresample.c:
1787           Make more functions static, just because we can.
1788
1789 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
1790
1791         * tests/check/elements/audioresample.c:
1792           Add unit test for audioresample shutdown crasher (#420106).
1793
1794 2007-04-20  Stefan Kost  <ensonic@users.sf.net>
1795
1796         * gst/subparse/gstsubparse.c:
1797         * gst/subparse/samiparse.c:
1798           Use GST_DISABLE_XML here
1799
1800         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
1801         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_get_xv_support),
1802         (gst_xvimagesink_buffer_alloc),
1803         (gst_xvimagesink_navigation_send_event):
1804         * sys/xvimage/xvimagesink.h:
1805           Include stdlib.h when using atoi.
1806           
1807         * tests/check/elements/playbin.c: (playbin_suite):
1808           Use GST_DISABLE_REGISTRY here
1809
1810 2007-04-19  Michael Smith  <msmith@fluendo.com>
1811
1812         * ext/theora/gsttheoraenc.h:
1813         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
1814         (theora_enc_sink_event), (theora_enc_change_state):
1815           Track initialisation state; don't try to use encoder state if we're
1816           not initialised (it'll segfault).
1817
1818 2007-04-18  Stefan Kost  <ensonic@users.sf.net>
1819
1820         * tests/check/pipelines/.cvsignore:
1821         Fix build.
1822
1823 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
1824
1825         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1826         Allow random depths between 1 and 32 instead of only multiplies of 8.
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         Set the maximum number of channels for PCM and float in the correct
1832         place to have it also used when creating the template caps.
1833
1834 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
1835
1836         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1837         Correctly support 4, 6 and 8 channels with normal PCM and float
1838         wav files.
1839
1840         Fix the depth and signedness calculation in extensible wav files and
1841         also handle 1, 2, 4, 6, 8 channels here when a file without channel
1842         mask is found.
1843
1844         Add support for float, alaw and mulaw in extensible wav files.
1845
1846         This allows correct playback of all but 5 files from
1847         http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/Samples.html
1848         
1849         (gst_riff_create_audio_template_caps):
1850         Add voxware and float formats to the template caps.     
1851
1852 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
1853
1854         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
1855
1856         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
1857         Fix unused variable warning if HAVE_LOCALTIME_R is undefinied
1858
1859         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1860         * gst/audioresample/gstaudioresample.c: (audioresample_do_output):
1861         Use the correct format strings for integer formats.
1862
1863 2007-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1864
1865         * ext/theora/theoraenc.c (theora_buffer_from_packet, theora_enc_chain):
1866           Don't use pad_alloc_buffer_and_set_caps to create a small header
1867           packet, or, worse, to create a big temporary video buffer using the
1868           src pad.
1869
1870 2007-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
1871
1872         * gst/gdp/gstgdppay.c (gst_gdp_pay_chain):
1873         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
1874           GST_START_TEST, buffer_probe_cb, GST_START_TEST):
1875           Fix a bug where serialized IN_CAPS buffers needed to be set IN_CAPS.
1876
1877 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
1878
1879         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
1880           GST_START_TEST, n_in_caps, buffer_probe_cb, GST_START_TEST,
1881           streamheader_suite):
1882           Add another test set up for failure
1883
1884 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
1885
1886         * tests/check/Makefile.am:
1887         * tests/check/pipelines/streamheader.c (n_tags, tag_event_probe_cb,
1888           GST_START_TEST, streamheader_suite, main):
1889           Add a test for the streamheader bug Wim fixed.
1890
1891 2007-04-13  Jan Schmidt  <thaytan@mad.scientist.com>
1892
1893         * ext/theora/theoradec.c: (theora_dec_sink_event):
1894         Fix misleading comment.
1895
1896 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
1897
1898         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1899           More sanity checks for the header fields.
1900
1901 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
1902
1903         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
1904           Try encodings from all environment variables, not just those in the
1905           first environment variable that is set.
1906
1907 2007-04-12  Wim Taymans  <wim@fluendo.com>
1908
1909         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
1910         (gst_video_rate_chain):
1911         Add some debug.
1912
1913         * tests/check/elements/videorate.c: (GST_START_TEST),
1914         (videorate_suite):
1915         Added check for videorate changing caps handling. Closes #421834.
1916
1917 2007-04-12  Michael Smith  <msmith@fluendo.com>
1918
1919         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1920           Use scale functions to avoid overflow when calculating duration of 
1921           vorbis buffers.
1922
1923 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
1924
1925         * docs/libs/gst-plugins-base-libs-sections.txt:
1926         * gst-libs/gst/tag/tag.h:
1927         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
1928           API: add gst_tag_freeform_string_to_utf8() (#405072).
1929
1930         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_extract_id3v1_string):
1931           Use gst_tag_freeform_string_to_utf8() here.
1932
1933 2007-04-12  Wim Taymans  <wim@fluendo.com>
1934
1935         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain),
1936         (gst_gdp_pay_sink_event):
1937         Make sure we set the IN_CAPS flag correctly.
1938
1939         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
1940         Get the IN_CAPS flag before we call functions that mess with the flags.
1941
1942 2007-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
1943
1944         * gst/gdp/gstgdppay.c (gst_gdp_pay_reset_streamheader,
1945           gst_gdp_pay_chain, gst_gdp_pay_sink_event):
1946           Only stamp buffers with offset/offset_end right before they get
1947           pushed.  This ensures offset continuity, which was not the case
1948           before as shown by
1949           gst-launch -v -m audiotestsrc num-buffers=10 ! audioconvert ! vorbisenc ! gdppay ! identity check-imperfect-offset=TRUE ! fakesink silent=TRUE
1950
1951 2007-04-06  Wim Taymans  <wim@fluendo.com>
1952
1953         * gst/playback/gstplaybin.c: (add_sink),
1954         (gst_play_bin_change_state):
1955         Activate sync in playbin, we are ready to handle it for live streams.
1956
1957 2007-04-06  Tim-Philipp Müller  <tim at centricular dot net>
1958
1959         * tests/check/elements/playbin.c:
1960         (test_sink_usage_video_only_stream), (playbin_suite):
1961           Add small test for stream-info-value-array code paths.
1962
1963 2007-04-05  Wim Taymans  <wim@fluendo.com>
1964
1965         * gst-libs/gst/audio/gstbaseaudiosink.c:
1966         (gst_base_audio_sink_skew_slaving):
1967         Don't try to create invalid calibration parameters by making the
1968         internal time go backwards, instead make external time go forward.
1969
1970 2007-04-05  Wim Taymans  <wim@fluendo.com>
1971
1972         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
1973
1974         * gst/playback/gstplaybasebin.c: (add_stream):
1975         Fix leak in add_stream(), when g_value_set_object() increases the
1976         refcount of streaminfo object. Fixes #426250.
1977
1978 2007-04-03  David Schleef  <ds@schleef.org>
1979
1980         * gst/videotestsrc/gstvideotestsrc.c:
1981         * gst/videotestsrc/gstvideotestsrc.h:
1982         * gst/videotestsrc/videotestsrc.c:
1983         * gst/videotestsrc/videotestsrc.h:
1984           Add a test pattern called "circular", which has concentric
1985           rings with varying radial frequency.  The main purpose of this
1986           pattern is to test fidelity loss in a filter or scaler element.
1987           Notably, this pattern is scale invariant, and is optimally viewed
1988           with a width (and height) of 400.
1989
1990 2007-04-03  Wim Taymans  <wim@fluendo.com>
1991
1992         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
1993
1994         * gst/playback/gstdecodebin2.c: (connect_pad), (expose_pad),
1995         (deactivate_free_recursive):
1996         Decodebin2 doesn't unref pads it obtains in some occasions:
1997         - multiqueue src pads, when either connecting further or exposing
1998         - sink pads of new autoplugged elements
1999         - peer pads when recursively freeing elements
2000         Fixes #425455.
2001
2002 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
2003
2004         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2005         Add audio/x-raw-float support, now that audioconvert support
2006         non-native endianness floats.
2007
2008 2007-03-30  Tim-Philipp Müller  <tim at centricular dot net>
2009
2010         * docs/libs/gst-plugins-base-libs-docs.sgml:
2011           gstreamer-plugins-base.pc doesn't exist, it's
2012           gstreamer-plugins-base-0.10.pc.
2013
2014 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
2015
2016         Patch by: René Stadler <mail at renestadler dot de>
2017         with some minor changes
2018
2019         * gst-libs/gst/floatcast/floatcast.h:
2020         Use more efficient float endianness conversion functions that don't
2021         involve 2 function calls per value.
2022         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
2023         (check_default), (audio_convert_prepare_context):
2024         * gst/audioconvert/gstaudioconvert.c:
2025         (gst_audio_convert_parse_caps), (make_lossless_changes):
2026         Support non-native endianness floats as input and output.
2027         Fixes #339838.
2028         * tests/check/elements/audioconvert.c: (verify_convert),
2029         (GST_START_TEST):
2030         Add unit tests for the non-native endianness float conversions.
2031
2032 2007-03-29  Wim Taymans  <wim@fluendo.com>
2033
2034         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2035         (gst_base_rtp_depayload_base_init),
2036         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
2037         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
2038         (gst_base_rtp_depayload_set_gst_timestamp),
2039         (gst_base_rtp_depayload_change_state),
2040         (gst_base_rtp_depayload_set_property),
2041         (gst_base_rtp_depayload_get_property):
2042         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2043         Add Private structure.
2044         Bring element code to 2007.
2045         Parse clock-base caps param and use it when generating the
2046         newsegment.
2047         Reset variables before going to PAUSED.
2048         Fix some docs.
2049
2050 2007-03-29  Wim Taymans  <wim@fluendo.com>
2051
2052         * docs/libs/gst-plugins-base-libs-docs.sgml:
2053         * docs/libs/gst-plugins-base-libs-sections.txt:
2054         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2055         (gst_base_rtp_audio_payload_get_adapter):
2056         Add RTCP docs.
2057         Fix some more docs.
2058
2059         * gst-libs/gst/rtp/Makefile.am:
2060         * gst-libs/gst/rtp/gstrtcpbuffer.c:
2061         (gst_rtcp_buffer_new_take_data), (gst_rtcp_buffer_new_copy_data),
2062         (gst_rtcp_buffer_validate_data), (gst_rtcp_buffer_validate),
2063         (gst_rtcp_buffer_get_packet_count), (read_packet_header),
2064         (gst_rtcp_buffer_get_first_packet), (gst_rtcp_packet_move_to_next),
2065         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_remove),
2066         (gst_rtcp_packet_get_padding), (gst_rtcp_packet_get_type),
2067         (gst_rtcp_packet_get_count), (gst_rtcp_packet_get_length),
2068         (gst_rtcp_packet_sr_get_sender_info),
2069         (gst_rtcp_packet_sr_set_sender_info),
2070         (gst_rtcp_packet_rr_get_ssrc), (gst_rtcp_packet_rr_set_ssrc),
2071         (gst_rtcp_packet_get_rb_count), (gst_rtcp_packet_get_rb),
2072         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_set_rb),
2073         (gst_rtcp_packet_sdes_get_chunk_count),
2074         (gst_rtcp_packet_sdes_first_chunk),
2075         (gst_rtcp_packet_sdes_next_chunk), (gst_rtcp_packet_sdes_get_ssrc),
2076         (gst_rtcp_packet_sdes_first_item),
2077         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_item),
2078         (gst_rtcp_packet_bye_get_ssrc_count),
2079         (gst_rtcp_packet_bye_get_nth_ssrc), (gst_rtcp_packet_bye_add_ssrc),
2080         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
2081         (gst_rtcp_packet_bye_get_reason_len),
2082         (gst_rtcp_packet_bye_get_reason), (gst_rtcp_packet_bye_set_reason):
2083         * gst-libs/gst/rtp/gstrtcpbuffer.h:
2084         Add new helper object for parsing and creating RTCP messages.
2085
2086 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
2087
2088         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2089         PCM samples with width=8 must be always unsigned, no matter what
2090         depth they have.
2091
2092 2007-03-29  Andy Wingo  <wingo@pobox.com>
2093
2094         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make
2095         perfect offsets also, not just timestamps.
2096
2097         * tests/check/elements/videorate.c (test_more): Test that given
2098         any incoming offsets, that videorate produces perfect offsets.
2099
2100 2007-03-29  Wim Taymans  <wim@fluendo.com>
2101
2102         * gst-libs/gst/riff/riff-ids.h:
2103         Add some more RIFF formats.
2104
2105 2007-03-29  Wim Taymans  <wim@fluendo.com>
2106
2107         * gst-libs/gst/rtp/gstrtpbuffer.c:
2108         (gst_rtp_buffer_default_clock_rate):
2109         * gst-libs/gst/rtp/gstrtpbuffer.h:
2110         Fix fixed payload names and docs.
2111         Added method to get the default clock rates of fixed payload types.
2112         API: GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
2113
2114 2007-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2115
2116         * tests/check/pipelines/.cvsignore:
2117         Add new vorbisdec test to cvsignore.
2118
2119 2007-03-28  Wim Taymans  <wim@fluendo.com>
2120
2121         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
2122         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
2123         (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
2124         (gst_base_audio_sink_set_property),
2125         (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
2126         (clock_convert_external), (gst_base_audio_sink_resample_slaving),
2127         (gst_base_audio_sink_skew_slaving),
2128         (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
2129         (gst_base_audio_sink_async_play):
2130         * gst-libs/gst/audio/gstbaseaudiosink.h:
2131         Store private stuff in GstBaseAudioSinkPrivate.
2132         Add configurable clock slaving modes property.
2133         API:: GstBaseAudioSink::slave-method property
2134         Some more latency reporting tweaks.
2135         Added skew based clock slaving correction and make it the default until
2136         the resampling method is more robust.
2137
2138 2007-03-27  Sebastian Dröge  <slomo@circular-chaos.org>
2139
2140         * gst/audioconvert/audioconvert.c:
2141         Add docs to the integer pack functions and implement proper
2142         rounding. Before we had rounding towards negative infinity, i.e.
2143         always the smaller number was taken. Now we use natural rounding,
2144         i.e. rounding to the nearest integer and to the one with the largest
2145         absolute value for X.5. The old rounding introduced some minor
2146         distortions. Fixes #420079
2147         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2148         Fix one unit test that assumed the old rounding and added unit tests
2149         for checking signed/unsigned int16 <-> signed/unsigned int16 with
2150         depth 8, one for signed int16 <-> unsigned int16 and one for the new
2151         rounding from signed int32 to signed/unsigned int16.
2152
2153 2007-03-27  Michael Smith  <msmith@fluendo.com>
2154
2155         * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
2156         (gst_audio_convert_transform_caps):
2157           Fix typo in debug line introduced recently, as pointed out on irc.
2158
2159 2007-03-27  Tim-Philipp Müller  <tim at centricular dot net>
2160
2161         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
2162         * tests/check/libs/tag.c: (GST_START_TEST):
2163           Make sure we parse floating-point numbers in vorbis comments
2164           correctly with either '.' or ',' as separator, no matter what
2165           the current locale is. Add unit test for this too.
2166
2167 2007-03-26  Tim-Philipp Müller  <tim at centricular dot net>
2168
2169         Patch by: René Stadler  <mail at renestadler de>
2170
2171         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
2172           When writing out floating-point numbers to vorbis comment tags, always
2173           use the same character as separator no matter what the current locale is
2174           (fixes #423051).
2175
2176         * tests/check/libs/tag.c: (GST_START_TEST):
2177           Add unit tests for replaygain tags in vorbis comments (closes #423055).
2178
2179 2007-03-26  Thomas Vander Stichele  <thomas at apestaart dot org>
2180
2181         * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
2182           vorbis_handle_data_packet):
2183           Correctly set DURATION to generate a timestamp-continuous stream.
2184           One bug left at the end; see
2185           ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
2186         * tests/check/Makefile.am:
2187         * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
2188           Add a test to check this.  Without the above patch this test fails.
2189
2190 2007-03-26  Jan Schmidt  <thaytan@mad.scientist.com>
2191
2192         * gst-libs/gst/rtp/Makefile.am:
2193         The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
2194
2195 2007-03-23  Michael Smith  <msmith@fluendo.com>
2196
2197         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
2198         (gst_video_rate_reset), (gst_video_rate_chain):
2199           If videorate changes caps, we can no longer use the old buffer
2200           (which may have a different size, incompatible with our caps).
2201           So don't do that; just duplicate the new frame more times.
2202
2203 2007-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
2204
2205         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
2206         Remove playbin's override of the set_clock vmethod. It's irrelevant
2207         after Wim's commit on the 19th.
2208
2209 2007-03-22  Wim Taymans  <wim@fluendo.com>
2210
2211         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
2212         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
2213         * ext/gnomevfs/gstgnomevfssrc.h:
2214         Don't cache file sizes. Fixes #341078.
2215
2216 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
2217
2218         * gst/playback/gstplaybin.c: (add_sink):
2219           Use GST_PTR_FORMAT to log caps. 
2220
2221 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
2222
2223         Patch by: Young-Ho Cha <ganadist at chollian net>
2224
2225         * gst/subparse/samiparse.c: (handle_start_font):
2226           Special-case some more colour names that pango doesn't handle by
2227           default. Fixes #420578.
2228
2229 2007-03-20  Michael Smith  <msmith@fluendo.com>
2230
2231         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
2232           If we get a zero-sized input buffer, don't pass it to libvorbis, as
2233           that marks EOS internally. After that, libvorbis will buffer all
2234           input data, and encode none of it, eventually leading to memory
2235           exhaustion.
2236
2237 2007-03-19  Wim Taymans  <wim@fluendo.com>
2238
2239         * gst/playback/gstdecodebin.c: (remove_fakesink):
2240         Don't post STATE_DIRTY anymore.
2241
2242         * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
2243         (gst_play_bin_change_state):
2244         Remove stream_time reset in seek handling, core does that now.
2245         Disable clocking for live pipelines by forcing a NULL clock to the
2246         complete pipeline, core is too smart now for our previous hack.
2247         We can always autoplug in PAUSED now.
2248
2249 2007-03-17  David Schleef  <ds@schleef.org>
2250
2251         * REQUIREMENTS:  Update this file, change the formatting to make
2252         it more consistent, plus more machine readable.
2253
2254 2007-03-16  Michael Smith  <msmith@fluendo.com>
2255
2256         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
2257         (strip_width_64), (append_with_other_format):
2258           Previous fix was too simplistic, and broke the tests. Use a better
2259           approach; only strip 64 from widths for integer audio.
2260
2261 2007-03-16  Michael Smith  <msmith@fluendo.com>
2262
2263         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
2264         (gst_audio_convert_transform_caps):
2265           We don't support 64 bit integer audio, so don't try to claim we can.
2266           Stops us producing caps don't match our template caps.
2267           Update comments.
2268
2269 2007-03-15  Michael Smith  <msmith@fluendo.com>
2270
2271         * gst/audioresample/gstaudioresample.c:
2272         (audioresample_check_discont), (audioresample_transform):
2273           Don't trigger discontinuities for very small imperfections; a filter
2274           flush will sound bad, and many plugins have rounding errors leading
2275           to these.
2276
2277 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2278
2279         Patch by: Olivier Crete <olivier.crete@collabora.co.uk>
2280
2281         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2282         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
2283         API: add "min-ptime" property to RTP base audio payloader.
2284         API: add gst_base_rtp_audio_payload_push().
2285         API: add gst_base_rtp_audio_payload_get_adapter().
2286         Fixes #415001
2287         Indentation/whitespace/documentation fixes.
2288
2289 2007-03-14  Julien MOUTTE  <julien@moutte.net>
2290
2291         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
2292         (audioresample_transform_size), (audioresample_do_output),
2293         (audioresample_transform), (audioresample_pushthrough): Handle
2294         discontinuous streams.
2295         * gst/audioresample/gstaudioresample.h:
2296         * tests/check/elements/audioresample.c:
2297         (test_discont_stream_instance), (GST_START_TEST),
2298         (audioresample_suite): Add a test for discontinuous streams.
2299         * win32/common/config.h: Updated.
2300
2301 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2302
2303         * po/af.po:
2304         * po/az.po:
2305         * po/cs.po:
2306         * po/en_GB.po:
2307         * po/it.po:
2308         * po/nb.po:
2309         * po/nl.po:
2310         * po/or.po:
2311         * po/sq.po:
2312         * po/sr.po:
2313         * po/sv.po:
2314         * po/uk.po:
2315         * po/vi.po:
2316           Update translations from translation project.
2317
2318 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2319
2320         * gst/audioresample/debug.h:
2321         * gst/audioresample/resample.c: (resample_init):
2322           Since I really am not interested in a debug line for each sample
2323           being processed, move the library's debugging to its own category,
2324           libaudioresample
2325
2326 2007-03-13  Michael Smith  <msmith@fluendo.com>
2327
2328         * ext/theora/theoradec.c: (theora_handle_type_packet):
2329           Since the plugin doesn't support anything other than 4:2:0 right
2330           now, post an error and fail if we get something else. Won't matter
2331           until libtheora supports the other pixel formats, but hopefully
2332           that'll be soon...
2333
2334 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
2335
2336         * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
2337         Use gst_guint64_to_gdouble for conversion.
2338         * win32/MANIFEST:
2339         Add new files to the win32 MANIFEST.
2340         * win32/common/libgstaudio.def:
2341         * win32/common/libgstpbutils.def:
2342         Add new exported functions.
2343         * win32/vs6/gst_plugins_base.dsw:
2344         * win32/vs6/libgstdecodebin.dsp:
2345         * win32/vs6/libgstplaybin.dsp:
2346         Change the link to libgstpbutils.lib.
2347         * win32/vs6/libgstdecodebin2.dsp:
2348         Add a new project for decodebin2.
2349         * win32/vs6/libgstpbutils.dsp:
2350         Add a new project for pbutils.
2351
2352 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
2353
2354         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
2355           Also accept partial dates with only year and month,
2356           like 1999-12-00 (fixes #410396 even more).
2357
2358         * tests/check/libs/tag.c: (GST_START_TEST):
2359           Add unit test for the above.
2360
2361 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
2362
2363         * tests/check/elements/subparse.c: (GST_START_TEST),
2364         (subparse_suite):
2365           Add unit test for MPL2 subtitle format (#413799).
2366
2367 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
2368
2369         Patch by: Kamil Pawlowski  <kamilpe gmail com>
2370
2371         * gst/subparse/Makefile.am:
2372         * gst/subparse/gstsubparse.c:
2373         (gst_sub_parse_data_format_autodetect),
2374         (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
2375         (gst_subparse_type_find):
2376         * gst/subparse/gstsubparse.h:
2377         * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
2378         * gst/subparse/mpl2parse.h:
2379           Add support for MPL2 subtitle format (#413799).
2380
2381 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
2382
2383         * configure.ac:
2384           We require core CVS for the new buffer metadata copy functions.
2385
2386 2007-03-09  Wim Taymans  <wim@fluendo.com>
2387
2388         * gst-libs/gst/tag/gstid3tag.c:
2389         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
2390         Fixes #414496.
2391
2392         Patch by: Alex Lancaster <alexl at users sourceforge net>
2393
2394 2007-03-09  Wim Taymans  <wim@fluendo.com>
2395
2396         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
2397         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
2398         Improve adapter usage and comments.
2399
2400 2007-03-09  Wim Taymans  <wim@fluendo.com>
2401
2402         * ext/pango/gsttextrender.c: (gst_text_render_chain):
2403         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
2404         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
2405         Use new metadata copy function.
2406
2407         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2408         (gst_ffmpegcsp_transform):
2409         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
2410         Basetransform copied the metadata for us.
2411
2412 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
2413
2414         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
2415         (gst_text_overlay_video_event):
2416           Some more logging. Only accept newsegment events in TIME format and
2417           send a WARNING message if they are not in TIME format.
2418
2419         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
2420         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
2421         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
2422         * gst/subparse/gstsubparse.h:
2423           No need to allocate GstSegment structure dynamically, just put it
2424           into the instance structure; ignore newsegment events in BYTE
2425           format and in particular don't let it overwrite our saved TIME
2426           segment from the last seek.
2427
2428 2007-03-09  Michael Smith  <msmith@fluendo.com>
2429
2430         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
2431           Replace AC3 typefinder with one that isn't terrible, and actually
2432           works usefully.
2433
2434 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2435
2436         * gst/audioconvert/gstaudioconvert.c:
2437         (gst_audio_convert_transform):
2438           fix error category and translatable string
2439           
2440
2441 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
2442
2443         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
2444         * pkgconfig/gstreamer-plugins-base.pc.in:
2445           Fix up utils => pbutils here too.
2446
2447 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
2448
2449         * gst/subparse/gstsubparse.c: (handle_buffer):
2450           Break out of loop in chain function as soon as possible if we get
2451           a non-OK flow return.
2452
2453 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
2454
2455         * tests/check/elements/alsa.c: (GST_START_TEST):
2456         Unref the mixer if the state change fails too (if the
2457         alsa devices are inaccessible, for example)
2458
2459 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
2460
2461         * tests/check/Makefile.am:
2462         Don't test libvisual elements in the states check, because libvisual
2463         seems to leak internally.
2464
2465         Re-enable the alsa and states tests now that there's new suppressions
2466         in gst.supp.
2467
2468         * tests/check/elements/alsa.c: (GST_START_TEST):
2469         Don't leak the alsamixer we instantiated.
2470
2471 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
2472
2473         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
2474         (gst_ximagesink_change_state), (gst_ximagesink_reset),
2475         (gst_ximagesink_finalize):
2476         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
2477         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
2478         Move some cleanup stuff from the state change handler into a _reset()
2479         function that can be called from _finalize(). This ensures that things
2480         get freed even if (for some reason) the NULL->READY state transition
2481         fails in the parent class.
2482         Even if a parent state change fails, process our downward state change
2483         logic instead of bailing out early.
2484         Free the correct xcontext pointer in ximagesink's xcontext_clear.
2485
2486 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
2487
2488         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
2489         Extra log line.
2490
2491         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
2492         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
2493         Use pango_font_description_set_family_static instead of 
2494         pango_font_description_set_family to save a string copy (it was
2495         leaking due to the strdup anyway)
2496
2497         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
2498         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
2499         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
2500         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
2501         Chain up in finalize.
2502
2503 2007-03-07  Tim-Philipp Müller  <tim at centricular dot net>
2504
2505         * gst-libs/gst/interfaces/mixertrack.c:
2506         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
2507         (gst_mixer_track_set_property):
2508           API: add "untranslated-label" property which should be set by
2509           implementations at construct time (#414645).
2510
2511         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
2512         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
2513           Set "untranslated-label" when constructing mixer track objects.
2514
2515         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
2516           Unit test to check the above.
2517
2518 2007-03-07  Wim Taymans  <wim@fluendo.com>
2519
2520         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
2521         Fix confusing debug message.
2522
2523 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
2524
2525         * gst-plugins-base.doap:
2526         update doap file with new version
2527
2528 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
2529
2530         * configure.ac:
2531         Back to CVS
2532
2533 === release 0.10.12 ===
2534
2535 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
2536
2537         * configure.ac:
2538           releasing 0.10.12, "Zombie Horde"
2539
2540 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
2541
2542         * configure.ac:
2543         Bump version to 0.10.11.4 pre-release
2544
2545 2007-03-06  Wim Taymans  <wim@fluendo.com>
2546
2547         * gst-libs/gst/audio/gstbaseaudiosink.c:
2548         (gst_base_audio_sink_async_play):
2549         Fix regression that made GStreamer skip the first samples of audio.
2550         Fixes #414684.
2551
2552 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
2553
2554         * configure.ac:
2555         Bump version to 0.10.11.3 pre-release
2556
2557 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
2558
2559         * po/POTFILES.in:
2560           Update paths for the rename from utils to pbutils to fix the build.
2561
2562 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
2563
2564         * gst-libs/gst/pbutils/Makefile.am:
2565           Change directory to install headers in from gst/utils to gst/pbutils
2566           as well.
2567
2568 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
2569
2570         * configure.ac:
2571         * docs/libs/gst-plugins-base-libs-docs.sgml:
2572         * docs/libs/gst-plugins-base-libs-sections.txt:
2573         * gst-libs/gst/Makefile.am:
2574         * gst-libs/gst/interfaces/mixer.c:
2575         * gst-libs/gst/pbutils/Makefile.am:
2576         * gst-libs/gst/pbutils/descriptions.c:
2577         (gst_pb_utils_get_source_description),
2578         (gst_pb_utils_get_sink_description),
2579         (gst_pb_utils_get_decoder_description),
2580         (gst_pb_utils_get_encoder_description),
2581         (gst_pb_utils_get_element_description),
2582         (gst_pb_utils_add_codec_description_to_tag_list),
2583         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
2584         * gst-libs/gst/pbutils/descriptions.h:
2585         * gst-libs/gst/pbutils/install-plugins.c:
2586         * gst-libs/gst/pbutils/install-plugins.h:
2587         * gst-libs/gst/pbutils/missing-plugins.c:
2588         (gst_missing_uri_source_message_new),
2589         (gst_missing_uri_sink_message_new),
2590         (gst_missing_element_message_new),
2591         (gst_missing_decoder_message_new),
2592         (gst_missing_encoder_message_new),
2593         (gst_missing_plugin_message_get_description):
2594         * gst-libs/gst/pbutils/missing-plugins.h:
2595         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
2596         * gst-libs/gst/pbutils/pbutils.h:
2597         * gst-libs/gst/utils/Makefile.am:
2598         * gst-libs/gst/utils/base-utils.c:
2599         * gst-libs/gst/utils/base-utils.h:
2600         * gst-libs/gst/utils/descriptions.c:
2601         * gst-libs/gst/utils/descriptions.h:
2602         * gst-libs/gst/utils/install-plugins.c:
2603         * gst-libs/gst/utils/install-plugins.h:
2604         * gst-libs/gst/utils/missing-plugins.c:
2605         * gst-libs/gst/utils/missing-plugins.h:
2606         * gst-plugins-base.spec.in:
2607         * gst/playback/Makefile.am:
2608         * gst/playback/gstdecodebin.c:
2609         * gst/playback/gstdecodebin2.c:
2610         * gst/playback/gstplaybasebin.c: (setup_subtitle),
2611         (gen_source_element):
2612         * gst/playback/gstplaybin.c: (plugin_init):
2613         * tests/check/Makefile.am:
2614         * tests/check/libs/pbutils.c: (GST_START_TEST),
2615         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
2616         * tests/check/libs/utils.c:
2617           rename utils to pbutils
2618
2619 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
2620
2621         * docs/plugins/Makefile.am:
2622         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2623         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2624         * docs/plugins/inspect/plugin-decodebin2.xml:
2625         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
2626         Add documentation for decodebin2 that indicates that the API
2627         is still unstable.
2628
2629 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
2630
2631         * configure.ac:
2632         Update to 0.10.11.2 (0.10.12 pre-release)
2633
2634 2007-03-01  Wim Taymans  <wim@fluendo.com>
2635
2636         * gst-libs/gst/audio/gstbaseaudiosink.c:
2637         (gst_base_audio_sink_async_play):
2638         base time is irrelevant here.
2639
2640 2007-03-01  Wim Taymans  <wim@fluendo.com>
2641
2642         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
2643         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
2644         Improve debugging.
2645
2646         * gst-libs/gst/audio/gstbaseaudiosink.c:
2647         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
2648         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
2649         Improve latency and clock slaving calculations.
2650         Improve slave clock calibration.
2651
2652         * gst-libs/gst/audio/gstringbuffer.c:
2653         (gst_ring_buffer_commit_full):
2654         When we are asked to render N sample to 0 bytes, return N.
2655
2656 2007-03-01  Wim Taymans  <wim@fluendo.com>
2657
2658         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
2659         (gst_alsasink_write), (gst_alsasink_reset):
2660         * ext/alsa/gstalsasink.h:
2661         Remove unused dispose function.
2662         Rename lock to not interfere with alsasrc lock.
2663
2664         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
2665         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
2666         (gst_alsasrc_read), (gst_alsasrc_reset):
2667         * ext/alsa/gstalsasrc.h:
2668         Implement finalize function.
2669         Use lock to protect alsa access.
2670         Implement _reset.
2671         Fine tune sw params.
2672
2673 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
2674
2675         * configure.ac:
2676           Convert to new AG_GST style.
2677
2678 2007-02-28  Wim Taymans  <wim@fluendo.com>
2679
2680         Patch by: Ed Catmur <ed at catmur dot co dot uk>
2681
2682         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
2683         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
2684         Fix race condition when rapidly switching visualisations in playbin.
2685         Fixes #401029.
2686
2687 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
2688
2689         * tests/check/Makefile.am:
2690         Include local stuff before system installed things in LDFLAGS and
2691         CFLAGS.
2692
2693 2007-02-28  Wim Taymans  <wim@fluendo.com>
2694
2695         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
2696         Improve debugging.
2697
2698 2007-02-28  Wim Taymans  <wim@fluendo.com>
2699
2700         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
2701         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
2702         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
2703         Fix duration and timestamping, taking latency into account.
2704         Implement latency query.
2705
2706 2007-02-28  Wim Taymans  <wim@fluendo.com>
2707
2708         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
2709         (gst_audio_clock_new):
2710         Fix clock name.
2711
2712         * gst-libs/gst/audio/gstbaseaudiosink.c:
2713         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
2714         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
2715         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
2716         (gst_base_audio_src_create):
2717         Improve latency query code.
2718         Use proper clock names.
2719
2720 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
2721
2722         * tests/check/generic/states.c: (GST_START_TEST):
2723           Copy the states.c test from core again
2724         * tests/check/Makefile.am:
2725           ignore cdio and cdparanoiasrc
2726
2727 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
2728
2729         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
2730         (double_hq), (audio_convert_get_func_index), (check_default),
2731         (audio_convert_prepare_context), (audio_convert_convert):
2732           Also make valgrind happy and avoid copying data in some cases.
2733
2734 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
2735
2736         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
2737         (double_hq), (audio_convert_get_func_index),
2738         (audio_convert_prepare_context), (audio_convert_convert):
2739         * gst/audioconvert/gstaudioconvert.c:
2740         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
2741         (gst_audio_convert_transform_caps):
2742         * tests/check/elements/audioconvert.c: (GST_START_TEST),
2743         (audioconvert_suite):
2744           Don't run inplace if that overwrites source data as we go. Add more
2745           tests. Fixes #339837 even more.
2746
2747 2007-02-27  Julien MOUTTE  <julien@moutte.net>
2748
2749         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
2750         (msg_segment_done): Fix various seeking bugs (Slider was not
2751         updating when doing a non flushing seek, Reverse playback 
2752         on segment seek was wrong).
2753
2754 2007-02-26  Wim Taymans  <wim@fluendo.com>
2755
2756         * tests/examples/seek/seek.c: (stop_seek):
2757         When we stop scrubbing, don't leave the pipeline PLAYING when we
2758         requested a PAUSED state.
2759
2760 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
2761
2762         Patch by: René Stadler <mail at renestadler de>
2763
2764         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
2765           Parse date strings in vorbis comments that have an invalid (zero)
2766           month or day (#410396).
2767
2768         * tests/check/libs/tag.c: (GST_START_TEST):
2769           Test case for the above.
2770
2771 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
2772
2773         Patch by: Loïc Minier <lool+gnome at via ecp fr>
2774
2775         * configure.ac:
2776         * ext/alsa/Makefile.am:
2777         * gst/audiotestsrc/Makefile.am:
2778           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
2779
2780 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
2781
2782         * gst/playback/gstplaybin.c:
2783           Improve docs: point out that the application needs to assist playbin
2784           with buffering.
2785
2786 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
2787
2788         * gst-libs/gst/utils/install-plugins.c:
2789         * gst-libs/gst/utils/missing-plugins.c:
2790         * tests/check/libs/utils.c: (missing_msg_check_getters):
2791           Change GStreamer marker prefix in detail string from 'gstreamer.net'
2792           to just 'gstreamer'. Document the caps string component of the
2793           decoder/encoder detail a bit better, since not everyone will be
2794           familiar with the GStreamer media type/caps system (but they better
2795           enjoy nested itemized lists).
2796
2797 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
2798
2799         * gst-libs/gst/netbuffer/gstnetbuffer.c:
2800         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
2801           Fix copying of GstNetBuffer (would crash before, or at least lead to
2802           invalid memory access, #410772), for now by copying the GstBuffer copy
2803           code from the core over here so we can copy the GstBuffer fields on a
2804           provided buffer instance (of type GstNetBuffer in this case). Would be
2805           better to fix this with some support by the core though (and in the long
2806           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
2807
2808         * tests/check/Makefile.am:
2809           Enable unit test for GstNetBuffer.
2810
2811 2007-02-22  Andy Wingo  <wingo@pobox.com>
2812
2813         * gst-libs/gst/audio/gstbaseaudiosink.c
2814         (gst_base_audio_sink_init): Disable pull-mode activation until we
2815         figure out how to make audio sinks go to PLAYING.
2816
2817 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
2818
2819         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
2820         (double_hq), (audio_convert_get_func_index),
2821         (audio_convert_prepare_context), (audio_convert_convert):
2822         * gst/audioconvert/audioconvert.h:
2823         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
2824         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
2825         * gst/audioconvert/gstchannelmix.h:
2826         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2827           Add float as an intermediate format, as well as float mixing. Enable
2828           test that was failing before. Fixes #339837
2829
2830 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
2831
2832         * tests/examples/seek/seek.c: (do_seek):
2833         Undo the previous commit: -1 as a stop time implies that the stop
2834         time is the end of file, clearing any previously configured segment.
2835
2836 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
2837
2838         * tests/examples/seek/seek.c: (do_seek):
2839         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
2840
2841 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
2842
2843         * gst/volume/gstvolume.c: (volume_process_int16),
2844         (volume_process_int16_clamp), (volume_set_caps):
2845           Unbreak volume, value remains gint.
2846
2847 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
2848
2849         * gst/volume/gstvolume.c: (volume_choose_func),
2850         (volume_update_real_volume), (gst_volume_set_volume),
2851         (gst_volume_init), (volume_process_double), (volume_process_float),
2852         (volume_process_int16), (volume_process_int16_clamp),
2853         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
2854         * gst/volume/gstvolume.h:
2855           Extend float audio support (double) and some int->uint cleanups.
2856
2857 2007-02-20  Edward Hervey  <edward@fluendo.com>
2858
2859         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
2860         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
2861         (sort_end_pads), (gst_decode_group_expose),
2862         (gst_decode_group_hide):
2863         Don't free groups from the streaming threads. Just put them aside and
2864         free them in dispose.
2865
2866 2007-02-20  Edward Hervey  <edward@fluendo.com>
2867
2868         * gst/playback/gstdecodebin2.c: (connect_element),
2869         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
2870         (sort_end_pads), (gst_decode_group_expose):
2871         Handle dynamic pads within groups.
2872         Sort pads before exposing them in order to make playbin happy.
2873         There still is a race with the multiqueue filling up. This should be
2874         solved separately.
2875         Fixes #398721
2876
2877 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
2878
2879         * gst-libs/gst/utils/base-utils.c:
2880         * gst-libs/gst/utils/descriptions.c:
2881         * gst-libs/gst/utils/install-plugins.c:
2882         * gst-libs/gst/utils/missing-plugins.c:
2883           Some more docs (and descriptions for two subtitle formats).
2884
2885 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
2886
2887         * gst-libs/gst/audio/audio.c:
2888           Fix documentation.
2889
2890 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
2891
2892         Patch by: Yves Lefebvre  <ivanohe abacom com>
2893
2894         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
2895           Don't leak caps. Fixes #408278.
2896
2897 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
2898
2899         * ext/cdparanoia/gstcdparanoiasrc.h:
2900         * ext/ogg/gstoggdemux.h:
2901         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
2902         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
2903         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
2904         * gst-libs/gst/audio/audio.h:
2905         * gst-libs/gst/audio/gstaudiofilter.h:
2906         * gst-libs/gst/interfaces/videoorientation.h:
2907         * gst/adder/gstadder.h:
2908           More docs coverage and some ChangeLog surgery (add missing names)
2909
2910 2007-02-15  Wim Taymans  <wim@fluendo.com>
2911
2912         * sys/ximage/ximagesink.c:
2913         (gst_ximagesink_calculate_pixel_aspect_ratio):
2914         * sys/xvimage/xvimagesink.c:
2915         (gst_xvimagesink_calculate_pixel_aspect_ratio):
2916         Small constifications.
2917
2918 2007-02-15  Wim Taymans  <wim@fluendo.com>
2919
2920         * gst-libs/gst/audio/gstbaseaudiosink.c:
2921         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
2922         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
2923         (gst_base_audio_sink_async_play),
2924         (gst_base_audio_sink_change_state):
2925         Answer latency query.
2926         Use configured latency when syncing.
2927         Fix clock slaving.
2928
2929         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2930         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
2931         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
2932         Fix possible memleak.
2933         Implement latency query.
2934         Small cleanups.
2935
2936 2007-02-15  Wim Taymans  <wim@fluendo.com>
2937
2938         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
2939         Ignore errors in reset, these are not fatal. They also grab the element
2940         lock which is already taking when this function is called. Fixes
2941         #405451.
2942
2943 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
2944
2945         * configure.ac:
2946           Remove 'tests/examples/xerror/Makefile' from output files again.
2947
2948 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
2949
2950         * configure.ac:
2951         * docs/plugins/Makefile.am:
2952           Also crossref against gst-plugins-base-libs.
2953
2954 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
2955
2956         * configure.ac:
2957         * docs/libs/Makefile.am:
2958         * docs/plugins/Makefile.am:
2959           Add crossreferences to glib/gobject/gstream docs.
2960
2961         * gst-libs/gst/audio/audio.h:
2962           Source formatting.
2963
2964         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
2965           Add own debug category.
2966
2967 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
2968
2969         Patch by: René Stadler <mail at renestadler de>
2970
2971         * gst-libs/gst/tag/gstvorbistag.c:
2972           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
2973           (#403597).
2974
2975 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
2976
2977         * gst/playback/gstplaybasebin.c: (setup_source):
2978           When we have external subtitles and wait for the subtitle decodebin
2979           to get up and running, we set up a (sync) bus handler for the
2980           subtitle decodebin, so we can stop waiting when it posts an error
2981           message. However, we should do that before we set the subtitle
2982           decodebin's state to playing, otherwise things are racy and we might
2983           miss error messages posted before we had a chance to set up the bus.
2984           This should finally fix totem hanging on .txt pseudo-subtitle files.
2985           
2986 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
2987
2988         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
2989           Use gst_gdouble_to_guint64 for conversions.
2990         * win32/common/config.h.in:
2991           Add a define for GST_INSTALL_PLUGINS_HELPER
2992         * win32/common/libgstaudio.def:
2993         * win32/common/libgstcdda.def:
2994         * win32/common/libgstnetbuffer.def:
2995         * win32/common/libgstrtp.def:
2996         * win32/common/libgutils.def:
2997           Add new exported functions.
2998         * win32/vs6/gst_plugins_base.dsw:
2999         * win32/vs6/libgstdecodebin.dsp:
3000         * win32/vs6/libgstnetbuffer.dsp:
3001         * win32/vs6/libgstplaybin.dsp:
3002         * win32/vs6/libgstrtp.dsp:
3003         * win32/vs6/libgstvorbis.dsp:
3004         * win32/vs6/libgstcdda.dsp:
3005         * win32/vs6/libgstgdp.dsp:
3006         * win32/vs6/libgstutils.dsp:
3007           Update and add new project files.
3008
3009 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
3010
3011         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
3012         (subrip_remove_unhandled_tags), (parse_subrip):
3013           For SubRip (.srt) subtitles, ignore all markup tags we don't
3014           handle (like font tags, for example).
3015
3016         * tests/check/elements/subparse.c:
3017           Add test for this.
3018
3019 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
3020
3021         * gst/playback/gstdecodebin.c: (add_fakesink),
3022         (gst_decode_bin_change_state):
3023         * gst/playback/gstdecodebin2.c: (add_fakesink),
3024         (gst_decode_bin_change_state):
3025           Don't error out if there is no fakesink in the NULL to READY state
3026           change, since when decodebin is re-used, we're only adding the
3027           fakesink element in READY to PAUSED.
3028
3029         * tests/check/elements/decodebin.c:
3030         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
3031         (decodebin_suite):
3032           Minimal unit test to make sure we can use the same decodebin
3033           instance twice (at least with audiotestsrc input).
3034
3035 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
3036
3037         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
3038           Try to get devic-name from device string first, and from handle only
3039           as fallback (seems to yield better results and is more robust
3040           against buggy probing code on the application side).
3041
3042 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
3043
3044         Based on patch by: Julien Puydt <julien.puydt at laposte net>
3045
3046         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
3047         (gst_alsa_find_device_name):
3048         * ext/alsa/gstalsa.h:
3049         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
3050         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
3051           Improve device-name detection a bit, especially in the case where
3052           the device is not actually open (#405020, #405024). Move common code
3053           into gstalsa.c instead of duplicating it.
3054
3055 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
3056
3057         * gst/audioconvert/gstaudioconvert.c:
3058           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
3059
3060 2007-02-06  Julien MOUTTE  <julien@moutte.net>
3061
3062         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
3063         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
3064         (gst_xvimagesink_interface_supported),
3065         (gst_xvimagesink_probe_get_properties),
3066         (gst_xvimagesink_probe_probe_property),
3067         (gst_xvimagesink_probe_needs_probe),
3068         (gst_xvimagesink_probe_get_values),
3069         (gst_xvimagesink_property_probe_interface_init),
3070         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
3071         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
3072         (gst_xvimagesink_get_type):
3073         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
3074         for XVAdaptors so that one can choose the adaptor to use with 
3075         gstreamer-properties.
3076
3077 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
3078
3079         * gst/audioconvert/gstaudioconvert.c:
3080           Also mention that a conversion from double to float is suboptimal still.
3081
3082 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
3083
3084         * gst-libs/gst/audio/gstaudiofilter.c:
3085         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
3086           Clear our formats structure and free the caps contained in it when
3087           shutting down.
3088
3089 2007-02-05  Andy Wingo  <wingo@pobox.com>
3090
3091         * gst-libs/gst/audio/gstbaseaudiosink.c
3092         (gst_base_audio_sink_callback): Update basesink->offset so that we
3093         pull monotonically increasing offsets instead of, um, seeking back
3094         to 0 each time. Fixes alsasrc ! alsasink!
3095
3096 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
3097
3098         * gst/videoscale/gstvideoscale.c:
3099           A width and height of 1 makes us crash, so increase minimum size to
3100           2x2 pixels until someone feels like fixing this (#404512).
3101
3102 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
3103
3104         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
3105           Add small test to make sure request pads are cleaned up properly
3106           even if oggmux never changes state out of NULL.
3107
3108 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
3109
3110         * tests/check/libs/utils.c: (GST_START_TEST):
3111           Fix unit test. Turns out things work much better when you
3112           NULL-terminate string arrays. Should make p5 build bot happy again.
3113
3114 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
3115
3116         * gst-libs/gst/audio/Makefile.am:
3117         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3118         (gst_audio_filter_template_base_init),
3119         (gst_audio_filter_template_class_init),
3120         (gst_audio_filter_template_init),
3121         (gst_audio_filter_template_set_property),
3122         (gst_audio_filter_template_get_property),
3123         (gst_audio_filter_template_setup),
3124         (gst_audio_filter_template_filter),
3125         (gst_audio_filter_template_filter_inplace), (plugin_init):
3126           Oops, forgot to commit fixed-up example.
3127
3128 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
3129
3130         * docs/libs/gst-plugins-base-libs-sections.txt:
3131         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
3132         (gst_audio_filter_class_init), (gst_audio_filter_init),
3133         (gst_audio_filter_set_caps),
3134         (gst_audio_filter_class_add_pad_templates):
3135         * gst-libs/gst/audio/gstaudiofilter.h:
3136           Port GstAudioFilter to 0.10. This change technically breaks
3137           API and ABI (and thus also every library developer's heart),
3138           but seems justifiable on the grounds that the base class was
3139           completely unusable before (ie. would crash immediately when
3140           actually used). Fixes #403963 (and eventually also #403572).
3141           Also document all of this a bit.
3142
3143 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
3144
3145         * gst-libs/gst/utils/install-plugins.c:
3146         (gst_install_plugins_spawn_child):
3147         * tests/check/libs/utils.c:
3148         (test_base_utils_install_plugins_do_callout):
3149           Lowering log level to see why things fail on the p5 build bot;
3150           fix some typos in unit test messages.
3151
3152 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
3153
3154         * tests/check/libs/utils.c:
3155         (test_base_utils_install_plugins_do_callout):
3156           Don't hard-code temp directory for test helper; use GLib functions
3157           to write out file and do error checking etc.
3158
3159 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
3160
3161         * gst-libs/gst/utils/Makefile.am:
3162         * gst-libs/gst/utils/base-utils.h:
3163         * gst-libs/gst/utils/install-plugins.c:
3164         (gst_install_plugins_context_set_xid),
3165         (gst_install_plugins_context_new),
3166         (gst_install_plugins_context_free),
3167         (gst_install_plugins_get_helper),
3168         (gst_install_plugins_spawn_child),
3169         (gst_install_plugins_return_from_status),
3170         (gst_install_plugins_installer_exited),
3171         (gst_install_plugins_async), (gst_install_plugins_sync),
3172         (gst_install_plugins_return_get_name),
3173         (gst_install_plugins_installation_in_progress):
3174         * gst-libs/gst/utils/install-plugins.h:
3175           API: add API for applications to initiate installation of missing
3176           plugins, ie. gst_install_plugins_async() primarily.
3177           Based on libgimme-codec by Ryan Lortie.
3178
3179         * configure.ac:
3180           Add --with-install-plugins-helper configure option so distros can specify
3181           the path of the helper script or program to call when plugin installation
3182           is requested (distros: please do any argument munging in this helper
3183           script instead of patching GStreamer to pass arguments differently
3184           to another program directly).
3185
3186         * docs/libs/gst-plugins-base-libs-docs.sgml:
3187         * docs/libs/gst-plugins-base-libs-sections.txt:
3188           Build and document new API.
3189
3190         * tests/check/libs/utils.c: (result_cb),
3191         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
3192         (libgstbaseutils_suite):
3193           Some simple checks for the new API.
3194
3195 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
3196
3197         * tests/check/elements/audioconvert.c: (test_float_conversion):
3198           Add small test for 32bit float <=> 64bit float conversion (works
3199           only one way so far, 32=>64 produces structured noise).
3200
3201 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
3202
3203         * gst/audioconvert/gstaudioconvert.c:
3204         (set_structure_widths_32_and_64), (make_lossless_changes):
3205           We don't support floats with a width of 40, 48 or 56 bits.
3206
3207 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
3208
3209         * gst/audioconvert/audioconvert.c: (float), (double),
3210         (audio_convert_get_func_index):
3211         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
3212         (make_lossless_changes):
3213           Support for 64-bit float audio in audioconvert (#339837)
3214
3215 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
3216
3217         Patch by: Holger Wansing  <linux wansing-online de>
3218
3219         * po/LINGUAS:
3220         * po/de.po:
3221           Add German translation (#352069).
3222
3223 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
3224
3225         reviewed by: Wim Taymans <wim@fluendo.com>
3226
3227         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
3228         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
3229         Use newly added GstCollectPads API to free the allocated resources in
3230         the GstOggPad structures (#402393).
3231
3232 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
3233
3234         * gst/playback/gstplaybin.c: (gen_vis_element):
3235           Add audioresample+audioconvert in front of the visualisation
3236           element, so that elements like libvisual 0.4 that don't support all
3237           samplerates can work.
3238
3239           Fixes: #402505
3240
3241 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
3242
3243         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
3244         (gst_play_base_bin_get_streaminfo_value_array):
3245           Take some locks and make a copy of the streaminfo value array we
3246           maintain while holding the lock, so that the application can
3247           retrieve the stream-info as a value array in a thread-safe way.
3248
3249 2007-01-30  Wim Taymans  <wim@fluendo.com>
3250
3251         * gst/audioconvert/gstaudioconvert.c:
3252         Don't fail on 0 sized buffers. Fixes #396835.
3253
3254 2007-01-29  David Schleef  <ds@schleef.org>
3255
3256         * gst/typefind/gsttypefindfunctions.c:
3257           Detect BBCD as video/x-dirac, so we can play raw dirac
3258           streams.
3259
3260 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
3261
3262         * ext/theora/theoraenc.c: (theora_enc_chain):
3263           Check return value of theora_encode_header(), or we might try to
3264           allocate a random number of bytes. theora_encode_header() can fail
3265           if libtheora has been compiled with encoding support disabled.
3266           Fixes #398110.
3267
3268 2007-01-29  Wim Taymans  <wim@fluendo.com>
3269
3270         * tests/check/gst/.cvsignore:
3271         Do as buildbot says.
3272
3273 2007-01-29  Wim Taymans  <wim@fluendo.com>
3274
3275         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
3276         Fix strides in libvisual. Gst uses X strides.
3277         Inspired by: <ed at catmur dot co dot uk> and 
3278         <tim at centricular dot net>
3279         Fixes #401118.
3280
3281 2007-01-27  Wim Taymans  <wim@fluendo.com>
3282
3283         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
3284         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
3285         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
3286         (gst_ogg_demux_perform_seek),
3287         (gst_ogg_demux_bisect_forward_serialno),
3288         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
3289         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
3290         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
3291         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
3292         * ext/ogg/gstoggdemux.h:
3293         Properly propagate streaming errors when we are scanning the file for
3294         chains so that we don't crash when shut down. Might fix some crashers
3295         when quickly switching oggs in RB such as #332503 and #378436.
3296
3297 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
3298
3299         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
3300           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
3301           error code as well.
3302
3303 2007-01-25  Wim Taymans  <wim@fluendo.com>
3304
3305         * gst/playback/gstplaybasebin.c: (remove_source):
3306         Don't try to disconnect a signal from a finalized object.
3307
3308 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
3309
3310         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
3311           Cast lock macro parameters to make sure we're actually accessing the
3312           lock member at the right class level. Free list itself in _dispose()
3313           as well and NULL it in case dispose gets called multiple times.
3314
3315 2007-01-25  Edward Hervey  <edward@fluendo.com>
3316
3317         * gst/playback/gstdecodebin2.c:
3318         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
3319         Free GstDecodeGroups no longer used.
3320         (gst_decode_group_expose):
3321         Don't unlock too many times !
3322         (deactivate_free_recursive):
3323         Free iterator once we're done with it.
3324         Fix for recursively deactivating elements (stop at ghostpads).
3325
3326 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
3327
3328         * gst/playback/gstplaybin.c: (handoff):
3329           Fix up caps on the frame buffer before we save it and potentially
3330           make it accessible to other threads via g_object_get; also use
3331           gst_buffer_replace() instead of gst_mini_object_replace().
3332
3333 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
3334
3335         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
3336           Make getting the current frame thread-safe.
3337
3338 2007-01-25  Edward Hervey  <edward@fluendo.com>
3339
3340         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
3341         (gst_decode_group_new), (gst_decode_group_free):
3342         Set queues to bigger sizes to cope with HD contents.
3343         Fix some mutex freeing and add comment about MT safe methods.
3344
3345 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
3346
3347         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
3348         (gst_text_overlay_text_event):
3349           Don't unnecessarily ref (and then leak) upstream events if the text
3350           pad is not linked. Fixes #399948.
3351
3352         * tests/check/gst-plugins-base.supp:
3353           Add suppression for pango on edgy/x86 for textoverlay test.
3354
3355 2007-01-24  Wim Taymans  <wim@fluendo.com>
3356
3357         * gst-libs/gst/rtp/gstrtpbuffer.h:
3358         Add some more fixed payloads.
3359
3360 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
3361
3362         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
3363           Error out properly if we get an error from libogg while reading the
3364           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
3365
3366 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
3367
3368         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
3369           Don't leak mutex.
3370
3371         * tests/check/elements/playbin.c:
3372         (test_sink_usage_video_only_stream),
3373         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
3374         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
3375         (test_missing_suburisource_handler),
3376         (test_missing_primary_decoder), (playbin_suite):
3377           Run all tests once with decodebin and once with decodebin2.
3378           One test does not pass yet with decodebin2.
3379
3380 2007-01-23  Edward Hervey  <edward@fluendo.com>
3381
3382         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
3383         Fix the cases where oggmux doesn't properly figure out that all
3384         sinkpads have gone EOS, and therefore doesn't push out the remaining
3385         buffers and the final EOS event.
3386         Fixes #363379
3387
3388 2007-01-23  Julien MOUTTE  <julien@moutte.net>
3389
3390         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
3391         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
3392         Don't lock on navigation event push, just on keysym to string.
3393         Fixes #397673 again.
3394
3395 2007-01-22  Edward Hervey  <edward@fluendo.com>
3396
3397         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
3398         (get_current_group), (group_demuxer_event_probe),
3399         (gst_decode_group_expose), (deactivate_free_recursive),
3400         (gst_decode_group_free):
3401         Cleanups.
3402         Don't forget to emit 'no-more-pads' once a group is exposed.
3403         Cleanup elements from a DecodeGroup once we remove it.
3404         Protect call to gst_decode_group_expose() with the decodebin lock.
3405
3406 2007-01-22  Julien MOUTTE  <julien@moutte.net>
3407
3408         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
3409         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
3410         Looking at Xorg code i can't figure out if that XKeysymToString
3411         function is thread sensible or not. Lock it just in case as
3412         recommended by Radek Doulik <rodo at ximian dot com>.
3413
3414 2007-01-22  Julien MOUTTE  <julien@moutte.net>
3415
3416         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
3417         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
3418         Lock that X Call as well. Fixes #397673.
3419
3420 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
3421
3422         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
3423           Don't go into an endless loop if the file starts with 00 00 01 2X,
3424           like quicktime redirect files might. Fixes #396042.
3425
3426         * tests/check/Makefile.am:
3427         * tests/check/gst/.cvsignore:
3428         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
3429         (typefindfunctions_suite):
3430           Add unit test for the above.
3431
3432 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
3433
3434         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3435           On second thought, use "depth" field rather than "bpp" field.
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           Camtasia caps apparently need a bpp field (#398875).
3441
3442 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
3443
3444         * gst/playback/gstplaybasebin.c: (setup_subtitle),
3445         (gen_source_element), (gst_play_base_bin_change_state):
3446           Attempt at a better error message in case we don't have the required
3447           URI handler installed; post missing-plugin message also when we're
3448           missing an URI handler for the subtitle URI; clean up properly also
3449           when an error occurs and we never made it to PAUSED state.
3450
3451         * tests/check/elements/playbin.c: (GST_START_TEST),
3452         (playbin_suite):
3453           Check that we're also getting a missing-plugin messsage for a
3454           missing subtitle URI handler (and clean up properly).
3455
3456 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
3457
3458         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
3459           Plug a few reference leaks.
3460
3461 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
3462
3463         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
3464           Lower probability a bit if the marker isn't right at the start,
3465           to decrease the chance of false positives.
3466
3467 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
3468
3469         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
3470           Small mpeg2 system stream typefinding improvement: make typefinder
3471           probe a bit into the stream instead of just looking for a marker
3472           at the beginning. Fixes #397810.
3473
3474 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
3475
3476         * gst/audioconvert/gstchannelmix.c:
3477           Remove compatibility cruft for prehistoric GLib versions.
3478
3479 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
3480
3481         * gst/playback/Makefile.am:
3482         * gst/playback/gstdecodebin.c: (close_pad_link):
3483         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
3484         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3485         (gst_play_base_bin_handle_message_func), (unknown_type):
3486           Let decodebin be the element to post missing-plugin messages for
3487           missing decoders (rather than playbin); make playbin implement
3488           GstBin::handle_message so we can suppress missing-plugin messages
3489           for types we're not handling on purpose (don't want to bring up an
3490           installer in those cases).
3491
3492 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
3493
3494         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3495         * gst-libs/gst/tag/gstvorbistag.c:
3496         (gst_tag_list_to_vorbiscomment_buffer):
3497         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
3498           Fix potentially unaligned access (#397207).
3499
3500 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
3501
3502         * tests/examples/seek/seek.c: (set_scale), (update_scale),
3503         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
3504         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
3505         (main):
3506           Allow to toggle looping while it plays. Fix callback prototype. Clean
3507           up code a bit more. Add copyright header.
3508
3509 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
3510
3511         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
3512           Red and blue mask was swapped (spotted by Dan Williams).
3513
3514 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
3515
3516         * gst-libs/gst/tag/gstid3tag.c:
3517         * gst-libs/gst/tag/gstvorbistag.c:
3518           Use new beats-per-minute tag from core.
3519
3520 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
3521
3522         * po/POTFILES.in:
3523           Add new files with translatable strings, so they actually make it
3524           into the template file one day.
3525
3526 2007-01-12  Andy Wingo  <wingo@pobox.com>
3527
3528         * gst-libs/gst/audio/gstbaseaudiosink.c
3529         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
3530         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
3531         stuff, as the base class handles this now. Actually tell the ring
3532         buffer to start.
3533         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
3534         How did this work before? Maybe I'm not as awesome a programmer as
3535         I think.
3536
3537         * gst-libs/gst/audio/gstbaseaudiosrc.c
3538         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
3539         of a pad function.
3540
3541 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
3542
3543         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
3544           Remove more fields so that the application can better blacklist
3545           formats that have been tried before.
3546
3547 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
3548
3549         * gst-libs/gst/audio/mixerutils.h:
3550           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
3551           used when compiling with c++ compilers as well.
3552
3553 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
3554
3555         * gst/typefind/gsttypefindfunctions.c:
3556           Fix comment.
3557
3558 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
3559
3560         * gst/playback/gstplaybin.c: (post_missing_element_message),
3561         (gen_video_element), (gen_text_element), (gen_audio_element),
3562         (gen_vis_element):
3563           Post missing-plugin messages also when we error out because
3564           converters, textoverlay or auto*sinks are missing (#161922).
3565
3566 2007-01-10  Wim Taymans  <wim@fluendo.com>
3567
3568         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
3569         (is_demuxer_element), (new_caps):
3570         * gst/playback/gstplaybasebin.c: (source_new_pad):
3571         Fix the case where we try to ref a NULL element when we delay a link
3572         because of unfixed caps.
3573         Set the state of autoplugged decodebins to PAUSED.
3574         RTSP now works in playbin, we can remove it from the blacklist.
3575
3576 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
3577
3578         * gst/playback/Makefile.am:
3579         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
3580         (unknown_type), (setup_subtitle), (gen_source_element):
3581         * gst/playback/gstplaybin.c: (plugin_init):
3582           Post missing-plugin messages on the bus for missing sources and
3583           missing decoders/demuxers/depayloaders; fix error code used when
3584           we're missing an URI handler source; for media types that we are not
3585           handling on purpose at the moment, don't print "don't know how to
3586           handle xyz" messages to the terminal or post missing-plugin
3587           messages on the bus.
3588
3589         * tests/check/elements/playbin.c: (create_playbin),
3590         (GST_START_TEST), (gst_codec_src_uri_get_type),
3591         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
3592         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
3593         (gst_codec_src_init_type), (gst_codec_src_base_init),
3594         (gst_codec_src_create), (gst_codec_src_class_init),
3595         (gst_codec_src_init), (plugin_init), (playbin_suite):
3596           Add some tests for the missing-plugin stuff.
3597
3598 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
3599
3600         * configure.ac:
3601         * gst-libs/gst/Makefile.am:
3602         * gst-libs/gst/utils/Makefile.am:
3603         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
3604         * gst-libs/gst/utils/base-utils.h:
3605         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
3606         (find_format_info), (caps_are_rtp_caps),
3607         (gst_base_utils_get_source_description),
3608         (gst_base_utils_get_sink_description),
3609         (gst_base_utils_get_decoder_description),
3610         (gst_base_utils_get_encoder_description),
3611         (gst_base_utils_get_element_description),
3612         (gst_base_utils_add_codec_description_to_tag_list),
3613         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
3614         * gst-libs/gst/utils/descriptions.h:
3615         * gst-libs/gst/utils/missing-plugins.c:
3616         (missing_structure_get_type), (copy_and_clean_caps),
3617         (gst_missing_uri_source_message_new),
3618         (gst_missing_uri_sink_message_new),
3619         (gst_missing_element_message_new),
3620         (gst_missing_decoder_message_new),
3621         (gst_missing_encoder_message_new),
3622         (missing_structure_get_string_detail),
3623         (missing_structure_get_caps_detail),
3624         (gst_missing_plugin_message_get_installer_detail),
3625         (gst_missing_plugin_message_get_description),
3626         (gst_is_missing_plugin_message):
3627         * gst-libs/gst/utils/missing-plugins.h:
3628           API: add new libgstbaseutils library with functions
3629           - to create and parse missing-plugins messages
3630           - that provide (translated) descriptions for caps/decoders/sources/etc.
3631           Closes #392393.
3632
3633         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
3634         * pkgconfig/gstreamer-plugins-base.pc.in:
3635           Add new lib.
3636
3637         * docs/libs/gst-plugins-base-libs-docs.sgml:
3638         * docs/libs/gst-plugins-base-libs-sections.txt:
3639           Generate docs for new lib and API.
3640
3641         * tests/check/Makefile.am:
3642         * tests/check/libs/.cvsignore:
3643         * tests/check/libs/utils.c: (missing_msg_check_getters),
3644         (GST_START_TEST), (libgstbaseutils_suite):
3645           Add some basic unit tests.
3646
3647 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
3648
3649         * ext/ogg/Makefile.am:
3650           Dist gstoggdemux.h to fix 'make distcheck'.
3651
3652         * sys/v4l/Makefile.am:
3653           Fix 'make distcheck' even more.
3654
3655 2007-01-09  Wim Taymans  <wim@fluendo.com>
3656
3657         * docs/plugins/Makefile.am:
3658         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3659         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3660         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
3661         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
3662         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
3663         (gst_ogg_demux_perform_seek):
3664         * ext/ogg/gstoggdemux.h:
3665         Added docs.
3666         Add some more comments.
3667         Small cleanups.
3668
3669 2007-01-09  Wim Taymans  <wim@fluendo.com>
3670
3671         * ext/theora/theoradec.c:
3672         * ext/vorbis/vorbisdec.c:
3673         * gst-libs/gst/audio/gstringbuffer.c:
3674         (gst_ring_buffer_commit_full):
3675         * gst-libs/gst/audio/gstringbuffer.h:
3676         * gst-libs/gst/rtp/gstrtpbuffer.c:
3677         * gst-libs/gst/tag/gstvorbistag.c:
3678         Small documentation updates/fixes
3679
3680 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
3681
3682         * configure.ac:
3683           Require core CVS HEAD for Andy's basesrc/sink API additions.
3684
3685 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
3686
3687         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
3688
3689         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
3690         (plugin_init):
3691           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
3692           on flac.sf.net (there appear to be other versions of the first
3693           ogg page in the wild) (#391365).
3694
3695 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
3696
3697         * configure.ac:
3698           Check if localtime_r() is available.
3699
3700         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
3701           If localtime_r() is not available, fall back to localtime(). Should
3702           fix build on MingW (#393310).
3703
3704 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
3705
3706         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
3707         * gst/subparse/gstsubparse.h:
3708           Remove spurious 1000 subtrahend when calculating the timestamp from
3709           the frame number and the frame rate . Also, use the frames/second
3710           value specified in the first line of the file, if one is specified
3711           there. Should fix #357503.
3712
3713         * tests/check/elements/subparse.c: (do_test),
3714         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
3715         (subparse_suite):
3716           Add some basic unit tests for the microdvd subtitle format.
3717
3718 2007-01-07  Julien MOUTTE  <julien@moutte.net>
3719
3720         Patch by: Young-Ho Cha <ganadist at chollian dot net>
3721
3722         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3723         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
3724         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
3725         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
3726         (gst_xvimagesink_set_xwindow_id),
3727         (gst_xvimagesink_set_event_handling),
3728         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
3729         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
3730         Fixes: #390076.
3731         Add an adaptor property to select a specific XV adaptor.
3732         * sys/xvimage/xvimagesink.h:
3733
3734 2007-01-07  Julien MOUTTE  <julien@moutte.net>
3735
3736         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
3737         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
3738         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
3739         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
3740         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
3741         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
3742         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3743         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
3744         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
3745         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
3746         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
3747         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
3748         Use flow_lock much more to protect every access to xwindow.
3749         Try to catch erros while creating images in case some drivers are
3750         just generating an XError when the requested image is too big.
3751         Should fix : #354698, #384008, #384060.
3752         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
3753         Implement some stress testing of setting window xid.
3754
3755 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
3756
3757         * win32/common/libgsaudio.def:
3758           Add new exported function.
3759         * win32/common/libgstogg.dsp:
3760           Add gstoggaviparse.c to the build.
3761         * win32/common/libgstvideoscale.dsp:
3762           Add vs_4tap.c to the build.
3763         * win32/common/libgstvorbis.dsp:
3764           Add vorbistag.c to the build.
3765         
3766 2007-01-06  Andy Wingo  <wingo@pobox.com>
3767
3768         * gst-libs/gst/audio/gstbaseaudiosink.c
3769         (gst_base_audio_sink_class_init)
3770         (gst_base_audio_sink_init): 
3771         (gst_base_audio_sink_activate_pull): Add an activate_pull function
3772         to baseaudiosink, and tell basesink that we can work in pull mode.
3773         This way the ring buffer thread drives the pipeline directly, if
3774         pull mode is possible. There is some lingering nastiness regarding
3775         capsnego, however.
3776         (gst_base_audio_sink_callback): Implement the callback to pull
3777         data. This interface is a bit light, though -- it should get a
3778         GstFlowReturn return value at least.
3779
3780 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
3781
3782         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
3783         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
3784         * gst/playback/gstdecodebin2.c:
3785         (gst_decode_group_check_if_blocked):
3786           Printf format and missing argument fixes.
3787
3788 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
3789
3790         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
3791         (gst_ogm_parse_change_state):
3792         Activate pads before adding them to the element.
3793
3794 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
3795
3796         * tests/examples/seek/scrubby.c: (main):
3797         * tests/examples/seek/seek.c: (main):
3798           Call g_thread_init() first thing in main() (see #391278).
3799
3800 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
3801
3802         * tests/check/Makefile.am:
3803         * tests/check/libs/.cvsignore:
3804         * tests/check/libs/netbuffer.c: (GST_START_TEST),
3805         (netbuffer_suite):
3806           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
3807           for the time being, since it's broken, see #393099.
3808
3809 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
3810
3811         * tests/check/Makefile.am:
3812           Update to use GST_PLUGINS_BASE_CFLAGS as well.
3813
3814 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
3815
3816         * configure.ac:
3817           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
3818           so that GST_BASE_CFLAGS can go inbetween them, making sure
3819           we use uninstalled gst-libs headers
3820         * docs/libs/Makefile.am:
3821         * ext/alsa/Makefile.am:
3822         * ext/cdparanoia/Makefile.am:
3823         * ext/gnomevfs/Makefile.am:
3824         * ext/libvisual/Makefile.am:
3825         * ext/ogg/Makefile.am:
3826         * ext/theora/Makefile.am:
3827         * ext/vorbis/Makefile.am:
3828         * gst-libs/gst/audio/Makefile.am:
3829         * gst-libs/gst/cdda/Makefile.am:
3830         * gst-libs/gst/interfaces/Makefile.am:
3831         * gst-libs/gst/riff/Makefile.am:
3832         * gst-libs/gst/rtp/Makefile.am:
3833         * gst-libs/gst/tag/Makefile.am:
3834         * gst/adder/Makefile.am:
3835         * gst/audioconvert/Makefile.am:
3836         * gst/audiorate/Makefile.am:
3837         * gst/audioresample/Makefile.am:
3838         * gst/playback/Makefile.am:
3839         * gst/tcp/Makefile.am:
3840         * gst/videoscale/Makefile.am:
3841         * gst/volume/Makefile.am:
3842         * sys/ximage/Makefile.am:
3843         * sys/xvimage/Makefile.am:
3844         * tests/icles/Makefile.am:
3845           adapt
3846
3847 2007-01-04  Julien MOUTTE  <julien@moutte.net>
3848
3849         * gst-libs/gst/interfaces/xoverlay.c:
3850         (gst_x_overlay_handle_events):
3851         * gst-libs/gst/interfaces/xoverlay.h:
3852         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
3853         (gst_ximagesink_set_xwindow_id),
3854         (gst_ximagesink_set_event_handling),
3855         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
3856         (gst_ximagesink_get_property), (gst_ximagesink_init),
3857         (gst_ximagesink_class_init):
3858         * sys/ximage/ximagesink.h:
3859         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
3860         (gst_xvimagesink_set_xwindow_id),
3861         (gst_xvimagesink_set_event_handling),
3862         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
3863         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
3864         (gst_xvimagesink_class_init):
3865         * sys/xvimage/xvimagesink.h:
3866         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
3867         Add a method to the XOverlay interface to allow disabling of 
3868         event handling in x[v]imagesink elements. This will let X events
3869         propagate to parent windows which can be usefull in some cases.
3870         Be carefull that the application is then responsible of pushing
3871         navigation events and expose events to the video sink.
3872         Fixes: #387138.
3873
3874 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
3875
3876         * gst-libs/gst/tag/gstvorbistag.c:
3877         * tests/check/libs/tag.c: (GST_START_TEST):
3878           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
3879           (fixes #392070).
3880
3881 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
3882
3883         * configure.ac:
3884         * docs/Makefile.am:
3885         * docs/design/Makefile.am:
3886           Dist design docs.
3887
3888 2006-12-27  Julien MOUTTE  <julien@moutte.net>
3889
3890         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
3891         typo. Fixes: #390063.
3892
3893 2006-12-27  Julien MOUTTE  <julien@moutte.net>
3894
3895         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
3896         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
3897         caps leak.
3898         * win32/common/config.h: Updated.
3899
3900 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
3901
3902         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
3903         (setup_gdpdepay_streamheader):
3904         * tests/check/elements/gdppay.c: (cleanup_gdppay),
3905         (setup_gdppay_streamheader):
3906           Fix the dp tests, but activating the pads for the streamheader tests
3907           too and cleaning up conditionaly
3908
3909 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
3910
3911         * gst/ffmpegcolorspace/avcodec.h:
3912         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3913         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
3914         (gst_ffmpegcsp_avpicture_fill):
3915         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
3916         (img_get_alpha_info):
3917         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
3918         other end of the word. Fixes: #387073.
3919
3920         Add some inconsequential branch hints in a couple of places.
3921
3922 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
3923
3924         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3925         (gst_ffmpeg_caps_to_smpfmt):
3926           The "signed" field in raw audio caps is of boolean type, trying to
3927           extract the value with _get_int() will fail (fix to keep in sync with
3928           the copy in gst-ffmpeg)
3929
3930 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
3931
3932         * tests/check/elements/audioresample.c: (cleanup_audioresample):
3933         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
3934         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
3935         (cleanup_gdpdepay):
3936         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
3937         * tests/check/elements/subparse.c: (teardown_subparse):
3938         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
3939         * tests/check/elements/videorate.c: (cleanup_videorate):
3940         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
3941         * tests/check/elements/volume.c: (cleanup_volume):
3942         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
3943         (cleanup_vorbisdec):
3944         * tests/check/elements/vorbistag.c: (setup_vorbistag),
3945         (cleanup_vorbistag):
3946           consistent pad (de)activation
3947
3948 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
3949
3950         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3951           Forgot to register the extensions.
3952
3953 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
3954
3955         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
3956         (plugin_init):
3957           Add typefinder for VIVO files (my christmas present to the 90s).
3958
3959 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
3960
3961         * gst/playback/gstdecodebin.c: (type_found):
3962           Special-case the text/plain media type: we only want to recognise it
3963           as a 'raw' decoded media type if it comes from a demuxer or subtitle
3964           parser, but not if the entire stream is of text/plain type. If the
3965           entire stream is text/plain, we should just error out.
3966
3967           This fixes playback of audio files with lyrics in totem. Totem can't
3968           distinguish between text files and subtitle files and passes any
3969           .txt file with the same basename as the main file to playbin as
3970           suburi, and playbin will then throw a 'subtitle found, but no video
3971           stream' error, which isn't entirely helpful. See #380342.
3972
3973           Also, with this change we'll show a slightly more correct error
3974           message in case totem passes a playlist file to us (although a
3975           custom error message wording instead of the default text would
3976           probably not be a bad idea either).
3977
3978           Same problem also needs to be fixed for playbin+decodebin2.
3979
3980         * tests/check/Makefile.am:
3981         * tests/check/elements/decodebin.c: (src_handoff_cb),
3982         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
3983         (decodebin_suite):
3984           Add simple unit test for decodebin for the above.
3985
3986 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
3987
3988         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
3989         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
3990           Refuse to change state to READY when we failed to create any of the
3991           required elements in our instance init function.
3992
3993 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
3994
3995         * docs/libs/gst-plugins-base-libs-sections.txt:
3996           Small docs fixes/updates.
3997
3998         * gst-libs/gst/video/gstvideosink.h:
3999           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
4000           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
4001           removed from the base sink API between 0.9.6 and 0.9.7).
4002           API: add GST_VIDEO_SINK_CAST and use it for the height/width
4003           accessor macros, so we don't do a runtime GObject type check every
4004           time we use them.
4005
4006 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
4007
4008         * Makefile.am:
4009         * gst-plugins-base.doap:
4010         * gst-plugins-base.spec.in:
4011           add doap file
4012
4013 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
4014
4015         Patch by: Jens Granseuer <jensgr at gmx net>
4016
4017         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
4018         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4019         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
4020         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
4021         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
4022           Declare variables at the beginning of a block. Fixes #383195.
4023
4024 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
4025
4026         * configure.ac:
4027         Bump version nano - back to CVS.
4028
4029
4030 === release 0.10.11 ===
4031
4032 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
4033
4034         * configure.ac:
4035           releasing 0.10.11, "Dumb things"
4036
4037 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
4038
4039         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
4040         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
4041         Handle the case where an element has multiple pads with 
4042         unfixed caps as well as still possibly producing more dynamic 
4043         pads by storing each case as a distinct entry in the dynamic list.
4044         Fixes #38223 again.
4045
4046 2006-12-04  Wim Taymans  <wim@fluendo.com>
4047
4048         * gst/playback/gstdecodebin.c: (close_pad_link):
4049         Fix #382223, add more dynamic caps handling.
4050
4051 2006-12-04  Wim Taymans  <wim@fluendo.com>
4052
4053         reviewed by: <delete if not using a buddy>
4054
4055         * gst-libs/gst/audio/gstringbuffer.h:
4056         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
4057         (gst_netaddress_set_ip4_interface),
4058         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
4059         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
4060         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
4061         (gst_netaddress_get_ttl):
4062         * gst-libs/gst/netbuffer/gstnetbuffer.h:
4063         * gst/playback/gstdecodebin.c: (close_pad_link):
4064         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
4065         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
4066         * win32/common/config.h:
4067
4068 2006-12-01  Michael Smith  <msmith@fluendo.com>
4069
4070         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
4071           Delete bad debug code.
4072           Fixes #381219
4073
4074 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
4075
4076         * gst/videoscale/vs_4tap.c:
4077         * win32/MANIFEST:
4078         * win32/common/config.h:
4079         * win32/vs8/libgstvideoscale.vcproj:
4080         Fix compilation on win32 under VS8
4081         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
4082         Partially fixes #381175
4083
4084 2006-11-30  Michael Smith  <msmith@fluendo.com>
4085
4086         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
4087         (GST_START_TEST):
4088           It would be very bad if, after a discont buffer, we thought every
4089           single following buffer was also discont. So, add to the test to
4090           ensure that this isn't the case.
4091           
4092         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
4093           ... it was the case. So fix it.
4094
4095 2006-11-28  Wim Taymans  <wim@fluendo.com>
4096
4097         * gst/playback/gstplaybasebin.c: (check_queue_event):
4098         Improve debug.
4099
4100         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
4101         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
4102         padtemplate caps. Refixes #357577.
4103
4104 2006-11-28  Wim Taymans  <wim@fluendo.com>
4105
4106         * gst/playback/gstplaybasebin.c: (check_queue_event),
4107         (queue_threshold_reached), (queue_out_of_data),
4108         (gen_preroll_element):
4109         Add event probe to see when EOS is in a queue and we can disable the
4110         underrun signals. Fixes #357577.
4111
4112 2006-11-28  Edward Hervey  <edward@fluendo.com>
4113
4114         * gst/playback/Makefile.am:
4115         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
4116         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
4117         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
4118         (gst_decode_bin_init), (gst_decode_bin_dispose),
4119         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
4120         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
4121         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
4122         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
4123         (connect_element), (expose_pad), (type_found),
4124         (pad_added_group_cb), (pad_removed_group_cb),
4125         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
4126         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
4127         (are_raw_caps), (multi_queue_overrun_cb),
4128         (multi_queue_underrun_cb), (gst_decode_group_new),
4129         (get_current_group), (group_demuxer_event_probe),
4130         (gst_decode_group_control_demuxer_pad),
4131         (gst_decode_group_control_source_pad),
4132         (gst_decode_group_check_if_blocked),
4133         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
4134         (gst_decode_group_hide), (gst_decode_group_free),
4135         (gst_decode_group_set_complete), (source_pad_blocked_cb),
4136         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
4137         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
4138         (plugin_init):
4139         New decodebin2 element.
4140         Closes #370092
4141         * gst/playback/gstplay-marshal.list:
4142         Added marshallers for new signals in decodebin2
4143         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
4144         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
4145         is set.
4146
4147 2006-11-28  Wim Taymans  <wim@fluendo.com>
4148
4149         * gst/playback/gstplaybasebin.c: (setup_source),
4150         (gst_play_base_bin_change_state):
4151         Disable rtsp:// uris for the release, it's not good enough yet.
4152         Remove unused var.
4153
4154 2006-11-26  Wim Taymans  <wim@fluendo.com>
4155
4156         * ext/theora/theoradec.c: (gst_theora_dec_reset),
4157         (theora_dec_push_forward), (theora_dec_push_reverse),
4158         (theora_handle_data_packet), (theora_dec_decode_buffer),
4159         (theora_dec_flush_decode), (theora_dec_chain_reverse),
4160         (theora_dec_chain_forward), (theora_dec_chain):
4161         Implement reverse playback.
4162
4163         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
4164         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
4165         (vorbis_dec_chain_forward):
4166         Clear buffers used for reverse playback in _reset.
4167         No need to set the eos flag, we clip samples using the segment.
4168
4169 2006-11-24  Wim Taymans  <wim@fluendo.com>
4170
4171         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
4172         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
4173         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
4174         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
4175         Some cleanups.
4176         Handle continued pages in reverse mode.
4177
4178 2006-11-24  Wim Taymans  <wim@fluendo.com>
4179
4180         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
4181         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
4182         (vorbis_dec_flush_decode):
4183         Small cleanups.
4184         Don't try to add invalid timestamps.
4185         Clipping will unref the buffer.
4186
4187 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
4188
4189         * gst/adder/gstadder.h:
4190         * gst/audiotestsrc/gstaudiotestsrc.h:
4191           remove obsolete _factory_init protos
4192
4193 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
4194
4195         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
4196           Fix spacing in debug message.
4197
4198 2006-11-23  Wim Taymans  <wim@fluendo.com>
4199
4200         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
4201         (gst_ogg_demux_chain):
4202         Don't just ignore return values from _pad_push().
4203         Small debug improvements.
4204
4205 2006-11-23  Michael Smith  <msmith@fluendo.com>
4206
4207         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
4208           If our incoming buffer is marked as DISCONT, then increment the page
4209           number (so that the discontinuity is marked in the final ogg
4210           bitstream) and flush the previous page.
4211
4212 2006-11-22  Michael Smith  <msmith@fluendo.com>
4213
4214         * ext/theora/gsttheoraenc.h:
4215         * ext/theora/theoraenc.c: (gst_theora_enc_init),
4216         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
4217         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
4218         (theora_enc_chain), (theora_enc_change_state):
4219           Mark discontinuities of > 3/4 of a frame, reinit encoder.
4220
4221         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
4222         (GST_START_TEST), (theoraenc_suite):
4223           Enable discontinuity test, fix it.
4224
4225 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
4226
4227         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
4228         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
4229         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
4230         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
4231         (gst_text_overlay_change_state):
4232         * ext/pango/gsttextoverlay.h:
4233           Some textoverlay fixes: for one, in the video chain function,
4234           actually wait for a text buffer to come in if there is none at the
4235           moment and there should be one; also, deal more gracefully with
4236           incoming buffers that do not have a timestamp or duration; discard
4237           text buffer when not needed any longer. Fixes #341681.
4238
4239         * tests/check/Makefile.am:
4240         * tests/check/elements/.cvsignore:
4241         * tests/check/elements/textoverlay.c:
4242         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
4243         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
4244         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
4245         (test_video_waits_for_text_send_text_newsegment_thread),
4246         (test_video_waits_for_text_shutdown_element),
4247         (test_render_continuity_push_video_buffers_thread),
4248         (textoverlay_suite):
4249           Add some unit tests for textoverlay.
4250
4251 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
4252
4253         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
4254           Avoid integer underflow when the found probability for mp3 is
4255           smaller than the 'penalty' we subtract if there's not a clean
4256           mp3 header sync at offset 0.
4257
4258 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
4259
4260         * docs/libs/gst-plugins-base-libs-sections.txt:
4261           Add some new symbols to the docs
4262
4263 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
4264
4265         * tests/check/Makefile.am:
4266         * tests/check/elements/ffmpegcolorspace.c:
4267         (ffmpegcolorspace_suite):
4268           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
4269           (for now not for valgrinding though, since it takes too long).
4270
4271 2006-11-20  Wim Taymans  <wim@fluendo.com>
4272
4273         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4274         (gst_ffmpeg_pixfmt_to_caps):
4275         Fix RGBA32 caps. Fixes #357038.
4276
4277 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
4278
4279         * gst-libs/gst/interfaces/mixertrack.h:
4280           Add FIXME so we can add some padding here in 0.11
4281
4282 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
4283
4284         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4285           Fix GstBaseRTPAudioPayload structure so the whole GObject
4286           inheritance business actually works (parent class instance structure
4287           must always come first in the derived class instance structure).
4288
4289 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
4290
4291         * gst/videotestsrc/Makefile.am:
4292         * tests/check/Makefile.am:
4293           Make sure our checks and the videotestsrc plugin link against the
4294           local uninstalled gst libs and not any installed gst libs that
4295           might happen to exist as well.
4296
4297         * tests/check/elements/adder.c: (message_received),
4298         (test_event_message_received), (test_play_twice_message_received):
4299         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
4300           Fix compiler warnings when compiling against core with disabled
4301           debugging system.
4302
4303 2006-11-16  Michael Smith  <msmith@fluendo.com>
4304
4305         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
4306         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
4307           Fix audiorate, so that it accurately sets offsets and timestamps.
4308           Doesn't change the fundamental algorithmic decisions; so should be
4309           safe.
4310
4311         * tests/check/Makefile.am:
4312           Enable audiorate test now that it passes.
4313
4314 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
4315
4316         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
4317           clear xv when going to NULL, remove // commented non-existant proto
4318
4319         * tests/examples/seek/seek.c: (main):
4320           add missing tooltip description for scrub and play_scrub
4321
4322 2006-11-14  David Schleef  <ds@schleef.org>
4323
4324         * configure.ac:
4325           Bump liboil requirement to 0.3.8.
4326         * gst-libs/gst/riff/riff-media.c:
4327           Add Dirac fourcc.
4328         * gst/videoscale/vs_image.h:
4329         * gst/videoscale/vs_scanline.h:
4330           Use liboil's stdint.h.
4331         * gst/videotestsrc/videotestsrc.c:
4332           Remove liboil related ifdef's, since they aren't needed now, and
4333           won't work with future versions.
4334
4335 2006-11-14  David Schleef  <ds@schleef.org>
4336
4337         * gst/videoscale/Makefile.am:
4338         * gst/videoscale/gstvideoscale.c:
4339         * gst/videoscale/gstvideoscale.h:
4340         * gst/videoscale/vs_4tap.c:
4341         * gst/videoscale/vs_4tap.h:
4342         * gst/videoscale/vs_image.c:
4343         * gst/videoscale/vs_image.h:
4344         * gst/videoscale/vs_scanline.c:
4345         * gst/videoscale/vs_scanline.h:
4346           Add a 4-tap image scaler.  Theoretically looks much prettier.
4347           The tap calculation could use some improvement.
4348
4349 2006-11-14  Wim Taymans  <wim@fluendo.com>
4350
4351         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
4352
4353         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
4354         (gst_riff_parse_strf_iavs):
4355         * gst/subparse/gstsubparse.c: (convert_encoding):
4356         * gst/tcp/gstmultifdsink.c:
4357         (gst_multi_fd_sink_handle_client_write):
4358         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
4359         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
4360         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
4361         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
4362         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
4363         (gst_ximagesink_ximage_new):
4364         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
4365         Various gsize and gssize printf fixes. Fixes #372507.
4366
4367 2006-11-13  Wim Taymans  <wim@fluendo.com>
4368
4369         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4370         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
4371         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
4372         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
4373         (vorbis_dec_chain_forward), (vorbis_dec_chain):
4374         * ext/vorbis/vorbisdec.h:
4375         First stab at vorbis reverse playback.
4376
4377 2006-11-13  Wim Taymans  <wim@fluendo.com>
4378
4379         * gst-libs/gst/audio/gstbaseaudiosink.c:
4380         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
4381         * gst-libs/gst/audio/gstbaseaudiosink.h:
4382         Make the clock sync code more accurate wrt resampling and playback
4383         at different rates.
4384         
4385         * gst-libs/gst/audio/gstringbuffer.c:
4386         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
4387         * gst-libs/gst/audio/gstringbuffer.h:
4388         Use better algorithm to interpolate sample rates. 
4389
4390 2006-11-13  Michael Smith  <msmith@fluendo.com>
4391
4392         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
4393           Improve a debug line slightly.
4394
4395         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
4396           Call gst_riff_init() in plugin_init, to avoid getting errors from
4397           the debug system (unrelated changes to another plugin made this turn
4398           up; not sure why).
4399
4400 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
4401
4402         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
4403
4404         * win32/common/libgsttag.def:
4405           Add missing symbol (#366492).
4406
4407 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
4408
4409         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
4410           Don't unref a NULL pad.
4411
4412 2006-11-09  Wim Taymans  <wim@fluendo.com>
4413
4414         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
4415         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
4416         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
4417         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
4418         (gst_ogg_demux_loop):
4419         Implement first stab at reverse playback.
4420
4421 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
4422
4423         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
4424         (gst_riff_create_video_template_caps):
4425           add h263/h264 variants to the caps, Fixes #363118
4426
4427 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
4428
4429         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
4430         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
4431           Use g_strerror instead of strerror so we get UTF-8.
4432
4433 2006-11-03  David Schleef  <ds@schleef.org>
4434
4435         * ext/ogg/gstoggdemux.c:
4436         * ext/ogg/gstoggmux.c:
4437           Add/remove KW-DIRAC header here, since it is ogg-specific.
4438
4439 2006-11-03  Michael Smith  <msmith@fluendo.com>
4440
4441         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
4442           Recognise more mpeg4 elementary video streams.
4443
4444 2006-11-02  Edward Hervey  <edward@fluendo.com>
4445
4446         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
4447         Lower the probability of mp3 typefinding functions if we don't find a
4448         valid mp3 header at the start of the file.
4449         Closes #369482
4450
4451 2006-11-02  Wim Taymans  <wim@fluendo.com>
4452
4453         * ext/theora/gsttheoradec.h:
4454         * ext/theora/theoradec.c: (gst_theora_dec_init),
4455         (theora_dec_sink_event), (theora_dec_chain_forward),
4456         (theora_dec_flush_decode), (theora_dec_chain_reverse),
4457         (theora_dec_chain):
4458         Document and partially implement an algorithm for doing reverse playback
4459         of theora video.
4460
4461 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
4462
4463         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
4464
4465         * win32/common/config.h:
4466         * win32/common/interfaces-enumtypes.c:
4467         * win32/common/libgsttag.def:
4468         * win32/vs8/gst-plugins-base.sln:
4469         * win32/vs8/libgstaudioresample.vcproj:
4470         * win32/vs8/libgstinterfaces.vcproj:
4471         * win32/vs8/libgstogg.vcproj:
4472         * win32/vs8/libgstriff.vcproj:
4473         * win32/vs8/libgsttag.vcproj:
4474         * win32/vs8/libgsttheora.vcproj:
4475         * win32/vs8/libgstvideoscale.vcproj:
4476         * win32/vs8/libgstvorbis.vcproj:
4477           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
4478           to libgsttag.def; add missing dependencies for some vs8 projects;
4479           re-arrange placement of .def files in vs8 projects (#366334).
4480
4481 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
4482
4483         * ext/ogg/gstogg.c:
4484           Remove unused variable.
4485
4486         * ext/ogg/gstoggdemux.c:
4487           Fix Wim's surname in plugin description.
4488
4489 2006-10-31  Wim Taymans  <wim@fluendo.com>
4490
4491         * gst-plugins-base.spec.in:
4492         spec new .h file. Fixes #368310.
4493
4494 2006-10-31  Michael Smith  <msmith@fluendo.com>
4495
4496         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
4497         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
4498         (gst_multi_fd_sink_get_stats),
4499         (gst_multi_fd_sink_remove_client_link),
4500         (gst_multi_fd_sink_queue_buffer),
4501         (gst_multi_fd_sink_handle_clients):
4502         * gst/tcp/gstmultifdsink.h:
4503           Make using the remove or clear signals threadsafe.
4504           Make calling get-stats with an invalid fd not segfault.
4505           Fixes 368273.
4506
4507 2006-10-31  Wim Taymans  <wim@fluendo.com>
4508
4509         * gst-libs/gst/rtp/Makefile.am:
4510         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4511         (gst_base_rtp_audio_payload_init):
4512         Fix and activate base audio payloader.
4513
4514 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
4515
4516         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
4517         (plugin_init):
4518           Add typefinder for QuickTime Image Files (see #366156).
4519
4520 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
4521
4522         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
4523           Another typo fix (#366212).
4524
4525 2006-10-27  Wim Taymans  <wim@fluendo.com>
4526
4527         * gst/volume/gstvolume.c: (volume_transform_ip):
4528         Use stream time to synchronize volume property instead of rather random
4529         timestamps. This is needed when gnonlin does its time shifting.
4530
4531 2006-10-27  Wim Taymans  <wim@fluendo.com>
4532
4533         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
4534
4535         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
4536         Remove the pad from the element in release_pad. Fixes #364812.
4537
4538 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
4539
4540         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
4541         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
4542           Explicitly create our custom buffer classes at a thread-safe
4543           location as well, since g_type_class_ref() doesn't seem to be
4544           entirely thread-safe either (#365501; also see #349410).
4545
4546 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
4547
4548         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
4549         (gst_riff_parse_info):
4550           If strings in INFO chunk are not UTF-8, do something similar to
4551           what we do for ID3v1 tags: check a number of environment variables
4552           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
4553           character sets to try, otherwise try the current locale and/or fall
4554           back on ISO-8859-1. Fixes #360552.
4555
4556 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
4557
4558         * gst/videotestsrc/gstvideotestsrc.c:
4559         (gst_video_test_src_pattern_get_type),
4560         (gst_video_test_src_set_pattern):
4561         * gst/videotestsrc/gstvideotestsrc.h:
4562         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
4563         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
4564         (gst_video_test_src_checkers8):
4565         * gst/videotestsrc/videotestsrc.h:
4566           Add a bunch of exciting new checkers patterns.
4567
4568 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
4569
4570         * gst/subparse/Makefile.am:
4571         * gst/subparse/gstsubparse.c:
4572         (gst_sub_parse_data_format_autodetect),
4573         (gst_sub_parse_format_autodetect), (handle_buffer),
4574         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
4575         * gst/subparse/gstsubparse.h:
4576         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
4577         (parse_tmplayer):
4578         * gst/subparse/tmplayerparse.h:
4579           Add support for TMPlayer-type subtitles (#362845).
4580
4581         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
4582         (GST_START_TEST), (subparse_suite):
4583           Add some basic unit tests for the above.
4584
4585 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
4586
4587         * tests/check/elements/audiorate.c: (test_injector_base_init),
4588         (test_injector_class_init), (test_injector_chain),
4589         (test_injector_init), (probe_cb), (do_perfect_stream_test),
4590         (GST_START_TEST), (audiorate_suite):
4591           More tests for audiorate: inject buffers to check behaviour when
4592           buffers overlap.
4593
4594 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
4595
4596         * tests/check/Makefile.am:
4597         * tests/check/elements/.cvsignore:
4598         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
4599         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
4600           Add some basic unit tests for audiorate. Disabled at the moment
4601           since it doesn't pass yet (see bug #363119).
4602
4603 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
4604
4605         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
4606         (parse_subrip), (handle_buffer):
4607           Add missing closing tags for markup and fix broken markup,
4608           otherwise pango won't render anything (fixes #357531). Also,
4609           make sure the text we send out is always NUL-terminated
4610           (better safe than sorry etc.).
4611
4612         * tests/check/elements/subparse.c: (test_srt_do_test),
4613         (test_srt):
4614           Some more tests for .srt incl. tests for the above stuff.
4615
4616 2006-10-20  Julien MOUTTE  <julien@moutte.net>
4617
4618         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
4619         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
4620         Patch by: Stefan Kost  <ensonic@users.sf.net>
4621         Try to redraw borders only when needed. Apparently this consumes
4622         resources on small devices... :-O (#363607)
4623
4624 2006-10-20  Michael Smith  <msmith@fluendo.com>
4625
4626         * gst/tcp/gstmultifdsink.c:
4627         (gst_multi_fd_sink_client_queue_buffer):
4628           If caps change, then update the client's idea of the caps so that we
4629           don't end up re-sending streamheaders for every single buffer after
4630           the caps change.
4631
4632 2006-10-20  Michael Smith  <msmith@fluendo.com>
4633
4634         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
4635         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
4636           Set caps on pushed buffers; fix up refcounting of caps objects.
4637
4638 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
4639
4640         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
4641         (plugin_init):
4642           Typefind mmsh header data packet to application/x-mmsh (#362625).
4643
4644 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
4645
4646         * tests/check/Makefile.am:
4647         * tests/check/elements/.cvsignore:
4648         * tests/check/elements/subparse.c: (buffer_from_static_string),
4649         (setup_subparse), (teardown_subparse), (test_srt_do_test),
4650         (GST_START_TEST), (subparse_suite):
4651           Add very simple unit test for subparse.
4652
4653 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
4654
4655         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
4656         (parse_subrip):
4657           Strip trailing newlines from subtitle text output.
4658
4659 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
4660
4661         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
4662         (gst_sub_parse_change_state):
4663           Fix memleak; clear subparse->textbuf n state change function.
4664
4665 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
4666
4667         * gst/subparse/gstsubparse.c:
4668         (gst_sub_parse_data_format_autodetect):
4669           Don't require subrip (.srt) files to start with a chunk number of 1.
4670
4671 2006-10-18  Wim Taymans  <wim@fluendo.com>
4672
4673         * gst-libs/gst/audio/gstbaseaudiosink.c:
4674         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
4675         * gst-libs/gst/audio/gstbaseaudiosink.h:
4676         Extract rate from the NEWSEGMENT event.
4677         Use commit_full to also take rate adjustment into account when writing
4678         samples to the ringbuffer.
4679         
4680         * gst-libs/gst/audio/gstringbuffer.c:
4681         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
4682         (gst_ring_buffer_read):
4683         * gst-libs/gst/audio/gstringbuffer.h:
4684         Added _commit_full() to also take rate into account.
4685         Use simple interpolation algorithm to resample audio.
4686         API: gst_ring_buffer_commit_full()
4687
4688         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
4689         * tests/examples/seek/seek.c: (segment_done):
4690         Don't try to seek with 0.0 rate, just pause instead.
4691         Remove bogus debug line.
4692
4693 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
4694
4695         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
4696         (setup_source):
4697           Catch async errors when starting up the subtitle bin, so we can
4698           stop waiting and continue with the main film instead of hanging
4699           forever. Fixes #339366.
4700
4701         * tests/check/elements/playbin.c: (playbin_suite):
4702           Enable unit test for the above.
4703
4704 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
4705
4706         * tests/check/Makefile.am:
4707         * tests/check/elements/.cvsignore:
4708         * tests/check/elements/playbin.c: (GST_START_TEST),
4709         (gst_red_video_src_uri_get_type),
4710         (gst_red_video_src_uri_get_protocols),
4711         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
4712         (gst_red_video_src_uri_handler_init),
4713         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
4714         (gst_red_video_src_create), (gst_red_video_src_class_init),
4715         (gst_red_video_src_init), (plugin_init), (playbin_suite):
4716           Some small and basic unit tests for playbin; not very useful yet,
4717           but at least a start.
4718
4719 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
4720
4721         * gst/playback/gstplaybin.c: (setup_sinks):
4722           The old pad activation spiel.
4723
4724 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
4725
4726         * gst/playback/gstplaybasebin.c: (setup_source):
4727           Don't hang forever if the subbin already fails to start up in 
4728           the state change to PAUSED (#339366).
4729
4730 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
4731
4732         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
4733         (gst_tuner_set_channel), (gst_tuner_get_channel),
4734         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
4735         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
4736         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
4737         (gst_tuner_find_channel_by_name):
4738           Fix some function guards, add some more function guards.
4739
4740 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
4741
4742         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
4743         (remove_element_chain):
4744         Don't return a pad from get_our_ghost_pad unless it is actually the
4745         one we want.
4746         Change a cast in remove_element_chain slightly.
4747
4748 2006-10-13  Julien MOUTTE  <julien@moutte.net>
4749
4750         * tests/examples/seek/seek.c: (do_seek), (start_seek),
4751         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
4752         Segment seeking needs to use the rate and set stop to -1.
4753
4754 2006-10-13  Wim Taymans  <wim@fluendo.com>
4755
4756         * gst-libs/gst/audio/gstbaseaudiosink.c:
4757         (gst_base_audio_sink_setcaps):
4758         Don't crash when ringbuffer is not yet created.
4759         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
4760         Fixes #361634.
4761
4762         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
4763         * gst/playback/gststreamselector.c:
4764         (gst_stream_selector_request_new_pad):
4765         Activate pads befre adding them to running elements.
4766
4767 2006-10-13  Julien MOUTTE  <julien@moutte.net>
4768
4769         * tests/examples/seek/seek.c: (do_seek), (start_seek),
4770         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
4771         updater when we start grabing the slider. Don't wait for the
4772         pipeline to be PAUSED.
4773
4774 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
4775
4776         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
4777         (gst_mixer_set_volume), (gst_mixer_get_volume),
4778         (gst_mixer_set_mute), (gst_mixer_set_option),
4779         (gst_mixer_get_option), (gst_mixer_mute_toggled),
4780         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
4781         (gst_mixer_option_changed):
4782           Guard mixer interface functions against bogus arguments.
4783
4784 2006-10-12  Julien MOUTTE  <julien@moutte.net>
4785
4786         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
4787         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
4788         (msg_state_changed), (main): Use state-changed messages to trigger
4789         start/stop of scale update timer. Indeed the scale slider was
4790         jumping here and there because the update timer was activated 
4791         before seek completed. This fixes instant applying of rate changes
4792         by pressing the spinbutton like a crazy man !
4793
4794 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
4795
4796         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
4797
4798         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
4799         (gst_basertppayload_finalize):
4800           Fix two small memory leaks (#361456).
4801
4802 2006-10-10  Julien MOUTTE  <julien@moutte.net>
4803
4804         * tests/examples/seek/seek.c: (do_seek),
4805         (rate_spinbutton_changed_cb): When changing spinbutton we try
4806         to change the rate on the fly.
4807
4808 2006-10-10  Wim Taymans  <wim@fluendo.com>
4809
4810         * gst-libs/gst/riff/riff-ids.h:
4811         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
4812         (gst_riff_create_audio_template_caps):
4813         Add WMS caps.
4814
4815 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4816
4817         Patch by: Josep Torra Valles <josep@fluendo.com>
4818
4819         * ext/gnomevfs/gstgnomevfssink.c:
4820         * ext/gnomevfs/gstgnomevfssrc.c:
4821         Fix URI interface implementation return type.
4822         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
4823         Fix what looks like a copy/paste issue when assigning values.
4824         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
4825         (gst_audio_filter_template_get_type):
4826         Cast to prevent Forte warnings.
4827         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
4828         Fix URI interface implementation return type.
4829         gst_pad_query_position requires a signed integer pointer as
4830         3rd parameter, GstClockTime is unsigned.
4831         * gst/audioconvert/audioconvert.c:
4832         Fix integer overflow when treated as signed.
4833         * gst/audioresample/resample.c: (resample_add_input_data):
4834         Cast to prevent warnings on Forte.
4835         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
4836         Fix integer overflow when treated as signed.
4837         * gst/ffmpegcolorspace/imgconvert_template.h:
4838         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
4839         * gst/playback/gstdecodebin.c: (queue_filled_cb),
4840         (cleanup_decodebin):
4841         Who initialises a guint to -1!
4842         Cast function pointers to prevent warnings on Forte.
4843         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
4844         (queue_threshold_reached):
4845         Cast function pointers correctly to prevent warnings on Forte.
4846         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
4847         Cast function pointers correctly to prevent warnings on Forte.
4848         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
4849         Obvious change to unsigned, 0xEF > max signed char.
4850         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
4851         GstClockTime is unsigned, initialise correctly.
4852         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
4853         Cast so pointer arithemetic doesn't cause warnings on Forte.
4854         * gst/videorate/gstvideorate.c:
4855         Use correct return value.
4856         * tests/examples/seek/scrubby.c:
4857         GstClockTime is unsigned, initialise correctly.
4858
4859 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
4860
4861         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
4862
4863         * gst/typefind/gsttypefindfunctions.c:
4864           Recognise XML files and XML-like files shorter than 256 bytes as
4865           well (fixes #359237).
4866
4867 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
4868
4869         Patch by: Renato Filho <renato.filho@indt.org.br>
4870         
4871         * gst/typefind/gsttypefindfunctions.c:
4872         Added typefind functions to video/x-nuv media.
4873         
4874 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
4875
4876         * gst-libs/gst/interfaces/xoverlay.c:
4877         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
4878           Some more guards against invalid input.
4879
4880 2006-10-07  Julien MOUTTE  <julien@moutte.net>
4881
4882         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
4883         Useless goto.
4884         * tests/examples/seek/seek.c: (do_seek),
4885         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
4886         seek example to experiment with rates != 1.0 (reverse playback !)
4887
4888 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
4889
4890         * gst-libs/gst/interfaces/xoverlay.c:
4891           Unref message in doc-example (spotted by Robert McQueen)
4892
4893 2006-10-06  Wim Taymans  <wim@fluendo.com>
4894
4895         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
4896         (mpeg1_parse_header), (mpeg1_sys_type_find):
4897         printf fix.
4898
4899 2006-10-06  Wim Taymans  <wim@fluendo.com>
4900
4901         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
4902         (close_pad_link):
4903         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
4904         Activate dynamic pads before adding them to the element.
4905
4906 2006-10-06  Michael Smith  <msmith@fluendo.com>
4907
4908         * gst-libs/gst/floatcast/floatcast.h:
4909           Fix obviously-bogus macros; use the correct types.
4910
4911 2006-10-06  Wim Taymans  <wim@fluendo.com>
4912
4913         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4914         (gst_base_rtp_depayload_change_state):
4915         Also call parent state change function to activate pads.
4916
4917         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
4918         (mpeg1_parse_header), (mpeg1_sys_type_find):
4919         Add some more debug info in mpeg typefinding.
4920
4921 2006-10-06  Michael Smith  <msmith@fluendo.com>
4922
4923         * ext/theora/theoradec.c: (theora_dec_chain):
4924           Zero byte theora packets are valid and well-defined; don't warn on
4925           them.
4926
4927 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
4928
4929         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
4930         (gst_multi_fd_sink_get_stats), (find_limits),
4931         (gst_multi_fd_sink_queue_buffer):
4932           API: add dropped_buffers to the get-stats GValueArray
4933
4934 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
4935
4936         * ext/alsa/gstalsadeviceprobe.c:
4937         (gst_alsa_device_property_probe_get_values):
4938         * ext/alsa/gstalsasink.c: (set_hwparams):
4939         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
4940         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
4941         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
4942         (gst_ogg_mux_process_best_pad):
4943         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
4944         (gst_ogg_parse_chain):
4945         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
4946         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
4947         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
4948         (gst_vorbis_enc_buffer_check_discontinuous):
4949         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
4950         * gst-libs/gst/audio/gstbaseaudiosink.c:
4951         (gst_base_audio_sink_render):
4952         * gst-libs/gst/cdda/gstcddabasesrc.c:
4953         (gst_cdda_base_src_handle_track_seek):
4954         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4955         (gst_base_rtp_depayload_push_full):
4956         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
4957         * gst/audioresample/resample.c: (resample_input_pushthrough):
4958         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
4959         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
4960         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
4961         (wavpack_type_find):
4962         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
4963         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4964         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
4965         * tests/check/elements/volume.c: (GST_START_TEST):
4966           Printf format fixes.
4967
4968 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
4969
4970         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
4971           Fix a simple mistake (see the docs)
4972           Fixes #359580
4973
4974 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
4975
4976         * docs/plugins/Makefile.am:
4977         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4978         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4979         * docs/plugins/gst-plugins-base-plugins.args:
4980         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4981         * docs/plugins/inspect/plugin-adder.xml:
4982         * docs/plugins/inspect/plugin-alsa.xml:
4983         * docs/plugins/inspect/plugin-audioconvert.xml:
4984         * docs/plugins/inspect/plugin-audiorate.xml:
4985         * docs/plugins/inspect/plugin-audioresample.xml:
4986         * docs/plugins/inspect/plugin-audiotestsrc.xml:
4987         * docs/plugins/inspect/plugin-cdparanoia.xml:
4988         * docs/plugins/inspect/plugin-decodebin.xml:
4989         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4990         * docs/plugins/inspect/plugin-gdp.xml:
4991         * docs/plugins/inspect/plugin-gnomevfs.xml:
4992         * docs/plugins/inspect/plugin-libvisual.xml:
4993         * docs/plugins/inspect/plugin-ogg.xml:
4994         * docs/plugins/inspect/plugin-pango.xml:
4995         * docs/plugins/inspect/plugin-playbin.xml:
4996         * docs/plugins/inspect/plugin-subparse.xml:
4997         * docs/plugins/inspect/plugin-tcp.xml:
4998         * docs/plugins/inspect/plugin-theora.xml:
4999         * docs/plugins/inspect/plugin-typefindfunctions.xml:
5000         * docs/plugins/inspect/plugin-video4linux.xml:
5001         * docs/plugins/inspect/plugin-videorate.xml:
5002         * docs/plugins/inspect/plugin-videoscale.xml:
5003         * docs/plugins/inspect/plugin-videotestsrc.xml:
5004         * docs/plugins/inspect/plugin-volume.xml:
5005         * docs/plugins/inspect/plugin-vorbis.xml:
5006         * docs/plugins/inspect/plugin-ximagesink.xml:
5007         * docs/plugins/inspect/plugin-xvimagesink.xml:
5008           Add vorbistag element to docs; update version numbers to 0.10.10.1.
5009
5010 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
5011
5012         Patch by: James "Doc" Livingston <doclivingston at gmail com>
5013
5014         * ext/vorbis/Makefile.am:
5015         * ext/vorbis/vorbis.c: (plugin_init):
5016         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
5017         (vorbis_parse_parse_packet), (vorbis_parse_chain):
5018         * ext/vorbis/vorbisparse.h:
5019         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
5020         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
5021         (gst_vorbis_tag_parse_packet):
5022         * ext/vorbis/vorbistag.h:
5023           Add new vorbistag element which derives from vorbisparse
5024           and is essentially the same as well, only that it implements
5025           the GstTagSetter interface and can modify the stream's
5026           vorbiscomment on the fly (#335635).
5027
5028         * tests/check/Makefile.am:
5029         * tests/check/elements/.cvsignore:
5030         * tests/check/elements/vorbistag.c: (setup_vorbistag),
5031         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
5032         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
5033         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
5034           Add unit test for new vorbistag element.
5035
5036 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
5037
5038         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
5039         (vorbis_parse_push_headers), (vorbis_parse_chain):
5040           Set BOS flag in packet structure to fix 'jump depends
5041           on unitialized value' errors in valgrind; various minor
5042           clean-ups.
5043
5044 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
5045
5046         * gst/playback/gstdecodebin.c: (close_pad_link):
5047         Fix typo in a debug statement.
5048
5049         * gst/playback/gstplaybasebin.c: (probe_triggered),
5050         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
5051         (gen_source_element), (source_new_pad), (analyse_source),
5052         (setup_source):
5053         When handling no_more_pads in new_decoded_pad, make sure to treat
5054         subtitle pads correctly. Fixes playback with subtitle files.
5055
5056         Move a recurring message to LOG level.
5057
5058         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
5059         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
5060         which ends up as -1 when cast to an int. Make the logic handle the
5061         max value as an unsigned mask and only change the colorkey when it's
5062         a value we recognise.
5063
5064 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5065
5066         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5067         Removed empty * between paragraphs
5068
5069 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5070
5071         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5072         * gst-libs/gst/rtp/README:
5073         Moved some documentation into .c file
5074
5075 2006-09-29  Wim Taymans  <wim@fluendo.com>
5076
5077         * gst/playback/gstdecodebin.c: (no_more_pads):
5078         Fix compilation.
5079
5080 2006-09-29  Wim Taymans  <wim@fluendo.com>
5081
5082         * gst/playback/gstdecodebin.c: (new_caps):
5083         Remove g_print
5084
5085         * gst/playback/gstplaybin.c:
5086         Add some docs.
5087
5088 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
5089
5090         * tests/check/Makefile.am:
5091           Re-enable cddabasesrc test to see if it works again
5092           now.
5093
5094 2006-09-29  Wim Taymans  <wim@fluendo.com>
5095
5096         * gst/playback/gstplaybasebin.c: (setup_subtitle),
5097         (gen_source_element):
5098         Handle invalid URIs a bit more gracefully.
5099
5100 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
5101
5102         * tests/check/pipelines/oggmux.c:
5103           Remove obsolete comment.
5104
5105 2006-09-29  Michael Smith  <msmith@fluendo.com>
5106
5107         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
5108         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
5109         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
5110         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
5111         (gst_ogg_mux_collected):
5112           Commit patch from James "Doc" Livingston, adds proper EOS handling
5113           in oggmux. GStreamer can, for the first time ever, create a valid
5114           Ogg file! Yay!
5115
5116         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
5117         (oggmux_suite):
5118           Reenable tests now that they pass.
5119
5120 2006-09-29  Wim Taymans  <wim@fluendo.com>
5121
5122         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
5123         Stop reading commands when EOF (we read 0) as well.
5124
5125 2006-09-28  Wim Taymans  <wim@fluendo.com>
5126
5127         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
5128         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
5129         (find_dynamic), (unlinked), (close_link):
5130         Implement delayed caps linking needed for element with a lot of
5131         different caps on the src pads that get fixed at runtime.
5132         Improve management of dynamic elements.
5133
5134         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
5135         (group_destroy), (group_commit), (check_queue), (queue_overrun),
5136         (gen_preroll_element), (remove_groups), (unknown_type),
5137         (add_element_stream), (no_more_pads_full), (no_more_pads),
5138         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
5139         (new_decoded_pad), (setup_subtitle), (array_has_value),
5140         (gen_source_element), (source_new_pad), (has_all_raw_caps),
5141         (analyse_source), (remove_decoders), (make_decoder),
5142         (remove_source), (setup_source), (finish_source), (prepare_output),
5143         (gst_play_base_bin_change_state):
5144         * gst/playback/gstplaybasebin.h:
5145         Use more _CAST instead of full type checking casts.
5146         Small cleanups, plug some leaks.
5147         Handle dynamic sources.
5148         Add some helper functions to create lists of strings used for
5149         blacklisting and other stuff.
5150         Refactor some code dealing with analysing the source.
5151         Re-enable sources without pads (like cd:// or other selfcontained
5152         elements).
5153
5154 2006-09-28  Wim Taymans  <wim@fluendo.com>
5155
5156         * gst-libs/gst/audio/gstbaseaudiosink.c:
5157         (gst_base_audio_sink_render):
5158         When we have a timestamp, we can still perform clipping.
5159         When we have no clock, we must play the sample ASAP.
5160
5161 2006-09-28  Wim Taymans  <wim@fluendo.com>
5162
5163         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
5164         Set caps on outgoing buffers.
5165
5166         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
5167         (gst_video_rate_event), (gst_video_rate_chain):
5168         * gst/videorate/gstvideorate.h:
5169         Fix videorate some more. Fixes #357977
5170
5171 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
5172
5173         * tests/check/elements/adder.c: (adder_suite):
5174           Don't set timeout to 6 seconds when we're running
5175           in valgrind ... (and how is 6 seconds longer than
5176           the default anyway?)
5177
5178 2006-09-28  Wim Taymans  <wim@fluendo.com>
5179
5180         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
5181         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
5182         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
5183         Keep sink and src segment to keep track of time and support more
5184         input formats.
5185         Fix bogus next_offset and run_time calculation, don't understand how
5186         this could have worked before. Fixes #357976.
5187         Remove some unneeded vars.
5188
5189 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
5190
5191         * gst/playback/gstplaybin.c: (remove_sinks):
5192           Only remove visualisation from visbin if there is a visbin (or:
5193           don't throw warnings when closing totem without playing a file).
5194
5195 2006-09-27  Wim Taymans  <wim@fluendo.com>
5196
5197         * gst-libs/gst/audio/gstbaseaudiosink.c:
5198         (gst_base_audio_sink_render):
5199         Add some more info in a WARNING.
5200
5201         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5202         (gst_base_audio_src_create):
5203         Handle PAUSE in create function, use new -core addition to
5204         wait for playing. Fixes pausing and resuming capture from an
5205         audiosrc.
5206
5207         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
5208         (gst_ring_buffer_read):
5209         Constify some more.
5210         Caller supports interrupted reads now.
5211
5212 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
5213
5214         * tests/check/Makefile.am:
5215           Another attempt to make the gen64 buildbot happy.
5216
5217 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
5218
5219         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
5220
5221         * ext/libvisual/visual.c: (gst_visual_clear_actors),
5222         (gst_visual_chain), (gst_visual_change_state):
5223           Libvisual plugin was not passing audio data to libvisual 0.4.0 
5224           correctly. Fixes #357800
5225
5226 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
5227
5228         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
5229           Add timeout to _get_state() so we see which pipeline it is
5230           that causes trouble on the gen64 build bot.
5231
5232 2006-09-27  Wim Taymans  <wim@fluendo.com>
5233
5234         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5235         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
5236         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
5237         (gst_base_rtp_depayload_set_gst_timestamp):
5238         the source pad always uses fixed caps.
5239
5240 2006-09-27  Wim Taymans  <wim@fluendo.com>
5241
5242         * docs/libs/gst-plugins-base-libs-docs.sgml:
5243         * docs/libs/gst-plugins-base-libs-sections.txt:
5244         * gst-libs/gst/audio/gstaudioclock.c:
5245         * gst-libs/gst/audio/gstaudioclock.h:
5246         * gst-libs/gst/audio/gstaudiosink.c:
5247         * gst-libs/gst/audio/gstaudiosink.h:
5248         * gst-libs/gst/audio/gstaudiosrc.c:
5249         * gst-libs/gst/audio/gstbaseaudiosink.c:
5250         (gst_base_audio_sink_render):
5251         * gst-libs/gst/audio/gstbaseaudiosink.h:
5252         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
5253         * gst-libs/gst/audio/gstbaseaudiosrc.h:
5254         * gst-libs/gst/audio/gstringbuffer.h:
5255         Added docs for the audio libs.
5256
5257 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
5258
5259         * tests/check/Makefile.am:
5260           Temporarily disable test that fails on the bots for unknown reasons.
5261
5262 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5263
5264         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5265         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
5266         Moved AudioCodecType into priv
5267         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
5268
5269 2006-09-25  Wim Taymans  <wim@fluendo.com>
5270
5271         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
5272         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
5273         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
5274         (new_pad):
5275         Cleanups and small leak fixes.
5276         Added Depayloaders to valid list of autopluggable elements.
5277
5278 2006-09-25  Wim Taymans  <wim@fluendo.com>
5279
5280         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5281         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
5282         (gen_video_element), (gen_text_element), (gen_audio_element),
5283         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
5284         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
5285         Detect NO_PREROLL state change returns and disable clock distribution to
5286         the sinks so that sync is disabled.
5287         Avoid some type checking and do simple casts instead.
5288         Small cleanups, fix some FIXMEs.
5289         Be more robust when linking user specified elements, catch an report
5290         errors. Fixes #357404.
5291         Fix some leaks in the error paths.
5292
5293 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
5294
5295         * ChangeLog:
5296           ChangeLog surgery for missing bug-number
5297
5298 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
5299
5300         Patch by: Peter Kjellerstedt  <pkj at axis com>
5301
5302         * gst/playback/test.c:
5303           Fix compilation with uClibc and -Werror (#357591).
5304
5305 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
5306
5307         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
5308           Parse dates that are followed by a time as well (#357532).
5309
5310         * tests/check/libs/tag.c: (test_vorbis_tags):
5311           Add unit test for this.
5312
5313 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
5314
5315         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
5316         (gst_audio_convert_transform_caps):
5317         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
5318         * gst/videotestsrc/videotestsrc.h:
5319           A few array const-ifications.
5320
5321 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
5322
5323         * tests/check/Makefile.am:
5324           See if this makes the build bots happy.
5325
5326         * tests/check/libs/cddabasesrc.c:
5327           UTF8-ise my name.
5328
5329 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
5330
5331         Patch by: Young-Ho Cha <ganadist at chollian dot net>
5332
5333         * gst/subparse/samiparse.c: (handle_start_font),
5334         (fix_invalid_entities):
5335           More case-insensitivity for certain tags; recognise entities with
5336           decimal codes as special entities as well (#357330).
5337
5338 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
5339
5340         * gst-libs/gst/Makefile.am:
5341           Need to build tag directory before cdda.
5342
5343 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
5344
5345         * docs/libs/gst-plugins-base-libs-sections.txt:
5346         * gst-libs/gst/cdda/Makefile.am:
5347         * gst-libs/gst/cdda/gstcddabasesrc.c:
5348         (gst_cdda_base_src_base_init):
5349         * gst-libs/gst/cdda/gstcddabasesrc.h:
5350         * gst-libs/gst/tag/tag.h:
5351         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
5352         (gst_tag_register_musicbrainz_tags):
5353           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
5354           depend on libgsttag. This is required so we can extract/read tags like
5355           DISCID without depending on libgstcddabasesrc (which used to register
5356           them).
5357
5358         * gst-libs/gst/tag/gstvorbistag.c:
5359           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
5360           tags (also see #347848).
5361
5362         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
5363           Log vorbis comments we are actually writing. Const-ify array.
5364
5365 2006-09-23  Wim Taymans  <wim@fluendo.com>
5366
5367         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
5368         Improve buffering a bit by avoiding a deadlock because we cannot assume
5369         the underrun is always called.
5370
5371 2006-09-23  Wim Taymans  <wim@fluendo.com>
5372
5373         Patch by: Young-Ho Cha <ganadist at chollian dot net>
5374
5375         * gst-libs/gst/riff/riff-ids.h:
5376         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
5377         (gst_riff_create_audio_template_caps):
5378         Added MPEG-4 AAC and id and caps. Fixes #357289
5379         Added WMA9 Lossless id.
5380
5381 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
5382
5383         * ext/gnomevfs/gstgnomevfssrc.c:
5384           Fix misleading docs addition.
5385
5386         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
5387           Get rid of compiler warning the right way.
5388
5389 2006-09-22  Wim Taymans  <wim@fluendo.com>
5390
5391         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5392         (gst_base_rtp_depayload_finalize),
5393         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
5394         (gst_base_rtp_depayload_push_full),
5395         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
5396         (gst_base_rtp_depayload_process),
5397         (gst_base_rtp_depayload_set_gst_timestamp),
5398         (gst_base_rtp_depayload_queue_release):
5399         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5400         Small cleanups.
5401         Fix some leaks.
5402         Refactored the process method and added methods to push from the process
5403         vmethod.
5404         Use _scale functions.
5405         API: gst_base_rtp_depayload_push_ts
5406         API: gst_base_rtp_depayload_push
5407
5408         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
5409         timestamps are uint.
5410
5411 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
5412
5413         * gst-libs/gst/interfaces/xoverlay.c:
5414           Remove unused statement from doc example.
5415
5416 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
5417
5418         * gst-libs/gst/interfaces/videoorientation.c:
5419         (gst_video_orientation_iface_init),
5420         (gst_video_orientation_get_hflip),
5421         (gst_video_orientation_get_vflip),
5422         (gst_video_orientation_get_hcenter),
5423         (gst_video_orientation_get_vcenter),
5424         (gst_video_orientation_set_hflip),
5425         (gst_video_orientation_set_vflip),
5426         (gst_video_orientation_set_hcenter),
5427         (gst_video_orientation_set_vcenter):
5428           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
5429           in ChangeLog)
5430
5431 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
5432
5433         * tests/check/Makefile.am:
5434         * tests/check/elements/.cvsignore:
5435         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
5436         (create_rgb_conversions), (rgb_conversion_free),
5437         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
5438         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
5439           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
5440           but disable for now since it doesn't pass (something wrong with
5441           RGBA somewhere).
5442
5443 2006-09-21  Wim Taymans  <wim@fluendo.com>
5444
5445         * gst/playback/gstplaybasebin.c: (group_commit),
5446         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
5447         (queue_out_of_data), (gen_preroll_element),
5448         (preroll_remove_overrun), (probe_triggered):
5449         Refactor handling of overrun detection.
5450         Separate handling of group completion and deadlock detection when doing
5451         network buffering. This should fix some deadlocks that were not detected
5452         because the group was completed.
5453         Add more comments, improve debugging.
5454
5455 2006-09-21  Wim Taymans  <wim@fluendo.com>
5456
5457         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
5458         * tests/check/libs/audio.c:
5459         Some more compilation fixes.
5460
5461 2006-09-21  Wim Taymans  <wim@fluendo.com>
5462
5463         * gst-libs/gst/audio/gstringbuffer.c:
5464         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
5465         (gst_ring_buffer_read):
5466         Early morning compilation fix.
5467
5468 2006-09-20  Wim Taymans  <wim@fluendo.com>
5469
5470         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
5471         * tests/check/elements/multifdsink.c: (GST_START_TEST):
5472         * tests/check/elements/videorate.c: (GST_START_TEST):
5473         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
5474         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
5475         Fix some warnings.
5476
5477 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
5478
5479         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
5480         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
5481         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
5482           Handcrafted merge to help CVS understanding what I changed and what
5483           not.
5484
5485 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
5486
5487         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
5488         (gst_xvimagesink_get_times):
5489           change colorkey behaviour back according to #354773 comment 6/7
5490
5491 2006-09-19  Michael Smith  <msmith@fluendo.com>
5492
5493         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
5494         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
5495         (gst_multi_fd_sink_recover_client),
5496         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
5497         (gst_multi_fd_sink_get_property):
5498         * gst/tcp/gstmultifdsink.h:
5499           Implement stubbed out properties unit-type, units-soft-max,
5500           units-max, to allow specifying maximum sizes in units other than
5501           buffers.
5502           Fixes #355935
5503
5504 2006-09-19  Wim Taymans  <wim@fluendo.com>
5505
5506         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
5507         (gst_riff_create_audio_template_caps):
5508         Reorder the audio formats a bit for clarity.
5509         Detect and create caps for MSGSM and MSN (WAV49).
5510         Fixes #356596.
5511
5512         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
5513         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
5514         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
5515         Small cleanups, move error handling out of normal flow for clarity.
5516
5517 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
5518
5519         * docs/libs/gst-plugins-base-libs-docs.sgml:
5520         * docs/libs/gst-plugins-base-libs.types:
5521         * gst-libs/gst/interfaces/Makefile.am:
5522         * gst-libs/gst/interfaces/videoorientation.c:
5523         (gst_video_orientation_get_type),
5524         (gst_video_orientation_iface_init),
5525         (gst_video_orientation_get_hflip),
5526         (gst_video_orientation_get_vflip),
5527         (gst_video_orientation_get_hcenter),
5528         (gst_video_orientation_get_vcenter),
5529         (gst_video_orientation_set_hflip),
5530         (gst_video_orientation_set_vflip),
5531         (gst_video_orientation_set_hcenter),
5532         (gst_video_orientation_set_vcenter):
5533         * gst-libs/gst/interfaces/videoorientation.h:
5534           API: Add new interface to control video orientation (fixes #354908)
5535
5536 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
5537
5538         * gst/videotestsrc/gstvideotestsrc.c:
5539           Use G_UNLIKELY in _create and log one more detail.
5540           
5541         (gst_video_test_src_get_times), (gst_video_test_src_create):
5542         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
5543           Use gst_util_uint64_scale_int in _get_times().
5544
5545 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
5546
5547         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
5548           Give better warning message (add object and detail).
5549
5550 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
5551
5552         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
5553         (gst_xvimagesink_get_times):
5554           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
5555           #354773), use gst_util_uint64_scale_int in _get_times()
5556
5557 2006-09-18  Michael Smith  <msmith@fluendo.com>
5558
5559         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
5560           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
5561           always true, leading to dropping all timestamps.
5562
5563 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
5564
5565         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
5566         (gst_visual_chain), (gst_visual_change_state):
5567           update to work also with libvisual 0.4 API, fix double unref (#355914)
5568           
5569         * tools/gst-launch-ext.1.in:
5570         * tools/gst-visualise.1.in:
5571           remove references to old man-pages
5572
5573         * tests/examples/seek/seek.c: (main):
5574           add real meadi-buttons, add tool-tips for the seek-options, arrange
5575           seek options in a table
5576
5577 2006-09-18  Michael Smith  <msmith@fluendo.com>
5578
5579         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
5580         (gst_ogg_mux_push_buffer):
5581           Don't generate out-of-order timestamps from oggmux, instead clamp
5582           output timestamps to be >= the previously output ts.
5583           Fixes #355595
5584
5585 2006-09-18  Michael Smith  <msmith@fluendo.com>
5586
5587         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
5588         (gst_multi_fd_sink_class_init):
5589           Updates, fixes, and typo corrections for multifdsink. No functional
5590           changes.
5591
5592 2006-09-17  Michael Smith  <msmith@fluendo.com>
5593
5594         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
5595           Don't crash on truncated files - check that we got an 8 byte buffer
5596           before trying to memcmp it.
5597
5598 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
5599
5600         * gst/playback/gstplaybasebin.c: (get_active_source):
5601           Make stream-switching appear instant to the application
5602           (ie. make sure that a g_object_get on 'current-foo' returns
5603           the stream previously set with g_object_set(). Totem needs
5604           this to update stream-related meta-info (like audio-codec)
5605           correctly when switching streams.
5606
5607 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
5608
5609         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
5610         (gst_alsa_mixer_ensure_track_list):
5611           Try harder to guess which mixer track is the master mixer
5612           track (instead of just taking the first one that has a pvolume).
5613           Fixes #342228.
5614
5615 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
5616
5617         reviewed by: <delete if not using a buddy>
5618
5619         * gst-libs/gst/audio/audio.h:
5620         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
5621
5622 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
5623
5624         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
5625         (gst_audio_convert_transform_caps):
5626           Get structure-name just once.
5627
5628 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
5629
5630         * tests/check/elements/audioresample.c: (GST_START_TEST):
5631         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
5632         * tests/check/elements/volume.c: (GST_START_TEST):
5633         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
5634         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
5635         (test_pipeline), (GST_START_TEST):
5636         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
5637         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
5638           Fix big batch of compiler warnings.
5639
5640 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
5641
5642         * ext/gnomevfs/gstgnomevfssrc.c:
5643           Add docs about icydemux usage in connection with gnomevfssrc
5644
5645         * ext/libvisual/visual.c:
5646         * ext/ogg/gstoggaviparse.c:
5647         * ext/ogg/gstoggdemux.c:
5648         * ext/ogg/gstoggmux.c:
5649         * ext/ogg/gstoggparse.c:
5650         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
5651         * gst-libs/gst/audio/gstaudiosink.c:
5652         * gst-libs/gst/audio/gstaudiosrc.c:
5653         * gst/audiorate/gstaudiorate.c:
5654           More G_OBJECT macro fixing.
5655
5656         * gst/audiotestsrc/gstaudiotestsrc.h:
5657           Fix wrong info in header due to copy & paste
5658
5659 2006-09-15  Wim Taymans  <wim@fluendo.com>
5660
5661         * gst-libs/gst/audio/gstbaseaudiosink.c:
5662         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
5663         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5664         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
5665         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
5666         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
5667         Do the delay calculation in the source/sink base classes as this is
5668         specific for the capture/playback mode.
5669         Try to fixate a bit better, like round depth up to a multiple of 8
5670         bigger than width.
5671         Handle underruns correctly by marking DISCONT on buffers and adjusting
5672         timestamps to handle the gap.
5673         Set offset/offset_end correctly on buffers.
5674
5675         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
5676         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
5677         (gst_ring_buffer_read):
5678         Remove resync and underrun recovery from the ringbuffer.
5679         Fix ringbuffer read code on under/overrun.
5680
5681 2006-09-15  Wim Taymans  <wim@fluendo.com>
5682
5683         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5684         (gst_play_base_bin_init), (fill_buffer), (check_queue),
5685         (queue_threshold_reached), (gst_play_base_bin_set_property),
5686         (gst_play_base_bin_get_property):
5687         * gst/playback/gstplaybasebin.h:
5688         Don't use a 0 low watermark when buffering, it is catching starvation
5689         way too late. Instead, use a 3 second queue with 30 and 95
5690         percent low/high watermarks. 
5691         Added queue-min-threshold property to configure low watermark.
5692         Use new _buffering message API.
5693         Make queue_threshold variable big enough to store a uint64 time value.
5694         API: playbin::queue-min-threshold property.
5695
5696 2006-09-15  Wim Taymans  <wim@fluendo.com>
5697
5698         * configure.ac:
5699         We require 0.10.10.1 now because of _wait_preroll().
5700
5701         * gst-libs/gst/audio/gstbaseaudiosink.c:
5702         (gst_base_audio_sink_render):
5703         Use gst_base_sink_wait_preroll().
5704
5705 2006-09-15  Wim Taymans  <wim@fluendo.com>
5706
5707         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
5708         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
5709         Use DEBUG_OBJECT more.
5710
5711 === release 0.10.10 ===
5712
5713 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
5714
5715         patch by: Michael Smith <msmith at fluendo dot com>
5716
5717         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
5718         (gst_multi_fd_sink_client_queue_buffer),
5719         (gst_multi_fd_sink_new_client):
5720         * tests/check/elements/multifdsink.c: (GST_START_TEST),
5721         (multifdsink_suite):
5722           Fix implementation of sync-method 'next-keyframe'
5723           Closes #354594
5724
5725 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
5726
5727         patch by: Wim Taymans <wim at fluendo dot com>
5728
5729         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
5730         This patch removes the RANDOM flag that was incorrectly introduced with
5731         revision 1.91.  Fixes #354590
5732
5733 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
5734
5735         * tests/check/Makefile.am:
5736           Random variation in Makefile line to see if it makes the
5737           gen64-base-full bot any happier.
5738
5739 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
5740
5741         * tests/check/pipelines/oggmux.c: (oggmux_suite):
5742           Disable test that fails at the moment (killed after timeout).
5743
5744 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
5745
5746         Patch by: James Livingston  <doclivingston at gmail.com>
5747
5748         * tests/check/Makefile.am:
5749         * tests/check/pipelines/.cvsignore:
5750         * tests/check/pipelines/oggmux.c: (get_page_codec),
5751         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
5752         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
5753         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
5754         (test_theora_vorbis), (oggmux_suite):
5755           Add simple unit test for oggmux from #337026 with checking for the
5756           EOS flags disabled for the time being.
5757
5758 2006-09-04  Wim Taymans  <wim@fluendo.com>
5759
5760         patch by: Alessandro Dessina <alessandro nnva org>
5761
5762         * ext/ogg/gstoggmux.c:
5763         Add cmml caps to oggmux. Fixes #353912
5764
5765 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
5766
5767         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
5768           Returning a return value often helps. In this case, we
5769           don't need the return value anyway, so just get rid of it.
5770           Should make build bots much happier.
5771
5772 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
5773
5774         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
5775         (paint_get_structure), (gst_video_test_src_get_size),
5776         (gst_video_test_src_smpte), (gst_video_test_src_snow),
5777         (gst_video_test_src_unicolor), (paint_setup_AYUV),
5778         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
5779         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
5780         * gst/videotestsrc/videotestsrc.h:
5781           Add support for AYUV and the various RGBA formats. Initialise
5782           fields of paintinfo structs allocated on the stack.
5783
5784         * tests/check/elements/videotestsrc.c: (right_shift_colour),
5785         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
5786         (check_rgb_buf), (videotestsrc_suite):
5787           Add unit tests for videotestsrc's RGB output.
5788
5789 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
5790
5791         * gst/videotestsrc/gstvideotestsrc.c:
5792         (gst_video_test_src_pattern_get_type),
5793         (gst_video_test_src_set_pattern):
5794         * gst/videotestsrc/gstvideotestsrc.h:
5795         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
5796         (gst_video_test_src_black), (gst_video_test_src_white),
5797         (gst_video_test_src_red), (gst_video_test_src_green),
5798         (gst_video_test_src_blue):
5799         * gst/videotestsrc/videotestsrc.h:
5800           Add more uni-colour patterns ("white", "red", "green", and "blue").
5801
5802 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
5803
5804         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
5805           Fix stride for YVYU, should be word-aligned (#353658).
5806
5807 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
5808
5809         * gst/adder/gstadder.c: (gst_adder_src_event):
5810           Fix build.
5811
5812 2006-08-31  Edward Hervey  <edward@fluendo.com>
5813
5814         * gst/adder/gstadder.c: (forward_event_func),
5815         (gst_adder_src_event), (gst_adder_collected),
5816         (gst_adder_change_state):
5817         * gst/adder/gstadder.h:
5818         Remember the start position asked in the incoming seeks, so we can
5819         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
5820         of assuming it will always be 0).
5821
5822 2006-08-31  Edward Hervey  <edward@fluendo.com>
5823
5824         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
5825         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
5826         (gst_ogg_demux_loop):
5827         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
5828
5829 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
5830
5831         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5832         (gst_ffmpegcsp_get_unit_size):
5833           Return FALSE instead of returning a random false unit
5834           size when the format isn't known/supported (even if
5835           this shouldn't happen under normal circumstances).
5836
5837 2006-08-29  Wim Taymans  <wim@fluendo.com>
5838
5839         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
5840
5841         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
5842         (gst_gnome_vfs_src_start):
5843         Try harder to get the size from a uri by using _info_uri() when
5844         _info_from_handle() does not give us enough info. 
5845         Also follow symlinks when getting the size.
5846         Partially Fixes #332864.
5847
5848 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
5849
5850         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
5851
5852         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
5853         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
5854         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
5855         (gst_alsa_mixer_set_record):
5856         * ext/alsa/gstalsamixertrack.c:
5857         (gst_alsa_mixer_track_update_alsa_capabilities),
5858         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
5859         (gst_alsa_mixer_track_update):
5860         * ext/alsa/gstalsamixertrack.h:
5861           Improve and fix mixer track handling, in particular better handling
5862           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
5863           separate track objects for tracks that have both capture and playback
5864           volume (and label them differently as well so they're not mistakenly
5865           assumed to be duplicates); classify mixer tracks that only affect
5866           the audible volume of something (rather than the capture volume)
5867           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
5868           for capture tracks to correspond to alsa-pswitch alsa-cswitch
5869           (following the meaning documented in the mixer interface header
5870           file); add support for alsa's exclusive cswitch groups; update/sync
5871           state/flags better if mixer settings are changed by another
5872           application. Fixes #336075.
5873
5874 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
5875
5876         * gst/playback/gstplaybin.c:
5877           Improve docs: add section about BUFFERING messages sent by playbin.
5878
5879 2006-08-29  Michael Smith  <msmith@fluendo.com>
5880
5881         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
5882         (gst_vorbis_enc_buffer_check_discontinuous),
5883         (gst_vorbis_enc_chain):
5884           Ignore explicit DISCONT marked on buffers (which is often spurious,
5885           particularly when using multiple segments), in favour of solely
5886           using the timestamps/durations.
5887
5888 2006-08-29  Edward Hervey  <edward@fluendo.com>
5889
5890         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
5891         Don't rely on incoming buffers offset anymore, since it is completely
5892         broken when using multiple segments.
5893         Instead convert the incoming buffers timestamp to running time, and
5894         then convert that value to the offsets.
5895         Also inform GstSegment of the last outputted stop position, which is
5896         needed if we received several segments with an unknown stop value.
5897
5898 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5899
5900         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
5901           fix buffer unreffing on a header push failure
5902
5903 2006-08-28  Wim Taymans  <wim@fluendo.com>
5904
5905         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
5906         (gst_audio_rate_chain):
5907         Make the metadata of the buffer writable before changing its
5908         flags.
5909
5910 2006-08-28  Wim Taymans  <wim@fluendo.com>
5911
5912         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
5913         (gst_audio_rate_setcaps), (gst_audio_rate_init),
5914         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
5915         (gst_audio_rate_chain), (gst_audio_rate_change_state):
5916         Fix audiorate some more.
5917         Reset and resync counters on flush and READY.
5918         Handle the DISCONT flag correctly.
5919         Use GstSegment to track position.
5920         Fail when not negotiated.
5921         Fixes #353234.
5922
5923 2006-08-25  Michael Smith  <msmith@fluendo.com>
5924
5925         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
5926           Fix spelling.
5927           Remove accidently included debug line.
5928
5929 2006-08-25  Wim Taymans  <wim@fluendo.com>
5930
5931         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
5932         Small cleanups.
5933         If a buffer is received with no caps, make the buffer metadata
5934         writable and set the caps, making sure that we don't screw up the
5935         refcounts.
5936
5937 2006-08-25  Michael Smith  <msmith@fluendo.com>
5938
5939         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
5940         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
5941           Fix memory leaks and misleading debug messages, add a couple of
5942           comments.
5943
5944         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
5945         (gst_multi_fd_sink_render):
5946           Do not use gst_buffer_make_writable() in a basesink render method,
5947           as it may incorrectly unref the buffer. Instead, use convoluted
5948           dance to avoid copying the buffer except when we need to.
5949
5950 2006-08-25  Michael Smith  <msmith@fluendo.com>
5951
5952         * ext/vorbis/vorbisenc.c:
5953         (gst_vorbis_enc_buffer_check_discontinuous):
5954           Allow very small discontinuities in the timestamps. These we can't
5955           do anything useful with anyway (because vorbis's timestamps have
5956           only sample granularity), and are commonly produced by elements with
5957           minor bugs. Allow up to 1/2 a sample out.
5958           Fixes #351742.
5959
5960 2006-08-24  Wim Taymans  <wim@fluendo.com>
5961
5962         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
5963         (play_scrub_toggle_cb), (main):
5964         Add a checkbox to enable play scrubbing. Makes it possible to disable
5965         normal scrubbing.
5966
5967 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
5968
5969         * tests/check/elements/.cvsignore:
5970           make buildbot happy
5971
5972 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
5973
5974         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
5975         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
5976         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
5977         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
5978         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
5979         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
5980         (gst_ogm_text_parse_strip_trailing_zeroes),
5981         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
5982         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
5983           Refactor ogm parse, do better input checking, misc. clean-ups.
5984           Cache incoming events and push them once the source pad has
5985           been created. Don't pass unterminated strings to sscanf().
5986           Strip trailing zeroes from subtitle text output, since they
5987           are not valid UTF-8. Don't push vorbiscomment packets on
5988           the subtitle text pad. Output perfect streams if possible.
5989
5990 2006-08-23  Wim Taymans  <wim@fluendo.com>
5991
5992         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
5993         Waits for tasks to settle down so that we clean up correctly for 
5994         valgrind.
5995
5996 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
5997
5998         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
5999           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
6000           actually return return value in taglists_are_equal.
6001
6002 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
6003
6004         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
6005           Fix crash due to broken bitstream parsing on x86-64: can't make
6006           any assumptions about sizeof(struct) due to alignment/packing
6007           differences on different architectures. Fixes #351790.
6008
6009 2006-08-22  Wim Taymans  <wim@fluendo.com>
6010
6011         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
6012         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
6013         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
6014         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
6015         (gst_riff_parse_info):
6016         Protect public functions against bad input.
6017         Do some cleanups.
6018         Fix documentation.
6019
6020 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
6021
6022         * gst-libs/gst/riff/riff-ids.h:
6023         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6024           Add voxware audio IDs (even if we can't play it) (#351795).
6025
6026 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
6027
6028         * gst-libs/gst/riff/riff-media.c:
6029         (gst_riff_create_video_template_caps),
6030         (gst_riff_create_audio_template_caps),
6031         (gst_riff_create_iavs_template_caps):
6032           Const-ify some arrays and use G_N_ELEMENTS instead
6033           of wasting oodles of RAM on terminator bits.
6034
6035 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
6036
6037         * gst-libs/gst/tag/gstvorbistag.c:
6038         (gst_tag_list_to_vorbiscomment_buffer):
6039         * tests/check/libs/tag.c: (GST_START_TEST):
6040           And the same for _to_vorbiscomment_buffer(): allow
6041           id_data_len == 0 for speex.
6042
6043 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
6044
6045         * configure.ac:
6046         * docs/plugins/Makefile.am:
6047         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6048         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6049         * docs/plugins/inspect/plugin-gdp.xml:
6050         * gst/gdp/Makefile.am:
6051         * tests/check/Makefile.am:
6052           Move GDP plugin to -base from -bad.  Closes #347783.
6053
6054 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
6055
6056         * gst-libs/gst/tag/gstvorbistag.c:
6057         (gst_tag_list_from_vorbiscomment_buffer):
6058           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
6059           Also add some checks to make sure we don't memcmp() beyond the end of
6060           vorbiscomment buffer if the ID to check for is larger than the buffer.
6061
6062         * tests/check/libs/tag.c: (GST_START_TEST):
6063           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
6064
6065 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
6066
6067         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
6068         (gst_vorbis_enc_set_metadata):
6069           Use vorbis comment utility functions from libgsttag
6070           instead of re-inventing the wheel (partially fixes #347091).
6071
6072 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
6073
6074         * tests/check/elements/audioconvert.c: (GST_START_TEST):
6075         Fix leaks. Wait for state transitions that might happen ASYNC, as well
6076         as some that won't.
6077
6078 2006-08-21  Wim Taymans  <wim@fluendo.com>
6079
6080         * docs/libs/Makefile.am:
6081         * docs/libs/gst-plugins-base-libs-sections.txt:
6082         * docs/libs/gst-plugins-base-libs.types:
6083         Don't try to GObject scan the netbuffer as it's not a GObject.
6084         Fixes #351308.
6085
6086         * gst-libs/gst/netbuffer/gstnetbuffer.c:
6087         * gst-libs/gst/netbuffer/gstnetbuffer.h:
6088         Document GstNetBuffer.
6089
6090 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
6091
6092         * tests/check/elements/audioconvert.c: (GST_START_TEST),
6093         (audioconvert_suite):
6094           Add testcase for caps-size-explosion
6095
6096 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
6097
6098         * gst/audioconvert/gstaudioconvert.c:
6099         (gst_audio_convert_get_unit_size), (set_structure_widths):
6100           Lower debug, use g_assert in _get_unit_size
6101
6102         * gst/audioresample/gstaudioresample.c:
6103         (audioresample_get_unit_size):
6104         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6105         (gst_ffmpegcsp_get_unit_size):
6106         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
6107           use g_assert in _get_unit_size
6108
6109 2006-08-18  Wim Taymans  <wim@fluendo.com>
6110
6111         * docs/libs/gst-plugins-base-libs-sections.txt:
6112         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
6113         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
6114         (gst_rtp_buffer_get_payload_buffer):
6115         * gst-libs/gst/rtp/gstrtpbuffer.h:
6116         Document GstRTPBuffer.
6117         Added function to efficiently strip payload headers.
6118         API: gst_rtp_buffer_get_payload_subbuffer()
6119
6120 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
6121
6122         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
6123         (gst_tag_to_vorbis_comments):
6124           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
6125           tags and deserialise them properly as well (#347091).
6126           Add some more gtk-doc blurbs and also some g_return_if_fail().
6127
6128         * tests/check/libs/tag.c: (GST_START_TEST),
6129         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
6130           More tests.
6131
6132 2006-08-17  Wim Taymans  <wim@fluendo.com>
6133
6134         * ext/ogg/Makefile.am:
6135         * ext/ogg/gstogg.c: (plugin_init):
6136         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
6137         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
6138         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
6139         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
6140         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
6141         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
6142         Added ogg-in-avi parser element. Fixes #140139.
6143
6144         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
6145         Fixed a bug in oggdemux debug code.
6146
6147         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
6148         (gst_riff_create_audio_template_caps):
6149         Recognise Ogg in the AVI extensible wave format.
6150
6151 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
6152
6153         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
6154           Make buffer durations add up (duration should be next_ts-ts for
6155           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
6156           from CVS.
6157
6158         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
6159         (test_buffer_timestamps), (cddabasesrc_suite):
6160           Add unit test for the above.
6161
6162         * tests/check/Makefile.am:
6163           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
6164           to see what happens.
6165
6166 2006-08-16  Wim Taymans  <wim@fluendo.com>
6167
6168         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
6169         (gst_alsasink_open):
6170         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
6171         (gst_alsasrc_open):
6172         Avoid setting and using a NULL device name.
6173         Print more info when we fail to open a device.
6174
6175 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
6176
6177         * docs/libs/gst-plugins-base-libs-sections.txt:
6178         * gst-libs/gst/tag/tag.h:
6179         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
6180           API: add gst_tag_parse_extended_comment() (#351426).
6181
6182         * tests/check/Makefile.am:
6183         * tests/check/libs/.cvsignore:
6184         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
6185           Add unit test for gst_tag_parse_extended_comment().
6186
6187 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
6188
6189         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
6190         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
6191           Fix leak (#351502).
6192
6193 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
6194
6195         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6196         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6197         * docs/plugins/gst-plugins-base-plugins.args:
6198         * gst/playback/gstplaybin.c:
6199           Document playbin.
6200           
6201         * docs/plugins/inspect/plugin-adder.xml:
6202         * docs/plugins/inspect/plugin-alsa.xml:
6203         * docs/plugins/inspect/plugin-audioconvert.xml:
6204         * docs/plugins/inspect/plugin-audiorate.xml:
6205         * docs/plugins/inspect/plugin-audioresample.xml:
6206         * docs/plugins/inspect/plugin-audiotestsrc.xml:
6207         * docs/plugins/inspect/plugin-cdparanoia.xml:
6208         * docs/plugins/inspect/plugin-decodebin.xml:
6209         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
6210         * docs/plugins/inspect/plugin-gnomevfs.xml:
6211         * docs/plugins/inspect/plugin-ogg.xml:
6212         * docs/plugins/inspect/plugin-pango.xml:
6213         * docs/plugins/inspect/plugin-playbin.xml:
6214         * docs/plugins/inspect/plugin-subparse.xml:
6215         * docs/plugins/inspect/plugin-tcp.xml:
6216         * docs/plugins/inspect/plugin-theora.xml:
6217         * docs/plugins/inspect/plugin-typefindfunctions.xml:
6218         * docs/plugins/inspect/plugin-video4linux.xml:
6219         * docs/plugins/inspect/plugin-videorate.xml:
6220         * docs/plugins/inspect/plugin-videoscale.xml:
6221         * docs/plugins/inspect/plugin-videotestsrc.xml:
6222         * docs/plugins/inspect/plugin-volume.xml:
6223         * docs/plugins/inspect/plugin-vorbis.xml:
6224         * docs/plugins/inspect/plugin-ximagesink.xml:
6225         * docs/plugins/inspect/plugin-xvimagesink.xml:
6226           Update to CVS version.
6227
6228 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
6229
6230         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
6231         (gst_play_bin_set_property), (gst_play_bin_get_property),
6232         (value_list_append_structure_list),
6233         (gst_play_bin_handle_redirect_message),
6234         (gst_play_bin_handle_message):
6235           API: GstPlayBin::connection-speed
6236           Add "connection-speed" property; re-order redirect messages with
6237           multiple redirect locations depending on the minimum bitrate if
6238           that information is available and a connection speed is set
6239           (#350399).
6240
6241 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
6242
6243         * gst/playback/gstplaybin.c:
6244           Update max volume to the same value that the volume element uses.
6245
6246 2006-08-14  Wim Taymans  <wim@fluendo.com>
6247
6248         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
6249         Less uglyness..
6250
6251 2006-08-14  Wim Taymans  <wim@fluendo.com>
6252
6253         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
6254         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
6255         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
6256         Add some more debug info.
6257         Don't crash when a seek failed.
6258         Actually return the result of the seek instead of TRUE.
6259         Ignore multiple BOS pages with the same serial so that we don't create
6260         the same stream multiple times.
6261         Post an error when we fail to do the initial seek.
6262
6263 2006-08-13  Wim Taymans  <wim@fluendo.com>
6264
6265         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
6266         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
6267         Small code cleanup.
6268
6269         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
6270         (gst_alsa_mixer_new):
6271         Remove hack that always set the device to hw:0*.
6272         Properly find the card name for whatever device was configured.
6273         Do some better debugging.
6274         Fixes #350784.
6275
6276         * ext/alsa/gstalsamixerelement.c:
6277         (gst_alsa_mixer_element_set_property),
6278         (gst_alsa_mixer_element_change_state):
6279         Cleanups.
6280         Handle setting of a NULL device name better.
6281
6282 2006-08-11  Wim Taymans  <wim@fluendo.com>
6283
6284         * gst/adder/gstadder.c:
6285         Don't clip float values. Fixes #350900.
6286
6287 2006-08-11  Andy Wingo  <wingo@pobox.com>
6288
6289         * gst/tcp/gsttcp.c: Really fix the build?
6290
6291         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
6292         fixes the build.
6293
6294 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
6295
6296         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
6297           Float caps shouldn't have a "signed" field.
6298
6299 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
6300
6301         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
6302           Implement SEEKING query in its most basic form, so that we can
6303           at least check if we're seekable or not (#350655).
6304
6305 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
6306
6307         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
6308           The checks here are not even close to anything that would
6309           justify MAXIMUM probability, lowering to POSSIBLE until someone
6310           fixes the checks (case at hand: quicktime redirection files
6311           might start with 00 00 01 XX and pass the checks here just
6312           fine, see #350399).
6313
6314 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
6315
6316         Patch by: Sjoerd Simons  <sjoerd at luon net>
6317
6318         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
6319           Better detection for multipart/x-mixed-replace: accept leading
6320           whitespaces before the boundary marker as well (as our very own
6321           multipartmux used to produce) (#349068).
6322
6323 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
6324
6325         Patch by: Young-Ho Cha  <ganadist at chollian net>
6326
6327         * gst-libs/gst/riff/riff-ids.h:
6328         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
6329         (gst_riff_create_audio_template_caps):
6330           Detect DTS audio streams (#350157).
6331
6332 2006-08-05  Andy Wingo  <wingo@pobox.com>
6333
6334         * ext/theora/gsttheoraparse.h:
6335         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
6336         (theora_parse_dispose, theora_parse_set_property)
6337         (theora_parse_get_property, theora_parse_munge_granulepos)
6338         (theora_parse_push_buffer, theora_parse_change_state):
6339         API: GstTheoraParse::synchronization-points
6340         Add a property 'synchronization-points' to fix badly synchronized oggs.
6341
6342 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
6343
6344         * tests/check/Makefile.am:
6345         * tests/check/libs/.cvsignore:
6346         * tests/check/libs/audio.c: (structure_contains_channel_positions),
6347         (fixed_caps_have_channel_positions), (GST_START_TEST),
6348         (audio_suite), (main):
6349           Add a few tests for the channel position stuff in libgstaudio.
6350
6351 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
6352
6353         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
6354         (gst_alsa_detect_channels):
6355         * ext/alsa/gstalsasink.c:
6356           Add support for cards that (only) do more than 8 channels,
6357           like the Delta 44 (#345188).
6358
6359         * gst-libs/gst/audio/multichannel.c:
6360         (gst_audio_check_channel_positions):
6361         * gst-libs/gst/audio/multichannel.h:
6362           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
6363           unspecified channel position and cannot be combined with any
6364           of the other audio channel positions; adjust position layout
6365           checks accordingly (#345188).
6366
6367 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
6368
6369         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6370           Recognise ancient RealAudio files (see #349779).
6371
6372 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
6373
6374         Patch by: Jens Granseuer  <jensgr at gmx net>
6375
6376         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6377           Add typefinder for Interplay's MVE format (#348973).
6378
6379 2006-08-02  Wim Taymans  <wim@fluendo.com>
6380
6381         Patch by: Marcel Moreaux <marcelm at luon dot net>
6382
6383         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6384         (gst_base_rtp_depayload_add_to_queue):
6385         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6386         Handle RTP sequence number rollover.
6387         Disable jitterbuffer by default.
6388
6389 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
6390
6391         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
6392         (audioresample_set_caps):
6393         Don't leak references to the incoming caps. Clean them up when
6394         stopping.
6395
6396         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
6397         (gst_video_scale_finalize):
6398         Don't leak our temporary pixel buffer.
6399
6400         * tests/check/Makefile.am:
6401         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
6402         (GST_START_TEST), (simple_launch_lines_suite):
6403
6404         Fix leaks and re-enable the test for valgrind checking.
6405
6406 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
6407
6408         Patch by: Sjoerd Simons  <sjoerd at luon net>
6409
6410         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
6411         (plugin_init):
6412           Add typefind function for multipart/x-mixed-replace (#348916).
6413
6414 2006-07-28  Wim Taymans  <wim@fluendo.com>
6415
6416         * gst/adder/gstadder.c: (gst_adder_setcaps),
6417         (gst_adder_query_duration):
6418         Fix leak in duration query.
6419         Reflow some docs and notes.
6420
6421 2006-07-28  Michael Smith  <msmith@fluendo.com>
6422
6423         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
6424         (vorbisenc_suite):
6425           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
6426           aspect of it.
6427
6428 2006-07-28  Michael Smith  <msmith@fluendo.com>
6429
6430         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
6431         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
6432         (gst_vorbis_enc_push_buffer),
6433         (gst_vorbis_enc_buffer_check_discontinuous),
6434         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
6435         * ext/vorbis/vorbisenc.h:
6436           Handle discontinuities in the input vorbis stream correctly,
6437           so that the output is properly timestamped (and has good granulepos
6438           values). Needs some oggmux fixes too.
6439
6440 2006-07-27  Wim Taymans  <wim@fluendo.com>
6441
6442         patch by: Kai Vehmanen <kv2004 eca cx>
6443
6444         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6445         (gst_base_rtp_depayload_chain),
6446         (gst_base_rtp_depayload_handle_sink_event),
6447         (gst_base_rtp_depayload_change_state):
6448         Don't send multiple newsegments with different formats.
6449         Fixes #348677.
6450
6451 2006-07-26  Wim Taymans  <wim@fluendo.com>
6452
6453         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
6454         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
6455         Make seeking in ogg more accurate again by doing the more correct
6456         granuletime to stream time conversion.
6457
6458 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6459
6460         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
6461         (gst_multi_fd_sink_new_client):
6462           debug a little more understandably
6463           do not use goto as a substitute for break, especially if
6464           break is also being used
6465
6466 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
6467
6468         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
6469         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
6470           Remove GLib-2.6 compatibility cruft.
6471
6472 2006-07-24  Wim Taymans  <wim@fluendo.com>
6473
6474         * gst-libs/gst/audio/gstbaseaudiosink.c:
6475         (gst_base_audio_sink_render):
6476         Don't try to align a sample to an unknown value.
6477
6478 2006-07-24  Wim Taymans  <wim@fluendo.com>
6479
6480         * gst-libs/gst/audio/gstbaseaudiosink.c:
6481         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
6482         When the audio clock is slaved to another clock, never try to align
6483         samples but trust the rate interpolation algorithm.
6484
6485 2006-07-24  Wim Taymans  <wim@fluendo.com>
6486
6487         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
6488         Don't try to calculate silence samples, base class does this much
6489         better now.
6490
6491         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
6492         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
6493         (gst_ring_buffer_acquire):
6494         Calculate silence samples correctly.
6495
6496         * gst-libs/gst/audio/gstringbuffer.h:
6497         Add _CAST macro.
6498
6499 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
6500
6501         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
6502           Limit search for the first markup tag to the first few kB of
6503           the file. If we don't find one there, it's highly unlikely that
6504           this is an XML(-ish) file.
6505
6506 2006-07-21  Andy Wingo  <wingo@pobox.com>
6507
6508         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
6509         test to the one in vorbisenc. Also commented out.
6510
6511         * tests/check/pipelines/vorbisenc.c: 
6512         (test_discontinuity): New test, commented out until Mike lands
6513         some elite vorbisenc patches.
6514
6515         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
6516         Bufferstraw was actually factored out of these tests. Now we share
6517         code yay.
6518
6519         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
6520         for bufferstraw addition to gstcheck.
6521
6522 2006-07-21  Wim Taymans  <wim@fluendo.com>
6523
6524         * ext/theora/theoradec.c: (clip_buffer):
6525         Better clipping.
6526
6527 2006-07-21  Wim Taymans  <wim@fluendo.com>
6528
6529         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
6530         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
6531         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
6532         Fix leak.
6533         Avoid type casting when we can.
6534
6535         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
6536         Fix mem leak.
6537
6538 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
6539
6540         * ext/alsa/gstalsamixerelement.c:
6541         (gst_alsa_mixer_element_change_state):
6542           Make state change fail if the specified device can't be opened
6543           for some reason.
6544
6545 2006-07-20  Wim Taymans  <wim@fluendo.com>
6546
6547         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
6548         (cb_newpad), (main):
6549         Example of a small audio/video player using decodebin.
6550
6551 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
6552
6553         * gst-libs/gst/riff/riff-ids.h:
6554           Add 'fact' chunk id
6555
6556 2006-07-19  Wim Taymans  <wim@fluendo.com>
6557
6558         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6559         (gst_base_rtp_depayload_chain),
6560         (gst_base_rtp_depayload_change_state):
6561         Don't assert when not negotiated but post a meaningfull 
6562         error message. Fixes #347918.
6563
6564         * gst-libs/gst/rtp/gstbasertppayload.c:
6565         Add comment about better default MTU size.
6566
6567         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
6568         Small cleanups, start docs.
6569
6570 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
6571
6572         Patch by: Martin Szulecki
6573
6574         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
6575           If "device-name" is requested and the device is not
6576           open, try to temporarily open it to obtain this
6577           information (#342494).
6578
6579 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
6580
6581         * gst-libs/gst/tag/gstid3tag.c:
6582           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
6583
6584         * gst-libs/gst/tag/gsttageditingprivate.h:
6585         * gst-libs/gst/tag/gstvorbistag.c:
6586           Some more random const-ifications.
6587
6588 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
6589
6590         * gst-libs/gst/riff/riff-ids.h:
6591         * gst-libs/gst/riff/riff-media.c:
6592         (gst_riff_create_video_template_caps):
6593           Add more FOURCCs (sort list to make stuff easier to find),
6594           add comment what those 16 bytes in struct _gst_riff_strh according to
6595           one avi-dumper are
6596
6597 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
6598
6599         * gst-libs/gst/audio/multichannel.c:
6600         (gst_audio_check_channel_positions),
6601         (gst_audio_fixate_channel_positions):
6602           Const-ify two arrays.
6603
6604 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
6605
6606         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
6607           Fix typo, so that alsasink also advertises 8 channels
6608           if that's supported (tags: can, worms, open, alsa, ph34r).
6609
6610 2006-07-17  Wim Taymans  <wim@fluendo.com>
6611
6612         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
6613         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
6614         *sigh*, when is the compiler going to warn when the comments
6615         are out-of-sync with the code.. Refix case of busted theora
6616         headers with 0 granule pos.
6617
6618 2006-07-14  Wim Taymans  <wim@fluendo.com>
6619
6620         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6621         (gst_base_rtp_depayload_wait),
6622         (gst_base_rtp_depayload_change_state),
6623         (gst_base_rtp_depayload_set_property),
6624         (gst_base_rtp_depayload_get_property):
6625         Fix 99% cpu load by waiting for absolute times on the
6626         clock. Fixes #347300.
6627
6628 2006-07-14  Andy Wingo  <wingo@pobox.com>
6629
6630         * ext/theora/gsttheoraparse.h: 
6631         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
6632         (theora_parse_push_headers, theora_parse_clear_queue)
6633         (theora_parse_drain_queue_prematurely, )
6634         (theora_parse_sink_event, theora_parse_change_state): Queue events
6635         until we initialized our state, like in vorbisparse.
6636
6637         * ext/vorbis/vorbisparse.h: 
6638         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
6639         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
6640         (vorbis_parse_drain_queue_prematurely, )
6641         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
6642         until we have initialized our state. Fixes seeking after an
6643         initial pad block.
6644
6645 2006-07-14  Andy Wingo  <wingo@pobox.com>
6646
6647         Patch by: Iain Holmes <iaingnome@gmail.com>
6648         
6649         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
6650
6651 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
6652
6653         * configure.ac:
6654         Bump nano back to CVS
6655
6656 === release 0.10.9 ===
6657
6658 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
6659
6660         * configure.ac:
6661           releasing 0.10.9, "I walk the line"
6662
6663 2006-07-14  Michael Smith  <msmith@fluendo.com>
6664
6665         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
6666           Move a g_cond_signal to earlier to avoid sometimes deadlocking
6667           (commonly happens when running this test under valgrind) when trying
6668           to remove the buffer probe.
6669
6670 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
6671
6672         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
6673         Fix missing g_unlock from the previous commit
6674
6675 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
6676
6677         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
6678         (gst_ximagesink_change_state):
6679         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
6680         (gst_xvimagesink_change_state):
6681         Implement a locking order to ensure we always take the object lock
6682         before the x_lock and never vice-versa.
6683
6684 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
6685
6686         * gst/playback/gstdecodebin.c: (find_compatibles):
6687         Fix a caps leak when linking (#347304)
6688
6689         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
6690         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
6691         (gst_ximagesink_change_state):
6692         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
6693         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
6694         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
6695         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
6696         Don't leak shared memory resources. Use the object lock to protect
6697         against the xcontext disappearing while returning a buffer from the
6698         pipeline. (#347304)
6699
6700 2006-07-12  Edward Hervey  <edward@fluendo.com>
6701
6702         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
6703         (vorbis_handle_comment_packet):
6704         gst_tag_list_merge() returns a new object. Take that into account when
6705         using it. This avoids memleak.
6706         Revert previous commit which is not needed.
6707
6708 2006-07-12  Edward Hervey  <edward@fluendo.com>
6709
6710         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
6711         Reset the decoder in finalize so that all fields get cleared.
6712
6713 2006-07-12  Wim Taymans  <wim@fluendo.com>
6714
6715         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6716         (gst_base_audio_src_set_clock),
6717         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
6718         Don't try to post an error message when setting the clock fails
6719         as this can happen when adding an element to a bin which will then
6720         deadlock. Fixes #347296.
6721
6722 2006-07-12  Edward Hervey  <edward@fluendo.com>
6723
6724         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
6725         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
6726         (vorbis_handle_type_packet):
6727         Post tag messages on the bus even if we're not initialized.
6728         If we're not initialized, we still postpone the event pushing of tags.
6729
6730 2006-07-12  Wim Taymans  <wim@fluendo.com>
6731
6732         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
6733         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
6734         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
6735         Revert last two changes that broke the freeze.
6736
6737 2006-07-12  Wim Taymans  <wim@fluendo.com>
6738
6739         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
6740         basesink calculates silence sample correctly for us.
6741
6742 2006-07-12  Wim Taymans  <wim@fluendo.com>
6743
6744         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
6745         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
6746         Calculate correct silence samples so we don't fill our ringbuffer
6747         with noise.
6748
6749 2006-07-12  Edward Hervey  <edward@fluendo.com>
6750
6751         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
6752         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
6753         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
6754         * ext/vorbis/vorbisdec.h:
6755         Delay sending events (newsegment, tags) until the decoder is properly
6756         initialized.
6757         Fixes #347295
6758
6759 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
6760
6761         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
6762         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
6763           Patch from #347221 adding a test for audioconvert
6764           channel remappings.
6765
6766 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
6767
6768         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
6769         (gst_ssa_parse_parse_line):
6770           Don't include the terminating NUL in the buffer size,
6771           it's only there for extra paranoia (would add random
6772           '*' characters at the end of each subtitle since the
6773           terminator itself is not valid UTF-8 technically).
6774           Also fix indenting after boilerplate macro.
6775
6776 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
6777
6778         * gst/playback/gstdecodebin.c: (close_pad_link):
6779           Also emit 'unknown-type' signal (which should really be
6780           called unhandled-type) if we found potential decoders/demuxers
6781           in the registry but none of them worked in the end (as in the
6782           case where the plugins don't exist any longer but are still
6783           listed in the registry). Fixes #329798.
6784
6785 2006-07-08  Andy Wingo  <wingo@pobox.com>
6786
6787         * theoraparse.c (theora_parse_push_buffer)
6788         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
6789         Add some more debugging. Fix granulepos reconstruction in the face
6790         of discontinuities.
6791
6792 2006-07-06  Wim Taymans  <wim@fluendo.com>
6793
6794         * gst-libs/gst/audio/gstbaseaudiosink.c:
6795         (gst_base_audio_sink_class_init),
6796         (gst_base_audio_sink_provide_clock):
6797         Use gobject_class instead of G_OBJECT_CLASS (klass)
6798
6799         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6800         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
6801         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
6802         (gst_base_audio_src_get_time),
6803         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
6804         (gst_base_audio_src_create_ringbuffer):
6805         Fix latency and buffer-time constants and properties ala basesink.
6806         Implement pull based scheduling. Fixes #346527.
6807         Set default blocksize in GstBaseSrc to 0, we default to pushing out
6808         one segment.
6809         Refuse slaving to another clock instead of silently not working.
6810         Only provide a clock when we are actually able to do so.
6811         Various small cleanups and compiler hints.
6812
6813 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
6814
6815         Patch by: Lutz Mueller <lutz at topfrose de>
6816
6817         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
6818         (plugin_init):
6819           Add typefinding for text/html (#346581).
6820
6821 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
6822
6823         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
6824         (xml_check_first_element), (xml_type_find), (smil_type_find):
6825           Fix SMIL typefinding, make xml_check_first_element() more
6826           useful.
6827
6828 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
6829
6830         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
6831         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
6832         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
6833         * gst/playback/gstplaybasebin.h:
6834           Protect list of elements with a subtitle-encoding property and
6835           the subtitle encoding member itself with a lock of their own
6836           instead of using the object lock. This prevents a dead-lock in
6837           the element-remove callback in some circumstances when shutting
6838           down playbin.
6839
6840 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
6841
6842         * win32/common/libgsttag.def:
6843         Export some new functions.
6844         * win32/vs6/libgstogg.dsp:
6845         Add a link to libgsttag-0.10.lib.
6846
6847 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
6848
6849         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
6850           Some const-ification.
6851
6852 2006-07-04  Wim Taymans  <wim@fluendo.com>
6853
6854         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
6855         Improve checking if we are dealing with a stream. Added some
6856         more uris that need buffering.
6857
6858 2006-07-03  Edward Hervey  <edward@fluendo.com>
6859
6860         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
6861         Remove unused variable.
6862
6863 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
6864
6865         * Makefile.am:
6866           include lcov.mak
6867         * configure.ac:
6868           add GCOV_LIBS to GST_LIBS
6869
6870 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
6871
6872         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
6873
6874         * ext/alsa/gstalsasrc.c:
6875           Add 32 bps to template caps and increase channels range
6876           from [1,2] to [1,MAX]. See #346326.
6877
6878 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
6879
6880         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6881           Recognise 'WMVA' video codec fourcc (#345879).
6882           
6883 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
6884          
6885         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
6886           Fixed nasty memory leak
6887
6888 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6889
6890         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
6891         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
6892           fix logging
6893
6894 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
6895
6896         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
6897         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
6898         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
6899         Protect remove_fakesink using a mutex, so that we don't try and
6900         remove the fakesink simultaneously from multiple threads.
6901
6902         When going from READY to PAUSED, restore the fakesink, so that
6903         it is there when decodebin gets reused.
6904
6905 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
6906
6907         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
6908         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6909         * gst-libs/gst/rtp/gstbasertppayload.c:
6910         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6911         * gst/tcp/gstmultifdsink.c:
6912         * gst/tcp/gsttcpclientsink.c:
6913         * gst/tcp/gsttcpclientsrc.c:
6914         * gst/tcp/gsttcpserversink.c:
6915         * gst/tcp/gsttcpserversrc.c:
6916         * gst/videorate/gstvideorate.c:
6917         * gst/videotestsrc/gstvideotestsrc.c:
6918         * sys/v4l/gstv4ljpegsrc.c:
6919         * sys/v4l/gstv4lmjpegsink.c:
6920         * sys/v4l/gstv4lsrc.c:
6921         * tests/examples/seek/scrubby.c:
6922         * tests/examples/seek/seek.c:
6923           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
6924
6925 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
6926
6927         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
6928           Second field in GEnumValue shouldn't be a description,
6929           but a stringified version of the enum value.
6930
6931 2006-06-22  Wim Taymans  <wim@fluendo.com>
6932
6933         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
6934         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
6935         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
6936         Avoid type checking in buffer casts.
6937         Avoid caps copy in buffer_alloc when we can.
6938         Use pad_peer_accept.
6939
6940 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
6941
6942         * gst-libs/gst/tag/tag.h:
6943           Oops, make that 'Since: 0.10.9'.
6944
6945 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
6946
6947         * docs/libs/gst-plugins-base-libs-sections.txt:
6948         * gst-libs/gst/tag/tag.h:
6949         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
6950         (gst_tag_image_type_get_type):
6951           API: add GstTagImageType enum to describe images contained
6952           in image tags (#345641).
6953
6954 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
6955
6956         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
6957           Fix warnings with gst-inspect: "buffers-min" property
6958           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
6959           typo in property description.
6960
6961 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
6962
6963         Patch by: Cody Russell <bratsche at gnome org>
6964
6965         * gst/audioresample/gstaudioresample.c:
6966         (gst_audioresample_class_init):
6967         * gst/playback/gststreamselector.c:
6968         (gst_stream_selector_class_init):
6969         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
6970         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
6971         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
6972         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
6973         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
6974         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
6975         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
6976         * gst/videotestsrc/gstvideotestsrc.c:
6977         (gst_video_test_src_class_init):
6978         * gst/volume/gstvolume.c: (gst_volume_class_init):
6979           Avoid unnecessary class cast check in class_init
6980           functions (#337747).
6981
6982 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
6983
6984         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
6985         (gst_text_overlay_video_chain):
6986           g_markup_escape_text() REALLY doesn't like non-UTF8 input
6987           and doesn't validate its input either (and neither did
6988           textoverlay it seems). Let's do that then and fix #345206.
6989
6990 2006-06-19  Wim Taymans  <wim@fluendo.com>
6991
6992         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
6993         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
6994         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
6995         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
6996         (find_syncframe), (find_limits), (assign_value),
6997         (count_burst_unit), (gst_multi_fd_sink_new_client),
6998         (gst_multi_fd_sink_handle_client_write),
6999         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
7000         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
7001         (gst_multi_fd_sink_change_state):
7002         * gst/tcp/gstmultifdsink.h:
7003         Added shiny new burst-on-connect methods.
7004         Add properties to control the minimal amount of data queued.
7005         Small cleanups.
7006         API: bytes-min property
7007         API: time-min property
7008         API: buffers-min property
7009         API: burst-unit property
7010         API: burst-value property
7011         API: add-full signal
7012
7013         * gst/tcp/gsttcp-marshal.list:
7014         Added new marshaller code for the new signal.
7015
7016         * tests/check/elements/multifdsink.c: (GST_START_TEST),
7017         (multifdsink_suite):
7018         Added testcases for new burst methods.
7019
7020 2006-06-19  Edward Hervey  <edward@fluendo.com>
7021
7022         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
7023         Implement clipping for accurate seeking.
7024         Closes #345225
7025
7026 2006-06-19  Wim Taymans  <wim@fluendo.com>
7027
7028         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
7029
7030         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
7031         (gst_video_scale_transform):
7032         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
7033
7034 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
7035
7036         * configure.ac:
7037           Fix --disable-external (can't set conditionals conditionally,
7038           #343602).
7039
7040 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
7041
7042         * tests/check/elements/audioresample.c: (test_reuse),
7043         (audioresample_suite):
7044           Add test case for bug #342789 fixed below.
7045
7046 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
7047
7048         * gst/audioresample/gstaudioresample.c:
7049         (gst_audioresample_class_init), (gst_audioresample_init),
7050         (audioresample_start), (audioresample_stop),
7051         (gst_audioresample_set_property), (gst_audioresample_get_property):
7052           Implement GstBaseTransform::start and ::stop so that audioresample
7053           can clear its internal state properly and be reused instead of
7054           causing non-negotiated errors with playbin under some circumstances
7055           (#342789).
7056
7057         * tests/check/elements/audioresample.c: (setup_audioresample),
7058         (cleanup_audioresample):
7059           Need to set element state here so that ::start and ::stop are
7060           called.
7061
7062 2006-06-16  Wim Taymans  <wim@fluendo.com>
7063
7064         Patch by: Young-Ho Cha <ganadist at chollian dot net>
7065
7066         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
7067         Parse extra data better, apparently it's right behind
7068         the normal strf header size. Fixes #343500.
7069
7070 2006-06-16  Wim Taymans  <wim@fluendo.com>
7071
7072         * ext/alsa/gstalsasink.c: (set_hwparams):
7073         If we fail to set the buffer_time and period_time alsa
7074         parameters, post a warning and leave alsa select a 
7075         default instead of failing. Fixes #342085
7076
7077 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
7078
7079         * docs/libs/gst-plugins-base-libs-sections.txt:
7080         * gst-libs/gst/cdda/gstcddabasesrc.h:
7081           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
7082           out in the header file and shouldn't be listed in the docs.
7083
7084         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
7085           Must dereference pointer to fourcc in the debug statement.
7086
7087 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
7088
7089         * docs/libs/Makefile.am:
7090         * docs/libs/gst-plugins-base-libs-docs.sgml:
7091         * docs/libs/gst-plugins-base-libs-sections.txt:
7092         * docs/libs/gst-plugins-base-libs.types:
7093         add remaining symbols into correct setions
7094         
7095         * gst-libs/gst/audio/gstringbuffer.c:
7096         fix incomplete docs
7097         
7098         * gst-libs/gst/audio/gstringbuffer.h:
7099         comment out not yet implemented function
7100         
7101         
7102         * gst-libs/gst/floatcast/floatcast.h:
7103         * gst-libs/gst/netbuffer/gstnetbuffer.c:
7104         add short descriptions
7105         
7106         
7107         * gst-libs/gst/interfaces/propertyprobe.c:
7108         fix return value docs   
7109         
7110         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
7111         simplify debug logging
7112         
7113         * gst-libs/gst/riff/riff-read.h:
7114         sync function prototype and docs
7115         
7116         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
7117         remove left over symbol
7118
7119 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
7120
7121         * autogen.sh:
7122         * configure.ac:
7123         * docs/Makefile.am:
7124           Use GST_PLUGIN_DOCS macro in configure.ac, add
7125           --enable-plugin-docs default to autogen.sh and use
7126           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
7127
7128 2006-06-15  Wim Taymans  <wim@fluendo.com>
7129
7130         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
7131         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
7132         (gst_ogg_demux_loop):
7133         Combine GstFlowReturn from the source pads to give a
7134         meaningfull result to the upstream peer or to stop the
7135         processing task in case of errors.
7136
7137 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
7138
7139         * gst/playback/gststreaminfo.c: (cb_probe):
7140           Try GST_TAG_CODEC as fallback when extracting the
7141           codec name; more debug info.
7142
7143 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
7144
7145         * ext/ogg/Makefile.am:
7146         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
7147           Extract language tags from ogm subtitle streams, so that
7148           the subtitle menu choices are labelled correctly in
7149           Totem (fixes #344708).
7150
7151 2006-06-14  Wim Taymans  <wim@fluendo.com>
7152
7153         Patch by: Alessandro Decina <alessandro at nnva dot org>
7154
7155         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
7156         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
7157         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
7158         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
7159         Fix various leaks. Fixes #343699.
7160         Add x-smoke mime type.
7161
7162 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
7163
7164         * gst-libs/gst/riff/riff-ids.h:
7165           Add IDs for 'bext' chunks (see #343837).
7166
7167 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
7168
7169         Patch by: Young-Ho Cha  <ganadist at chollian net>
7170
7171         * gst/subparse/samiparse.c: (sami_context_pop_state),
7172         (handle_start_font), (end_sami_element):
7173           Honour font face tags in SAMI subtitles (#344503).
7174
7175 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
7176
7177         * po/POTFILES.in:
7178           add missing files containing translatable strings
7179
7180 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
7181
7182         * docs/libs/tmpl/.cvsignore:
7183           we don't want those *.sgml files in CVS either
7184
7185 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
7186
7187         * docs/libs/.cvsignore:
7188         * tests/check/elements/.cvsignore:
7189         * tests/check/libs/.cvsignore:
7190           ignore more
7191
7192 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
7193
7194         * docs/libs/Makefile.am:
7195           also commiting the changed Makefile.am (added more libs to the
7196           doc-build)
7197
7198 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
7199
7200         * docs/libs/gst-plugins-base-libs-docs.sgml:
7201         * docs/libs/gst-plugins-base-libs-sections.txt:
7202         * docs/libs/gst-plugins-base-libs.types:
7203           first batch of reordering things, add index & hierarchy
7204
7205 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
7206
7207         * configure.ac:
7208           use GST_PKG_CHECK_MODULES, cleans up output
7209
7210 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
7211
7212         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
7213           Add support for burn:// URIs (#343385); const-ify things a bit,
7214           use G_N_ELEMENTS instead of hard-coded array size.
7215
7216 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
7217
7218         Patch by: Young-Ho Cha  <ganadist at chollian net>
7219
7220         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
7221           Fix up broken entities before passing them to libxml *sigh*.
7222           (#343303).
7223           
7224 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7225
7226         * configure.ac:
7227           back to TRUNK
7228
7229 === release 0.10.8 ===
7230
7231 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
7232
7233         * configure.ac:
7234           releasing 0.10.8, "Moar gij ziet mij nie"
7235
7236 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
7237
7238         * configure.ac:
7239         * po/af.po:
7240         * po/az.po:
7241         * po/cs.po:
7242         * po/en_GB.po:
7243         * po/hu.po:
7244         * po/it.po:
7245         * po/nb.po:
7246         * po/nl.po:
7247         * po/or.po:
7248         * po/sq.po:
7249         * po/sr.po:
7250         * po/sv.po:
7251         * po/uk.po:
7252         * po/vi.po:
7253         * win32/common/config.h:
7254           0.10.7.2 prerelease
7255
7256 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
7257
7258         * docs/libs/tmpl/gstaudio.sgml:
7259         * docs/libs/tmpl/gstcolorbalance.sgml:
7260         * docs/libs/tmpl/gstmixer.sgml:
7261         * docs/libs/tmpl/gstringbuffer.sgml:
7262         * docs/libs/tmpl/gsttuner.sgml:
7263         * docs/libs/tmpl/gstxoverlay.sgml:
7264         * gst-libs/gst/audio/audio.c:
7265         * gst-libs/gst/audio/gstringbuffer.c:
7266         * gst-libs/gst/interfaces/colorbalance.c:
7267         * gst-libs/gst/interfaces/mixer.c:
7268         * gst-libs/gst/interfaces/tuner.c:
7269         * gst-libs/gst/interfaces/xoverlay.c:
7270           move last template doc snippets to source code and delete them
7271
7272 2006-06-06  Michael Smith  <msmith@fluendo.com>
7273
7274         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
7275         (theora_parse_drain_queue):
7276           Mark DELTA_UNIT on non-keyframes.
7277
7278 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
7279
7280         * gst-libs/gst/audio/gstbaseaudiosink.c:
7281         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
7282         * gst-libs/gst/audio/gstbaseaudiosink.h:
7283         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
7284         (gst_ring_buffer_samples_done):
7285         * gst-libs/gst/audio/gstringbuffer.h:
7286         Document better the fact that latency_time and buffer_time are values
7287         stored in microseconds, and not the usual GStreamer nanoseconds.
7288         Change the variables (compatibly) that store them from GstClockTime 
7289         to guint64 to make it more clear that they're not storing clock times.
7290         Also, remove the bogus property description that says the user can
7291         specify -1 to get the default value, since that's never been the case.
7292
7293         When computing the default segment size for the ring buffer, make it
7294         an integer number of samples.
7295
7296         When the sub-class indicates a delay greater than the number of
7297         samples we've written return 0 from the audio sink get_time method.
7298
7299 2006-06-02  Michael Smith  <msmith@fluendo.com>
7300
7301         * tests/check/elements/audioconvert.c: (set_channel_positions),
7302         (get_float_mc_caps), (get_int_mc_caps):
7303         * tests/check/elements/audioresample.c:
7304         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
7305         * tests/check/elements/videorate.c:
7306         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
7307         * tests/check/elements/volume.c:
7308         * tests/check/elements/vorbisdec.c:
7309         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
7310           Don't busy-wait in tests; this was causing test timeouts very
7311           frequently when running under valgrind.
7312
7313 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
7314
7315         * gst/tcp/README:
7316         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
7317         (gst_multi_fd_sink_remove_client_link),
7318         (gst_multi_fd_sink_client_queue_caps),
7319         (gst_multi_fd_sink_client_queue_buffer),
7320         (gst_multi_fd_sink_handle_client_write),
7321         (gst_multi_fd_sink_render):
7322         * gst/tcp/gstmultifdsink.h:
7323           make multifdsink properly deal with streamheader:
7324           - streamheader is taken from caps
7325           - buffers marked with IN_CAPS are not sent
7326           - streamheaders are sent, on connection, from the caps of the
7327             buffer where the client gets positioned to
7328           - further streamheader changes are done every time the client
7329             will receive a buffer with different caps
7330         * tests/check/elements/multifdsink.c: (GST_START_TEST),
7331         (gst_multifdsink_create_streamheader):
7332           add tests for this
7333
7334 2006-06-02  Michael Smith  <msmith@fluendo.com>
7335
7336         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
7337           Reinstate limit on channel count. Vorbis does not define the meaning
7338           of > 6 channels, so they're just independent channels. Gstreamer
7339           currently has no mechanism to represent N independent channels.
7340
7341 2006-06-02  Michael Smith  <msmith@fluendo.com>
7342
7343         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
7344           Don't arbitrarily restrict channel counts and rate in vorbis.
7345           In terms of effects likely on real-world files, this fixes 96kHz
7346           playback of vorbis.
7347
7348 2006-06-02  Michael Smith  <msmith@fluendo.com>
7349
7350         * gst/audioconvert/audioconvert.c: (float):
7351           More correct float->int conversion.
7352
7353 2006-06-02  Michael Smith  <msmith@fluendo.com>
7354
7355         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
7356           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
7357           value. Fixes g-critical on trying to play back ogg containing
7358           unknown codec.
7359
7360 2006-06-02  Wim Taymans  <wim@fluendo.com>
7361
7362         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
7363         (setup_source):
7364         * gst/playback/gstplaybasebin.h:
7365         Make the subtitle detection work from any thread so we don't
7366         deadlock. Fixes #343397.
7367
7368 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
7369
7370         * gst/volume/Makefile.am:
7371           Seriously, it's not *that* hard to get compilation right.  Even
7372           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
7373
7374 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
7375
7376         * gst/volume/gstvolume.c: (volume_choose_func),
7377         (volume_update_real_volume), (gst_volume_class_init),
7378         (gst_volume_init), (volume_process_float), (volume_process_int16),
7379         (volume_process_int16_clamp), (volume_set_caps),
7380         (volume_transform_ip), (plugin_init):
7381         * gst/volume/gstvolume.h:
7382         rewrite the passthrough check, split _int16 and _int16_clamp, fix
7383         another property desc., remove unused param from process function
7384         
7385         * tests/check/elements/volume.c: (volume_suite):
7386         reactivate the passthrough test
7387
7388 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
7389
7390         * ext/alsa/gstalsamixerelement.h:
7391         * ext/alsa/gstalsamixeroptions.h:
7392         * ext/alsa/gstalsamixertrack.h:
7393         * ext/gnomevfs/gstgnomevfssink.h:
7394         * ext/gnomevfs/gstgnomevfssrc.h:
7395         * ext/theora/gsttheoradec.h:
7396         * ext/theora/gsttheoraenc.h:
7397         * ext/theora/gsttheoraparse.h:
7398         * ext/vorbis/vorbisparse.h:
7399         * gst-libs/gst/audio/gstaudioclock.h:
7400         * gst-libs/gst/audio/gstaudiofilter.h:
7401         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
7402         * gst/audioconvert/gstaudioconvert.h:
7403         * gst/audioresample/gstaudioresample.h:
7404         * gst/audiotestsrc/gstaudiotestsrc.h:
7405         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7406         * gst/playback/gststreamselector.h:
7407         * gst/tcp/gstmultifdsink.h:
7408         * gst/tcp/gsttcpclientsink.h:
7409         * gst/tcp/gsttcpclientsrc.h:
7410         * gst/tcp/gsttcpserversink.h:
7411         * gst/tcp/gsttcpserversrc.h:
7412         * gst/videorate/gstvideorate.h:
7413         * gst/videoscale/gstvideoscale.h:
7414         * gst/videotestsrc/gstvideotestsrc.h:
7415         * gst/volume/gstvolume.h:
7416         * sys/v4l/gstv4ljpegsrc.h:
7417         * sys/v4l/gstv4lmjpegsink.h:
7418         * sys/v4l/gstv4lmjpegsrc.h:
7419         * sys/v4l/gstv4lsrc.h:
7420         * sys/ximage/ximagesink.h:
7421         * sys/xvimage/xvimagesink.h:
7422         * tests/old/testsuite/alsa/sinesrc.h:
7423         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
7424
7425 2006-05-31  Wim Taymans  <wim@fluendo.com>
7426
7427         * ext/libvisual/visual.c: (gst_visual_reset),
7428         (gst_visual_sink_setcaps), (gst_visual_sink_event),
7429         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
7430         Handle DISCONT.
7431         Use running time before doing QoS.
7432         Handle mono too.
7433
7434 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
7435
7436         * docs/libs/Makefile.am:
7437           set a magic variable to indicate we know the docs are incomplete
7438
7439 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
7440
7441         * win32/common/libgstvideo.def:
7442           export gst_video_calculate_display_ratio
7443         * win32/vs6/libgstvideoscale.dsp:
7444           add link to libgstvideo-0.10.lib
7445
7446 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
7447
7448         * gst/playback/gstplaybasebin.c: (gen_source_element):
7449           Throw a more comprehensible error for rtsp:// URIs (rather
7450           than erroring out with a negotiation error later on) until
7451           we fix playbin to handle rtspsrc etc.
7452
7453 2006-05-30  Wim Taymans  <wim@fluendo.com>
7454
7455         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
7456         (gst_text_overlay_text_event):
7457         Added some FIXMEs.
7458
7459 2006-05-30  Wim Taymans  <wim@fluendo.com>
7460
7461         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
7462         (gst_adder_request_new_pad), (gst_adder_release_pad):
7463         * gst/adder/gstadder.h:
7464         Implement release_request_pad.
7465         Make padcounter atomic.
7466
7467         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
7468         Added check for release_pad in adder.
7469
7470 2006-05-30  Wim Taymans  <wim@fluendo.com>
7471
7472         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
7473         Fix build again.
7474
7475 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
7476
7477         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
7478         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
7479         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7480         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
7481         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
7482         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
7483         (gst_ogg_demux_bisect_forward_serialno),
7484         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
7485         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
7486           add more debugging
7487           clean up printf formats for granulepos and serialno
7488
7489 2006-05-30  Michael Smith  <msmith@fluendo.com>
7490
7491         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
7492         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
7493         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
7494         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
7495         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
7496         * ext/vorbis/vorbisenc.h:
7497           Multi-channel caps negotiation, so we can do proper multichannel
7498           vorbis encoding, negotiated through audioconvert.
7499
7500 2006-05-30  Wim Taymans  <wim@fluendo.com>
7501
7502         * tests/check/elements/adder.c: (test_event_message_received),
7503         (test_play_twice_message_received), (GST_START_TEST),
7504         (adder_suite):
7505         Added check to show that #339935 is fixed with ongoing
7506         adder and collectpads fixes.
7507
7508 2006-05-29  Wim Taymans  <wim@fluendo.com>
7509
7510         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
7511         Don't leak pad name.
7512
7513 2006-05-29  Wim Taymans  <wim@fluendo.com>
7514
7515         * gst/adder/gstadder.c: (gst_adder_query_duration),
7516         (forward_event_func), (forward_event), (gst_adder_src_event):
7517         Fix adder seeking.
7518         Make query/seeking code threadsafe.
7519
7520         * tests/check/Makefile.am:
7521         * tests/check/elements/adder.c: (test_event_message_received),
7522         (GST_START_TEST), (test_play_twice_message_received):
7523         Fix adder test case.
7524
7525 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
7526
7527         Patch by: Young-Ho Cha  <ganadist at chollian net>
7528
7529         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7530         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
7531         (set_encoding_element), (decodebin_element_added_cb),
7532         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
7533         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
7534         * gst/playback/gstplaybasebin.h:
7535           Add 'subtitle-encoding' property to playbin, so applications can
7536           force a subtitle encoding for non-UTF8 subtitles (#342268).
7537
7538         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
7539         (gst_sub_parse_set_property):
7540           Rename recently-added 'encoding' property to 'subtitle-encoding'
7541           (so it can be proxied by playbin/decodebin in a generic way
7542           with less danger of false positives).
7543
7544 2006-05-29  Michael Smith  <msmith@fluendo.com>
7545
7546         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
7547         (append_with_other_format), (set_structure_widths),
7548         (gst_audio_convert_transform_caps):
7549           Patch from #341562: give more specific audio caps in get_caps, so
7550           that basetransform  can make better decisions on what caps to
7551           negotiate.
7552
7553 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
7554
7555         * tests/check/elements/volume.c:
7556         make it compile again
7557
7558 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
7559
7560         * tests/check/elements/volume.c: (volume_suite):
7561         disable test until #343196 gets resolved
7562
7563 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
7564
7565         * gst/adder/gstadder.c: (gst_adder_get_type):
7566         Make it easier to copy&paste
7567         
7568         * gst/volume/Makefile.am:
7569         * gst/volume/gstvolume.c: (volume_update_real_volume),
7570         (gst_volume_set_volume), (gst_volume_set_mute),
7571         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
7572         (volume_transform_ip), (volume_update_mute),
7573         (volume_update_volume):
7574         * gst/volume/gstvolume.h:
7575         Add own debug category, move duplicate code to helper function, fix
7576         property texts, add more comments and prepare ffor liboil-goodness
7577         
7578         * tests/check/Makefile.am:
7579         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
7580         add test for mute and passtrough case, be a bit more verbose to track
7581         failure
7582         
7583         * tests/check/generic/states.c: (GST_START_TEST):
7584         catch elements that fail to instantiate
7585
7586 2006-05-28  Edward Hervey  <edward@fluendo.com>
7587
7588         * tests/check/pipelines/simple-launch-lines.c:
7589         * tests/check/pipelines/theoraenc.c:
7590         * tests/check/pipelines/vorbisenc.c:
7591         Comment out tests using parse_launch() if core was built without
7592         parsing capabilities.
7593
7594 2006-05-27  Edward Hervey  <edward@fluendo.com>
7595
7596         * tests/check/Makefile.am:
7597         Extra bonus points for whoever explains to ensonic that you are meant
7598         to test unit tests thoroughly before commiting them, especially if
7599         you know it's going to break.
7600         De-activated element/adder tests.
7601
7602 2006-05-27  Edward Hervey  <edward@fluendo.com>
7603
7604         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7605         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
7606         Marking caps conversion issues as GST_WARNING is way too verbose,
7607         Moving them to GST_LOG.
7608
7609 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
7610
7611         * README:
7612           Replace current README (containing the release notes from
7613           some 0.9.x version) with a proper README taken from the core.
7614
7615 2006-05-26  Wim Taymans  <wim@fluendo.com>
7616
7617         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
7618         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
7619         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
7620         (vorbis_dec_change_state):
7621         Small cleanups.
7622         Add some FIXMEs
7623         Clip output samples to segment boundaries.
7624
7625 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
7626
7627         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
7628         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
7629         Improve the errors produced on bad output, including some human
7630         readable description strings.
7631         Handle the (theoretical for ximagesink) case where the XServer 
7632         has a different idea about the size required for a particular 
7633         frame and gives us too small a memory allocation.
7634
7635 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
7636
7637         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7638         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
7639         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
7640         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
7641         Improve the errors produced on bad output, including some human 
7642         readable description strings.
7643         Handle RGB Xv formats properly by transforming them into our 
7644         big-endian caps description.
7645         Use gst_caps_truncate to ensure that we never try and choose a
7646         non-fixed caps in buffer_alloc.
7647         Handle the case where the XServer has a different idea about the size
7648         required for a particular frame and gives us too small a memory
7649         allocation.
7650         Use -1 to indicate 'no image format', because 0 is a valid XServer
7651         image format number.
7652         Put RGB Xv formats at the end of the caps, so that we always prefer
7653         YUV format frames.
7654         Iterate the available Xv Encodings to determine the maximum width and
7655         height, and then return that in our caps.
7656         (Closes #315312, #337544)
7657
7658 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
7659
7660         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
7661         When there is only one unfinished pad and it receives an event that
7662         doesn't match our requirements, we need to set alldone=FALSE so that
7663         the fakesink is not removed yet.
7664
7665 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
7666
7667         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
7668           Use gst_type_find_helper_for_buffer() to find the type
7669           of stream from the first packet.
7670
7671         * configure.ac:
7672           Bump requirements to core CVS (needed for vorbis
7673           typefinding to work).
7674
7675 2006-05-24  Edward Hervey  <edward@fluendo.com>
7676
7677         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
7678         Added the 'prfl' atom type which MQV (no, it's not a typo) files
7679         contain.  Else they play perfectly fine with qtdemux.
7680
7681 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
7682
7683         * ext/theora/theoradec.c:
7684         * ext/theora/theoraenc.c:
7685         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
7686         * gst/audiorate/gstaudiorate.c:
7687           make more debug catagories static
7688         
7689         * tests/check/Makefile.am:
7690         * tests/check/elements/adder.c: (message_received),
7691         (test_event_message_received), (GST_START_TEST),
7692         (test_play_twice_message_received), (adder_suite):
7693           added test case for using element twice, extra bonus points for anyone
7694           who can make these test run reliably
7695
7696 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
7697
7698         * ext/theora/theoradec.c: (theora_dec_chain):
7699           Make work with time-stamped input buffers that do not
7700           have a granulepos in BUFFER_OFFSET_END (like theora
7701           buffers coming from matroskademux). Fixes #342448.
7702
7703 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
7704
7705         Patch by: Peter Kjellerstedt  <pkj at axis com>
7706
7707         * gst/tcp/Makefile.am:
7708           fdstresstest doesn't need Gtk+, fix compilation if 
7709           gtk is not available (#342566).
7710
7711 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
7712          
7713         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
7714           80 line columns
7715           Removed redundant floor()
7716
7717 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
7718
7719         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
7720           On second thought, just skip JUNK chunks automatically, so
7721           the caller doesn't have to handle this. Fixes #342345.
7722           Also, return GST_FLOW_UNEXPECTED if we get a short read,
7723           not GST_FLOW_ERROR.
7724
7725 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
7726
7727         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
7728           Don't bail out on JUNK chunks with a size of 0 (would try to
7729           pull_range 0 bytes before, which sources don't like too much).
7730           See #342345.
7731
7732 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
7733
7734         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
7735         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
7736         Use the gstutil scaling function to preserve 64 bits while calculating
7737         output width and height from the display-aspect-ratio. (A continuation
7738         of #341542)
7739
7740 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
7741
7742         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
7743         (gst_xvimagesink_buffer_alloc):
7744         * sys/xvimage/xvimagesink.h:
7745         When performing buffer allocations, remember the caps and image format
7746         we return so that if the same caps are asked for next time we can
7747         return them immediately without doing any caps intersections.
7748
7749 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
7750          
7751         * gst-libs/gst/rtp/README:
7752           Some new documentation
7753         * gst-libs/gst/rtp/gstrtpbuffer.h:       
7754           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
7755         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
7756         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
7757           New RTP audio base payloader class. Supports frame or sample based
7758           codecs.  Not enabled in Makefile.am until approved.
7759
7760 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
7761
7762         * tests/check/elements/alsa.c: (test_device_property_probe):
7763           Fix test case: don't try to free NULL GValueArray when there
7764           are no devices.
7765
7766 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
7767
7768         * tests/check/Makefile.am:
7769         * tests/check/elements/alsa.c: (test_device_property_probe),
7770         (alsa_suite), (main):
7771           Add simple test that runs a device property probe on alsasrc,
7772           alsasink and alsamixer. Disable valgrind check for now (too
7773           many leaks in libasound, and valgrind ignored my suppressions
7774           additions).
7775
7776 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
7777
7778         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
7779         (gst_alsa_device_property_probe_probe_property),
7780         (gst_alsa_device_property_probe_needs_probe),
7781         (gst_alsa_device_property_probe_get_values),
7782         (gst_alsa_type_add_device_property_probe_interface):
7783         * ext/alsa/gstalsadeviceprobe.h:
7784         * ext/alsa/gstalsamixerelement.c:
7785         (gst_alsa_mixer_element_init_interfaces):
7786         * ext/alsa/gstalsamixerelement.h:
7787           Clean up and simplify alsa device probing. Make it actually work
7788           for multiple classes. Don't cache results any longer.
7789
7790         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
7791         (gst_alsasink_init):
7792         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
7793         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
7794         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
7795           Make alsasink and alsasrc implement the GstPropertyProbe interface
7796           for device probing (#342181).
7797           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
7798
7799 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
7800
7801         * gst/subparse/samiparse.c: (handle_start_font):
7802           Don't ignore return value of strtol (++compiler_happiness).
7803
7804 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
7805
7806         Patch by: Young-Ho Cha  <ganadist chollian net>
7807
7808         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
7809         (gst_sub_parse_class_init), (gst_sub_parse_init),
7810         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
7811         (convert_encoding):
7812         * gst/subparse/gstsubparse.h:
7813           Add 'encoding' property (#341681).
7814
7815         * gst/subparse/samiparse.c: (characters_sami):
7816           Output is pango markup, so we need to escape text
7817           between tags (#342143).
7818
7819 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
7820
7821         * gst-libs/gst/audio/multichannel.c:
7822         (gst_audio_check_channel_positions):
7823           It's okay to have caps with channels=1 and a channel position
7824           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
7825           (deinterleavers might want to keep the position in the caps,
7826           so that they can be re-interleaved again properly later).
7827           Leave check for unexpected 2-channel layouts intact for now.
7828
7829 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7830
7831         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
7832         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
7833         basesrc can do its job correctly.
7834
7835 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
7836
7837         * ext/alsa/Makefile.am:
7838         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
7839         (gst_alsa_detect_formats), (get_channel_free_structure),
7840         (caps_add_channel_configuration), (gst_alsa_detect_channels),
7841         (gst_alsa_probe_supported_formats):
7842         * ext/alsa/gstalsa.h:
7843         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
7844           Refactor and improve caps probing code: probe signedness
7845           when we probe the supported formats/widths; set endianness
7846           to the one we actually probed for (ie. cpu endianness).
7847           
7848         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
7849         (gst_alsasrc_close):
7850         * ext/alsa/gstalsasrc.h:
7851           Implement caps probing for alsasrc.
7852
7853 2006-05-15  Wim Taymans  <wim@fluendo.com>
7854
7855         * ext/theora/theoradec.c: (gst_theora_dec_reset),
7856         (theora_dec_src_query), (theora_dec_src_event),
7857         (theora_dec_sink_event), (theora_handle_comment_packet),
7858         (theora_handle_data_packet), (theora_dec_change_state):
7859         Cleanups, add some G_LIKELY.
7860         Use segment helpers instead of our own wrong code.
7861         Clear queued buffers on seek and READY.
7862
7863         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
7864         (vorbis_dec_convert), (vorbis_dec_src_query),
7865         (vorbis_dec_src_event), (vorbis_dec_sink_event),
7866         (vorbis_handle_comment_packet), (vorbis_dec_push),
7867         (vorbis_handle_data_packet), (vorbis_dec_chain),
7868         (vorbis_dec_change_state):
7869         * ext/vorbis/vorbisdec.h:
7870         Remove old useless packetno variable.
7871         Do position query properly.
7872         Add some G_LIKELY.
7873         Do cleanup of queued buffers in new helper function
7874         and use it.
7875
7876 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
7877
7878         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
7879           Query supported sample rates. Fixes #341732.
7880
7881 2006-05-15  Julien MOUTTE  <julien@moutte.net>
7882
7883         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
7884         (gst_decode_bin_change_state): Make decodebin reusable
7885         when going from PAUSE_TO_READY and then back to PAUSED.
7886         Fixes #331678.
7887
7888 2006-05-15  Wim Taymans  <wim@fluendo.com>
7889
7890         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
7891         (vorbis_dec_convert), (vorbis_dec_src_query),
7892         (vorbis_dec_sink_query), (vorbis_dec_src_event),
7893         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
7894         (vorbis_dec_clean_queued), (vorbis_dec_push),
7895         (vorbis_handle_data_packet), (vorbis_dec_change_state):
7896         Cleanups. Use refcounting and DEBUG_OBJECT.
7897         Reset segment on flush, use code methods instead of our
7898         own wrong version.
7899         Fix potential memleak.
7900
7901 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
7902
7903         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
7904         (gst_alsasink_init):
7905         * ext/alsa/gstalsasink.h:
7906           Don't leak allocated snd_output_t structure if there's
7907           more than one alsasink instance at a time (#341873).
7908           Also fix GObject macros in header file.
7909           
7910 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
7911
7912         * gst/subparse/gstsubparse.c:
7913         (gst_sub_parse_data_format_autodetect):
7914           Don't use libxml functions in the typefinding code.
7915
7916 2006-05-15  Wim Taymans  <wim@fluendo.com>
7917
7918         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
7919         Fix seeking performance in the case where a non-header 
7920         packet has a 0 granulepos (busted theora case). 
7921         Fixes #341719
7922         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
7923          the first place, you limelight stealer you)
7924
7925 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
7926
7927         * gst/subparse/gstsubparse.c:
7928         (gst_sub_parse_data_format_autodetect):
7929           Improve SAMI typefinding: handle case where there are
7930           whitespaces or newlines in front of the first <SAMI>
7931           tag (#169936).
7932
7933 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
7934
7935         * configure.ac:
7936           Build video4linux plugin even if there's no XVIDEO, just
7937           without implementing the GstXOverlay interface (#334002).
7938          
7939 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
7940
7941         * configure.ac:
7942         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
7943         (plugin_init):
7944           Add tentative support for libvisual-0.4 (#336881).
7945
7946 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
7947
7948         Patch by: Young-Ho Cha <ganadist at chollian net>
7949
7950         * gst/subparse/samiparse.c: (handle_start_font):
7951           Need to map "silver" colour explicitly (#169936).
7952
7953 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
7954
7955         Patch by: Young-Ho Cha  <ganadist at chollian net>
7956
7957         * gst/subparse/Makefile.am:
7958         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
7959         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
7960         (gst_sub_parse_format_autodetect), (feed_textbuf),
7961         (gst_subparse_type_find), (plugin_init):
7962         * gst/subparse/gstsubparse.h:
7963         * gst/subparse/samiparse.c:
7964         * gst/subparse/samiparse.h:
7965           Add support for SAMI subtitles (#169936).
7966
7967 2006-05-14  Michael Smith  <msmith@fluendo.com>
7968
7969         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
7970           Fix #341696: crash when mixing L+R+C to mono or stereo.
7971         * tests/check/Makefile.am:
7972         * tests/check/elements/audioconvert.c: (set_channel_positions),
7973         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
7974         (audioconvert_suite):
7975           Add test for the above, including some generic framework bits for
7976           testing multichannel things.
7977
7978 === release 0.10.7 ===
7979
7980 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
7981
7982         * configure.ac:
7983           releasing 0.10.7, "Leave the gun"
7984
7985 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
7986
7987         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
7988         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
7989         Fix the build.
7990
7991 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
7992
7993         * docs/libs/gst-plugins-base-libs-docs.sgml:
7994         * docs/libs/gst-plugins-base-libs-sections.txt:
7995         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
7996         * gst-libs/gst/video/video.h:
7997         * gst/videoscale/Makefile.am:
7998         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
7999         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
8000         * tests/check/Makefile.am:
8001         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
8002         (main):
8003           Fix integer overflow problem with pixel-aspect-ratio calculations
8004           in videoscale and xvimagesink (#341542)
8005
8006 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
8007
8008         * gst-libs/gst/tag/gstid3tag.c:
8009           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
8010
8011 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
8012
8013         * win32/MANIFEST:
8014           update win32 files listing
8015
8016 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
8017
8018         patch by: Sjoerd Simons (sjoerd@luon.net)
8019
8020         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8021         (group_create), (group_destroy), (add_stream),
8022         (gst_play_base_bin_get_property),
8023         (gst_play_base_bin_get_streaminfo_value_array):
8024         * gst/playback/gstplaybasebin.h:
8025           API: GstPlayBaseBin::stream-info-value-array property
8026           use a more bindings-friendly way of exposing streaminfo
8027           using a GValueArray.  Tested in ipython.
8028           Closes #341114
8029
8030 2006-05-11  Wim Taymans  <wim@fluendo.com>
8031
8032         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
8033         (queue_underrun_cb), (queue_filled_cb):
8034         Also catch queue underruns but don't do anything yet.
8035         Refactor and comment queue enlarging code a bit.
8036
8037         * gst/playback/gstplaybasebin.c: (queue_overrun),
8038         (queue_threshold_reached), (queue_out_of_data),
8039         (gen_preroll_element):
8040         If a queue over/underruns check that we don't create nasty
8041         deadlocks when the min-threshold is not reached but the
8042         max-bytes is. In those cases disable max-bytes when we
8043         know that the queue is fed timed data.
8044         Add more comments.
8045
8046 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
8047
8048         * gst/playback/gstplaybin.c: (gen_audio_element):
8049           Make playbin automatically plug an 'audioresample'
8050           element before the audio sink as well. This solves
8051           problems with sinks that only accept a very specific
8052           sample rate, like esdsink (e.g. #340379).
8053
8054 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
8055
8056         * gst/playback/gstplaybasebin.c: (gen_source_element):
8057           Make http sources send special headers so that we receive
8058           icecast metadata if the http stream is an icecast stream
8059           (otherwise the server will just ignore them). This also
8060           means that from now on users will need the 'icydemux'
8061           element from gst-plugins-good installed if they want to
8062           listen to icecast radio streams. (#341432, #333657).
8063
8064 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
8065
8066         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
8067         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
8068           remove stupid example from docs - it should come with a simple
8069           C program instead.
8070           Clean up/fix docs
8071         * tests/check/elements/multifdsink.c: (wait_bytes_served),
8072         (fail_if_can_read), (GST_START_TEST),
8073         (gst_multifdsink_create_streamheader), (multifdsink_suite):
8074           add a test for changing streamheader which exposes a bug in
8075           multifdsink
8076
8077 2006-05-11  Michael Smith  <msmith@fluendo.com>
8078
8079         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
8080         (gst_gnome_vfs_src_received_headers_callback):
8081         * ext/gnomevfs/gstgnomevfssrc.h:
8082           Don't set icy-caps unless we have a sane interval value. Move
8083           interval to a local variable; we never use it outside this function.
8084
8085 2006-05-11  Wim Taymans  <wim@fluendo.com>
8086
8087         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
8088         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
8089         Register special buffer types along with the objects so
8090         that they are not registered at runtime from N different
8091         streaming threads since they are not threadsafe.
8092
8093 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
8094
8095         * tests/check/elements/multifdsink.c: (wait_bytes_served),
8096         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
8097           add two more tests, one doing streamheader
8098
8099 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
8100
8101         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
8102           clean up the bufqueue when shutting down
8103         * tests/check/Makefile.am:
8104         * tests/check/elements/multifdsink.c: (setup_multifdsink),
8105         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
8106         (main):
8107           add a test for the leak that was just fixed
8108
8109 2006-05-10  Wim Taymans  <wim@fluendo.com>
8110
8111         * gst/adder/gstadder.c: (gst_adder_setcaps),
8112         (gst_adder_query_duration), (gst_adder_query), (forward_event),
8113         (gst_adder_src_event), (gst_adder_sink_event),
8114         (gst_adder_class_init), (gst_adder_finalize),
8115         (gst_adder_request_new_pad), (gst_adder_collected):
8116         * gst/adder/gstadder.h:
8117         Updated some docs. Added comments and FIXMEs all over the place.
8118         Improve debugging info.
8119         Fix leak on finalize by not calling the parent.
8120         Implement duration query.
8121         Make event forwarding threadsafe.
8122         Correctly send NEWSEGMENT at start and after flush.
8123         Handle EOS correctly.
8124         Post error when not negotiated.
8125
8126         * tests/check/elements/adder.c: (GST_START_TEST):
8127         Added FIXME in the test.
8128
8129 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
8130
8131         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
8132         (gst_text_overlay_halign_get_type),
8133         (gst_text_overlay_wrap_mode_get_type):
8134         * ext/theora/theoradec.c: (theora_handle_type_packet),
8135         (theora_handle_data_packet):
8136         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
8137         (theora_enc_sink_setcaps), (theora_enc_chain):
8138         * gst-libs/gst/cdda/gstcddabasesrc.c:
8139         (gst_cdda_base_src_mode_get_type):
8140         * gst/audiotestsrc/gstaudiotestsrc.c:
8141         (gst_audiostestsrc_wave_get_type):
8142         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
8143         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
8144         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
8145         (gst_sync_method_get_type), (gst_unit_type_get_type),
8146         (gst_client_status_get_type):
8147         * gst/videoscale/gstvideoscale.c:
8148         (gst_video_scale_method_get_type):
8149         * gst/videotestsrc/gstvideotestsrc.c:
8150         (gst_video_test_src_pattern_get_type):
8151         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
8152         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
8153         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
8154         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
8155         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
8156         (paint_setup_RGB565), (paint_setup_xRGB1555):
8157           Const-ify GEnumValue and GFlagsValue arrays. Use
8158           GST_ROUND_UP_* macros instead of home-made ones.
8159
8160 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
8161
8162         * configure.ac:
8163           Require core CVS for the new newsegment stuff.
8164
8165 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
8166
8167         Patch by: Sjoerd Simons  <sjoerd at luon net>
8168
8169         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
8170           Register nick for enum value (#341160).
8171
8172 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
8173
8174         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
8175         (plugin_init):
8176          backout typefind patch #340375
8177          
8178         * tests/check/elements/adder.c: (message_received),
8179         (GST_START_TEST), (adder_suite):
8180           redo, signal-handling of test
8181
8182 2006-05-09  Wim Taymans  <wim@fluendo.com>
8183
8184         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
8185         (gst_adder_collected):
8186         * gst/adder/gstadder.h:
8187         Remove bogus segment merging and forwarding, we don't
8188         care about timestamps anyway and we just produce a
8189         continuous stream. 
8190         Also create a nice NEWSEGMENT event when we start.
8191         Use _scale_int some more.
8192
8193 2006-05-09  Edward Hervey  <edward@fluendo.com>
8194
8195         * tests/icles/stress-xoverlay.c:
8196         Fix if core was built without parsing support.
8197
8198 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
8199
8200         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
8201           Add SEDG (Samsung MPEG-4) fourcc.
8202
8203 2006-05-09  Edward Hervey  <edward@fluendo.com>
8204
8205         * tests/icles/stress-xoverlay.c:
8206         * tests/examples/volume/volume.c:
8207         Fix if core was built without parsing support.
8208
8209         * tests/examples/seek/seek.c:
8210         Disable the parse_launch example if core was built without parsing
8211         support.
8212
8213 2006-05-08  Edward Hervey  <edward@fluendo.com>
8214
8215         * autogen.sh: (CONFIGURE_DEF_OPT): 
8216         libtoolize on Darwin/MacOSX is called glibtoolize
8217
8218 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
8219
8220         * tests/check/Makefile.am:
8221         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
8222           Disable the adder test, until the build-slaves posses the kindness to 
8223           either like it or to give valid reason for not doing so 
8224
8225 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
8226
8227         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
8228         (adder_suite):
8229           Shuffle NULL state change around and raise timeout more
8230
8231 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
8232
8233         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
8234         (mp4_type_find), (plugin_init):
8235           Add typefind to distinguish between "audio/x-m4a" and new type
8236           "video/mp4". Fixes #340375
8237
8238         * tests/check/elements/adder.c: (adder_suite):
8239           Raise timeout to make buildbot happy
8240
8241 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
8242
8243         * gst/adder/gstadder.c: (gst_adder_sink_event),
8244         (gst_adder_request_new_pad), (gst_adder_change_state):
8245         * gst/adder/gstadder.h:
8246         * tests/check/Makefile.am:
8247         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
8248         (adder_suite), (main):
8249           Add sink-event handling to adder. It tries to merge incomming
8250           newsegment-events. Added test to check if segment_done is comming
8251           through. Fixes #340060
8252
8253 2006-05-05  Andy Wingo  <wingo@pobox.com>
8254
8255         * ext/theora/theoraparse.c (gst_theora_parse_init)
8256         (theora_parse_src_convert, theora_parse_src_query):
8257         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
8258         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
8259         query functions on the source pads of the theora and vorbis parse
8260         elements. Fixes position querying when doing a remux.
8261
8262 2006-05-05  Michael Smith  <msmith@fluendo.com>
8263
8264         * ext/theora/theoraparse.c: (parse_granulepos),
8265         (theora_parse_drain_queue_prematurely),
8266         (theora_parse_queue_buffer), (theora_parse_sink_event):
8267           Fix flushing.
8268           Fix invalid granulepos outputs when starting with a non-keyframe.
8269
8270 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
8271
8272         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
8273         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
8274         Rearrange MPEG system stream detection, fixing some memleaks in the
8275         process.
8276         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
8277         they clean up their data correctly.
8278         Remove unused ogganx caps and move the 'is_annodex' check to inside
8279         the 'is_ogg' if statement.
8280
8281 2006-05-05  Wim Taymans  <wim@fluendo.com>
8282
8283         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
8284         Properly remove ghostpads. Fixes #340392
8285
8286 2006-05-04  David Schleef  <ds@schleef.org>
8287
8288         * gst/typefind/gsttypefindfunctions.c:
8289
8290 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
8291
8292         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
8293         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
8294
8295         When typefinding an MP3 in push-based mode, don't penalise the
8296         probability down to 74% when we found 5 valid frames just because we
8297         can't peek the end of the file.
8298
8299         Make the probability for detecting MPEG Transport Streams based on the
8300         number of sequential headers we successfully detected.
8301
8302 2006-05-03  Wim Taymans  <wim@fluendo.com>
8303
8304         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
8305         (vorbis_dec_push), (vorbis_dec_chain):
8306         Still produce an error when we receive an empty packet.
8307
8308 2006-05-03  Wim Taymans  <wim@fluendo.com>
8309
8310         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
8311         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
8312         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
8313         Mark buffers with DISCONT after seek and after activating new
8314         chains.
8315
8316         * ext/theora/gsttheoradec.h:
8317         * ext/theora/theoradec.c: (gst_theora_dec_reset),
8318         (theora_get_query_types), (theora_dec_sink_event),
8319         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
8320         (theora_dec_change_state):
8321         Fix frame counter.
8322         Detect and mark DISCONT buffers.
8323
8324         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8325         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
8326         (vorbis_dec_change_state):
8327         * ext/vorbis/vorbisdec.h:
8328         Use GstSegment.
8329         Detect and mark DISCONT buffers.
8330         Don't crash on 0 sized buffers.
8331
8332 2006-05-03  Wim Taymans  <wim@fluendo.com>
8333
8334         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
8335         (volume_transform_ip):
8336         Increase "volume" property to 10.0. Fixes #340369.
8337         Set the process function to NULL when capsnego fails so that
8338         we properly error out.
8339
8340 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
8341
8342         * gst/playback/gstplaybin.c: (add_sink):
8343         * gst/playback/test.c: (main):
8344         * gst/playback/test5.c: (dump_element_stats):
8345         * gst/playback/test6.c: (main):
8346           free caps using gst_caps_unref, don't leak caps-strings
8347
8348 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
8349
8350         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
8351         (plugin_init):
8352           Refine musepack typefinding a bit. Return MAXIMUM
8353           probability when we detect stream version 7 to make
8354           sure the mpeg audio typefinder doesn't trump us.
8355
8356 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
8357
8358         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8359           Protect against unexpected NULL strf_data buffer.
8360
8361 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8362
8363         * tests/check/elements/audioconvert.c: (verify_convert),
8364         (GST_START_TEST):
8365           interpret the out[] buffer in the order the bytes are actually
8366           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
8367           Other tests should use BYTE_ORDER since the array is filled in
8368           with actual values
8369
8370 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8371
8372         * tests/check/elements/audioconvert.c: (verify_convert),
8373         (GST_START_TEST):
8374           when a test fails, give an indication of which it is
8375
8376 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8377
8378         * gst-libs/gst/cdda/gstcddabasesrc.c:
8379           compile fix; strtol() needs <stdlib.h>
8380
8381 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
8382
8383         * ext/alsa/gstalsamixerelement.c:
8384         * ext/alsa/gstalsasrc.c:
8385         * ext/cdparanoia/gstcdparanoiasrc.c:
8386         * ext/gnomevfs/gstgnomevfssink.c:
8387         * ext/gnomevfs/gstgnomevfssrc.c:
8388         * ext/ogg/gstoggdemux.c:
8389         * ext/ogg/gstoggmux.c:
8390         * ext/ogg/gstoggparse.c:
8391         * ext/ogg/gstogmparse.c:
8392         * ext/pango/gstclockoverlay.c:
8393         * ext/pango/gsttextoverlay.c:
8394         * ext/pango/gsttextrender.c:
8395         * ext/pango/gsttimeoverlay.c:
8396         * ext/theora/theoradec.c:
8397         * ext/theora/theoraenc.c:
8398         * ext/vorbis/vorbisdec.c:
8399         * ext/vorbis/vorbisenc.c:
8400         * gst-libs/gst/audio/gstaudiofilter.c:
8401         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
8402         * gst/audioconvert/gstaudioconvert.c:
8403         * gst/audiorate/gstaudiorate.c:
8404         * gst/audioresample/gstaudioresample.c:
8405         * gst/audiotestsrc/gstaudiotestsrc.c:
8406         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8407         * gst/playback/gstdecodebin.c:
8408         * gst/playback/gstplaybin.c:
8409         * gst/playback/gststreamselector.c:
8410         * gst/subparse/gstsubparse.c:
8411         * gst/tcp/gstmultifdsink.c:
8412         * gst/tcp/gsttcpclientsink.c:
8413         * gst/tcp/gsttcpclientsrc.c:
8414         * gst/tcp/gsttcpserversink.c:
8415         * gst/tcp/gsttcpserversrc.c:
8416         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
8417         * gst/videorate/gstvideorate.c:
8418         * gst/videoscale/gstvideoscale.c:
8419         * gst/videotestsrc/gstvideotestsrc.c:
8420         * gst/volume/gstvolume.c:
8421         * sys/v4l/gstv4ljpegsrc.c:
8422         * sys/v4l/gstv4lmjpegsink.c:
8423         * sys/v4l/gstv4lmjpegsrc.c:
8424         * sys/v4l/gstv4lsrc.c:
8425         * sys/ximage/ximagesink.c:
8426         * sys/xvimage/xvimagesink.c:
8427         * tests/check/libs/cddabasesrc.c:
8428           make GstElementDetails const
8429
8430 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
8431
8432         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
8433         (gst_adder_init):
8434           send events from src-pad to all sink-pads fixes #338657
8435
8436 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
8437
8438         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
8439         (alsasink_parse_spec):
8440           query width capabilities from alsa, fixes #338919
8441
8442 2006-04-28  Wim Taymans  <wim@fluendo.com>
8443
8444         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
8445         (gst_multi_fd_sink_remove_client_link):
8446         * gst/tcp/gstmultifdsink.h:
8447         Fix race condition in multifdsink that can lead to spurious 
8448         duplicate clients. this patch adds a new signal that is fired when
8449         multifdsink has removed all references to the fd.
8450         Fixes #339574.
8451         Updated documentation.
8452         API: client-fd-removed signal added
8453
8454 2006-04-28  Michael Smith  <msmith@fluendo.com>
8455
8456         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
8457           When asking g_value_array_new to prealloc elements, we may as well
8458           ask for the right number of elements.
8459
8460 2006-04-28  Wim Taymans  <wim@fluendo.com>
8461
8462         * gst-libs/gst/audio/gstbaseaudiosink.c:
8463         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
8464         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8465         patch to make timestamp checking more tollerant to rounding 
8466         errors given that real discontinuities are to be marked on
8467         buffers. Fixes some asf files and #338778.
8468         Also avoid some crashers when we receive an event in the 
8469         NULL state.
8470
8471 2006-04-28  Michael Smith  <msmith@fluendo.com>
8472
8473         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
8474         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
8475         (gst_gnome_vfs_src_get_property),
8476         (gst_gnome_vfs_src_send_additional_headers_callback),
8477         (gst_gnome_vfs_src_received_headers_callback),
8478         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
8479         (gst_gnome_vfs_src_stop):
8480         * ext/gnomevfs/gstgnomevfssrc.h:
8481           Remove ICY handling (mostly) from gnomevfssrc, in favour of
8482           proper shared support within icydemux.
8483
8484 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8485
8486         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
8487         (gst_video_rate_swap_prev), (gst_video_rate_chain):
8488           fix up docs
8489           fix a leak when no caps negotiated
8490           fix counting of input frames
8491         * tests/check/elements/.cvsignore:
8492         * tests/check/elements/videorate.c: (assert_videorate_stats),
8493         (GST_START_TEST), (videorate_suite):
8494           add tests for these
8495
8496 2006-04-28  Wim Taymans  <wim@fluendo.com>
8497
8498         * gst-libs/gst/audio/gstringbuffer.c:
8499         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
8500         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
8501         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
8502         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
8503         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
8504         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
8505         (gst_ring_buffer_commit), (gst_ring_buffer_read),
8506         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
8507         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
8508         Check arguments passed to public functions instead of
8509         crashing.
8510
8511 2006-04-28  Wim Taymans  <wim@fluendo.com>
8512
8513         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
8514         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
8515         GstBaseAudioSrc must be live or it does not work.
8516
8517         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
8518         Don't set live to TRUE as this is the default in the parentclass.
8519
8520 2006-04-28  Wim Taymans  <wim@fluendo.com>
8521
8522         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
8523         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
8524         Videoscale doesn't pass on pixel-aspect ratio. Handle all
8525         fixation cases better. Fixes #338991
8526
8527 2006-04-28  Wim Taymans  <wim@fluendo.com>
8528
8529         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
8530         Handle 0/1 framerate correctly Fixes #331901.
8531
8532 2006-04-28  Wim Taymans  <wim@fluendo.com>
8533
8534         * tests/check/elements/audioconvert.c: (get_float_caps),
8535         (GST_START_TEST), (audioconvert_suite):
8536         Added check for correct clipping when doing float samples
8537         in audioconvert.
8538
8539 2006-04-28  Wim Taymans  <wim@fluendo.com>
8540
8541         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
8542         (gst_video_rate_chain):
8543         Print more debugging info.
8544
8545 2006-04-28  Wim Taymans  <wim@fluendo.com>
8546
8547         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
8548         (resample_set_state_from_caps):
8549         Add support for other formats audioresample can handle such as
8550         32 bits in and float and 64 bits float. Fixes #301759
8551
8552 2006-04-28  Wim Taymans  <wim@fluendo.com>
8553
8554         * gst/audioconvert/audioconvert.c: (float):
8555         correctly clip float samples > 1.0. Fixes #338718
8556
8557 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
8558
8559         Patch by: Young-Ho Cha  <ganadist at chollian net>
8560
8561         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
8562         (gst_text_overlay_render_text):
8563           Don't strip newlines from the text. Also, center lines
8564           within multi-line paragraphs (#339405).
8565
8566 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
8567
8568         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
8569           Fix wavpack typefinding to work in more cases (don't peek
8570           for chunks of multiple hundred kBs at once, but process
8571           things step-by-step in smaller units). Fixes #339786.
8572
8573 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8574
8575         * configure.ac:
8576           back to HEAD
8577
8578 === release 0.10.6 ===
8579
8580 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
8581
8582         * configure.ac:
8583           releasing 0.10.6, "Chao"
8584
8585 2006-04-26  David Schleef  <ds@schleef.org>
8586
8587         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
8588           Fixes #338897.
8589
8590 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
8591
8592         * configure.ac:
8593         * win32/common/config.h:
8594           new prerelease
8595
8596 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
8597
8598         patch by: Wim Taymans
8599
8600         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8601         (gst_ogg_demux_perform_seek):
8602           make sure correct newsegments are sent, so that the decoder
8603           and the demuxer agree on timestamps.  Fixes playback of a lot
8604           of Ogg files that do not start from 0.  Fixes #339833.
8605
8606 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
8607
8608         Patch by: Edward Hervey  <edward@fluendo.com>
8609
8610         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
8611         * tests/check/Makefile.am:
8612         * tests/check/elements/videorate.c: (assert_videorate_stats),
8613         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
8614         (videorate_suite), (main):
8615           Fix an infinite loop if frames are passed in with wrongly ordered
8616           timestamps.  Fixes #339013.
8617
8618 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8619
8620         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
8621
8622         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
8623           fix typefinding on some ISO files.  Fixes #339212.
8624
8625 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8626
8627         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
8628
8629         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
8630           add another H264 fourcc.  Fixes #339047.
8631
8632 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8633
8634         Patch by: Jan Schmidt
8635
8636         * gst/playback/gststreamselector.c:
8637         (gst_stream_selector_bufferalloc):
8638           Restore old StreamSelector behaviour.
8639           Fixes #338419.
8640
8641 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
8642
8643         * configure.ac:
8644         * win32/common/config.h:
8645           prerelease
8646
8647 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
8648
8649         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
8650
8651         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8652         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
8653           Fix some memory leaks: on finalize, free buffers left in the queue
8654           before destroying the queue; in _push(), unref rtp_buf even if
8655           the process vfunc returned a NULL buffer as output buffer (#337548);
8656           demote some recuring debug messages to LOG level.
8657
8658 2006-04-11  Wim Taymans  <wim@fluendo.com>
8659
8660         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
8661         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
8662         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
8663         (gst_ogg_demux_loop):
8664         More cleanups.
8665         Respect segment stop when emiting EOS or SEGMENT_DONE.
8666         Fixes (#337945).
8667
8668 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
8669
8670         * gst/playback/gststreamselector.c:
8671         (gst_stream_selector_get_property):
8672           Don't leak pad name.
8673
8674 2006-04-10  Michael Smith  <msmith@fluendo.com>
8675
8676         * tests/check/Makefile.am:
8677         * tests/check/gst-plugins-base.supp:
8678           Suppress an old libtheora bug (fixed in more recent versions), so 
8679           that FC4 buildslaves can pass.
8680
8681 2006-04-10  Wim Taymans  <wim@fluendo.com>
8682
8683         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
8684         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
8685         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
8686         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
8687         (gst_ogg_demux_loop):
8688         Don't leak events.
8689         Remember what error we got when finding chains, if we
8690         were shutdown, that would not be an error.
8691
8692 2006-04-10  Wim Taymans  <wim@fluendo.com>
8693
8694         * gst-libs/gst/audio/gstbaseaudiosink.c:
8695         (gst_base_audio_sink_event):
8696         Starting the ringbuffer when we did not acquire it can cause
8697         a deadlock, is pointless and causes nasty things for
8698         subclasses. 
8699         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
8700
8701 2006-04-10  Wim Taymans  <wim@fluendo.com>
8702
8703         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
8704         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
8705         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
8706         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
8707         (gst_ogg_demux_deactivate_current_chain),
8708         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
8709         (gst_ogg_demux_bisect_forward_serialno),
8710         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
8711         Add some more debugging.
8712
8713 2006-04-10  Wim Taymans  <wim@fluendo.com>
8714
8715         * ext/theora/theoradec.c: (theora_dec_src_event),
8716         (theora_handle_data_packet):
8717         Some more debug info.
8718
8719         * tests/examples/seek/seek.c: (start_seek), (main):
8720         Print element messages too.
8721
8722 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
8723
8724         * gst/audioresample/debug.h:
8725           replace debug macros with variable number of parameters
8726           by a simple alias to gstreamer standard debug macros 
8727          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
8728           supported by MSVC 6.0 and 7.1)
8729         * gst/audioresample/resample.h:
8730           define M_PI and rint for WIN32
8731         * win32/common/libgstaudio.def:
8732         * win32/common/libgstriff.def:
8733         * win32/common/libgsttag.def:
8734         * win32/common/libgstvideo.def:
8735           add new exported functions
8736         * win32/vs6:
8737           update project files
8738
8739 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
8740
8741         * ext/alsa/gstalsamixeroptions.c:
8742         (gst_alsa_mixer_options_class_init):
8743         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
8744         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
8745         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
8746         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
8747         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
8748         * gst-libs/gst/audio/gstaudiofilter.c:
8749         (gst_audio_filter_class_init):
8750         * gst-libs/gst/audio/gstaudiosink.c:
8751         (gst_audioringbuffer_class_init):
8752         * gst-libs/gst/audio/gstaudiosrc.c:
8753         (gst_audioringbuffer_class_init):
8754         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
8755         * gst-libs/gst/interfaces/colorbalancechannel.c:
8756         (gst_color_balance_channel_class_init):
8757         * gst-libs/gst/interfaces/mixeroptions.c:
8758         (gst_mixer_options_class_init):
8759         * gst-libs/gst/interfaces/mixertrack.c:
8760         (gst_mixer_track_class_init):
8761         * gst-libs/gst/interfaces/tunerchannel.c:
8762         (gst_tuner_channel_class_init):
8763         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
8764         * gst-libs/gst/netbuffer/gstnetbuffer.c:
8765         (gst_netbuffer_class_init):
8766         * gst-libs/gst/rtp/gstbasertppayload.c:
8767         (gst_basertppayload_class_init):
8768         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
8769         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
8770         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
8771         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
8772         * gst/playback/gststreamselector.c:
8773         (gst_stream_selector_class_init):
8774         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
8775         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
8776         * sys/v4l/gstv4lcolorbalance.c:
8777         (gst_v4l_color_balance_channel_class_init):
8778         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
8779         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
8780         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
8781         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
8782         (gst_v4l_tuner_norm_class_init):
8783         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
8784         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
8785         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
8786         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
8787
8788 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
8789
8790         * ext/pango/gsttextrender.h:
8791         * gst-libs/gst/audio/gstaudiosink.h:
8792         * gst-libs/gst/audio/gstaudiosrc.h:
8793         * gst-libs/gst/audio/gstbaseaudiosink.h:
8794         * gst-libs/gst/audio/gstbaseaudiosrc.h:
8795         * gst-libs/gst/audio/gstringbuffer.h:
8796         * gst-libs/gst/rtp/gstbasertpdepayload.h:
8797         * gst-libs/gst/rtp/gstbasertppayload.h:
8798         * gst-libs/gst/video/gstvideofilter.h:
8799         * gst-libs/gst/video/gstvideosink.h:
8800         * gst/playback/gstplaybasebin.h:
8801         * gst/tcp/gstmultifdsink.h:
8802         * sys/v4l/gstv4lelement.h:
8803         Fix broken GObject macros
8804
8805 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
8806
8807         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
8808         More debug to trace why my USB headset is not working with gst
8809
8810 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
8811
8812         * gst/playback/gstplaybasebin.c: (group_destroy):
8813         Clean up our group elements properly in the case where it never 
8814         got committed - it still got added unconditionally to the bin.
8815
8816 2006-04-07  Wim Taymans  <wim@fluendo.com>
8817
8818         * ext/theora/theoradec.c: (theora_dec_sink_event),
8819         (theora_handle_data_packet), (theora_dec_chain):
8820         Unref unhandled events.
8821         Protect against empty buffers.
8822         Perform QoS on running time.
8823
8824 2006-04-07  Michael Smith  <msmith@fluendo.com>
8825
8826         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
8827         (gst_vorbis_enc_chain):
8828           Remove leaks from vorbisenc.
8829           Mostly minor changes, the only significant one is that now the
8830           buffers we set as 'streamheader' on the caps are copies of the
8831           original buffers, to avoid circular refcounting problems.
8832
8833 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
8834
8835         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
8836           Don't remove our mute-probe if someone else already did so.
8837           Don't set a 2nd one if there is already one pending on the pad.
8838
8839         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
8840         (do_playbin_seek):
8841           When a seek fails, ensure that playbin is still set back to playing.
8842           
8843         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
8844         (mpeg_ts_type_find), (plugin_init):
8845           Add a typefind function for mpeg-ts streams. (Closes: #336617)
8846
8847 2006-04-06  Andy Wingo  <wingo@pobox.com>
8848
8849         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
8850         (gst_video_rate_init): Caps-related parameters should not be reset
8851         by a flush -- move their inits to the instance init function.
8852         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
8853         is not OK, just return the result.
8854
8855         * gst/audiotestsrc/gstaudiotestsrc.c
8856         (gst_audio_test_src_class_init)
8857         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
8858         broken by Stefan's commit on 24 March.
8859
8860         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
8861         buffers being pushed out. Fixes oggmux ! multifdsink.
8862
8863 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
8864
8865         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
8866         (gst_vorbis_dec_init), (vorbis_dec_finalize):
8867         * ext/vorbis/vorbisdec.h:
8868         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
8869         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
8870         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
8871         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
8872         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
8873         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
8874         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
8875         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
8876         (gst_vorbis_enc_buffer_from_packet),
8877         (gst_vorbis_enc_buffer_from_header_packet),
8878         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
8879         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
8880         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
8881         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
8882         (gst_vorbis_enc_change_state):
8883         * ext/vorbis/vorbisenc.h:
8884           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
8885           vorbisenc adhere to the official nomenclature; use boilerplate
8886           macro.
8887
8888 2006-04-04  Andy Wingo  <wingo@pobox.com>
8889
8890         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
8891         Whoops, fix bug introduced. Bad hacker!
8892         
8893         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
8894         Properly handle the case where you get EOS before any buffers are
8895         received. Use gst_buffer_make_metadata_writable where appropriate.
8896
8897         * ext/theora/theoradec.c (theora_handle_data_packet): This value
8898         is often negative -- make it signed so as not to wrap around.
8899         Fixes segfaults introduced on 9 March.
8900
8901 2006-04-03  Wim Taymans  <wim@fluendo.com>
8902
8903         * ext/theora/gsttheoradec.h:
8904         * ext/theora/theoradec.c: (theora_dec_src_event):
8905         Don't try to store a gdouble in a gboolean.
8906         Small cleanups.
8907
8908 2006-04-03  Michael Smith  <msmith@fluendo.com>
8909
8910         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
8911           Oggmux sucks.
8912           Make it suck slightly less by writing out the final page.
8913           Still can't encode a vorbis-in-ogg file correctly, though.
8914
8915 2006-04-03  Andy Wingo  <wingo@pobox.com>
8916
8917         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
8918         a g_print.
8919
8920         * ext/theora/theora.c (plugin_init): Register theoraparse.
8921
8922         * ext/theora/gsttheoraparse.h: 
8923         * ext/theora/theoraparse.c: New files implementing a theora
8924         parser. Now we can properly remux ogg/theora+vorbis, yay.
8925
8926         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
8927
8928 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
8929
8930         * gst/audiotestsrc/gstaudiotestsrc.c:
8931           Fixed the sample pipeline (see #323798)
8932
8933 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
8934
8935         * configure.ac:
8936         * win32/common/config.h:
8937         * win32/common/config.h.in:
8938           use AS_VERSION and AS_NANO
8939           more cleanups
8940
8941 2006-03-31  Andy Wingo  <wingo@pobox.com>
8942
8943         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
8944         uninitialized variable return that would happen.
8945         
8946         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
8947         uninitialized variable return that would never happen.
8948
8949         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
8950         (vorbis_parse_sink_event): Add an event function to flush our
8951         state on a seek, and to drain buffers on a premature EOS.
8952         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
8953         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
8954         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
8955         (vorbis_parse_drain_queue): Queue up buffers until we can set
8956         their timestamps and granulepos values.
8957
8958         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
8959         and keep track of data needed for deriving granulepos and
8960         timestamps for buffers.
8961
8962 2006-03-29  Wim Taymans  <wim@fluendo.com>
8963
8964         Patch by: j^ <j at bootlab dot org>
8965
8966         * ext/alsa/gstalsamixerelement.c:
8967         (gst_alsa_mixer_element_class_init):
8968         * ext/alsa/gstalsasink.c:
8969         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
8970         * ext/ogg/gstoggdemux.c:
8971         * ext/ogg/gstoggmux.c:
8972         * ext/ogg/gstoggparse.c:
8973         * ext/pango/gstclockoverlay.c:
8974         * ext/pango/gsttextoverlay.c:
8975         * ext/pango/gsttextrender.c:
8976         * ext/pango/gsttimeoverlay.c:
8977         * ext/theora/theoradec.c:
8978         * ext/theora/theoraenc.c:
8979         * ext/vorbis/vorbisdec.c:
8980         * ext/vorbis/vorbisenc.c:
8981         * gst/audioconvert/gstaudioconvert.c:
8982         * gst/subparse/gstsubparse.c:
8983         * gst/tcp/gstmultifdsink.c:
8984         * gst/tcp/gsttcpclientsink.c:
8985         * gst/tcp/gsttcpclientsrc.c:
8986         * gst/tcp/gsttcpserversink.c:
8987         * gst/tcp/gsttcpserversrc.c:
8988           better/unified long descriptions
8989           Fixes #336477
8990
8991 2006-03-29  Wim Taymans  <wim@fluendo.com>
8992
8993         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
8994         (stop_seek):
8995         Don't let double and triple clicks mess up our state.
8996
8997 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
8998
8999         * gst/playback/gstplaybin.c: (gen_video_element),
9000         (gen_text_element), (gen_audio_element), (gen_vis_element):
9001           Error out gracefully when we can't create any of the usual
9002           conversion elements for some reason. Also, don't try to
9003           create an audioscale (sic) element that's not used anyway.
9004
9005 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
9006
9007         * gst/playback/gstplaybasebin.c: (setup_source):
9008           Don't post RESOURCE_NOT_FOUND error when we can't find a source
9009           element for a particular protocol, that's confusing for users.
9010           Instead, post a RESOURCE_FAILED error, so that our own error
9011           message is actually shown in totem etc. (#336303).
9012
9013 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
9014
9015         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
9016
9017         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
9018         (gst_gnome_vfs_src_get_icy_metadata):
9019           Fix some minor memory leaks (#336194).
9020
9021 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
9022
9023         * ext/gnomevfs/gstgnomevfs.c:
9024         (gst_gnome_vfs_location_to_uri_string):
9025         * ext/gnomevfs/gstgnomevfs.h:
9026         * ext/gnomevfs/gstgnomevfssink.c:
9027         (gst_gnome_vfs_sink_set_property):
9028         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
9029           Make gnomevfssink accept filenames as well as URIs for the
9030           "location" property, just like gnomevfssrc does (and
9031           filesrc/filesink do) (#336190).
9032
9033 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
9034
9035         * tests/check/generic/clock-selection.c: (GST_START_TEST):
9036           set to NULL before unreffing, fixes a valgrind leak.
9037           Why was this not triggering the error that an object needs to
9038           be NULL before unreffing ?
9039         * win32/common/config.h:
9040           update
9041
9042 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
9043
9044         * gst/subparse/gstsubparse.c: (convert_encoding),
9045         (gst_sub_parse_change_state):
9046         * gst/subparse/gstsubparse.h:
9047           Text subtitle files may or may not be UTF-8. If it's not, we
9048           don't really want to see '?' characters in place of non-ASCII
9049           characters like accented characters. So let's assume the input
9050           is UTF-8 until we come across text that is clearly not. If it's
9051           not UTF-8, we don't really know what it is, so try the following:
9052           (a) see whether the GST_SUBTITLE_ENCODING environment variable
9053           is set; if not, check (b) if the current locale encoding is
9054           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
9055           the current locale encoding is UTF-8 and the environment variable
9056           was not set to any particular encoding. Not perfect, but better
9057           than nothing (and better than before, I think) (fixes #172848).
9058
9059 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
9060
9061         * configure.ac:
9062           update core requirement to 0.10.4.1 because of async_playback
9063           vmethod on GstBaseSink
9064
9065 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
9066
9067         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
9068         * gst/adder/gstadder.c: (gst_adder_init):
9069         use DEBUG_FUNCPTR for collectpads
9070
9071 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
9072
9073         * docs/plugins/Makefile.am:
9074         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9075         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9076         * ext/cdparanoia/gstcdparanoiasrc.c:
9077         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
9078         (gst_gnome_vfs_sink_class_init):
9079         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
9080         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
9081         * ext/ogg/gstoggmux.c:
9082         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
9083         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
9084         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
9085         * ext/pango/gsttextoverlay.c:
9086         * ext/pango/gsttextrender.c:
9087         * ext/theora/theoradec.c:
9088         * ext/theora/theoraenc.c:
9089         * ext/vorbis/vorbisdec.c:
9090         * ext/vorbis/vorbisenc.c:
9091         * gst-libs/gst/audio/gstaudiofilter.c:
9092         (gst_audio_filter_base_init):
9093         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
9094         (gst_audio_filter_template_base_init):
9095         * gst/adder/gstadder.c: (gst_adder_get_type):
9096         * gst/adder/gstadder.h:
9097         * gst/audioconvert/gstaudioconvert.c:
9098         * gst/audiotestsrc/gstaudiotestsrc.c:
9099         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
9100         (gst_audio_test_src_create):
9101         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9102         * gst/playback/gstdecodebin.c:
9103         * gst/playback/gstplaybin.c:
9104         * gst/playback/gststreamselector.c:
9105         (gst_stream_selector_base_init):
9106         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
9107         * gst/volume/gstvolume.c:
9108         * sys/v4l/gstv4lmjpegsink.c:
9109         * sys/v4l/gstv4lmjpegsrc.c:
9110         * tests/check/libs/cddabasesrc.c:
9111         * tests/old/examples/gob/gst-identity2.gob:
9112           Add docs for adder, use GST_ELEMENT_DETAILS macro,
9113           define GstElementDetails at the top
9114
9115 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
9116
9117         * win32/common/libgstinterfaces.def:
9118         Add a lot of export functions for gst-python
9119         * win32/vs6/libgstinterfaces.dsp:
9120         Add a missing include folder in the project configuration
9121         
9122 2006-03-23  Wim Taymans  <wim@fluendo.com>
9123
9124         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9125         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
9126         (gst_base_audio_src_change_state):
9127         Fix audio sources, forgot to make the ringbuffer
9128         startable...
9129
9130 2006-03-23  Wim Taymans  <wim@fluendo.com>
9131
9132         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9133         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
9134         (gst_base_audio_src_change_state):
9135         unparent instead of unref the ringbuffer.
9136
9137 2006-03-23  Wim Taymans  <wim@fluendo.com>
9138
9139         * gst-libs/gst/audio/gstbaseaudiosink.c:
9140         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
9141         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
9142         Implement new async_play vmethod to start slaving and allow
9143         playback start in case of async PLAY state changes. 
9144
9145         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
9146         Enable QoS with new method in base class.
9147
9148 2006-03-23  Wim Taymans  <wim@fluendo.com>
9149
9150         Patch by: Julien MOUTTE <julien at moutte dot net>
9151
9152         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
9153         (gst_video_test_src_do_seek), (gst_video_test_src_create):
9154         Partially handle 0 framerate, only EOS after the first frame
9155         is missing.
9156
9157 2006-03-23  Wim Taymans  <wim@fluendo.com>
9158
9159         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
9160
9161         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
9162         (gst_riff_create_video_template_caps):
9163         * gst/ffmpegcolorspace/avcodec.h:
9164         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9165         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
9166         (gst_ffmpegcsp_avpicture_fill):
9167         * gst/ffmpegcolorspace/imgconvert.c:
9168         Patch for support of YVU9 AVI files (#334822)
9169
9170 2006-03-22  Edward Hervey  <edward@fluendo.com>
9171
9172         * docs/design/design-decodebin.txt:
9173         Added design document for new decodebin
9174         (Target Caps): text/x-pango-markup is also a default target caps.
9175
9176 2006-03-22  Wim Taymans  <wim@fluendo.com>
9177
9178         * gst-libs/gst/audio/gstbaseaudiosink.c:
9179         (gst_base_audio_sink_dispose):
9180         Since we _parent the ringbuffer, we also need to
9181         _unparent instead of a plain _unref.
9182
9183 2006-03-22  Wim Taymans  <wim@fluendo.com>
9184
9185         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
9186         (stop_seek), (scrub_toggle_cb), (main):
9187         Add scrub checkbox.
9188
9189 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9190
9191         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
9192         (gst_ogg_parse_chain):
9193           Fix very inefficient usage of linked lists (#335365).
9194
9195 2006-03-21  Edward Hervey  <edward@fluendo.com>
9196
9197         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
9198         * gst/playback/gstplaybin.c: (handoff):
9199         * gst/playback/gststreamselector.c:
9200         (gst_stream_selector_set_property):
9201         gcc 4.1 unreferenced pointer fixes.
9202         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
9203         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
9204         gst_buffer_ref() now takes a GstBuffer*.
9205
9206 2006-03-20  Julien MOUTTE  <julien@moutte.net>
9207
9208         * sys/xvimage/xvimagesink.c:
9209         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
9210         by Jan Schmidt.
9211
9212 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
9213
9214         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
9215         (id3v1_type_find), (apetag_type_find), (plugin_init):
9216           Can't do tag preferences via probability, as tags would then
9217           lose against types that are recognised with MAXIMUM probability
9218           (like .wav); so let all tag typefinders return MAXIMUM themselves
9219           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
9220           that we can prefer APE to ID3v1 (fixes #335028).
9221           
9222 2006-03-17  Wim Taymans  <wim@fluendo.com>
9223
9224         * gst-libs/gst/audio/gstbaseaudiosink.c:
9225         (gst_base_audio_sink_change_state):
9226         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
9227         (gst_ring_buffer_may_start):
9228         * gst-libs/gst/audio/gstringbuffer.h:
9229         Only start playback if we are playing.
9230         should fix #330748.
9231
9232 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
9233
9234         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
9235         * win32/common/config.h:
9236           Revert accidental commits to these files.
9237
9238 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
9239
9240         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
9241
9242         * tests/Makefile.am:
9243           Don't try to build tests in tests/icles if we
9244           don't have X (#323852)
9245
9246 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
9247
9248         * gst-libs/gst/tag/gstid3tag.c:
9249           Add TXXX frame identifiers for replaygain stuff as used
9250           by some taggers (see #323721).
9251
9252 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
9253
9254         * gst/playback/gststreamselector.c:
9255         (gst_stream_selector_set_property),
9256         (gst_stream_selector_bufferalloc):
9257           Preserve the existing buggy streamselector behaviour by performing
9258           a fallback buffer allocation when downstream isn't linked yet.
9259           This should really be fixed in playbin by blocking pads until it's
9260           linked them.
9261           Also, use gst_pad_alloc_buffer instead of
9262           gst_pad_alloc_buffer_and_set.
9263
9264 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
9265
9266         * gst-libs/gst/tag/gstid3tag.c:
9267           Don't crash on unknown ID3v2 TXXX frames.
9268           
9269 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
9270
9271         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
9272           Chain up to the parent finalize method.
9273           Add 32-bit sample size to the template caps.
9274
9275         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
9276         (gst_riff_create_video_template_caps):
9277           Add the fourcc that the VMWare codec uses.
9278           
9279         * gst/playback/gststreamselector.c:
9280         (gst_stream_selector_set_property),
9281         (gst_stream_selector_bufferalloc),
9282         (gst_stream_selector_request_new_pad):
9283           For the active pad, forward buffer-alloc requests, otherwise
9284           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
9285           having to memcpy every frame when used by playbin.
9286
9287         * gst/tcp/gstmultifdsink.c:
9288         (gst_multi_fd_sink_handle_client_write):
9289           Get negotiated caps from the sink pad, rather than the sink
9290           pad's peer.
9291
9292 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
9293
9294         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
9295         
9296         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
9297           Don't forget to set src->callbacks_pushed to FALSE again when
9298           popping them, otherwise re-activation in a different mode won't
9299           work (#334620).
9300
9301 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
9302
9303         Patch by: Sebastien Moutte  <sebastien moutte net>
9304
9305         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
9306         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
9307         (gst_ffmpeg_smpfmt_to_caps):
9308           Replace __VA_ARGS__ caps creation macros with varargs functions.
9309           Makes things compile on MSVC (#320765), looks nicer, and we can
9310           tell the compiler to check for the NULL terminator.
9311
9312 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
9313
9314         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
9315
9316         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
9317           Make sure the buffer we copy into is really always big
9318           enough, this time for real (#333488).
9319           
9320 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
9321
9322         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
9323           Add support for 24bpp DIB (#305279).
9324
9325 2006-03-14  Wim Taymans  <wim@fluendo.com>
9326
9327         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
9328         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
9329         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
9330         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
9331         (gst_video_scale_init), (gst_video_scale_src_event):
9332         Re-enable QoS after the release.
9333         Rework videoscale to use the base class src_event handler.
9334
9335 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
9336
9337         * configure.ac:
9338           back to CVS.
9339
9340 === release 0.10.5 ===
9341
9342 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
9343
9344         * configure.ac:
9345           releasing 0.10.5, "Net"
9346
9347 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
9348
9349         * docs/plugins/Makefile.am:
9350           Part of previous cdparanoiasrc docs fixes, forgot to commit.
9351           
9352 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
9353
9354         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9355         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9356         * docs/plugins/gst-plugins-base-plugins.hierarchy:
9357           Add cdparanoiasrc to docs.
9358
9359         * gst-libs/gst/cdda/gstcddabasesrc.c:
9360           More GstCddaBaseSrc docs.
9361
9362 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
9363
9364         * docs/libs/gst-plugins-base-libs-sections.txt:
9365         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
9366         * gst-libs/gst/tag/tag.h:
9367           API: libgsttag: new method gst_tag_from_id3_user_tag().
9368
9369 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
9370
9371         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9372           NULL-terminate array of mpeg4 video file extensions.
9373           Fixes crash on PPC (#334226).
9374
9375 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
9376
9377         * ext/gnomevfs/gstgnomevfssrc.c:
9378         (gst_gnome_vfs_src_check_get_range):
9379           gnome_vfs_uri_is_local() alone is not a good indicator
9380           whether we can operate in pull-mode with a specific URI,
9381           as it returns FALSE for file:// URIs that point to an
9382           NFS-mounted path. Be more conservative here: whitelist
9383           local files, blacklist http URIs and use the old
9384           mechanism for anything else (fixes #334216).
9385
9386 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
9387
9388         * configure.ac:
9389           back to trunk
9390
9391 === release 0.10.4 ===
9392
9393 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
9394
9395         * configure.ac:
9396           releasing 0.10.4, "Power"
9397
9398 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
9399
9400         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
9401         Disable max-lateness by setting it to -1 for now, so that 
9402         we can bed QoS stuff in thoroughly between now and the next
9403         release.
9404
9405 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9406
9407         Patch by: Fabrizio Gennari
9408
9409         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
9410           Make sure we don't read beyond the palette buffer in case of
9411           broken or manipulated files (#333488)
9412
9413 2006-03-10  Edward Hervey  <edward@fluendo.com>
9414
9415         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
9416         Fix for variable not initialized.
9417
9418 2006-03-09  Wim Taymans  <wim@fluendo.com>
9419
9420         * ext/libvisual/visual.c: (gst_visual_get_type),
9421         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
9422         (gst_visual_chain):
9423         Small cleanups.
9424
9425         * ext/theora/gsttheoradec.h:
9426         * ext/theora/theoradec.c: (gst_theora_dec_init),
9427         (gst_theora_dec_reset), (_theora_granule_time),
9428         (theora_dec_src_convert), (theora_dec_sink_convert),
9429         (theora_dec_src_query), (theora_dec_src_event),
9430         (theora_dec_sink_event), (theora_handle_comment_packet),
9431         (theora_handle_header_packet), (theora_dec_push),
9432         (theora_handle_data_packet), (theora_dec_chain),
9433         (theora_dec_change_state):
9434         Add simple QoS.
9435
9436 2006-03-09  Wim Taymans  <wim@fluendo.com>
9437
9438         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
9439         (audiocast_register_listener), (gst_gnome_vfs_src_start):
9440         Some cleanups.
9441
9442 2006-03-09  Wim Taymans  <wim@fluendo.com>
9443
9444         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
9445         Don't try to activate NULL chains.
9446
9447 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9448
9449         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
9450           Fix invalid memory access to region before peek'd data (#332964).
9451
9452 2006-03-09  Wim Taymans  <wim@fluendo.com>
9453
9454         Patch by: Christophe Fergeau
9455
9456         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
9457         * ext/pango/gsttextrender.c: (gst_text_render_init):
9458         * gst/adder/gstadder.c: (gst_adder_init):
9459         Don't leak padtemplates, closes #333510.
9460
9461 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9462
9463         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
9464           Fix invalid memory access: make sure string passed to
9465           regexec() is NUL-termianted.
9466
9467 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9468
9469         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
9470         (mp3_type_find):
9471           Refactor mpeg/audio typefinding to make it more maintainable
9472           and easier to fine-tune. Make probing into middle of the file
9473           work properly (fixes #333900, also see #152688).
9474
9475 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9476
9477         * gst/typefind/gsttypefindfunctions.c:
9478         (utf8_type_find_have_valid_utf8_at_offset):
9479           Remove part from previous commit that was bogus:
9480           g_utf8_validate() does in fact not accept embedded
9481           zeroes, so we don't need to check for those (thanks
9482           to Mike for the hint).
9483
9484 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
9485
9486         * gst/typefind/gsttypefindfunctions.c:
9487         (utf8_type_find_count_embedded_zeroes),
9488         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
9489           Make plain/text typefinder more conservative: firstly, check
9490           for embedded zeroes, which are perfectly valid UTF-8 characters,
9491           but also a fairly good sign that something is not a plain text
9492           file; secondly, probe into the middle of the file if possible.
9493           If we can't probe into the middle, limit the probability value
9494           to be returned to TYPE_FIND_POSSIBLE (see #333900).
9495
9496 2006-03-08  Michael Smith  <msmith@fluendo.com>
9497
9498         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9499           Make typefind function name for mpeg4 video unique.
9500
9501 2006-03-08  Wim Taymans  <wim@fluendo.com>
9502
9503         * ext/libvisual/visual.c: (gst_visual_init),
9504         (gst_visual_clear_actors), (gst_visual_dispose),
9505         (gst_visual_reset), (gst_visual_src_setcaps),
9506         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
9507         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
9508         (gst_visual_chain), (gst_visual_change_state):
9509         Cleanups, post nice errors.
9510         Handle sink and src events.
9511         Implement simple QoS.
9512
9513         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
9514         Use new basesink methods to configure max-lateness.
9515         Small doc update.
9516
9517         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9518         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
9519         Debug statement cleanups.
9520
9521         * gst/volume/gstvolume.c: (gst_volume_class_init):
9522         Simple cleanup.
9523
9524 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
9525
9526         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
9527         (gst_text_overlay_init), (gst_text_overlay_set_property),
9528         (gst_text_overlay_get_property):
9529           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
9530           as string type properties, but mark them deprecated. Add
9531           'halignment' and 'valignment' properties that use enums
9532           instead of strings.
9533
9534 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
9535
9536         Patch by: Fabrizio Gennari
9537
9538         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
9539           Allow palettes with less than 256 colours in AVI files
9540           (#333488)
9541
9542 2006-03-07  Julien MOUTTE  <julien@moutte.net>
9543
9544         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
9545         (gst_text_overlay_video_event): Fix wrong EOS handling on text
9546         pad. We were releasing the queued text buffer when we should keep
9547         it until video pad gets EOS or discard the text buffer because it's
9548         too old. That was eating the last subtitle buffer. Add some more
9549         debug.
9550
9551 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
9552
9553         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
9554         (gst_text_overlay_video_chain):
9555           Fix invalid memory access (we can't access a buffer after it's been
9556           pushed downstream without taking a reference); fix memory leak (if
9557           there's no text to render, bail out before allocating stuff).
9558
9559 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
9560
9561         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
9562         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
9563         * ext/pango/gsttextoverlay.h:
9564           If input is plain text, escape it before passing it to
9565           pango_layout_set_markup().
9566
9567 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
9568
9569         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
9570           Don't ignore flow return from gst_pad_push().
9571
9572 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
9573
9574         Patch by: Fabrizio Gennari
9575
9576         * ext/libvisual/visual.c: (gst_visual_getcaps),
9577         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
9578         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
9579         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
9580         (gst_vorbisenc_convert_sink):
9581         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
9582         (gst_audio_duration_from_pad_buffer):
9583         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
9584         (gst_audio_filter_chain):
9585         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9586         (gst_base_rtp_depayload_setcaps):
9587         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
9588         (gst_video_get_size):
9589         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
9590           Don't leak references returned by gst_pad_get_parent()
9591           (#333663)
9592
9593 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
9594
9595         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
9596           change location param details
9597         * gst/volume/gstvolume.c: (plugin_init):
9598           correct plugin description
9599
9600 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
9601
9602         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
9603         (gst_gnome_vfs_src_check_get_range):
9604           Override GstBaseSrc::check_get_range() in order to avoid opening
9605           the resource just to check whether we can operate in pull-mode or
9606           not - we can predict that pretty well from the URI alone. Should
9607           fix problems with last.fm (#331690). (Requires latest core CVS).
9608
9609 2006-03-06  Wim Taymans  <wim@fluendo.com>
9610
9611         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
9612         (gst_video_sink_class_init):
9613         Throw away frames that are later than 20 ms.
9614
9615 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
9616
9617         Patch by: Fabrizio Gennari
9618
9619         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9620           Set depth on WMA caps (#333545)
9621
9622 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
9623
9624         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
9625         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
9626           put Theora BOS pages before others.  This hardcodes
9627           the Ogg/Theora I profile, but hey.
9628
9629 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
9630
9631         * ext/ogg/README:
9632           updated with some examples
9633         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
9634         (granulepos_add), (theora_buffer_from_packet):
9635         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
9636         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
9637         (gst_vorbisenc_chain):
9638           implement strategy from ext/ogg/README
9639         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
9640         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
9641         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
9642         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
9643           Fix muxer so that oggz-validate is happy with all streams;
9644           except for no eos mark, and the BOS page ordering
9645         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
9646         (check_buffer_granulepos):
9647         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
9648           update tests to check for OFFSET being set as requested
9649           fixed type of granulepos, it's not a ClockTime
9650
9651 2006-03-05  Julien MOUTTE  <julien@moutte.net>
9652
9653         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
9654         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
9655         Check that the xvimage we are creating has a correct size
9656         before returning it. (#314897)
9657
9658 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
9659
9660         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9661           Give id3 and ape tag typefinders a rank slightly higher
9662           than PRIMARY to ensure they're always run before any of
9663           the other typefinders (in particular wav and mp3) (#324186).
9664
9665 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
9666
9667         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
9668           Add support for '3IVD' fourcc (#333403).
9669
9670 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
9671
9672         * configure.ac:
9673           Bump requirements to GStreamer CVS for the new error enum.
9674
9675         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
9676           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
9677           space left on the device (fixes #333352).
9678
9679 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
9680
9681         * win32/vs6:
9682           add a project file for libgstvolume
9683           update the workspace
9684
9685 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
9686
9687         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
9688         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
9689         (GST_START_TEST):
9690           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
9691           Set IN_CAPS on header buffers
9692
9693 2006-03-02  Wim Taymans  <wim@fluendo.com>
9694
9695         * docs/plugins/Makefile.am:
9696         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9697         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9698         Add audioresample to docs.
9699
9700         * gst/audioconvert/gstaudioconvert.c:
9701         Add revision date.
9702
9703         * gst/audioresample/gstaudioresample.c:
9704         (gst_audioresample_base_init), (gst_audioresample_class_init),
9705         (gst_audioresample_init), (gst_audioresample_dispose),
9706         (audioresample_get_unit_size), (audioresample_transform_caps),
9707         (resample_set_state_from_caps), (audioresample_transform_size),
9708         (audioresample_set_caps), (audioresample_event),
9709         (audioresample_do_output), (audioresample_transform),
9710         (audioresample_pushthrough), (gst_audioresample_set_property),
9711         (gst_audioresample_get_property), (plugin_init):
9712         * gst/audioresample/gstaudioresample.h:
9713         Added docs.
9714         Small code cleanups.
9715
9716 2006-03-02  Wim Taymans  <wim@fluendo.com>
9717
9718         * docs/plugins/Makefile.am:
9719         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9720         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9721         Added videoscale to docs.
9722
9723         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
9724         (gst_video_rate_swap_prev), (gst_video_rate_event),
9725         (gst_video_rate_chain):
9726         Fix typo in docs.
9727
9728         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
9729         (gst_video_scale_init), (gst_video_scale_prepare_size),
9730         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
9731         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
9732         * gst/videoscale/gstvideoscale.h:
9733         Added docs, examples.
9734         Some code cleanups.
9735         Post errors instead of g_warning.
9736
9737 2006-03-02  Wim Taymans  <wim@fluendo.com>
9738
9739         * docs/libs/gst-plugins-base-libs-docs.sgml:
9740         * docs/libs/gst-plugins-base-libs-sections.txt:
9741         * docs/libs/gst-plugins-base-libs.types:
9742         * docs/plugins/Makefile.am:
9743         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9744         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9745         Added some more docs to libs and plugins.
9746
9747         * gst-libs/gst/audio/gstringbuffer.c:
9748         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
9749         * gst-libs/gst/audio/gstringbuffer.h:
9750         Document ringbuffer some more.
9751
9752         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
9753         (gst_video_rate_setcaps), (gst_video_rate_reset),
9754         (gst_video_rate_init), (gst_video_rate_flush_prev),
9755         (gst_video_rate_swap_prev), (gst_video_rate_event),
9756         (gst_video_rate_chain), (gst_video_rate_change_state):
9757         * gst/videorate/gstvideorate.h:
9758         Fix videorate to use segments.
9759         Make it work with 0/1 framerates (closes #331903)
9760         Handle EOS correctly.
9761         Added docs.
9762
9763 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
9764
9765         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
9766         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
9767         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
9768           In state change function, first chain up to parent class,
9769           then handle downwards state change stuff. Remove some
9770           commented out cruft from 0.8 code.
9771
9772 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
9773
9774         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
9775         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
9776         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
9777         (gst_ogm_parse_chain):
9778           Don't remove/re-add source pad if the new caps are the same as
9779           the old caps anyway (#333042). When removing source pad, don't
9780           unref it afterwards - we didn't ref it when adding. Sprinkle some
9781           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
9782           after using gst_pad_get_parent(). Return downstream flow return
9783           value in chain function.
9784
9785 2006-03-02  Wim Taymans  <wim@fluendo.com>
9786
9787         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9788         * docs/plugins/gst-plugins-base-plugins.args:
9789         * docs/plugins/gst-plugins-base-plugins.hierarchy:
9790         * docs/plugins/gst-plugins-base-plugins.interfaces:
9791         * docs/plugins/gst-plugins-base-plugins.signals:
9792         Fix hierarchy, added some more elements to the docs.
9793
9794         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9795         (gst_ffmpegcsp_get_type):
9796         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
9797         Fix docs for ffmpegcolorspace.
9798
9799 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
9800
9801         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
9802         (apetag_type_find), (ape_type_find), (plugin_init):
9803           Some typefinding fine-tuning:
9804           - rank ID3/APE tags in order of preference via probabilities, so that
9805             ID3v2 > APEv2 > APEv1 > ID3v1.
9806           - three or four bytes don't really justify MAXIMUM probability,
9807             change those to 'very likely' (musepack and monkeysaudio).
9808
9809 2006-03-01  Wim Taymans  <wim@fluendo.com>
9810
9811         * docs/plugins/Makefile.am:
9812         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9813         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9814         * ext/alsa/gstalsamixer.c:
9815         * ext/alsa/gstalsamixer.h:
9816         * ext/alsa/gstalsamixerelement.c:
9817         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
9818         * ext/alsa/gstalsamixerelement.h:
9819         * ext/alsa/gstalsasink.c:
9820         * ext/alsa/gstalsasink.h:
9821         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
9822         (gst_alsasrc_init):
9823         * ext/alsa/gstalsasrc.h:
9824         Added alsa docs.
9825         Small code cleanups.
9826
9827 2006-03-01  Wim Taymans  <wim@fluendo.com>
9828
9829         * ext/theora/Makefile.am:
9830         Dist new header too,
9831
9832 2006-03-01  Wim Taymans  <wim@fluendo.com>
9833
9834         * docs/plugins/Makefile.am:
9835         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9836         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9837         * ext/gnomevfs/gstgnomevfssink.h:
9838         * ext/gnomevfs/gstgnomevfssrc.h:
9839         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9840         * ext/vorbis/vorbisdec.h:
9841         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
9842         * ext/vorbis/vorbisenc.h:
9843         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
9844         (vorbis_parse_chain), (vorbis_parse_change_state):
9845         * ext/vorbis/vorbisparse.h:
9846         * gst/audioconvert/gstaudioconvert.h:
9847         * gst/tcp/gsttcpserversink.h:
9848         * gst/videotestsrc/gstvideotestsrc.c:
9849         * gst/videotestsrc/gstvideotestsrc.h:
9850         * gst/volume/gstvolume.c:
9851         * gst/volume/gstvolume.h:
9852         Fix some more docs.
9853         Added docs for vorbisdec and vorbisparse.
9854         Fix vorbisparse.
9855
9856 2006-03-01  Wim Taymans  <wim@fluendo.com>
9857
9858         * docs/plugins/Makefile.am:
9859         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9860         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9861         * ext/pango/gstclockoverlay.h:
9862         * ext/pango/gsttextoverlay.h:
9863         * ext/pango/gsttextrender.h:
9864         * ext/pango/gsttimeoverlay.h:
9865         * ext/theora/gsttheoradec.h:
9866         * ext/theora/gsttheoraenc.h:
9867         * ext/theora/theoradec.c:
9868         * ext/theora/theoraenc.c:
9869         * gst/audioconvert/gstaudioconvert.h:
9870         * gst/audiotestsrc/gstaudiotestsrc.h:
9871         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
9872         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
9873         * gst/tcp/gstmultifdsink.h:
9874         Updated/added documentation.
9875
9876         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
9877         (gst_text_overlay_halign_get_type),
9878         (gst_text_overlay_wrap_mode_get_type),
9879         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
9880         (gst_text_overlay_init), (gst_text_overlay_set_property),
9881         (gst_text_overlay_get_property):
9882         Fix up properties to be enums instead of string to make bindings,
9883         introspection and automatic GUI creation possible.
9884         Add getters for the properties.
9885
9886 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
9887
9888         * gst/audiotestsrc/gstaudiotestsrc.c:
9889           added defines of M_PI and M_PI_2
9890         * gst/ffmpegcolorspace/avcodec.h:
9891           removed #include "stdint.h" for win32 as _stdint.h is 
9892           autogenerated to win32/common
9893         * win32/common/libgstaudio.def:
9894         * win32/common/libgsttag.def:
9895           added some exports
9896         * win32/vs6:
9897           some project files bugs corrected
9898         * win32/vs7:
9899           project files are reset to the default vs7 configuration 
9900           (they link to msvcr71.dll using default optimizations)
9901           
9902 2006-02-28  Wim Taymans  <wim@fluendo.com>
9903
9904         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
9905         Fix some docs.
9906
9907 2006-02-28  Edward Hervey  <edward@fluendo.com>
9908
9909         * ext/alsa/gstalsasrc.c:
9910         Set proper class on the ElementDetails:
9911         Source/Audio instead of Src/Audio/
9912
9913 2006-02-28  Edward Hervey  <edward@fluendo.com>
9914
9915         * gst/videoscale/vs_scanline.c:
9916         (vs_scanline_resample_nearest_RGBA):
9917         Revert optimization in videoscale. It should go in liboil and have
9918         an appropriate liboil function.
9919
9920 2006-02-28  Wim Taymans  <wim@fluendo.com>
9921
9922         * gst-libs/gst/audio/gstbaseaudiosink.c:
9923         (gst_base_audio_sink_provide_clock):
9924         Don't try to provide a clock in the NULL state.
9925
9926 2006-02-28  Wim Taymans  <wim@fluendo.com>
9927
9928         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
9929         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
9930         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
9931         (gst_ogg_demux_deactivate_current_chain),
9932         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
9933         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
9934         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
9935         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
9936         Use GstSegment infrastructure to remove duplicated code
9937         and handle more seek cases correctly.
9938
9939 2006-02-28  Wim Taymans  <wim@fluendo.com>
9940
9941         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9942         (gst_ffmpegcsp_transform):
9943         Don't ignore return code from ffmpeg convert function.
9944
9945         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
9946         Split out some long statements to ease debugging.
9947
9948 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
9949
9950         * ext/libvisual/visual.c: (gst_visual_init),
9951         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
9952         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
9953         being able to renegotiate the size. Instead, use the negotiation
9954         algorithm from the goom plugin to pick an initial output caps. 
9955
9956         Also, allow theoretical libvisual plugins that might support non-GL 
9957         output even if they also do GL.
9958
9959 2006-02-26  Julien MOUTTE  <julien@moutte.net>
9960
9961         * ext/libvisual/visual.c: (gst_visual_init),
9962         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
9963         (plugin_init): Load only non GL plugins. Fix some memleaks and 
9964         possible negotiation issues.
9965
9966 2006-02-25  Julien MOUTTE  <julien@moutte.net>
9967
9968         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
9969
9970 2006-02-24  Michael Smith  <msmith@fluendo.com>
9971
9972         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
9973         (cmml_type_find), (plugin_init):
9974           Fix CMML type find function to not require a specific minor version
9975           of the CMML header.
9976
9977           Add an MPEG4 video elementary stream typefind function.
9978
9979 2006-02-04  Michael Smith  <msmith@fluendo.com>
9980
9981         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
9982         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
9983         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
9984         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
9985         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
9986         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
9987           Annodex support in ogg demuxer. Doesn't do very much without the
9988           other annodex patches (to come).
9989
9990 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
9991
9992         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
9993
9994         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
9995           Pick up palette for MS video v1 (#327028)
9996
9997 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
9998
9999         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10000         (gst_ffmpegcsp_caps_remove_format_info),
10001         (gst_ffmpegcsp_get_unit_size):
10002           The 'palette_data' field from incoming RGB caps shouldn't be
10003           proxied on outgoing YUV caps; also, restrict unit size
10004           adjustment in case of paletted data only to the unit that
10005           actually has a palette. Fixes #330711.
10006
10007 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10008
10009         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10010         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
10011         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
10012         (gst_ffmpegcsp_get_unit_size):
10013           Plug some memory leaks.
10014
10015 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10016
10017         * sys/ximage/Makefile.am:
10018         * sys/xvimage/Makefile.am:
10019           Add some _CFLAGS and _LIBS that seem to be missing
10020           and/or required for Cygwin (see #317048).
10021
10022 2006-02-22  Wim Taymans  <wim@fluendo.com>
10023
10024         * ext/alsa/gstalsasrc.c:
10025         Fix description as pointed out by caugier.
10026
10027 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
10028
10029         Reviewed by : Edward Hervey  <edward@fluendo.com>
10030
10031         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
10032         (qt_type_find):
10033         Better 3gp typefinding (#331526).
10034
10035 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
10036
10037         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
10038           Don't send EOS event here, the base class will send one for us.
10039
10040         * gst/playback/gstplaybasebin.c: (prepare_output):
10041           Subpictures without video stream aren't allowed either.
10042         
10043         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
10044           Fix debug statement copy'n'paste-o.
10045
10046 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
10047
10048         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
10049           Fix issues with mixer keeping state when muting/unmuting
10050           and when changing the volume whilst muted (see #331763
10051           and #331765).
10052
10053 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
10054
10055         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
10056         (parse_subrip), (gst_sub_parse_format_autodetect):
10057           Set right caps given that we send escaped text. Also,
10058           honour <i></i>, <b></b> and <u></u> markers that can be found
10059           in .srt files (fixes #310202).
10060
10061 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
10062
10063         * gst-libs/gst/audio/mixerutils.c:
10064         (element_factory_rank_compare_func):
10065           Make order in which elements are tried more determinable.
10066
10067 2006-02-20  Julien MOUTTE  <julien@moutte.net>
10068
10069         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
10070         (remove_element_chain), (cleanup_decodebin),
10071         (gst_decode_bin_change_state): Make decodebin reusable by
10072         fixing remove_element_chain first and then introduce a
10073         cleaner in state change to ->NULL. (Closes #331678)
10074
10075 2006-02-19  Wim Taymans  <wim@fluendo.com>
10076
10077         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
10078         use 0666 mask when creating files so umask gets applied
10079         correctly. Fixes #331295.
10080
10081 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
10082
10083         * gst/subparse/Makefile.am:
10084         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
10085         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
10086         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
10087         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
10088         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
10089         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
10090         * gst/subparse/gstssaparse.h:
10091         * gst/subparse/gstsubparse.c: (plugin_init):
10092           Add very basic parser for SSA subtitle streams (as often
10093           found in matroska files).
10094
10095 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
10096
10097         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
10098           That should be text/x-pango-markup, not text/x-pango-layout.
10099
10100 2006-02-19  Julien MOUTTE  <julien@moutte.net>
10101
10102         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
10103         Polishing.
10104
10105 2006-02-19  Julien MOUTTE  <julien@moutte.net>
10106
10107         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
10108         (gst_text_overlay_finalize), (gst_text_overlay_init),
10109         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
10110         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
10111         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
10112         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
10113         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
10114         Fix state change deadlock.
10115
10116 2006-02-19  Julien MOUTTE  <julien@moutte.net>
10117
10118         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
10119         (gst_text_overlay_finalize), (gst_text_overlay_init),
10120         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
10121         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
10122         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
10123         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
10124         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
10125         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
10126         and subtitles files.
10127
10128 2006-02-19  Julien MOUTTE  <julien@moutte.net>
10129
10130         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
10131         should be considered as raw.
10132
10133 2006-02-19  Julien MOUTTE  <julien@moutte.net>
10134
10135         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
10136         (cb_probe):
10137         * gst/playback/gststreaminfo.h: Introduce language informations.
10138
10139 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
10140
10141         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
10142         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
10143         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
10144         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
10145         Set shared memory segments to be deleted as soon as we have attached,
10146         that way they get cleaned up automatically if we crash.
10147
10148 2006-02-18  Julien MOUTTE  <julien@moutte.net>
10149
10150         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
10151         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
10152         functions are called with lock held.
10153
10154 2006-02-18  Julien MOUTTE  <julien@moutte.net>
10155
10156         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
10157         (gst_text_overlay_finalize), (gst_text_overlay_init),
10158         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
10159         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
10160         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
10161         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
10162         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
10163         (gst_text_overlay_change_state): Refactoring of textoverlay
10164         without collectpads. This now supports sparse subtitles coming
10165         from a demuxer instead of a sub file. Seeking is still broken 
10166         though. Need to discuss with wtay some more on how to handle
10167         seeking correctly.
10168         * ext/pango/gsttextoverlay.h:
10169         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
10170         subtitles coming from the demuxer.
10171
10172 2006-02-17  Wim Taymans  <wim@fluendo.com>
10173
10174         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
10175         (gst_vorbisenc_convert_sink):
10176         Use some more scaling functions.
10177
10178 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
10179
10180         * ext/cdparanoia/gstcdparanoiasrc.c:
10181         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
10182         (gst_cd_paranoia_paranoia_callback),
10183         (gst_cd_paranoia_src_signal_is_being_watched),
10184         (gst_cd_paranoia_src_read_sector):
10185         * ext/cdparanoia/gstcdparanoiasrc.h:
10186           Add back 'transport-error' and 'uncorrected-error' signals and
10187           make them actually be fired when bad stuff happens (#319340).
10188
10189 2006-02-17  Wim Taymans  <wim@fluendo.com>
10190
10191         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
10192         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
10193         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
10194         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
10195         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
10196         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
10197         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
10198         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
10199         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
10200         (gst_ring_buffer_clear):
10201         Small cleanups.
10202         Added some G_LIKELY.
10203
10204 2006-02-17  Wim Taymans  <wim@fluendo.com>
10205
10206         * gst-libs/gst/audio/TODO:
10207         Update TODO
10208
10209         * gst-libs/gst/audio/gstbaseaudiosink.c:
10210         (gst_base_audio_sink_get_offset):
10211         When trying to play samples ASAP and we don't have a
10212         previous sample, try to play at position 0 instead of
10213         an invalid position.
10214
10215 2006-02-17  Wim Taymans  <wim@fluendo.com>
10216
10217         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
10218         (gst_alsasink_reset):
10219         Also release lock when we get an error in _reset();
10220         fix an error message.
10221
10222 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10223
10224         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
10225         (gst_alsasink_init), (get_channel_free_structure),
10226         (caps_add_channel_configuration), (gst_alsasink_getcaps),
10227         (gst_alsasink_close):
10228         * ext/alsa/gstalsasink.h:
10229           Add support for more than 2 channels (#326720).
10230
10231 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10232
10233         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
10234           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
10235           with 4 or 6 channels, assume a default channel layout to make things
10236           work (not sure there's anything else we can do in those cases).
10237
10238 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10239
10240         * gst-libs/gst/audio/multichannel.c:
10241           Minor docs fix.
10242
10243         * gst-libs/gst/riff/Makefile.am:
10244         * gst-libs/gst/riff/riff-ids.h:
10245         * gst-libs/gst/riff/riff-media.c:
10246         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
10247           Add support for WAVEFORMATEX, eg. PCM audio with more than two
10248           channels and a channel layout map.
10249           
10250 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
10251
10252         Reviewed by Edward Hervey  <edward@fluendo.com>
10253
10254         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
10255         C-level optimization of the RGBA nearest neighbour function.
10256         Eventually this might end up in liboil with vectorized versions.
10257
10258 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10259
10260         * gst-libs/gst/audio/multichannel.c:
10261         (gst_audio_get_channel_positions):
10262           When we have more than 2 channels, but no channel layout is
10263           specified in the caps, return some default channel layout
10264           to the caller and warn about about a possibly buggy element
10265           (could be buggy filtercaps as well of course) (#317038).
10266
10267 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10268
10269         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
10270           Add gst-libs/gst/cdda to list of lib search paths.
10271
10272 2006-02-15  Andy Wingo  <wingo@pobox.com>
10273
10274         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
10275         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
10276         to the Lord Jesus that I do not have to touch the ogg muxer ever
10277         again.
10278
10279 2006-02-15  Edward Hervey  <edward@fluendo.com>
10280
10281         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
10282         quicktime movie files can also contain 'uuid' atoms.
10283
10284 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
10285
10286         * gst/audioconvert/plugin.c: (plugin_init):
10287           Register the GstAudioChannelPosition enum type with the type
10288           system in the plugin_init function, so that it is known before
10289           any element actually makes use of multi-channel stuff. This is
10290           required for example if one wants to be able to deserialise/use
10291           a caps string with channel positions before any pipeline has
10292           been setup and started, like with gst-launch.
10293
10294 2006-02-14  Wim Taymans  <wim@fluendo.com>
10295
10296         * gst-libs/gst/audio/gstringbuffer.c:
10297         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
10298         (gst_ring_buffer_samples_done), (wait_segment),
10299         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
10300         Add some compiler G_(UN_)LIKELY help.
10301         SIGNAL the ringbuffer waiters when going to PAUSED as well to
10302         make sure they can exit their functions. Should fix #330748
10303
10304 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
10305
10306         * Makefile.am:
10307         * configure.ac:
10308         * win32/MANIFEST:
10309         * win32/common/_stdint.h:
10310           Windows does not have long long; copy the generated _stdint.h
10311         * win32/common/interfaces-enumtypes.c:
10312         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
10313         (gst_mixer_track_flags_get_type),
10314         (gst_tuner_channel_flags_get_type):
10315         * win32/common/multichannel-enumtypes.c:
10316         (gst_audio_channel_position_get_type):
10317           update
10318
10319 2006-02-13  Wim Taymans  <wim@fluendo.com>
10320
10321         * gst-libs/gst/audio/gstbaseaudiosink.c:
10322         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
10323         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10324         Always sync on first sample we receive when starting.
10325
10326 2006-02-13  Wim Taymans  <wim@fluendo.com>
10327
10328         * gst/playback/gstplaybin.c: (gen_vis_element):
10329         Update vis bin docs.
10330         Move queue after tee so we don't queue video buffers but
10331         audio samples instead. Fixes problems where the video queue
10332         is filled and the audio queue empty.
10333
10334 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
10335
10336         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
10337           No need to push an EOS event here, GstBaseSrc will do that for us
10338           when we return FLOW_UNEXPECTED.
10339           
10340 2006-02-12  Wim Taymans  <wim@fluendo.com>
10341
10342         * gst-libs/gst/audio/gstbaseaudiosink.c:
10343         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
10344         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
10345         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10346         Use scale functions when possible.
10347         Fix error messages.
10348         Free clockid when after waiting for EOS.
10349         Use G_(UN_)LIKLY when it makes sense.
10350         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
10351
10352 2006-02-12  Edward Hervey  <edward@fluendo.com>
10353
10354         * gst/playback/gstplaybasebin.c: (prepare_output): 
10355         Remove stray semi-colon (fixes #330888).
10356
10357 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
10358
10359         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
10360         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
10361         Fix up the XShm call testing so that we catch errors, and don't
10362         cause new ones by attempting to detach from a segment we failed
10363         to attach to. Fixes #312439.
10364
10365 2006-02-10  Edward Hervey  <edward@fluendo.com>
10366
10367         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10368         Added flv file typefind (video/x-flv).
10369
10370 2006-02-10  Edward Hervey  <edward@fluendo.com>
10371
10372         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
10373         (gst_riff_create_video_template_caps):
10374         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
10375         Also added the caps to the default set of riff video caps.
10376
10377 2006-02-09  Andy Wingo  <wingo@pobox.com>
10378
10379         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
10380         time and the end time of the last packet in the page.
10381         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
10382         on the pages in our queue, set the duration as well. Reflow a
10383         debug statement.
10384         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
10385         Fixes bad muxing order.
10386
10387 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
10388
10389         * gst-libs/gst/rtp/gstbasertppayload.c:
10390         (gst_basertppayload_setcaps), (gst_basertppayload_push):
10391           update seqnum before setting it on the packet; this makes sure
10392           that the timestamp and seqnum properties match after pushing
10393           a buffer
10394
10395 2006-02-09  Andy Wingo  <wingo@pobox.com>
10396
10397         * gst-libs/gst/audio/gstringbuffer.c
10398         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
10399         overflow after 13.5 hours of recording. Kapow!
10400
10401         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
10402         the buffer size -- we don't care about underrun/overrun reporting
10403         right now, just need to return a useful value.
10404
10405 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
10406
10407         * configure.ac:
10408           Back to CVS
10409
10410 === release 0.10.3 ===
10411
10412 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
10413
10414         * configure.ac:
10415           releasing 0.10.3, "Under Pressure"
10416
10417 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
10418
10419         * configure.ac:
10420         Drat. Bump libtool version number for new API.
10421         Prelease 0.10.2.3 (of 0.10.3)
10422
10423 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
10424
10425         * configure.ac:
10426         * win32/common/config.h:
10427         0.10.2.2 prerelease (of 0.10.3).
10428
10429 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
10430
10431         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
10432           Revert Andy's newsegment change pending a more correct
10433           fix.
10434
10435 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
10436
10437         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
10438         (qt_type_find), (plugin_init):
10439           detect more files as 3gp
10440           group and reorder the iso file formats
10441
10442 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10443
10444         * ext/vorbis/vorbis.c: (plugin_init):
10445           Register musicbrainz tags, so apps don't have to.
10446
10447 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10448
10449         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
10450         (gst_tag_to_vorbis_tag):
10451           Make sure we called gst_tag_register_musicbrainz_tags()
10452           before possibly mapping a vorbiscomment string from/to a
10453           musicbrainz tag.
10454
10455 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10456
10457         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
10458           In case we can't find the required number of consecutive
10459           mpeg audio frames to positively identify an MPEG audio
10460           stream, check if there's at least a valid mpeg audio
10461           frame right at offset 0 and if so suggest mpeg/audio
10462           caps with a very low probability (#153004).
10463
10464 2006-02-07  Andy Wingo  <wingo@pobox.com>
10465
10466         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
10467         a TIME segment if we get timestamped buffers. Requires recent
10468         fixes in core to work properly.
10469
10470 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10471
10472         * gst/playback/gstplaybasebin.c: (prepare_output):
10473           Don't print the URI as part of the error message, it
10474           makes error dialogs look rather ugly, especially if
10475           the URI is very long or has characters in it that
10476           need escaping.
10477
10478 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10479
10480         * gst/playback/gstplaybasebin.c: (prepare_output):
10481           Error out if we have only text or subtitles, but nothing
10482           else. Also error out if we have subtitles but no video
10483           stream.
10484
10485 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10486
10487         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
10488           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
10489           Post an error message on the bus when we encounter an
10490           error, which will hopefully be more meaningful than the
10491           'Internal Flow Error' message users get to see if we
10492           just return GST_FLOW_ERROR.
10493
10494 2006-02-07  Andy Wingo  <wingo@pobox.com>
10495
10496         * configure.ac (GST_MAJORMINOR): Update core version req to
10497         0.10.2.2, for the collectpads API addition (#330244).
10498
10499 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
10500
10501         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
10502           Return FALSE from plugin_init() when GnomeVFS can't
10503           be initialised for some reason (#328423).
10504
10505 2006-02-06  Julien MOUTTE  <julien@moutte.net>
10506
10507         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
10508         Stick to seeking theory until i find the bug.
10509         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
10510
10511 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
10512
10513         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
10514         (theora_enc_finalize), (theora_enc_sink_setcaps),
10515         (theora_set_header_on_caps), (theora_enc_chain),
10516         (theora_enc_change_state):
10517         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
10518           Make theoraenc and the tests leak free. Like, really.
10519
10520 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
10521
10522         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
10523         (theora_enc_finalize), (theora_enc_sink_setcaps):
10524           Add a finalize method to ensure we clean up state even if
10525           someone omitted the state change back to NULL.
10526
10527         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
10528         (gst_vorbisenc_chain):
10529           Free some more leaked bits.
10530
10531         * tests/check/pipelines/theoraenc.c: (start_pipeline),
10532         (stop_pipeline):
10533           Wait for state changes to happen if they're ASYNC.
10534
10535           This ought to teach those fancy pants buildbots a lesson.
10536
10537 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
10538
10539         * gst-libs/gst/tag/gstid3tag.c:
10540           Add mapping for ID3 International Standard Recording Code
10541           tag "TSRC"
10542
10543 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
10544
10545         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
10546           Don't leak tag names.
10547
10548 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
10549
10550         * docs/libs/gst-plugins-base-libs-docs.sgml:
10551         * docs/libs/gst-plugins-base-libs-sections.txt:
10552         * gst-libs/gst/tag/gstid3tag.c:
10553         * gst-libs/gst/tag/gstvorbistag.c:
10554         * gst-libs/gst/tag/tags.c:
10555           Split libgsttag docs into multiple sections.
10556
10557 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
10558
10559         * docs/libs/Makefile.am:
10560         * docs/libs/gst-plugins-base-libs-docs.sgml:
10561         * docs/libs/gst-plugins-base-libs-sections.txt:
10562         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
10563         * gst-libs/gst/tag/gstvorbistag.c:
10564         * gst-libs/gst/tag/tag.h:
10565         * gst-libs/gst/tag/tags.c:
10566           Add libgsttag to the docs.
10567
10568 2006-02-05  Julien MOUTTE  <julien@moutte.net>
10569
10570         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
10571         (gst_text_overlay_init), (gst_text_overlay_src_event),
10572         (gst_text_overlay_collected): Fix clockoverlay.
10573
10574 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
10575
10576         * docs/libs/compiling.sgml:
10577           Fix typo: it's pkg-config, not pkg-gconfig
10578
10579         * docs/libs/gst-plugins-base-libs-docs.sgml:
10580         * docs/libs/gst-plugins-base-libs-sections.txt:
10581         * docs/libs/tmpl/gstgconf.sgml:
10582           There is no libgstgconf in 0.10, remove it
10583           from the docs.
10584
10585 2006-02-05  Julien MOUTTE  <julien@moutte.net>
10586
10587         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
10588         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
10589         (gst_text_overlay_src_event), (gst_text_overlay_collected):
10590         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
10591         (gst_sub_parse_class_init), (gst_sub_parse_init),
10592         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
10593         (parse_mpsub), (parser_state_init), (handle_buffer),
10594         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
10595         * gst/subparse/gstsubparse.h: Introduce seeking code.
10596
10597 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
10598
10599         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
10600           Add comment about LANGUAGE tag inconsistency (we want
10601           ISO-639-1, but extract three-letter identifiers?)
10602
10603         * po/POTFILES.in:
10604           Add two translatable files.
10605
10606 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
10607
10608         * gst-libs/gst/tag/Makefile.am:
10609         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
10610         * gst-libs/gst/tag/tag.h:
10611         * gst-libs/gst/tag/tags.c:
10612         (gst_tag_register_musicbrainz_tags_internal),
10613         (gst_tag_register_musicbrainz_tags):
10614           Forward-port some tags stuff from the 0.8 branch. This is
10615           mostly the addition of musicbrainz tags and their mapping
10616           to vorbistags, and a vorbistag mapping of the language tag.
10617
10618 2006-02-05  Julien MOUTTE  <julien@moutte.net>
10619
10620         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
10621         refactoring.
10622
10623 2006-02-04  David Schleef  <ds@schleef.org>
10624
10625         * ext/ogg/gstoggmux.c:
10626         * gst/typefind/gsttypefindfunctions.c:
10627           Add Dirac typefinding and add dirac format to oggmux.
10628
10629 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10630
10631         * gst/playback/gstdecodebin.c: (try_to_link_1):
10632           Don't put essential function call into
10633           g_return_*() macro, otherwise it'll all be
10634           replaced by NOOPs when compiling with
10635           G_DISABLE_CHECKS defined.
10636
10637 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
10638
10639         * ext/ogg/gstoggdemux.c:
10640         * ext/ogg/gstoggparse.c:
10641         * gst/tcp/gsttcpserversink.c:
10642         * sys/v4l/v4lsrc_calls.c:
10643         * sys/v4l/v4lsrc_calls.h:
10644         Just make it compile with --disable-gst-debug.
10645
10646 2006-02-03  Wim Taymans  <wim@fluendo.com>
10647
10648         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
10649         (gst_alsasink_class_init), (gst_alsasink_init),
10650         (gst_alsasink_write), (gst_alsasink_reset):
10651         * ext/alsa/gstalsasink.h:
10652         Add lock to protect alsa calls.
10653         Implement reset to flush samples ASAP, does not work
10654         with dmix though.
10655
10656 2006-02-02  Wim Taymans  <wim@fluendo.com>
10657
10658         * gst-libs/gst/audio/gstbaseaudiosink.c:
10659         (gst_base_audio_sink_provide_clock):
10660         Ugh.. getting late I guess...
10661
10662 2006-02-02  Wim Taymans  <wim@fluendo.com>
10663
10664         * gst-libs/gst/audio/gstbaseaudiosink.c:
10665         (gst_base_audio_sink_provide_clock),
10666         (gst_base_audio_sink_set_property),
10667         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
10668         Don't try to provide a clock when we are not negotiated since
10669         we might not be able to make it run.
10670
10671 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10672
10673         * gst/playback/gstdecodebin.c: (try_to_link_1):
10674           Unlinking two source pads is ... hard.
10675
10676 2006-02-02  Wim Taymans  <wim@fluendo.com>
10677
10678         * gst-libs/gst/audio/TODO:
10679         Updated.
10680
10681         * gst-libs/gst/audio/gstbaseaudiosink.c:
10682         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
10683         On EOS, wait till the last sample is played before posting EOS.
10684
10685 2006-02-01  Philippe Kalaf <burger at speedy dot org>
10686
10687         Patch by: Kai Vehmanen
10688         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10689           Adds ability to enable newsegment bypass by setting queue_delay to
10690           zero. Also avoid thread being started if queue_delay is zero.
10691
10692 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
10693
10694         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
10695           Make test work again by connecting fakesinks to each decoded pad,
10696           which makes the pipeline wait until each fakesink has a buffer
10697           queued before going to PAUSED state. At that point we know the
10698           decodebin pads are negotiated.
10699
10700 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
10701
10702         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
10703         (gst_cdda_base_src_handle_event):
10704         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
10705           Pass unhandled queries to the parent class's query function.
10706
10707 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
10708
10709         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
10710         (gst_ogg_pad_src_query):
10711         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
10712         * ext/theora/theoradec.c: (theora_dec_src_query),
10713         (theora_dec_sink_query):
10714         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
10715         (vorbis_dec_sink_query):
10716         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
10717         (gst_vorbisenc_sink_query):
10718         * gst/adder/gstadder.c: (gst_adder_query):
10719           Pass unhandled queries upstream instead of just
10720           dropping them (#326447). Also, fix supported
10721           query types list for some elements.
10722
10723 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
10724
10725         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
10726         (paris_type_find), (ilbc_type_find), (plugin_init):
10727           Fix typefinding for audio/x-au, audio/x-paris and
10728           audio/iLBC-sh. We cannot use the START_WITH macros
10729           here, because there can only be one typefind factory
10730           with the same name (caps), so the second one would
10731           replace the first one and the first one would never
10732           be called when doing typefinding (see #161712).
10733           
10734
10735 2006-01-31  Wim Taymans  <wim@fluendo.com>
10736
10737         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
10738         (vorbis_handle_header_packet), (vorbis_dec_push),
10739         (vorbis_handle_data_packet):
10740         Use scale_int when we can, add some more scaling.
10741         Check packettype before parsing it.
10742
10743 2006-01-31  Wim Taymans  <wim@fluendo.com>
10744
10745         * ext/theora/theoradec.c: (_theora_granule_time),
10746         (theora_dec_src_convert), (theora_dec_sink_convert):
10747         Call right _scale functions.
10748         Use parameter instead of some other random value.
10749
10750 2006-01-31  Wim Taymans  <wim@fluendo.com>
10751
10752         * ext/theora/theoradec.c: (_theora_granule_frame),
10753         (_theora_granule_time), (_inc_granulepos),
10754         (theora_dec_src_convert), (theora_dec_sink_convert),
10755         (theora_handle_type_packet), (theora_handle_data_packet),
10756         (theora_dec_chain):
10757         Use higher precision timestamps calculation.
10758         Convert some other conversions to _scale.
10759
10760 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
10761
10762         * gst/audiotestsrc/gstaudiotestsrc.c:
10763         (gst_audio_test_src_create_sine_table), (plugin_init):
10764         * gst/volume/gstvolume.c: (plugin_init):
10765           initialize gst_controller before using
10766
10767 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
10768
10769         * tests/check/pipelines/theoraenc.c:
10770         * tests/check/pipelines/vorbisenc.c:
10771         Define constant using G_GINT64_CONSTANT to avoid errors when
10772         passing it around - otherwise it gets truncated to 32 bits.
10773
10774         Fixes failing tests.
10775
10776 2006-01-31  Andy Wingo  <wingo@pobox.com>
10777
10778         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
10779         caps being set doesn't have a framerate value. Basically a stopgap
10780         measure.
10781
10782         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
10783         technically correct enough to put into core though.
10784         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
10785         DURATION. Fixes theoraenc ! oggmux.
10786
10787         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
10788         fraction, not double.
10789
10790 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
10791
10792         * win32/vs7:
10793         add vs7 project files created by Sergey Scobich
10794
10795 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
10796
10797         * win32/vs8:
10798         add vs8 project files created by Sergey Scobich
10799         
10800 2006-01-30  Andy Wingo  <wingo@pobox.com>
10801
10802         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
10803         timestamp + duration, not just timestamp -- ogg pages should be
10804         ordered by stop time. Necessary fix given the change in vorbis
10805         timestamps.
10806
10807         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
10808         (gst_theora_enc_init): Pull the granule shift out of the encoder.
10809         (granulepos_add): New function, handles the messiness of adjusting
10810         granulepos values.
10811         (theora_buffer_from_packet):
10812         (theora_enc_chain):
10813         (theora_enc_sink_event): Use granulepos_add, not +.
10814
10815         * tests/check/pipelines/theoraenc.c
10816         (check_buffer_granulepos_from_starttime): Just check the frame
10817         count, not the actual granulepos -- we can't dictate to the
10818         encoder when it should be placing keyframes.
10819
10820 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
10821
10822         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
10823           SERVICE_NOT_AVAILABLE happens for example when you're trying to
10824           play an http:// stream from a server that's not serving
10825
10826 2006-01-30  Andy Wingo  <wingo@pobox.com>
10827
10828         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
10829         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
10830         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
10831         available.
10832
10833         * ext/theora/gsttheoraenc.h:
10834         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
10835         although theoraenc was timestamping correctly. Added handling of
10836         streams that start with nonzero timestamps.
10837
10838         * tests/check/Makefile.am:
10839         * tests/check/pipelines/theoraenc.c: New file, basically does same
10840         tests as vorbisenc.
10841
10842         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
10843
10844 2006-01-30  Wim Taymans  <wim@fluendo.com>
10845
10846         * gst-libs/gst/audio/gstaudiosink.c:
10847         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
10848         (gst_audioringbuffer_pause):
10849         Implement pause that does not wait for completion.
10850
10851         * gst-libs/gst/audio/gstbaseaudiosink.c:
10852         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10853         Don't drop buffers when going to PAUSED but perform preroll on
10854         remaining samples now that core base class supports this.
10855
10856         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
10857         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
10858         (gst_ring_buffer_commit):
10859         Pause should not signal waiters.
10860         Implement return value of _commit correctly.
10861
10862 2006-01-30  Andy Wingo  <wingo@pobox.com>
10863
10864         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
10865
10866         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
10867         updated to timestamp from the first sample, not the last.
10868         (gst_vorbisenc_buffer_from_header_packet): New function, takes
10869         special care of granulepos and timestamp for header packets.
10870         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
10871         when the first buffer has a nonzero timestamp.
10872
10873         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
10874         (GstVorbisEnc.subgranule_offset): New members. Take care of the
10875         case when the first audio buffer we get has a nonzero timestamp.
10876         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
10877         properly timestamp vorbis buffers with the time of the first
10878         sample, not the last.
10879         
10880         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
10881         vorbis_granule_time_copy -- now it takes the granule/subgranule
10882         offset into account.
10883
10884         * tests/check/pipelines/vorbisenc.c: New test for correctness of
10885         timestamps, durations, and granulepos on buffers produced by
10886         vorbisenc.
10887
10888 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
10889
10890         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10891         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
10892           Patch from Eric Jonas to support conversions to/from UYVY 
10893           (Fixes: #324626)
10894
10895 2006-01-30  Julien MOUTTE  <julien@moutte.net>
10896
10897         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
10898         (setup_subtitle), (setup_source), (set_active_source):
10899         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
10900         (gen_text_element), (gen_audio_element), (gen_vis_element),
10901         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
10902
10903 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
10904
10905         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
10906         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
10907                 use gst_guint64_to_gdouble to be compliant with vs6
10908         * gst/playback/gstdecodebin.c: (try_to_link_1)
10909         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
10910                 use G_GINT64_CONSTANT for int64 constants
10911         * win32/common/libgstinterfaces.def:
10912                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
10913         * win32/vs6:
10914                 update and add new project files
10915                 
10916 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10917
10918         * Makefile.am:
10919         * win32/MANIFEST:
10920         * win32/common/interfaces-enumtypes.c:
10921         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
10922         (gst_mixer_track_flags_get_type),
10923         (gst_tuner_channel_flags_get_type):
10924         * win32/common/interfaces-enumtypes.h:
10925         * win32/common/multichannel-enumtypes.c:
10926         (gst_audio_channel_position_get_type):
10927         * win32/common/multichannel-enumtypes.h:
10928           add a win32-update rule like in core, and copy over enumtypes files
10929
10930 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10931
10932         * win32/MANIFEST:
10933         * win32/common/config.h:
10934         * win32/common/config.h.in:
10935           add config files just like in core
10936
10937 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
10938
10939         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
10940           Make gcc-4.1 happy (part of #327357).
10941
10942 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10943
10944         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
10945         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
10946         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
10947         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
10948         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
10949         (gst_alsasrc_unprepare), (gst_alsasrc_read):
10950           Update all error messages.  All of them should either use
10951           the default translated message, or actually provide a
10952           translatable string.
10953           Make the string for channel count problems meaningful.
10954
10955 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10956
10957         * sys/v4l/v4l_calls.c: (gst_v4l_open):
10958           check for and throw RESOURCE_BUSY
10959
10960 2006-01-27  David Schleef  <ds@schleef.org>
10961
10962         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
10963           checked in this change -- it requires liboil features not
10964           in 0.3.6.  Revert parts.
10965
10966 2006-01-27  David Schleef  <ds@schleef.org>
10967
10968         * REQUIREMENTS:
10969         * configure.ac: update liboil requirement to 0.3.6
10970         * gst/videoscale/Makefile.am:
10971         * gst/videoscale/vs_scanline.c: liboilify
10972
10973 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
10974
10975         * ext/libvisual/visual.c: (get_buffer):
10976           When pad_alloc returns a GstFlowReturn other
10977           than GST_FLOW_OK, make sure it is passed upstream.
10978
10979 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
10980
10981         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
10982         (gst_alsasink_class_init):
10983           Free the device name string.
10984
10985         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
10986         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
10987         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
10988           Don't remove a pad from the collectpads structure until it
10989           is released - it's a request pad, and may receive data again
10990           if the element gets moved back to PLAYING state.
10991
10992         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
10993           Ensure we turn on double buffering on the Xv port, and
10994           set the colour key to something dark and mysterious that
10995           isn't black.
10996
10997 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
10998
10999         * ext/alsa/gstalsaplugin.c: (plugin_init):
11000         * ext/cdparanoia/gstcdparanoiasrc.c:
11001         (gst_cd_paranoia_src_base_init), (plugin_init):
11002         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
11003         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
11004           - a library should not call setlocale. see "Libraries" node in
11005             gettext manual
11006           - make sure all plugins that use translation do bindtextdomain
11007             to point to the localedir
11008         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
11009         (setup_sinks), (plugin_init):
11010           all this, and check for NULL when creating sinks
11011
11012 2006-01-27  Julien MOUTTE  <julien@moutte.net>
11013
11014         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
11015         (plugin_init): Make typefinding of subtitles work again.
11016
11017 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
11018
11019         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
11020         (mp3_type_frame_length_from_header), (mp3_type_find),
11021         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
11022         (plugin_init):
11023           Backport a bunch of typefinding fixes from the 0.8 branch.
11024           Also, improve wavpack typefinding: if we can't peek the
11025           entire wavpack block, try to parse the bits we can get and
11026           see if we find what we're looking for in those.
11027
11028 2006-01-26  Julien MOUTTE  <julien@moutte.net>
11029
11030         * sys/ximage/ximagesink.c:
11031         (gst_ximagesink_calculate_pixel_aspect_ratio):
11032         * sys/xvimage/xvimagesink.c:
11033         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
11034         more cases of pixel aspect ratio.
11035
11036 2006-01-26  Edward Hervey  <edward@fluendo.com>
11037
11038         * gst/playback/gstdecodebin.c: (pad_probe):
11039         Also consider the flush-start and tag events as unblockers
11040         for the pad probes.
11041
11042 2006-01-26  Julien MOUTTE  <julien@moutte.net>
11043
11044         * gst/playback/gstplaybin.c: (gst_play_bin_init),
11045         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
11046         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
11047         On the fly visualisation switch, works disabling, enabling as
11048         well but it won't be able to enable vis in a playbin that was
11049         created with no visualisation.
11050
11051 2006-01-25  Wim Taymans  <wim@fluendo.com>
11052
11053         * gst-libs/gst/audio/gstbaseaudiosink.c:
11054         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
11055         Undo previous commit that returned WRONG_STATE sooner, it breaks 
11056         resume after pause.
11057
11058 2006-01-25  Wim Taymans  <wim@fluendo.com>
11059
11060         * gst-libs/gst/audio/gstbaseaudiosink.c:
11061         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
11062         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
11063         Improve debugging.
11064         Post error when caps cannot be parsed.
11065         Resync on discontinuity in the stream.
11066         Clip samples to segment boundaries.
11067         return WRONG_STATE sooner when we are flushing.
11068
11069         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
11070         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
11071         Make audiosrc operate in TIME.
11072         Set TIMESTAMP and DURATION on buffers.
11073
11074 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
11075
11076         * tests/examples/seek/seek.c: (main):
11077           Output tag messages as well.
11078
11079 2006-01-23  Edward Hervey  <edward@fluendo.com>
11080
11081         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11082         (free_pad_probes), (remove_fakesink), (pad_probe),
11083         (close_pad_link), (gst_decode_bin_change_state):
11084         Replace GstPadBlockCallback with pad probes that detect
11085         first buffer AND eos before removing fakesink.
11086         Fixes hang with demuxers doing EOS while pre-rolling.
11087         Solves #328279
11088
11089 2006-01-23  Andy Wingo  <wingo@pobox.com>
11090
11091         * ext/alsa/gstalsasink.c:
11092         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11093         (gst_base_rtp_depayload_setcaps),
11094         (gst_base_rtp_depayload_add_to_queue),
11095         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
11096         
11097         Patch by: Jens Granseuer <jensgr at gmx dot net>
11098
11099 2006-01-22  Julien MOUTTE  <julien@moutte.net>
11100
11101         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
11102         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11103         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
11104         frames. We might get a frame destroyed after changing state to
11105         NULL, adding a safety check on xcontext.
11106
11107 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
11108
11109         * gst-libs/gst/interfaces/xoverlay.c:
11110           Fix prepare-xwindow-id code example in the docs - we need to
11111           ignore all messages that aren't element messages as well.
11112           
11113 2006-01-21  Julien MOUTTE  <julien@moutte.net>
11114
11115         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
11116           I think one day i'll completely undestand how caps negotiation
11117           is supposed to work. This refactoring handles buffer_alloc
11118           called with caps we can't handle. We definitely don't want a
11119           set_caps with those caps, so we define and allocate a buffer
11120           we would like to receive.
11121
11122 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11123
11124         * gst/playback/gstplaybasebin.c: (setup_source):
11125           Free iterator when done.
11126
11127 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
11128
11129         * gst-libs/gst/audio/gstbaseaudiosink.c:
11130         (gst_base_audio_sink_render):
11131           Fix playback of non-synchronised streams by assuming a rate
11132           of 1.0 instead of a random one.
11133
11134           Makes this work again:
11135
11136           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
11137           endianness=(int)4321, signed=(boolean)true, width=(int)16,
11138           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
11139           audioresample ! alsasink
11140
11141 === release 0.10.2 ===
11142
11143 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
11144
11145         * configure.ac:
11146           releasing 0.10.2, "Then the devil is six"
11147
11148 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
11149
11150         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
11151         * gst/playback/gststreamselector.c:
11152         (gst_stream_selector_set_property):
11153           Comment out broken code that connects to the state-changed signal.
11154           At this point, changing current stream selection is broken, but 
11155           stuff like gst-launch playbin current-audio=1 works and filters
11156           to the chosen stream.
11157
11158 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11159
11160         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
11161           Fix #327216 (null dereference in vorbisdec)
11162
11163 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
11164
11165         * ext/theora/theoradec.c: (theora_handle_comment_packet):
11166           Post taglist actually on bus instead of just freeing it
11167           (fixes #327114 and totem bug #327080).
11168
11169         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
11170           Use gst_element_found_tags_for_pad(), so that the tags
11171           are sent downstream as an event as well.
11172
11173 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11174
11175         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
11176         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
11177         (gst_ximagesink_buffer_alloc):
11178         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
11179         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
11180         (gst_xvimagesink_buffer_alloc):
11181           move all regularly occurring messages to GST_LOG level
11182           add some more object logs
11183
11184 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
11185
11186         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
11187           fix a silly segfault
11188
11189 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
11190
11191         * docs/libs/gst-plugins-base-libs-docs.sgml:
11192         * docs/libs/gst-plugins-base-libs-sections.txt:
11193         * gst-libs/gst/audio/mixerutils.c:
11194         * gst-libs/gst/audio/mixerutils.h:
11195           Add docs for mixerutils stuff.
11196
11197 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
11198
11199         * gst/playback/gstplaybasebin.c: (setup_source):
11200           Fix playback for sources that emit raw audio or
11201           raw video streams (e.g.: cd audio sources) (#325984).
11202
11203 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
11204
11205         * gst-libs/gst/audio/mixerutils.c:
11206         (gst_audio_mixer_filter_do_filter):
11207           actually save the element we create
11208
11209 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
11210
11211         * gst-libs/gst/cdda/gstcddabasesrc.c:
11212         (gst_cdda_base_src_handle_track_seek):
11213           No need to post a tag message on the bus when seeking
11214           within the same track, only post it when the current
11215           track changes.
11216
11217 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
11218
11219         * gst/playback/gstplaybasebin.c: (group_destroy),
11220         (probe_triggered), (new_decoded_pad), (mute_group_type),
11221         (set_active_source):
11222         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
11223         * gst/playback/gststreamselector.c:
11224         (gst_stream_selector_base_init),
11225         (gst_stream_selector_set_property),
11226         (gst_stream_selector_request_new_pad):
11227           Reenable stream selection. These mechanisms need a complete overhaul
11228           in the face of 0.8->0.10 changes though.
11229
11230 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
11231
11232         * ext/ogg/gstoggdemux.c:
11233           Change the pad template to src_%d to match the pads that 
11234           are created from it. decodebin needs this information in order
11235           to decide that oggdemux is capable of producing multiple pads
11236           (and hence needs queues inserted).
11237
11238         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
11239         (gst_ogg_mux_collected):
11240           Make debug output more useful by using GST_PTR_FORMAT.
11241
11242 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
11243
11244         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11245
11246         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
11247           Set depth and width for alaw/mulaw (fixes #326601).
11248
11249 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
11250
11251         * tests/icles/Makefile.am:
11252           don't build the tests if we don't have the libs
11253
11254 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
11255
11256         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
11257         (gst_cd_paranoia_paranoia_callback):
11258           Don't try to free NULL pointers.
11259
11260 2006-01-10  Edward Hervey  <edward@fluendo.com>
11261
11262         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
11263         (gst_audio_rate_change_state), (plugin_init):
11264         Add debugging category.
11265         Fix type issues.
11266         Add case for incoming buffers without valid offset/offset_end.
11267
11268 2006-01-10  Michael Smith  <msmith@fluendo.com>
11269
11270         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
11271           Don't leak GCond in audio sources.
11272
11273 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
11274
11275         * gst/playback/gstplaybin.c: (gen_audio_element):
11276           Don't leak an autoaudiosink/alsasink when we generate
11277           a new audio element. (old code, I guess)
11278
11279 2006-01-10  Michael Smith  <msmith@fluendo.com>
11280
11281         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
11282           Support float audio in audiorate.
11283           Use width rather than depth for selecting sample width.
11284
11285 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
11286
11287         * gst/videotestsrc/videotestsrc.h:
11288           Use GLib types here (that way we don't have to include the
11289           generated _stdint.h header, which makes life easier for win32
11290           folks that don't use autotools for the build) (#325990, patch
11291           by: Sergey Scobich).
11292
11293 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
11294
11295         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
11296         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
11297         (gst_ring_buffer_pause), (wait_segment):
11298         * gst-libs/gst/audio/gstringbuffer.h:
11299           Name (private) union, makes Forte compiler happy (this time
11300           for real) (#324900).
11301
11302 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11303
11304         * gst-libs/gst/audio/Makefile.am:
11305           Link against libgstinterfaces, needed for mixer
11306           and property probe stuff.
11307
11308 2006-01-09  Edward Hervey  <edward@fluendo.com>
11309
11310         * gst-libs/gst/Makefile.am:
11311
11312 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11313
11314         * gst-libs/gst/audio/Makefile.am:
11315         * gst-libs/gst/audio/mixerutils.c:
11316         (gst_audio_mixer_filter_do_filter),
11317         (gst_audio_mixer_filter_check_element),
11318         (gst_audio_mixer_filter_probe_feature),
11319         (element_factory_rank_compare_func),
11320         (gst_audio_default_registry_mixer_filter):
11321         * gst-libs/gst/audio/mixerutils.h:
11322           Add gst_audio_default_registry_mixer_filter() utility
11323           function.
11324
11325 2006-01-03  Michael Smith  <msmith@fluendo.com>
11326
11327         * gst/audioresample/resample.h:
11328           As before, but for o_buf
11329
11330 2006-01-03  Michael Smith  <msmith@fluendo.com>
11331
11332         * gst/audioresample/resample.h:
11333           Declare struct _ResampleState.buffer as unsigned char *, not void *,
11334           since we do arithmetic on it.
11335
11336 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
11337
11338         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
11339         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
11340         (gst_ring_buffer_pause), (wait_segment):
11341         * gst-libs/gst/audio/gstringbuffer.h:
11342           Sun's Forte compiler doesn't seem to like anonymous structs,
11343           so use same setup as in GstBaseSrc (fixes #324900).
11344
11345 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
11346
11347         * configure.ac:
11348         * gst/volume/Makefile.am:
11349         * gst/volume/demo.c:
11350           move old example to tests/examples/volume/volune.c
11351         * tests/examples/Makefile.am:
11352         * tests/examples/seek/seek.c: (main):
11353           change window-close event from "delete-event" to "destroy"
11354         * tests/examples/volume/Makefile.am:
11355         * tests/examples/volume/volume.c: (value_changed_callback),
11356         (setup_gui), (message_received), (eos_message_received), (main):
11357           fix event handling and bus usage
11358
11359 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
11360
11361         * gst/audiotestsrc/gstaudiotestsrc.c:
11362         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
11363         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
11364         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
11365         (gst_audio_test_src_create_square),
11366         (gst_audio_test_src_create_saw),
11367         (gst_audio_test_src_create_triangle),
11368         (gst_audio_test_src_create_silence),
11369         (gst_audio_test_src_create_white_noise),
11370         (gst_audio_test_src_create_pink_noise),
11371         (gst_audio_test_src_init_sine_table),
11372         (gst_audio_test_src_create_sine_table),
11373         (gst_audio_test_src_change_wave),
11374         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
11375         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
11376         * gst/audiotestsrc/gstaudiotestsrc.h:
11377           update to basesrc changes, implement segmented seeking and eos
11378           handling, add a 'sine-tab' waveform for performance critical playback
11379
11380 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
11381
11382         * po/POTFILES.in:
11383           ... and this time the other modified file that I missed last time.
11384
11385 2005-12-29  Michael Smith  <msmith@fluendo.com>
11386
11387         * gst/playback/gstdecodebin.c: (new_pad):
11388           Fix non-C89 variable declaration not at the start of a block. Should
11389           help some compilers.
11390
11391 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
11392
11393         * tests/check/Makefile.am:
11394           And now fix 'make distcheck' (builddir != srcdir)
11395
11396 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
11397
11398         * configure.ac:
11399         * ext/cdparanoia/Makefile.am:
11400         * ext/cdparanoia/gstcdparanoia.c:
11401         * ext/cdparanoia/gstcdparanoia.h:
11402         * ext/cdparanoia/gstcdparanoiasrc.c:
11403         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
11404         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
11405         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
11406         (gst_cd_paranoia_paranoia_callback),
11407         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
11408         (gst_cd_paranoia_src_set_property),
11409         (gst_cd_paranoia_src_get_property), (plugin_init):
11410         * ext/cdparanoia/gstcdparanoiasrc.h:
11411           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
11412           plugin again (there are still fixes required to playbin to make
11413           cdda:// uris work there).
11414
11415 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
11416
11417         * tests/check/Makefile.am:
11418           Fix test case compilation.
11419
11420 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
11421
11422         * gst-libs/gst/cdda/gstcddabasesrc.c:
11423         (gst_cdda_base_src_update_duration),
11424         (gst_cdda_base_src_calculate_cddb_id):
11425           An integer is not a string. Fix access to uninitialised variable.
11426
11427         * tests/check/Makefile.am:
11428           Add cddabasesrc unit test; also actually enable the vorbis test.
11429
11430         * tests/check/generic/states.c:
11431           Blacklist new cd audio elements as well.
11432
11433         * tests/check/libs/cddabasesrc.c:
11434           Unit test for GstCddaBaseSrc (discid calculation mostly).
11435
11436 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
11437
11438         * docs/libs/Makefile.am:
11439         * docs/libs/gst-plugins-base-libs-docs.sgml:
11440         * docs/libs/gst-plugins-base-libs-sections.txt:
11441         * docs/libs/gst-plugins-base-libs.types:
11442           Add docs for libgstcdda/GstCddaBaseSrc.
11443
11444         * gst-libs/gst/interfaces/mixertrack.h:
11445           Do one struct member per line with a semicolon at the end, that way
11446           even gtk-doc might parse it without complaining.
11447
11448 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
11449
11450         * configure.ac:
11451         * gst-libs/gst/Makefile.am:
11452         * gst-libs/gst/cdda/Makefile.am:
11453         * gst-libs/gst/cdda/base64.c:
11454         * gst-libs/gst/cdda/base64.h:
11455         * gst-libs/gst/cdda/gstcddabasesrc.c:
11456         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
11457         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
11458         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
11459         (gst_cdda_base_src_get_property),
11460         (gst_cdda_base_src_get_track_from_sector),
11461         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
11462         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
11463         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
11464         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
11465         (gst_cdda_base_src_uri_get_protocols),
11466         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
11467         (gst_cdda_base_src_uri_handler_init),
11468         (gst_cdda_base_src_setup_interfaces),
11469         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
11470         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
11471         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
11472         (gst_cdda_base_src_add_tags),
11473         (gst_cdda_base_src_add_index_associations),
11474         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
11475         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
11476         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
11477         (gst_cdda_base_src_create):
11478         * gst-libs/gst/cdda/gstcddabasesrc.h:
11479         * gst-libs/gst/cdda/sha1.c:
11480         * gst-libs/gst/cdda/sha1.h:
11481           Add new libgstcdda with GstCddaBaseSrc class.
11482
11483 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
11484
11485         * ext/gnomevfs/gstgnomevfssink.h:
11486           Use GstBaseSinkClass as parent_class member for class struct, not
11487           GstBaseSink.
11488
11489 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
11490
11491         Patch by: Michael Benes
11492
11493         * gst/videotestsrc/gstvideotestsrc.c:
11494         (gst_video_test_src_class_init), (gst_video_test_src_start):
11495           Add start method to reset running time and number of frames sent
11496           when starting up (fixes #324696)
11497
11498 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
11499
11500         * docs/plugins/Makefile.am:
11501         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11502         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11503         * docs/plugins/gst-plugins-base-plugins.args:
11504         * docs/plugins/gst-plugins-base-plugins.hierarchy:
11505         * docs/plugins/gst-plugins-base-plugins.signals:
11506           Add docs stuff for gnomevfssrc and gnomevfssink.
11507
11508         * ext/gnomevfs/gstgnomevfssrc.c:
11509           Fix example pipeline in gtk-doc blurb.
11510
11511 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
11512
11513         * ext/gnomevfs/Makefile.am:
11514         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
11515         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
11516         (gst_gnome_vfs_handle_get_type), (plugin_init):
11517         * ext/gnomevfs/gstgnomevfs.h:
11518         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
11519         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
11520         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
11521         (gst_gnome_vfs_sink_set_property),
11522         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
11523         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
11524         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
11525         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
11526         (gst_gnome_vfs_sink_uri_get_type),
11527         (gst_gnome_vfs_sink_uri_get_protocols),
11528         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
11529         (gst_gnome_vfs_sink_uri_handler_init):
11530         * ext/gnomevfs/gstgnomevfssink.h:
11531           Port gnomevfssink; add gtk-doc blurb.
11532
11533         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
11534         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
11535         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
11536         (gst_gnome_vfs_src_uri_get_type),
11537         (gst_gnome_vfs_src_uri_get_protocols),
11538         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
11539         (gst_gnome_vfs_src_uri_handler_init),
11540         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
11541         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
11542         (gst_gnome_vfs_src_send_additional_headers_callback),
11543         (gst_gnome_vfs_src_received_headers_callback),
11544         (gst_gnome_vfs_src_push_callbacks),
11545         (gst_gnome_vfs_src_pop_callbacks),
11546         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
11547         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
11548         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
11549         * ext/gnomevfs/gstgnomevfssrc.h:
11550           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
11551           file; add gtk-doc blurb with example pipelines.
11552
11553 === release 0.10.1 ===
11554
11555 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
11556
11557         * configure.ac:
11558           releasing 0.10.1, "Dobro Dedek"
11559
11560 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
11561
11562         * gst/typefind/gsttypefindfunctions.c:
11563         iLBC30 and iLBC20 added to typefind.
11564
11565 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
11566
11567         * gst-libs/gst/audio/gstbaseaudiosink.c:
11568         (gst_base_audio_sink_class_init):
11569         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11570         (gst_base_audio_src_class_init):
11571           update strings, values are in microseconds
11572           change the default sink buffer time to something that is smaller
11573           (to help software volume mixing have a slightly lower delay) but
11574           still be acceptable on Wim's laptop
11575
11576 2005-12-20  Edward Hervey  <edward@fluendo.com>
11577
11578         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
11579         Made a quack, forgot to add DUCK to the riff video template.
11580
11581 2005-12-19  Edward Hervey  <edward@fluendo.com>
11582
11583         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
11584         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
11585         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
11586         (gst_ogm_parse_chain):
11587         Make sure pads are initialized correctly.
11588         * gst-libs/gst/riff/riff-ids.h:
11589         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11590         (gst_riff_create_video_template_caps):
11591         Add a whole bunch of FOURCC <=> MimeType.
11592         Extend the riff video pad template to support the newly added fourcc.
11593
11594 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
11595
11596         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
11597         (gst_ogg_demux_activate_chain):
11598           Extra debug output when activating/deactivating chains.
11599
11600         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
11601         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
11602         (unlinked):
11603           Remove a queue from our list when it becomes unlinked.
11604           Don't add queues to elements in class 'Demux' if they
11605           can only produce one pad 
11606
11607 2005-12-18  Julien MOUTTE  <julien@moutte.net>
11608
11609         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
11610         (gst_video_sink_get_type): Add a debug category.
11611
11612 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
11613
11614         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11615         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
11616           Handle downstream newsegment by sending our own newsegment before the
11617           next buffer to be released. (#323900)
11618
11619 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
11620
11621         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11622         (gst_base_rtp_depayload_set_gst_timestamp):
11623           add queue delay to new segment as well (as opposed to just the first
11624           buffer). (bug #322347)
11625
11626 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
11627
11628         * ext/libvisual/visual.c: (make_valid_name):
11629           change some char* into char[]
11630         * gst/audiotestsrc/gstaudiotestsrc.c:
11631         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
11632         (gst_audio_test_src_create):
11633         * gst/audiotestsrc/gstaudiotestsrc.h:
11634           prepare to handle EOS and SEGMENT_DONE
11635
11636 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11637
11638         * tests/check/generic/states.c: (GST_START_TEST):
11639           Blacklist cdparanoia element in state test.
11640
11641 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11642
11643           Patch by: Benjamin Pineau
11644
11645         * gst/tcp/gsttcp.c:
11646         * gst/tcp/gsttcpclientsink.c:
11647         * gst/tcp/gsttcpserversink.c:
11648         * gst/tcp/gsttcpserversrc.c:
11649           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
11650
11651 2005-12-15  Michael Smith  <msmith@fluendo.com>
11652
11653         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
11654         (gst_video_rate_chain):
11655           Fix timestamping for videorate when the first buffer it sees has a
11656           non-zero timestamp. Fix some misleading debug output.
11657
11658 2005-12-15  Michael Smith  <msmith@fluendo.com>
11659
11660         * gst/audioresample/gstaudioresample.c:
11661           Don't leak all input buffers to audioresample.
11662
11663 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
11664
11665         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
11666           Don't operate on empty text buffers. Strip newlines and
11667           tabs only from the end of the text, but leave them intact
11668           in the middle. Fix typo in gtk-doc description.
11669
11670 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
11671
11672         * gst/playback/gstplaybasebin.c:
11673         * gst/playback/gstplaybin.c: (handoff):
11674           Make sure the video frame buffer we return to apps via the
11675           "frame" property always has caps set on it. Modify
11676           _gst_gvalue_set_object() macro to handle NULL objects
11677           gracefully too.
11678
11679 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
11680
11681         * gst/audiotestsrc/gstaudiotestsrc.c:
11682         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
11683         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
11684         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
11685         (gst_audio_test_src_create):
11686         * gst/audiotestsrc/gstaudiotestsrc.h:
11687         Adjust to some recent api changes and add wtays new cool seeking
11688         capabillities
11689
11690 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
11691
11692         * ext/alsa/Makefile.am:
11693         * ext/alsa/gstalsadeviceprobe.c:
11694         * ext/alsa/gstalsadeviceprobe.h:
11695           Helper functions to add device probing via the GstPropertyProbe
11696           interface to a class.
11697
11698         * ext/alsa/gstalsamixer.h:
11699           Comment out GST_ALSA_MIXER, it returns a struct that's not
11700           used.
11701
11702         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
11703           Add some debug info. 
11704
11705         * ext/alsa/gstalsamixerelement.c:
11706         (gst_alsa_mixer_element_interface_supported),
11707         (gst_implements_interface_init),
11708         (gst_alsa_mixer_element_init_interfaces),
11709         (gst_alsa_mixer_element_class_init),
11710         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
11711         (gst_alsa_mixer_element_set_property),
11712         (gst_alsa_mixer_element_get_property),
11713         (gst_alsa_mixer_element_change_state):
11714         * ext/alsa/gstalsamixerelement.h:
11715           Add 'device' and 'device-name' properties. Add GstPropertyProbe
11716           for device handling (gnome-volume-control will need that).
11717
11718 2005-12-12  Christian Schaller  <uraeus@gnome.org>
11719
11720         * ext/Makefile.am: fix cdparanoia entry
11721         * gst-plugins-base.spec.in: add cdparanoia
11722
11723 2005-12-12  Michael Smith  <msmith@fluendo.com>
11724
11725         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
11726           Use the correct function to free list of typefind factories.
11727
11728 2005-12-12  Wim Taymans  <wim@fluendo.com>
11729
11730         * gst/videotestsrc/gstvideotestsrc.c:
11731         (gst_video_test_src_class_init), (gst_video_test_src_init),
11732         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
11733         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
11734         (gst_video_test_src_create):
11735         * gst/videotestsrc/gstvideotestsrc.h:
11736         Implement seeking in videotestsrc.
11737         Small cleanups.
11738
11739 2005-12-12  Wim Taymans  <wim@fluendo.com>
11740
11741         * ext/cdparanoia/Makefile.am:
11742         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
11743         (gst_paranoia_endian_get_type), (_do_init),
11744         (cdparanoia_class_init), (cdparanoia_init),
11745         (cdparanoia_set_property), (cdparanoia_get_property),
11746         (cdparanoia_do_seek), (cdparanoia_is_seekable),
11747         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
11748         (cdparanoia_convert), (cdparanoia_get_query_types),
11749         (cdparanoia_query), (cdparanoia_set_index),
11750         (cdparanoia_uri_set_uri):
11751         * ext/cdparanoia/gstcdparanoia.h:
11752         Partially ported cdparanoia now that basesrc can support a
11753         plugin like this..
11754
11755 2005-12-12  Wim Taymans  <wim@fluendo.com>
11756
11757         * tests/examples/seek/scrubby.c: (main):
11758         Set higher priority for bus events so they don't get reordered with
11759         gtk gui events.
11760
11761         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
11762         (flush_toggle_cb), (main):
11763         Added checkbox to disable flushing seeks. 
11764         Disable scrubbing when doing non flushing seeks.
11765
11766 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
11767
11768         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
11769         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
11770         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
11771         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
11772           Implement some sort of event handling that doesn't rely on
11773           g_return_if_fail; make sure we always push the last chunk of an 
11774           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
11775           state change function; remove some old cruft. Seeking is still
11776           rather unlikely to work though.
11777
11778         * tools/.cvsignore:
11779           Ignore more.
11780
11781 2005-12-11  Julien MOUTTE  <julien@moutte.net>
11782
11783         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
11784         Fixed a leak of the current image reference when cleaning up.
11785         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
11786
11787 2005-12-09  Michael Smith  <msmith@fluendo.com>
11788
11789         * tools/Makefile.am:
11790         * tools/gst-launch-ext-m.m:
11791           Remove gst-launch-ext. It doesn't work, and is no longer
11792           particularly useful.
11793
11794 2005-12-08  Luca Ognibene  <luogni@tin.it>
11795
11796         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
11797           don't pass random values to ogmparse convert function.
11798           Make seeking possible in the exile1.ogm file.
11799
11800 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
11801
11802         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
11803         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
11804           Work around refcount problem with g_value_set_object() that occur
11805           if the core has been compiled against GLib-2.6 (g_value_set_object()
11806           will only g_object_ref() the element, but the caller will
11807           gst_object_unref() it and bad things will happen due to the way
11808           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
11809           totem for people on FC4 using Thomas's 0.10 RPMs.
11810           
11811 2005-12-07  Edward Hervey  <edward@fluendo.com>
11812
11813         Time to welcome ogm to 0.10 :)
11814         
11815         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
11816         (gst_ogg_pad_typefind):
11817         Oggdemux can now properly typefind elements with dynamic pads.
11818         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
11819         Properly set caps on src pad, and set caps on outgoing buffers.
11820
11821 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
11822
11823         * ext/alsa/gstalsamixer.h:
11824         * ext/alsa/gstalsamixerelement.h:
11825         * ext/alsa/gstalsamixeroptions.h:
11826         * ext/alsa/gstalsamixertrack.h:
11827         * ext/alsa/gstalsasink.c:
11828         * ext/alsa/gstalsasink.h:
11829         * ext/alsa/gstalsasrc.c:
11830         * ext/alsa/gstalsasrc.h:
11831         * ext/cdparanoia/gstcdparanoia.h:
11832         * ext/gnomevfs/gstgnomevfsuri.h:
11833         * ext/ogg/gstoggdemux.c:
11834         * ext/ogg/gstoggmux.c:
11835         * ext/pango/gsttextoverlay.h:
11836         * ext/theora/theoradec.c:
11837         * ext/theora/theoraenc.c:
11838         * ext/vorbis/vorbisdec.h:
11839         * ext/vorbis/vorbisenc.c:
11840         * ext/vorbis/vorbisenc.h:
11841         * ext/vorbis/vorbisparse.h:
11842         * gst-libs/gst/audio/gstaudioclock.h:
11843         * gst-libs/gst/audio/gstaudiosink.c:
11844         * gst-libs/gst/audio/gstaudiosink.h:
11845         * gst-libs/gst/audio/gstaudiosrc.c:
11846         * gst-libs/gst/audio/gstaudiosrc.h:
11847         * gst-libs/gst/audio/gstbaseaudiosink.c:
11848         * gst-libs/gst/audio/gstbaseaudiosink.h:
11849         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11850         * gst-libs/gst/audio/gstbaseaudiosrc.h:
11851         * gst-libs/gst/audio/gstringbuffer.h:
11852         * gst-libs/gst/audio/multichannel.h:
11853         * gst-libs/gst/floatcast/floatcast.h:
11854         * gst-libs/gst/interfaces/colorbalance.c:
11855         * gst-libs/gst/interfaces/colorbalance.h:
11856         * gst-libs/gst/interfaces/colorbalancechannel.h:
11857         * gst-libs/gst/interfaces/mixer.h:
11858         * gst-libs/gst/interfaces/mixeroptions.h:
11859         * gst-libs/gst/interfaces/mixertrack.h:
11860         * gst-libs/gst/interfaces/navigation.h:
11861         * gst-libs/gst/interfaces/propertyprobe.h:
11862         * gst-libs/gst/interfaces/tuner.h:
11863         * gst-libs/gst/interfaces/tunerchannel.h:
11864         * gst-libs/gst/interfaces/tunernorm.h:
11865         * gst-libs/gst/interfaces/xoverlay.h:
11866         * gst-libs/gst/netbuffer/gstnetbuffer.h:
11867         * gst-libs/gst/riff/riff-ids.h:
11868         * gst-libs/gst/riff/riff-media.h:
11869         * gst-libs/gst/riff/riff-read.h:
11870         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11871         * gst-libs/gst/rtp/gstbasertppayload.c:
11872         * gst-libs/gst/rtp/gstbasertppayload.h:
11873         * gst-libs/gst/rtp/gstrtpbuffer.c:
11874         * gst-libs/gst/rtp/gstrtpbuffer.h:
11875         * gst-libs/gst/tag/gsttageditingprivate.h:
11876         * gst-libs/gst/tag/gstvorbistag.c:
11877         (gst_tag_list_from_vorbiscomment_buffer):
11878         * gst-libs/gst/tag/tag.h:
11879         * gst-libs/gst/video/video.h:
11880         * gst/adder/gstadder.c:
11881         * gst/adder/gstadder.h:
11882         * gst/audioconvert/audioconvert.c:
11883         * gst/audioconvert/audioconvert.h:
11884         * gst/audioconvert/gstaudioconvert.c:
11885         * gst/audioconvert/gstchannelmix.c:
11886         * gst/audioconvert/gstchannelmix.h:
11887         * gst/audiorate/gstaudiorate.c:
11888         * gst/audioresample/buffer.h:
11889         * gst/audioresample/functable.h:
11890         * gst/audioresample/gstaudioresample.c:
11891         * gst/audioresample/resample.h:
11892         * gst/ffmpegcolorspace/avcodec.h:
11893         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11894         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
11895         * gst/ffmpegcolorspace/imgconvert.c:
11896         * gst/ffmpegcolorspace/imgconvert_template.h:
11897         * gst/playback/gstdecodebin.c:
11898         * gst/playback/gstplaybasebin.h:
11899         * gst/playback/gstplaybin.c:
11900         * gst/playback/gststreaminfo.h:
11901         * gst/tcp/gstfdset.c:
11902         * gst/tcp/gstfdset.h:
11903         * gst/tcp/gstmultifdsink.c:
11904         * gst/tcp/gstmultifdsink.h:
11905         * gst/tcp/gsttcp.h:
11906         * gst/tcp/gsttcpclientsrc.c:
11907         * gst/tcp/gsttcpclientsrc.h:
11908         * gst/tcp/gsttcpplugin.h:
11909         * gst/tcp/gsttcpserversink.c:
11910         * gst/tcp/gsttcpserversrc.c:
11911         * gst/typefind/gsttypefindfunctions.c:
11912         * gst/videorate/gstvideorate.c:
11913         * gst/videotestsrc/gstvideotestsrc.h:
11914         * gst/videotestsrc/videotestsrc.h:
11915         * sys/v4l/gstv4lcolorbalance.h:
11916         * sys/v4l/gstv4ltuner.h:
11917         * sys/v4l/gstv4lxoverlay.h:
11918         * sys/v4l/v4l_calls.h:
11919         * sys/v4l/videodev_mjpeg.h:
11920         * tests/check/elements/audioconvert.c:
11921         * tests/check/elements/audioresample.c:
11922         * tests/check/elements/audiotestsrc.c:
11923         * tests/check/elements/videotestsrc.c:
11924         * tests/check/elements/volume.c:
11925         * tests/examples/seek/scrubby.c:
11926         * tests/examples/seek/seek.c:
11927           expand tabs
11928
11929 === release 0.10.0 ===
11930
11931 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
11932
11933         * configure.ac:
11934           releasing 0.10.0, "Mont-d'or"
11935
11936 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
11937
11938         * tests/examples/seek/Makefile.am:
11939         Build fix for when gtk is not available.
11940
11941 2005-12-05  Andy Wingo  <wingo@pobox.com>
11942
11943         * ext/libvisual/visual.c: (get_buffer):
11944         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
11945         * ext/pango/gsttextrender.c: (gst_text_render_chain):
11946         * ext/theora/theoradec.c: (theora_handle_data_packet):
11947         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
11948         (theora_enc_chain):
11949         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11950         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
11951         Update for alloc_buffer changes.
11952
11953 2005-12-05  Andy Wingo  <wingo@pobox.com>
11954
11955         patch by: Kai Vehmanen <kv2004 eca cx>
11956         
11957         * gst-libs/gst/rtp/gstbasertpdepayload.c
11958         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
11959
11960 2005-12-04  Andy Wingo  <wingo@pobox.com>
11961
11962         patch by: Sebastien Cote <sebas642 yahoo ca>
11963         
11964         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
11965         Fixes #319172.
11966
11967 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
11968
11969         * docs/plugins/Makefile.am:
11970         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11971         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11972         * docs/plugins/gst-plugins-base-plugins.hierarchy:
11973         * ext/pango/gstclockoverlay.c:
11974         * ext/pango/gsttextoverlay.c: 
11975         * ext/pango/gsttextrender.c:
11976         * ext/pango/gsttimeoverlay.c:
11977           Add gtk-doc blurbs to pango elements.
11978
11979 2005-12-02  Wim Taymans  <wim@fluendo.com>
11980
11981         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
11982         * gst/audioresample/buffer.h:
11983         * gst/audioresample/gstaudioresample.c:
11984         * gst/audioresample/gstaudioresample.h:
11985         * gst/audioresample/resample.c: (resample_input_flush),
11986         (resample_input_pushthrough), (resample_input_eos),
11987         (resample_get_output_size_for_input),
11988         (resample_get_input_size_for_output), (resample_get_output_size),
11989         (resample_get_output_data):
11990         * gst/audioresample/resample.h:
11991         * gst/audioresample/resample_ref.c: (resample_scale_ref):
11992         Fix audioresample, seek torture, new segments, reverse negotiation
11993         etc.. work fine.
11994
11995 2005-12-02  Wim Taymans  <wim@fluendo.com>
11996
11997         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11998         Small cleanups.
11999
12000 2005-12-02  Wim Taymans  <wim@fluendo.com>
12001
12002         * gst/audioconvert/gstaudioconvert.c:
12003         (gst_audio_convert_transform):
12004         Post errors.
12005
12006 === release 0.9.7 ===
12007
12008 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12009
12010         * configure.ac:
12011           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
12012
12013 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12014
12015         * Makefile.am:
12016         * po/hu.po:
12017         * win32/MANIFEST:
12018         * win32/gst.sln:
12019           add win32 MANIFEST file
12020           do something to the hungarian translation
12021
12022 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
12023
12024         * ext/Makefile.am:
12025           Add $(PANGO_DIR) to SUBDIRS
12026
12027         * ext/pango/gstclockoverlay.c:
12028         * ext/pango/gsttimeoverlay.c:
12029           Fix and improve element descriptions.
12030
12031 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12032
12033         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12034         * docs/plugins/inspect/plugin-libvisual.xml:
12035         * docs/plugins/inspect/plugin-pango.xml:
12036           add pango plugin to docs
12037
12038 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12039
12040         * configure.ac:
12041         * ext/Makefile.am:
12042           moved pango to base
12043
12044 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12045
12046         * configure.ac:
12047         * tests/Makefile.am:
12048         * tests/icles/.cvsignore:
12049         * tests/icles/Makefile.am:
12050         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
12051         (close_display), (resize_window), (move_window), (create_window),
12052         (terminate_playback), (pause_playback), (start_playback), (main):
12053           add stress test for xoverlay from Julien
12054
12055 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12056
12057         * docs/libs/tmpl/gstcolorbalance.sgml:
12058         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12059         * gst-libs/gst/rtp/gstbasertppayload.c:
12060         * gst-libs/gst/rtp/gstrtpbuffer.c:
12061         * gst-libs/gst/rtp/gstrtpbuffer.h:
12062           Do burger's rename for rtp payloaders and depayloaders
12063
12064 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12065
12066         * win32/:
12067           add Visual Studio 6 build files
12068
12069 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12070
12071         * docs/libs/gst-plugins-base-libs-docs.sgml:
12072         * docs/libs/gst-plugins-base-libs-sections.txt:
12073         * docs/libs/tmpl/gstaudio.sgml:
12074         * docs/libs/tmpl/gstringbuffer.sgml:
12075         * gst-libs/gst/interfaces/xoverlay.c:
12076         * gst-libs/gst/video/gstvideofilter.c:
12077         * gst-libs/gst/video/gstvideosink.c:
12078           update documentation
12079
12080 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12081
12082         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
12083         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
12084         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
12085         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
12086         (gst_multi_fd_sink_get_stats),
12087         (gst_multi_fd_sink_remove_client_link),
12088         (gst_multi_fd_sink_handle_client_read),
12089         (gst_multi_fd_sink_client_queue_data),
12090         (gst_multi_fd_sink_client_queue_caps),
12091         (gst_multi_fd_sink_client_queue_buffer),
12092         (gst_multi_fd_sink_new_client),
12093         (gst_multi_fd_sink_handle_client_write),
12094         (gst_multi_fd_sink_recover_client),
12095         (gst_multi_fd_sink_queue_buffer),
12096         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
12097         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
12098         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
12099         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
12100         * gst/tcp/gstmultifdsink.h:
12101         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
12102         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
12103         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
12104         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
12105         (gst_tcp_client_sink_set_property),
12106         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
12107         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
12108         * gst/tcp/gsttcpclientsink.h:
12109         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
12110         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
12111         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
12112         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
12113         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
12114         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
12115         * gst/tcp/gsttcpclientsrc.h:
12116         * gst/tcp/gsttcpplugin.c: (plugin_init):
12117         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
12118         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
12119         (gst_tcp_server_sink_finalize),
12120         (gst_tcp_server_sink_handle_server_read),
12121         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
12122         (gst_tcp_server_sink_set_property),
12123         (gst_tcp_server_sink_get_property),
12124         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
12125         * gst/tcp/gsttcpserversink.h:
12126         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
12127         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
12128         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
12129         (gst_tcp_server_src_set_property),
12130         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
12131         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
12132         * gst/tcp/gsttcpserversrc.h:
12133           more borgifying
12134
12135 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12136
12137         * docs/plugins/Makefile.am:
12138         * docs/plugins/gst-plugins-base-plugins.args:
12139         * docs/plugins/inspect/plugin-libvisual.xml:
12140         * gst/audioconvert/plugin.h:
12141         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
12142         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
12143         (gst_audio_rate_setcaps), (gst_audio_rate_init),
12144         (gst_audio_rate_chain), (gst_audio_rate_set_property),
12145         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
12146         (plugin_init):
12147         * gst/audiotestsrc/gstaudiotestsrc.c:
12148         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
12149         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
12150         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
12151         (gst_audio_test_src_get_query_types),
12152         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
12153         (gst_audio_test_src_create_square),
12154         (gst_audio_test_src_create_saw),
12155         (gst_audio_test_src_create_triangle),
12156         (gst_audio_test_src_create_silence),
12157         (gst_audio_test_src_create_white_noise),
12158         (gst_audio_test_src_init_pink_noise),
12159         (gst_audio_test_src_generate_pink_noise_value),
12160         (gst_audio_test_src_create_pink_noise),
12161         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
12162         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
12163         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
12164         (plugin_init):
12165         * gst/audiotestsrc/gstaudiotestsrc.h:
12166         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
12167         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
12168         (gst_sub_parse_init), (gst_sub_parse_formats),
12169         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
12170         (convert_encoding), (get_next_line),
12171         (gst_sub_parse_data_format_autodetect),
12172         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
12173         (gst_sub_parse_loop), (gst_sub_parse_chain),
12174         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
12175         (plugin_init):
12176         * gst/subparse/gstsubparse.h:
12177         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
12178         (gst_video_rate_base_init), (gst_video_rate_class_init),
12179         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
12180         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
12181         (gst_video_rate_init), (gst_video_rate_event),
12182         (gst_video_rate_chain), (gst_video_rate_set_property),
12183         (gst_video_rate_get_property), (gst_video_rate_change_state),
12184         (plugin_init):
12185         * gst/videoscale/gstvideoscale.c:
12186         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
12187         (gst_video_scale_src_template_factory),
12188         (gst_video_scale_sink_template_factory),
12189         (gst_video_scale_get_type), (gst_video_scale_base_init),
12190         (gst_video_scale_class_init), (gst_video_scale_init),
12191         (gst_video_scale_set_property), (gst_video_scale_get_property),
12192         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
12193         (gst_video_scale_prepare_size), (parse_caps),
12194         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
12195         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
12196         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
12197         (plugin_init):
12198         * gst/videoscale/gstvideoscale.h:
12199         * gst/videotestsrc/gstvideotestsrc.c:
12200         (gst_video_test_src_pattern_get_type),
12201         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
12202         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
12203         (gst_video_test_src_set_pattern),
12204         (gst_video_test_src_set_property),
12205         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
12206         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
12207         (gst_video_test_src_event), (gst_video_test_src_get_times),
12208         (gst_video_test_src_create), (plugin_init):
12209         * gst/videotestsrc/gstvideotestsrc.h:
12210         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
12211         (gst_video_test_src_smpte), (gst_video_test_src_snow),
12212         (gst_video_test_src_black):
12213         * gst/videotestsrc/videotestsrc.h:
12214           borgify further
12215           clean up docs a little
12216
12217 2005-11-30  Wim Taymans  <wim@fluendo.com>
12218
12219         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12220         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
12221         (gst_basertppayload_event), (gst_basertppayload_push),
12222         (gst_basertppayload_change_state):
12223         * gst-libs/gst/rtp/gstbasertppayload.h:
12224         closed #320644.
12225
12226 2005-11-30  Julien MOUTTE  <julien@moutte.net>
12227
12228         * docs/libs/gst-plugins-base-libs-docs.sgml:
12229         * docs/libs/gst-plugins-base-libs-sections.txt:
12230         * gst-libs/gst/video/gstvideofilter.c:
12231         * gst-libs/gst/video/gstvideosink.c:
12232         * gst-libs/gst/video/gstvideosink.h: Adding docs.
12233
12234 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12235
12236         * LICENSE:
12237           move
12238         * po/af.po:
12239         * po/az.po:
12240         * po/cs.po:
12241         * po/en_GB.po:
12242         * po/hu.po:
12243         * po/it.po:
12244         * po/nb.po:
12245         * po/nl.po:
12246         * po/or.po:
12247         * po/sq.po:
12248         * po/sr.po:
12249         * po/sv.po:
12250         * po/uk.po:
12251         * po/vi.po:
12252         * Makefile.am:
12253           update
12254         * scripts/autoplugins.sh:
12255           remove
12256
12257 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12258
12259         * Makefile.am:
12260         * configure.ac:
12261         * examples/Makefile.am:
12262         * examples/capsfilter/Makefile.am:
12263         * examples/capsfilter/capsfilter1.c:
12264         * examples/gob/Makefile.am:
12265         * examples/gob/gst-identity2.gob:
12266         * examples/indexing/.cvsignore:
12267         * examples/indexing/Makefile.am:
12268         * examples/indexing/indexmpeg.c:
12269         * examples/seeking/.cvsignore:
12270         * examples/seeking/Makefile.am:
12271         * examples/seeking/cdparanoia.c:
12272         * examples/seeking/cdplayer.c:
12273         * examples/seeking/chained.c:
12274         * examples/seeking/scrubby.c:
12275         * examples/seeking/seek.c:
12276         * examples/stats/Makefile.am:
12277         * examples/stats/mp2ogg.c:
12278         * examples/switch/.cvsignore:
12279         * examples/switch/Makefile.am:
12280         * examples/switch/switcher.c:
12281         * tests/Makefile.am:
12282         * tests/check/generic/.cvsignore:
12283         * tests/check/pipelines/.cvsignore:
12284         * tests/examples/Makefile.am:
12285         * tests/examples/seek/Makefile.am:
12286           reorganize stuff under tests/
12287
12288 2005-11-30  Edward Hervey  <edward@fluendo.com>
12289
12290         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
12291         Go away you stupid GstStaticPadTemplate memleak.
12292
12293 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12294
12295         * gst-libs/gst/net/Makefile.am:
12296         * gst-libs/gst/net/README:
12297         * gst-libs/gst/net/gstnetbuffer.c:
12298         * gst-libs/gst/net/gstnetbuffer.h:
12299           this was moved to "netbuffer"
12300
12301 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12302
12303         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
12304         (gst_video_filter_class_init), (gst_video_filter_init):
12305         * gst-libs/gst/video/gstvideofilter.h:
12306           borgify name to bring in line with other classes
12307
12308 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12309
12310         * gst/audioscale/.cvsignore:
12311         * gst/audioscale/Makefile.am:
12312         * gst/audioscale/README:
12313         * gst/audioscale/audioscale.vcproj:
12314         * gst/audioscale/dtof.c:
12315         * gst/audioscale/dtos.c:
12316         * gst/audioscale/functable.c:
12317         * gst/audioscale/gstaudioscale.c:
12318         * gst/audioscale/gstaudioscale.h:
12319         * gst/audioscale/private.h:
12320         * gst/audioscale/resample.c:
12321         * gst/audioscale/resample.h:
12322         * gst/audioscale/test.c:
12323           remove
12324
12325 2005-11-30  Edward Hervey  <edward@fluendo.com>
12326
12327         * gst-libs/gst/netbuffer/Makefile.am:
12328         really, really tired
12329
12330 2005-11-30  Edward Hervey  <edward@fluendo.com>
12331
12332         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
12333         Update for new GstTypeFindFactory _register()
12334
12335 2005-11-30  Edward Hervey  <edward@fluendo.com>
12336
12337         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
12338         Let's not override libgstnet from core for no reason...
12339         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
12340         Ok, maybe not so quick next time.
12341
12342 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12343
12344         * configure.ac:
12345         * gst-libs/gst/Makefile.am:
12346           moved gst-libs/gst/net to netbuffer through CVS surgery
12347           remove old directory
12348           updating build to accomodate
12349           (#322257)
12350
12351 2005-11-29  Andy Wingo  <wingo@pobox.com>
12352
12353         * pkgconfig/gstreamer-plugins-base.pc.in:
12354         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
12355         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
12356         (#322257).
12357
12358 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
12359
12360         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
12361         3rd time's the charm. Correct ref-counting for discarded buffers.
12362
12363 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
12364
12365         * gst/playback/gststreamselector.c:
12366         (gst_stream_selector_class_init),
12367         (gst_stream_selector_set_property),
12368         (gst_stream_selector_get_property),
12369         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
12370         Fix ref-counting
12371
12372 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
12373
12374         * gst/subparse/gstsubparse.c: (feed_textbuf):
12375           Don't access already unref'ed buffer.
12376
12377 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
12378
12379         * gst/playback/gststreamselector.c:
12380         (gst_stream_selector_class_init), (gst_stream_selector_init),
12381         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
12382         (gst_stream_selector_get_property),
12383         (gst_stream_selector_get_linked_pad),
12384         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
12385         * gst/playback/gststreamselector.h:
12386         Add the active-pad property for playbin to use shortly. Ignore buffers
12387         from any other pad, returning GST_FLOW_NOT_LINKED
12388
12389 2005-11-29  Julien MOUTTE  <julien@moutte.net>
12390
12391         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
12392         patch from bug #322704 (Alessandro Decina).
12393
12394 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12395
12396         * gst-libs/gst/audio/Makefile.am:
12397           folded audiofilter into the audio library
12398
12399 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12400
12401         * gst/videoscale/gstvideoscale.h:
12402         * gst/videoscale/gstvideoscale.c:
12403           remove unimplemented scale methods
12404
12405 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
12406
12407         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
12408           Don't leak caps.
12409
12410 2005-11-28  Julien MOUTTE  <julien@moutte.net>
12411
12412         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
12413         (gst_ximagesink_setcaps):
12414         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
12415         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
12416         happens (only visible on ximagesink but bug is in xv too) set_caps was
12417         destroying the internal x[v]image used to memcpy non locally alloced
12418         buffers so that it got renewed on next _chain. The issue is that 
12419         _expose will try to put that image as it reffed it in _put.
12420         Using gst_buffer_unref instead of destroy fixes it !
12421
12422 2005-11-28  Edward Hervey  <edward@fluendo.com>
12423
12424         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
12425         (try_to_link_1), (queue_filled_cb):
12426         Better use of the queues. Start with a small size queue and only increase
12427         the size of the queues when the other queues are empty.
12428
12429 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
12430
12431         * gst-libs/gst/video/Makefile.am:
12432           compile in copied-over videofilter into the video library
12433         * gst-libs/gst/video/videosink.h:
12434           rename the header to gstvideosink.h since it's a base GstObject class
12435         * sys/ximage/ximagesink.h:
12436         * sys/xvimage/xvimagesink.h:
12437           use the new header
12438
12439 2005-11-28  Wim Taymans  <wim@fluendo.com>
12440
12441         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
12442         * gst/playback/gstplaybasebin.h:
12443         Prepare to handle errors betters.
12444
12445         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
12446         Set sinks to PAUSED first before adding and linking them so that
12447         we don't interrupt dataflow.
12448
12449 2005-11-28  Wim Taymans  <wim@fluendo.com>
12450
12451         * gst-libs/gst/audio/TODO:
12452         Updated TODO
12453
12454         * gst-libs/gst/audio/gstaudiosink.c:
12455         (gst_audioringbuffer_open_device),
12456         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
12457         (gst_audioringbuffer_release):
12458         Small cleanups.
12459
12460         * gst-libs/gst/audio/gstbaseaudiosink.c:
12461         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
12462         (gst_base_audio_sink_change_state):
12463         Slave to the master clock when going to PLAYING and unslave when
12464         going to PAUSED.
12465
12466         * gst-libs/gst/audio/gstringbuffer.c:
12467         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
12468         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
12469         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
12470         (gst_ring_buffer_clear_all), (wait_segment),
12471         (gst_ring_buffer_commit), (gst_ring_buffer_read),
12472         (gst_ring_buffer_advance):
12473         * gst-libs/gst/audio/gstringbuffer.h:
12474         Add some docs and cleanups.
12475
12476 2005-11-28  Julien MOUTTE  <julien@moutte.net>
12477
12478         * sys/xvimage/xvimagesink.c:
12479         (gst_xvimagesink_navigation_send_event): Fix navigation events
12480         coordinates translation with pixel aspect ratios.
12481
12482 2005-11-28  Julien MOUTTE  <julien@moutte.net>
12483
12484         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
12485         Use calculated video geometry from _setcaps instead of buffer
12486         caps to respect pixel aspect ratio. (fixes #322388)
12487
12488 2005-11-28  Julien MOUTTE  <julien@moutte.net>
12489
12490         * docs/libs/tmpl/gstcolorbalance.sgml:
12491         * docs/libs/tmpl/gstmixer.sgml:
12492         * docs/libs/tmpl/gstxoverlay.sgml:
12493         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
12494         interface.
12495
12496 2005-11-28  Julien MOUTTE  <julien@moutte.net>
12497
12498         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
12499         Refuse to create an XvImage if we can't find the format.
12500
12501 2005-11-28  Edward Hervey  <edward@fluendo.com>
12502
12503         * gst-libs/gst/riff/riff-media.c:
12504         (gst_riff_create_audio_template_caps):
12505         Add ATRAC3 to the list of riff-possible audio caps.
12506         I know we still don't have a plugin for atrac3, but it's saner to output
12507         that than a cryptic mimetype.
12508
12509 2005-11-27  Edward Hervey  <edward@fluendo.com>
12510
12511         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
12512         Don't try to create a zero-sized subbuffer.
12513
12514 2005-11-27  Julien MOUTTE  <julien@moutte.net>
12515
12516         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
12517         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
12518         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
12519         (gst_ximagesink_expose): Fixed a tricky race.
12520         * sys/ximage/ximagesink.h:
12521         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
12522         (gst_xvimagesink_expose): Fixed a tricky race.
12523         * sys/xvimage/xvimagesink.h:
12524
12525 2005-11-27  Edward Hervey  <edward@fluendo.com>
12526
12527         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
12528         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
12529         Remove unused properties, and add queues between demuxers and decoders
12530         so that a lot more files can preroll properly.
12531
12532 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12533
12534         * gst-libs/gst/net/Makefile.am:
12535         * gst-libs/gst/rtp/Makefile.am:
12536         * gst-libs/gst/tag/Makefile.am:
12537           remove silly include
12538         * gst/tags/Makefile.am:
12539         * gst/tags/gsttagediting.c:
12540         * gst/tags/gsttageditingprivate.h:
12541         * gst/tags/tagedit.vcproj:
12542           remove directory, is as good as empty
12543
12544 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12545
12546         * configure.ac:
12547           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
12548         * gst-libs/Makefile.am:
12549         * gst-libs/gst/audio/Makefile.am:
12550         * gst-libs/gst/interfaces/Makefile.am:
12551         * gst-libs/gst/net/Makefile.am:
12552         * gst-libs/gst/riff/Makefile.am:
12553         * gst-libs/gst/rtp/Makefile.am:
12554         * gst-libs/gst/tag/Makefile.am:
12555         * gst-libs/gst/video/Makefile.am:
12556           and use them
12557
12558 2005-11-27  Julien MOUTTE  <julien@moutte.net>
12559
12560         * docs/libs/tmpl/gstcolorbalance.sgml:
12561         * docs/libs/tmpl/gstmixer.sgml:
12562         * docs/libs/tmpl/gstxoverlay.sgml:
12563         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
12564         * sys/ximage/ximagesink.h:
12565         * sys/xvimage/xvimagesink.h: More and more documentation.
12566
12567 2005-11-26  Julien MOUTTE  <julien@moutte.net>
12568
12569         * docs/libs/gst-plugins-base-libs-docs.sgml:
12570         * docs/libs/gst-plugins-base-libs-sections.txt:
12571         * docs/libs/tmpl/gstcolorbalance.sgml:
12572         * docs/libs/tmpl/gstmixer.sgml:
12573         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
12574         to documentation.
12575
12576 2005-11-26  Julien MOUTTE  <julien@moutte.net>
12577
12578         * docs/plugins/Makefile.am:
12579         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12580         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12581         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
12582
12583 2005-11-26  Julien MOUTTE  <julien@moutte.net>
12584
12585         * docs/plugins/Makefile.am:
12586         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12587         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12588         * docs/plugins/inspect/plugin-adder.xml:
12589         * docs/plugins/inspect/plugin-alsa.xml:
12590         * docs/plugins/inspect/plugin-audioconvert.xml:
12591         * docs/plugins/inspect/plugin-audiorate.xml:
12592         * docs/plugins/inspect/plugin-audioresample.xml:
12593         * docs/plugins/inspect/plugin-audiotestsrc.xml:
12594         * docs/plugins/inspect/plugin-decodebin.xml:
12595         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12596         * docs/plugins/inspect/plugin-gnomevfs.xml:
12597         * docs/plugins/inspect/plugin-ogg.xml:
12598         * docs/plugins/inspect/plugin-playbin.xml:
12599         * docs/plugins/inspect/plugin-subparse.xml:
12600         * docs/plugins/inspect/plugin-tcp.xml:
12601         * docs/plugins/inspect/plugin-theora.xml:
12602         * docs/plugins/inspect/plugin-typefindfunctions.xml:
12603         * docs/plugins/inspect/plugin-video4linux.xml:
12604         * docs/plugins/inspect/plugin-videorate.xml:
12605         * docs/plugins/inspect/plugin-videoscale.xml:
12606         * docs/plugins/inspect/plugin-videotestsrc.xml:
12607         * docs/plugins/inspect/plugin-volume.xml:
12608         * docs/plugins/inspect/plugin-vorbis.xml:
12609         * docs/plugins/inspect/plugin-ximagesink.xml:
12610         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
12611         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
12612
12613 2005-11-26  Edward Hervey  <edward@fluendo.com>
12614
12615         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
12616         Properly return GstFlowReturn from gst_pad_push in chain functions.
12617
12618 2005-11-25  Michael Smith  <msmith@fluendo.com>
12619
12620         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
12621         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
12622         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
12623         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
12624           Handle various conditions better when we don't understand a stream.
12625           Removes a heap of CRITICALs on ogg streams containing unknown data.
12626
12627 2005-11-24  Andy Wingo  <wingo@pobox.com>
12628
12629         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
12630         Be threadsafe.
12631
12632 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12633
12634         * configure.ac: back to HEAD
12635
12636 === release 0.9.6 ===
12637
12638 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
12639
12640         * configure.ac:
12641           releasing 0.9.6, "White Eight"
12642
12643 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12644
12645         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
12646         * docs/plugins/inspect/plugin-sine.xml:
12647           remove sinesrc some more
12648
12649 2005-11-23  Wim Taymans  <wim@fluendo.com>
12650
12651         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
12652         If we are reading too slowly, jump forward in the ringbuffer
12653         instead of blocking.
12654
12655 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
12656
12657         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
12658         (gst_visual_chain):
12659         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
12660         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
12661         (gst_videorate_chain):
12662         * gst/videotestsrc/gstvideotestsrc.c:
12663         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
12664         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
12665         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
12666         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
12667         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
12668         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
12669           Updates for API changes
12670
12671 2005-11-23  Wim Taymans  <wim@fluendo.com>
12672
12673         * gst-libs/gst/audio/gstbaseaudiosink.c:
12674         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
12675         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
12676         Fix for calibration API change.
12677
12678 2005-11-23  Michael Smith <msmith@fluendo.com>
12679
12680         * gst-libs/gst/audio/multichannel.c:
12681         (gst_audio_get_channel_positions),
12682         (gst_audio_set_channel_positions),
12683         (gst_audio_set_structure_channel_positions_list),
12684         (gst_audio_fixate_channel_positions):
12685           Use gst_value_array_*() functions on value arrays, not
12686           gst_value_list_*().
12687
12688 2005-11-23  Edward Hervey  <edward@fluendo.com>
12689
12690         * autogen.sh:
12691         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
12692         Fixes autogen
12693
12694 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12695
12696         * check/Makefile.am:
12697         * check/elements/videotestsrc.c: (setup_videotestsrc),
12698         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
12699         (main):
12700           add a test for videotestsrc
12701
12702 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12703
12704         * gst/sine/.cvsignore:
12705         * gst/sine/Makefile.am:
12706         * gst/sine/gstsinesrc.c:
12707         * gst/sine/gstsinesrc.h:
12708         * gst/sine/sinesrc.vcproj:
12709           and remove sinesrc from the repository.  Closes #321446
12710
12711 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12712
12713         * configure.ac:
12714         * gst-plugins-base.spec.in:
12715           remove sinesrc from the build
12716
12717 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12718
12719         * check/Makefile.am:
12720         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
12721         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
12722         (main):
12723           add a test for audiotestsrc, testing all waves.  Even seems
12724           leak-free at first glance, nice job Stefan
12725
12726 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
12727
12728         * po/af.po:
12729         * po/az.po:
12730         * po/cs.po:
12731         * po/en_GB.po:
12732         * po/hu.po:
12733         * po/it.po:
12734         * po/nb.po:
12735         * po/nl.po:
12736         * po/or.po:
12737         * po/sq.po:
12738         * po/sr.po:
12739         * po/sv.po:
12740         * po/uk.po:
12741         * po/vi.po:
12742           Translation string updates
12743
12744         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
12745         (gst_v4lsrc_set_caps):
12746         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
12747         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
12748         * sys/v4l/v4lsrc_calls.h:
12749           Improve v4lsrc, by making it work again.
12750
12751 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
12752
12753         * ext/libvisual/visual.c: (gst_visual_chain):
12754           Fix the fps calculations.
12755
12756         * gst/ffmpegcolorspace/avcodec.h:
12757           Move structure element for clarity
12758
12759         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
12760         * gst-libs/gst/interfaces/tunernorm.h:
12761         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
12762         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
12763         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
12764         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
12765         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
12766         (gst_v4lmjpegsrc_getcaps):
12767         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
12768         (gst_v4lsrc_set_caps):
12769         * sys/v4l/gstv4lsrc.h:
12770         * sys/v4l/v4l_calls.c: (gst_v4l_open):
12771         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
12772         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
12773         * sys/v4l/v4lsrc_calls.h:
12774           Fractional framerates...
12775
12776 2005-11-22  Wim Taymans  <wim@fluendo.com>
12777
12778         * gst-libs/gst/audio/gstbaseaudiosink.c:
12779         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
12780         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
12781         And we provide a clock by default, of course...
12782
12783 2005-11-22  Wim Taymans  <wim@fluendo.com>
12784
12785         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
12786         This clock can be slaved to a master clock now.
12787
12788         * gst-libs/gst/audio/gstbaseaudiosink.c:
12789         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
12790         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
12791         (gst_base_audio_sink_set_clock),
12792         (gst_base_audio_sink_set_property),
12793         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
12794         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
12795         * gst-libs/gst/audio/gstbaseaudiosink.h:
12796         Handle slaving the internal clock to the clock selected in the
12797         pipeline.
12798         Add property to make the basesink not provide a clock.
12799
12800         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12801         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
12802         (gst_base_rtp_depayload_wait):
12803         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12804         We can use the clock in GstElement, no need to store it ourselves.
12805
12806 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
12807
12808         * docs/libs/tmpl/gstaudio.sgml:
12809           update
12810         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
12811         (gst_paranoia_endian_get_type):
12812         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
12813         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
12814         * gst/audiotestsrc/gstaudiotestsrc.c:
12815         (gst_audiostestsrc_wave_get_type):
12816         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
12817         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
12818         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
12819         (gst_sync_method_get_type), (gst_unit_type_get_type),
12820         (gst_client_status_get_type), (gst_multifdsink_class_init),
12821         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
12822         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
12823         (gst_multifdsink_get_property):
12824         * gst/tcp/gstmultifdsink.h:
12825         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
12826         * gst/videotestsrc/gstvideotestsrc.c:
12827         (gst_videotestsrc_pattern_get_type):
12828           remove deprecated properties
12829           fix up enums to correctly have short lowercase dashed nicks
12830
12831 2005-11-22  Michael Smith <msmith@fluendo.com>
12832
12833         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
12834         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
12835           Add underscore.
12836
12837 2005-11-22  Michael Smith <msmith@fluendo.com>
12838
12839         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
12840         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
12841           Use utility method for scaling clocktime for fractional framerates.
12842
12843 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
12844
12845         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
12846         (gst_visual_chain):
12847         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
12848         * ext/theora/theoradec.c: (theora_handle_type_packet):
12849         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
12850         (theora_enc_chain):
12851         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
12852         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
12853         * gst-libs/gst/video/video.h:
12854         * gst/ffmpegcolorspace/avcodec.h:
12855         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12856         (gst_ffmpeg_caps_to_pixfmt):
12857         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12858         (gst_ffmpegcsp_set_caps):
12859         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
12860         (gst_videorate_setcaps), (gst_videorate_blank_data),
12861         (gst_videorate_chain):
12862         * gst/videotestsrc/gstvideotestsrc.c:
12863         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
12864         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
12865         (gst_videotestsrc_event), (gst_videotestsrc_create):
12866         * gst/videotestsrc/gstvideotestsrc.h:
12867         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
12868         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
12869         (gst_ximagesink_get_times), (gst_ximagesink_init):
12870         * sys/ximage/ximagesink.h:
12871         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
12872         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
12873         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
12874         * sys/xvimage/xvimagesink.h:
12875           Convert elements to use fractions for their framerate.
12876           V4L elements to come later tonight.
12877
12878 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
12879
12880         * gst-libs/gst/audio/audio.c:
12881         * gst-libs/gst/audio/audio.h:
12882           remove some deprecated functions
12883
12884 2005-11-22  Andy Wingo  <wingo@pobox.com>
12885
12886         * Update for gst_tag_setter API changes.
12887
12888 2005-11-22  Andy Wingo  <wingo@pobox.com>
12889
12890         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
12891         (gst_ogg_demux_perform_seek):
12892         * ext/theora/theoradec.c (theora_dec_sink_event):
12893         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
12894         update-funcnames.
12895
12896 2005-11-22  Wim Taymans  <wim@fluendo.com>
12897
12898         * examples/seeking/seek.c: (main):
12899         Give higher priority to bus signals than the gtk events
12900         to fix a race condition in the segment looping.
12901
12902 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
12903
12904         * ext/theora/Makefile.am:
12905         * ext/vorbis/Makefile.am:
12906         * gst-libs/gst/tag/Makefile.am:
12907         * gst-plugins-base.spec.in:
12908           Rename libgsttagedit to libgsttag (#322117).
12909
12910 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
12911
12912         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
12913         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
12914           Call gst_x_overlay_prepare_xwindow_id() to give applications
12915           a final chance to set their own xwindow id before the video
12916           sink creates its own window.
12917
12918 2005-11-22  Julien MOUTTE  <julien@moutte.net>
12919
12920         * sys/xvimage/xvimagesink.c:
12921         (gst_xvimagesink_navigation_send_event): Handle navigation
12922         events correcly with borders if applicable.
12923
12924 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
12925
12926         Patch by: Luca Ognibene
12927
12928         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12929         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
12930         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12931         (gst_ffmpegcsp_caps_remove_format_info):
12932         * gst/ffmpegcolorspace/imgconvert.c:
12933         * gst/ffmpegcolorspace/imgconvert_template.h:
12934           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
12935           #318353); use gst_structure_has_name().
12936
12937 2005-11-22  Julien MOUTTE  <julien@moutte.net>
12938
12939         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
12940         (gst_ximagesink_class_init): Add debug macros on functions.
12941         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
12942         (gst_xvimagesink_xwindow_draw_borders),
12943         (gst_xvimagesink_xvimage_put),
12944         (gst_xvimagesink_xwindow_update_geometry),
12945         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
12946         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
12947         (gst_xvimagesink_xcontext_clear),
12948         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
12949         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
12950         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
12951         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
12952         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
12953         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
12954         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
12955         expose while being PAUSED, out of data flow navigation events, etc..
12956
12957 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
12958
12959         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
12960         * gst-libs/gst/audio/audio.h:
12961           fix prototype - wondering why the test worked regardless
12962
12963 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
12964
12965         * check/Makefile.am:
12966         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
12967         * gst-libs/gst/audio/audio.h:
12968           add a method that returns a proper GstClockTime
12969
12970 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
12971
12972         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
12973         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
12974         * gst-libs/gst/interfaces/xoverlay.h:
12975           Remove everything having to do with the desired size; add 
12976           gst_x_overlay_prepare_xwindow_id() function; remove the
12977           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
12978           post a message on the bus instead (#321816).
12979
12980         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
12981         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
12982         (gst_xvimagesink_xoverlay_init):
12983           Remove desired size stuff (#321816).
12984
12985 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
12986
12987         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
12988         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
12989         (mpeg_video_type_find), (mpeg_video_stream_type_find):
12990           Terminate vararg functions with NULL instead of 0 to 
12991           make gcc4 happy.
12992
12993 2005-11-21  Andy Wingo  <wingo@pobox.com>
12994
12995         patch by: Sebastien Cote <sebas642@yahoo.ca>
12996         
12997         * gst-libs/gst/rtp/gstrtpbuffer.h: 
12998         * gst-libs/gst/rtp/gstrtpbuffer.c
12999         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
13000
13001 2005-11-21  Andy Wingo  <wingo@pobox.com>
13002
13003         * gst/playback/gstplaybin.c (gen_audio_element) 
13004         (gen_video_element): Use the new MISSING_PLUGIN core error
13005         category. Closes #320060.
13006
13007         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
13008         * gst/videorate/gstvideorate.c (gst_videorate_event):
13009         * ext/theora/theoradec.c (theora_dec_sink_event): 
13010         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
13011         stream lock.
13012
13013         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
13014         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
13015         stream lock changes.
13016
13017 2005-11-21  Wim Taymans  <wim@fluendo.com>
13018
13019         * gst-libs/gst/audio/gstbaseaudiosink.c:
13020         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
13021         (gst_base_audio_sink_provide_clock),
13022         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
13023         (gst_base_audio_sink_change_state):
13024         * gst/audioresample/gstaudioresample.c:
13025         Segment update fix.
13026
13027 2005-11-21  Andy Wingo  <wingo@pobox.com>
13028
13029         * *.h:
13030         * *.c: Ran scripts/update-macros. Oh yes.
13031
13032 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
13033
13034         * sys/ximage/Makefile.am:
13035         * sys/ximage/ximage.c:
13036           Rename ximage plugin to ximagesink (#321426) (Don't forget to
13037           remove your old libgstximage.* manually if necessary).
13038
13039 2005-11-21  Michael Smith <msmith@fluendo.com>
13040
13041         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
13042           Minimal fix for bug #320200: set the min/max bitrate in the correct
13043           units. A better fix would be to upgrade to the RATEMANAGE2
13044           interface, rather than using the deprecated interface used here, but
13045           that would require an update in our libvorbis dependency (to 1.1),
13046           which is probably undesirable.
13047
13048 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
13049
13050         * ext/libvisual/visual.c: (get_buffer):
13051         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13052         (gst_base_audio_src_fixate):
13053         * gst/audioconvert/gstaudioconvert.c:
13054         (gst_audio_convert_fixate_caps):
13055         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
13056         * gst/audiotestsrc/gstaudiotestsrc.c:
13057         (gst_audiotestsrc_src_fixate):
13058         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
13059         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
13060         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
13061         * gst/videotestsrc/gstvideotestsrc.c:
13062         (gst_videotestsrc_src_fixate):
13063         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
13064         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
13065           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
13066           (#322027)
13067
13068
13069 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
13070
13071         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
13072         (gst_riff_create_iavs_caps):
13073         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
13074         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
13075         (gst_riff_parse_info):
13076         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
13077         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
13078         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
13079           Fixes for GST_FOURCC_FORMAT API change.
13080
13081 2005-11-21  Andy Wingo  <wingo@pobox.com>
13082
13083         patch by: Alessandro Dessina <alessandro nnva org>
13084
13085         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
13086         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
13087         (gst_ogg_parse_chain):
13088         * ext/theora/theoraenc.c (theora_set_header_on_caps):
13089         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
13090         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
13091         gst_value_list calls on arrays. Fixes #321962.
13092
13093 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
13094
13095         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
13096         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
13097         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
13098         * gst/adder/gstadder.c: (gst_adder_init),
13099         (gst_adder_request_new_pad), (gst_adder_collected),
13100         (gst_adder_change_state):
13101           Update for gst_collectpads_foo() to gst_collect_pads_foo()
13102           API change.
13103
13104 2005-11-21  Michael Smith <msmith@fluendo.com>
13105
13106         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
13107         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
13108           Properly handle pad_push return values.
13109
13110 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
13111
13112         * gst-libs/gst/tag/Makefile.am:
13113         * gst-libs/gst/tag/gstvorbistag.c:
13114         (gst_tag_list_to_vorbiscomment_buffer):
13115           Remove obsolete vorbistag element and debug category.
13116
13117         * gst/playback/gstplaybasebin.c: (check_queue):
13118           Don't divide by 0 when queue-threshold is 0.
13119
13120         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
13121           Don't modify an existing pixel-aspect-ratio if we fail to read
13122           a new one.
13123
13124 2005-11-20  Wim Taymans  <wim@fluendo.com>
13125
13126         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
13127         (gst_vorbisenc_push_packet):
13128         GST_PAD_IS_USABLE is gone, use the return value of
13129         the push or pad_alloc_buffer instead.
13130
13131 2005-11-18  Julien MOUTTE  <julien@moutte.net>
13132
13133         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
13134         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
13135         (gst_ximagesink_ximage_destroy),
13136         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
13137         (gst_ximagesink_xwindow_new),
13138         (gst_ximagesink_xwindow_update_geometry),
13139         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
13140         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
13141         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
13142         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
13143         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
13144         (gst_ximagesink_navigation_send_event),
13145         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
13146         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
13147         (gst_ximagesink_finalize), (gst_ximagesink_init),
13148         (gst_ximagesink_class_init):
13149         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
13150         This new version brings correct software scaling, non flickering
13151         window while resizing, pixel aspect ratio handling, usage of
13152         hardware buffer pools, out of data flow event thread for 
13153         navigation and handling of expose events even when being PAUSED,
13154         a new property to keep video aspect ratio when resizing, etc...
13155
13156 2005-11-18  Julien MOUTTE  <julien@moutte.net>
13157
13158         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
13159         (gst_videoscale_fixate_caps): Introduce back caps fixate with
13160         handling of PAR.
13161
13162 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
13163
13164         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
13165         Unsetting IS_SINK flag from the fakesink, so decodebin
13166         never behaves as a sink.
13167
13168 2005-11-17  Wim Taymans  <wim@fluendo.com>
13169
13170         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13171         (gst_base_audio_src_change_state):
13172         Fix the audiosrc base class again, we did not unflush.
13173
13174 2005-11-17  Julien MOUTTE  <julien@moutte.net>
13175
13176         * examples/seeking/seek.c: (make_dv_pipeline),
13177         (make_vorbis_theora_pipeline), (make_avi_pipeline),
13178         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
13179         to ogg/vorbis/theora pipeline.
13180
13181 2005-11-17  Wim Taymans  <wim@fluendo.com>
13182
13183         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
13184         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
13185         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
13186         Fix EOS on multiple streams.
13187         More debugging.
13188
13189 2005-11-16  Wim Taymans  <wim@fluendo.com>
13190
13191         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
13192         (gst_ogg_demux_perform_seek):
13193         Segment done must include stream time.
13194
13195         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
13196         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
13197         (gst_ogg_mux_change_state):
13198         Fix ogg muxer again.
13199
13200 2005-11-16  Wim Taymans  <wim@fluendo.com>
13201
13202         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
13203         Fix compile again.
13204
13205 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
13206
13207         * ext/libvisual/visual.c: (gst_visual_init):
13208         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
13209         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
13210         (gst_ogg_parse_chain):
13211         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
13212         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
13213         * ext/theora/theoradec.c: (gst_theora_dec_init):
13214         * ext/theora/theoraenc.c: (gst_theora_enc_init):
13215         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
13216         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
13217         * gst/adder/gstadder.c: (gst_adder_class_init),
13218         (gst_adder_dispose):
13219         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
13220         * gst/subparse/gstsubparse.c: (gst_subparse_init):
13221         * gst/videorate/gstvideorate.c: (gst_videorate_init):
13222           Fix a whole set of pad template leaks
13223
13224 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
13225
13226         * check/generic/states.c: (GST_START_TEST):
13227           fix the test so that it only checks for elements that are part of
13228           this source module
13229
13230 2005-11-16  Michael Smith <msmith@fluendo.com>
13231
13232         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
13233         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
13234         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
13235         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
13236         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
13237         (gst_ogg_mux_change_state):
13238           Fix leaking collectpads.
13239
13240 2005-11-16  Edward Hervey  <edward@fluendo.com>
13241
13242         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
13243         (gst_videorate_event), (gst_videorate_chain):
13244         Handle segment seeks
13245
13246 2005-11-16  Wim Taymans  <wim@fluendo.com>
13247
13248         * gst-libs/gst/audio/gstbaseaudiosink.c:
13249         (gst_base_audio_sink_provide_clock),
13250         (gst_base_audio_sink_change_state):
13251         Set ringbuffer to non-flushing when going to PAUSED, set to
13252         flushing again when going to READY.
13253
13254         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
13255         (gst_ring_buffer_stop):
13256         Start in flushing mode by default.
13257         Don't set flushing in the _stop method, let the app call
13258         this explicitly.
13259
13260 2005-11-16  Julien MOUTTE  <julien@moutte.net>
13261
13262         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
13263         * gst-libs/gst/video/videosink.h: Add helper function needed
13264         for video sinks.
13265
13266 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
13267
13268         * gst/videoscale/gstvideoscale.c:
13269         (gst_videoscale_handle_src_event):
13270           Don't leak reference to pad parent.
13271
13272 2005-11-16  Wim Taymans  <wim@fluendo.com>
13273
13274         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
13275         Set ringbuffer to flushing when stopping so that we don't
13276         block on wait_segment anymore and livelock.
13277
13278 2005-11-16  Wim Taymans  <wim@fluendo.com>
13279
13280         * examples/seeking/seek.c: (send_event), (do_seek),
13281         (loop_toggle_cb), (segment_done), (main):
13282         Added looping checkbox.
13283
13284 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
13285
13286         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
13287         (gst_ogg_demux_init):
13288         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
13289         (gst_vorbis_dec_init):
13290           revert unrefs, they don't pass make check
13291
13292 2005-11-15  Johan Dahlin  <johan@gnome.org>
13293
13294         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
13295         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
13296         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
13297         (gst_vorbis_dec_init):
13298         Fix pad template leaks. 
13299
13300 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
13301
13302         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
13303           Make state change function thread safe.
13304
13305 2005-11-15  Edward Hervey  <edward@fluendo.com>
13306
13307         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
13308         (gst_ogg_demux_class_init):
13309         Implement GstElement::send_event, so we can send seek events
13310         in GST_STATE_READY
13311
13312 2005-11-14  Julien MOUTTE  <julien@moutte.net>
13313
13314         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
13315         Discovered how to take away flickering while resizing the
13316         window. Please don't put that in ximagesink, refactoring in
13317         progress.
13318
13319 2005-11-14  Michael Smith <msmith@fluendo.com>
13320
13321         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
13322         (gst_multifdsink_render):
13323           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
13324
13325 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
13326
13327         * gst/playback/gstplaybin.c: (gen_audio_element):
13328           Use autoaudiosink, it tends to be more widely available than
13329           autoaudiiosink.
13330           
13331 2005-11-14  Andy Wingo  <wingo@pobox.com>
13332
13333         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
13334         as well if it is available. Fixes #316442.
13335
13336 2005-11-14  Michael Smith <msmith@fluendo.com>
13337
13338         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
13339         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
13340         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
13341         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
13342         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
13343         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
13344         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
13345         (gst_vorbisenc_change_state):
13346           Fix a small memory leak in vorbisenc.
13347           Fix large memory leaks in oggmux, also fix lots of state change
13348           bugs in oggmux.
13349
13350 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13351
13352         * gst/videotestsrc/gstvideotestsrc.c:
13353         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
13354         (gst_videotestsrc_src_fixate):
13355           move fixation to a fixate function
13356           remove negotiate function, basesrc's is good enough
13357           fixes a bug for check when using the element alone
13358
13359 2005-11-13  Edward Hervey  <edward@fluendo.com>
13360
13361         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
13362         (key_toggle_cb), (main):
13363         Added checkboxes for adding/removing the accurate and key_unit seek
13364         flags.
13365
13366 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
13367
13368         * configure.ac: back to HEAD
13369
13370 === release 0.9.5 ===
13371
13372 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
13373
13374         * configure.ac:
13375           releasing 0.9.5, "No No Kia"
13376
13377 2005-11-11  Edward Hervey  <edward@fluendo.com>
13378
13379         * examples/seeking/seek.c: (make_parselaunch_pipeline):
13380         Added parse-launch syntax seeking mode for the seeking example.
13381         This should help stress-test even more cases.
13382         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
13383
13384 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
13385
13386         * sys/xvimage/xvimagesink.c:
13387         (gst_xvimagesink_navigation_send_event):
13388           Check whether peer pad exists before sending navigation events
13389           to it.
13390
13391 2005-11-11  Michael Smith <msmith@fluendo.com>
13392
13393         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
13394         (gst_vorbisenc_buffer_from_packet):
13395         * ext/vorbis/vorbisenc.h:
13396           Set duration on encoded buffers. This allows oggmux's
13397           max_page_delay parameter to actually work.
13398
13399 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
13400
13401         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13402         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
13403         (gst_ffmpegcsp_avpicture_fill):
13404         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13405         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
13406           Make palettes work again (see #132341). Use our own macros
13407           for rounding up.
13408
13409 2005-11-10  Andy Wingo  <wingo@pobox.com>
13410
13411         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
13412         string doober.
13413
13414 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
13415
13416         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13417         (gst_ffmpegcsp_transform_caps):
13418           Prefer passthrough in transform_caps
13419
13420 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
13421
13422         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
13423           check for ALSA errors properly, instead of relying on ALSA's
13424           error strings to serve to the user.
13425
13426 2005-11-10  Wim Taymans  <wim@fluendo.com>
13427
13428         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
13429         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
13430         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
13431         Modernise the seek code.
13432
13433 2005-11-10  Michael Smith <msmith@fluendo.com>
13434         
13435         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
13436         (setup_substreams), (set_active_source):
13437           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
13438           trying to go to NULL if we failed to read a file.
13439
13440 2005-11-10  Wim Taymans  <wim@fluendo.com>
13441
13442         * gst/audiotestsrc/gstaudiotestsrc.c:
13443         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
13444         (gst_audiotestsrc_create):
13445         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
13446         (gst_sinesrc_get_times), (gst_sinesrc_create):
13447         * gst/videotestsrc/gstvideotestsrc.c:
13448         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
13449         (gst_videotestsrc_create):
13450         The base class can now sync for us.
13451
13452 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
13453
13454         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
13455           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
13456           name=source autoprobe=false autoprobe-fps=false copy-mode=1
13457           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
13458           format=(fourcc)I420" ! xvimagesink
13459
13460 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
13461
13462         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
13463         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
13464         (gst_sinesrc_newsegment):
13465           Send newsegment event in TIME format, set duration if
13466           num-buffers is set, fix duration querying.
13467
13468 2005-11-10  Michael Smith <msmith@fluendo.com>
13469
13470         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
13471         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
13472         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
13473         (gst_ogg_mux_collected):
13474          Fix EOS handling, partially. Now forwarding an EOS event once we have
13475          EOS on all pads works correctly. However, we still don't properly set
13476          EOS on the actual ogg stream pages.
13477
13478 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
13479
13480         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
13481           Set elements to NULL state before disposing of them.
13482
13483 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
13484
13485         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13486
13487         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13488         (gst_base_rtp_depayload_init),
13489         (gst_base_rtp_depayload_set_gst_timestamp):
13490         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13491           We need to send a newsegment event for each instance, not
13492           just for the first instance of this class (get rid of
13493           static variable in function). (#321011).
13494           
13495 2005-11-08  Michael Smith <msmith@fluendo.com>
13496
13497         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
13498         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
13499         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
13500         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
13501           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
13502           This makes us mux things correctly according to the ogg muxing
13503           rules. Still not handling EOS correctly right now, though.
13504
13505 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
13506
13507         * gst/audioconvert/gstaudioconvert.c:
13508           Fix typo in docs. 
13509
13510 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
13511
13512         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
13513         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
13514           Initialise segment_stop to GST_CLOCK_TIME_NONE when
13515           creating a new chain; should fix live streaming. Also
13516           add more debug output and fix a typo.
13517
13518 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
13519
13520         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13521
13522         * gst/volume/gstvolume.c: (volume_set_caps):
13523           Fix compilation on Solaris with Forte. (#320923)
13524
13525 2005-11-08  Wim Taymans  <wim@fluendo.com>
13526
13527         * gst-libs/gst/audio/gstbaseaudiosink.c:
13528         (gst_base_audio_sink_render):
13529         No need to do a typecheck.
13530
13531 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
13532
13533         * ext/alsa/gstalsa.h:
13534           We register a debug category, so let's use it.
13535
13536 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
13537
13538         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13539         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
13540         Fixed a small problem.
13541
13542 2005-11-04  Wim Taymans  <wim@fluendo.com>
13543
13544         * examples/seeking/Makefile.am:
13545         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
13546         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
13547         (make_playerbin_pipeline), (format_value), (update_scale),
13548         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
13549         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
13550         (print_usage), (main):
13551         Added app for playback speed testing.
13552
13553         * examples/seeking/seek.c: (dynamic_link),
13554         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
13555         (make_mpeg_pipeline), (do_seek), (set_update_scale),
13556         (message_received), (main):
13557         Updated seek example.
13558
13559 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
13560
13561         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13562         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
13563         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
13564         (gst_base_rtp_depayload_set_clock):
13565         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13566         Don't sleep on the bench (system clock) when you have a nice 
13567         comfortable bed (Gstreamer clock) to sleep on.
13568
13569 2005-11-03  Wim Taymans  <wim@fluendo.com>
13570
13571         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
13572         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
13573         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
13574         Handle the case where a pad_block failed.
13575
13576 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
13577
13578         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
13579
13580         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13581         (gst_base_rtp_depayload_add_to_queue),
13582         (gst_base_rtp_depayload_push),
13583         (gst_base_rtp_depayload_set_gst_timestamp),
13584         (gst_base_rtp_depayload_queue_release):
13585           Fixes some bugs in the depayloader's queuing/de-queueing code.
13586
13587 2005-10-31  Michael Smith <msmith@fluendo.com>
13588
13589         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
13590         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
13591         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
13592           Patch from Alessandro Decina <alessandro@nnva.org>.
13593           Make oggdemux only find the final time in a chain, not per-pad,
13594           since the per-pad information can be very expensive to locate, and
13595           it isn't used anywhere. This makes reading a file containing
13596           OggSkeleton reasonably fast.
13597           Also, make chain finding work when there are logical bitstreams that
13598           can't be decoded. Fixes #319110.
13599
13600 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
13601
13602         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13603         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
13604         (gst_base_rtp_depayload_chain),
13605         (gst_base_rtp_depayload_add_to_queue),
13606         (gst_base_rtp_depayload_push),
13607         (gst_base_rtp_depayload_set_gst_timestamp),
13608         (gst_base_rtp_depayload_queue_release),
13609         (gst_base_rtp_depayload_start_thread),
13610         (gst_base_rtp_depayload_set_property),
13611         (gst_base_rtp_depayload_get_property):
13612         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13613         Some random fixes, to fullfill the desires of thomas.
13614
13615 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
13616
13617         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13618         (gst_base_rtp_depayload_add_to_queue),
13619         (gst_base_rtp_depayload_push):
13620         Fixed the queueing algorithm.
13621
13622 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
13623
13624         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13625         (gst_base_rtp_depayload_push):
13626         A small fix
13627
13628 2005-10-31  Wim Taymans  <wim@fluendo.com>
13629
13630         * gst-libs/gst/audio/gstringbuffer.h:
13631         Don't break ABI.
13632
13633         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13634         (gst_ffmpeg_caps_to_pixfmt):
13635         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13636         (gst_ffmpegcsp_set_caps):
13637         Some more comments.
13638         Handle missing required caps fields better.
13639
13640 2005-10-31  Wim Taymans  <wim@fluendo.com>
13641
13642         * gst-libs/gst/audio/gstbaseaudiosink.c:
13643         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
13644         (gst_base_audio_sink_render):
13645         * gst-libs/gst/audio/gstringbuffer.c:
13646         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
13647         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
13648         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
13649         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
13650         (gst_ring_buffer_read):
13651         * gst-libs/gst/audio/gstringbuffer.h:
13652         Add flushing mode to the ringbuffer so that it in all cases does
13653         not try to handle more audio. This makes sure it does not try to
13654         block anymore when flushing and fixes a livelock.
13655
13656 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
13657
13658         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
13659         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
13660         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
13661           Explicitly check for -1 values before doing a conversion
13662           and always map them to -1. (#315545)
13663
13664 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
13665
13666         * gst/playback/gstplaybin.c: (gen_video_element):
13667           first try autovideosink, then xvimagesink, then error out
13668         * po/POTFILES.in:
13669           add translatable file
13670         * po/af.po:
13671         * po/az.po:
13672         * po/cs.po:
13673         * po/en_GB.po:
13674         * po/hu.po:
13675         * po/it.po:
13676         * po/nb.po:
13677         * po/nl.po:
13678         * po/or.po:
13679         * po/sq.po:
13680         * po/sr.po:
13681         * po/sv.po:
13682         * po/uk.po:
13683         * po/vi.po:
13684           update translations
13685
13686 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
13687
13688         * gst-libs/gst/rtp/gstbasedepayload.c:
13689         * gst-libs/gst/rtp/gstbasedepayload.h:
13690           Minor cleanups
13691
13692 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
13693
13694         * gst/playback/.cvsignore:
13695         * gst/playback/decodetest.c:
13696         * gst/playback/test3.c:
13697           Port these two tests as well.
13698
13699 2005-10-27  Wim Taymans  <wim@fluendo.com>
13700
13701         * ext/theora/theoradec.c: (theora_dec_src_query),
13702         (theora_dec_sink_event):
13703         * ext/theora/theoraenc.c: (theora_enc_sink_event),
13704         (theora_enc_change_state):
13705         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
13706         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
13707         Take proper locks when handling events.
13708
13709 2005-10-27  Wim Taymans  <wim@fluendo.com>
13710
13711         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
13712         (gst_adder_change_state):
13713         Fix timestamps and fix deadlock when stopping the collectpads.
13714
13715 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
13716
13717         * gst-libs/gst/rtp/gstrtpbuffer.h:
13718         Declaring the payload types as strings too so that they can be used
13719         in the padtemplate inialization.
13720
13721 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
13722
13723         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
13724
13725         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13726         (gst_base_rtp_depayload_class_init):
13727         Fixes a small but nasty bug. The derived elements no longer segfaults
13728         on finalization.
13729
13730 2005-10-26  Michael Smith <msmith@fluendo.com>
13731
13732         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
13733           When clearing an audioconvert context, set tmpbufsize to zero, so
13734           we'll allocate it again later if required.
13735           This fixes audioconvert re-negotiating formats, which previously
13736           segfaulted with a NULL destination buffer.
13737
13738 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
13739
13740         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13741         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
13742         (gst_base_rtp_depayload_set_gst_timestamp),
13743         (gst_base_rtp_depayload_queue_release):
13744         Fixed a smalll memleak.
13745
13746 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
13747         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13748         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
13749         (gst_base_rtp_depayload_finalize),
13750         (gst_base_rtp_depayload_setcaps),
13751         (gst_base_rtp_depayload_add_to_queue),
13752         (gst_base_rtp_depayload_push),
13753         (gst_base_rtp_depayload_set_gst_timestamp),
13754         (gst_base_rtp_depayload_queue_release),
13755         (gst_base_rtp_depayload_thread),
13756         (gst_base_rtp_depayload_change_state):
13757         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13758         Changed the C++ comments to C comments
13759
13760 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
13761
13762         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
13763         * gst/tcp/gsttcpclientsrc.h:
13764         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
13765         * gst/tcp/gsttcpserversrc.h:
13766           Remove unused 'curoffset' structure member.
13767
13768 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
13769
13770         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13771         (gst_base_rtp_depayload_base_init),
13772         (gst_base_rtp_depayload_finalize):
13773         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13774         * gst-libs/gst/rtp/gstbasertppayload.h:
13775           The pad-template on the sinkpad should be set by the derived classes.
13776           Also added some useful macros.
13777
13778 2005-10-24  Wim Taymans  <wim@fluendo.com>
13779
13780         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
13781         Correctly flush decoder samples even if we could not
13782         copy them to an output buffer. Fixes #319618.
13783
13784 2005-10-24  Julien MOUTTE  <julien@moutte.net>
13785
13786         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
13787         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
13788         the caps against our xcontext caps.
13789
13790 2005-10-24  Wim Taymans  <wim@fluendo.com>
13791
13792         * gst-libs/gst/audio/gstbaseaudiosink.c:
13793         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
13794         Remove g_print
13795         Use sync property from baseclass to disable sync.
13796
13797 2005-10-24  Wim Taymans  <wim@fluendo.com>
13798
13799         * gst-libs/gst/audio/gstbaseaudiosink.c:
13800         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
13801         Buffers with no timestamps get aligned with previous buffers or
13802         on underrun, played ASAP.
13803
13804 2005-10-24  Julien MOUTTE  <julien@moutte.net>
13805
13806         * gst-libs/gst/video/video.h:
13807         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13808         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
13809         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
13810         here comes my change on caps for framerate and geometry range.
13811         We are now accepting 1 to MAXINT for width and height, and from
13812         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
13813         to be blended correctly in videomixer.
13814
13815 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13816
13817         * configure.ac:
13818           back to HEAD
13819
13820 === release 0.9.4 ===
13821
13822 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13823
13824         * NEWS:
13825         * RELEASE:
13826         * configure.ac:
13827           releasing 0.9.4, "Velociraptor"
13828
13829 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13830
13831         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
13832         * po/POTFILES.in:
13833           STOPPED -> FAILED
13834
13835 2005-10-21  Wim Taymans  <wim@fluendo.com>
13836
13837         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
13838         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
13839         (pad_blocked), (close_pad_link), (new_pad):
13840         Don't try to remove elements twice.
13841
13842 2005-10-21  Wim Taymans  <wim@fluendo.com>
13843
13844         * ext/theora/theoradec.c: (theora_dec_src_query),
13845         (theora_dec_sink_event):
13846         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
13847         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
13848         (vorbis_handle_data_packet):
13849         * ext/vorbis/vorbisdec.h:
13850         Fix old naming.
13851
13852         * gst-libs/gst/audio/gstbaseaudiosink.c:
13853         (gst_base_audio_sink_render):
13854         Don't try to sync on buffers without a timestamp.
13855
13856 2005-10-21  Wim Taymans  <wim@fluendo.com>
13857
13858         * ext/theora/theoradec.c: (theora_dec_src_query),
13859         (theora_dec_sink_event):
13860         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
13861         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
13862         (vorbis_handle_data_packet):
13863         * ext/vorbis/vorbisdec.h:
13864         Fix old naming.
13865
13866 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
13867
13868         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
13869         (gst_vorbisenc_src_query):
13870           Implement position and duration queries.
13871
13872         * gst/playback/test3.c: (update_scale), (main):
13873           Fix for async state changes and print nicer output.
13874
13875 2005-10-20  Wim Taymans  <wim@fluendo.com>
13876
13877         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
13878         (dump_element_stats), (main):
13879         * gst/playback/test6.c: (main):
13880         Fix tests again
13881
13882 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
13883
13884         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
13885         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
13886           Don't use functions for position queries when handling
13887           duration queries.
13888
13889 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
13890
13891         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
13892         (vorbis_handle_data_packet), (vorbis_dec_chain),
13893         (vorbis_dec_change_state):
13894         * ext/vorbis/vorbisdec.h:
13895           Vorbis streams can be embedded in other container formats
13896           than ogg, container formats where the demuxer might set 
13897           timestamps on encoded vorbis buffers instead of those silly 
13898           granulepos thingies. In short: make vorbisdec handle 
13899           timestamps on incoming buffers as well.
13900
13901 2005-10-20  Wim Taymans  <wim@fluendo.com>
13902
13903         * gst/playback/gstplaybasebin.c: (group_destroy),
13904         (gst_play_base_bin_change_state):
13905         Fix leak.
13906         Handle case where playbasebin is now ASYNC because
13907         decodebin is.
13908
13909 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
13910
13911         * gst/audioconvert/Makefile.am:
13912         * gst/audioconvert/bufferframesconvert.c:
13913         * gst/audioconvert/plugin.c: (plugin_init):
13914         * gst/audioconvert/plugin.h:
13915           And bye bye buffer-frames-convert
13916
13917 2005-10-19  Wim Taymans  <wim@fluendo.com>
13918
13919         * check/elements/audioconvert.c:
13920         * docs/libs/tmpl/gstaudio.sgml:
13921         * docs/libs/tmpl/gstcolorbalance.sgml:
13922         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
13923         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
13924         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
13925         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
13926         * gst-libs/gst/audio/audio.h:
13927         * gst/audioconvert/audioconvert.h:
13928         * gst/audioconvert/gstaudioconvert.c:
13929         (gst_audio_convert_parse_caps):
13930         * gst/volume/gstvolume.c:
13931         Bye bye buffer-frames.
13932
13933 2005-10-19  Wim Taymans  <wim@fluendo.com>
13934
13935         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
13936         (query_positions_elems), (query_positions_pads), (update_scale),
13937         (do_seek), (set_update_scale), (message_received), (main):
13938         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
13939         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
13940         (gst_ogg_demux_loop):
13941         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
13942         * ext/theora/theoradec.c: (theora_dec_src_query),
13943         (theora_dec_sink_event):
13944         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
13945         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
13946         * gst/adder/gstadder.c: (gst_adder_query):
13947         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
13948         * gst/playback/test3.c: (update_scale):
13949         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
13950         (dump_element_stats), (main):
13951         * gst/playback/test6.c: (main):
13952         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
13953         Query API update.
13954
13955 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
13956
13957         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
13958         (xml_check_first_element), (xml_type_find), (smil_type_find),
13959         (plugin_init):
13960           Add typefinding for SMIL and for generic XML. Based on patch by
13961           Akos Maroy (#308663).
13962
13963 2005-10-18  Wim Taymans  <wim@fluendo.com>
13964
13965         * gst/playback/Makefile.am:
13966         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
13967         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
13968         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
13969         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
13970         (gst_decode_bin_change_state):
13971         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
13972         (gst_play_bin_send_event_to_sink):
13973         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
13974         (dump_element_stats), (main):
13975         * gst/playback/test6.c: (main):
13976         Make playbin async, it'll commit state to paused when all streams
13977         are detected.
13978         Remove ugly hack.
13979         Added test6.c to show async behaviour.
13980
13981 2005-10-18  Wim Taymans  <wim@fluendo.com>
13982
13983         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
13984         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
13985         Fix for segment-start/stop API change.
13986
13987 2005-10-18  Wim Taymans  <wim@fluendo.com>
13988
13989         * check/Makefile.am:
13990         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
13991         (main):
13992         Add future test for clock selection.
13993
13994 2005-10-18  Wim Taymans  <wim@fluendo.com>
13995
13996         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
13997         (gst_alsasink_close):
13998         Set handle to NULL.
13999
14000         * gst-libs/gst/audio/gstringbuffer.c:
14001         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
14002         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
14003         (gst_ring_buffer_start), (gst_ring_buffer_pause),
14004         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
14005         (gst_ring_buffer_read):
14006         More debug info.
14007
14008 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
14009
14010         * gst/audiotestsrc/Makefile.am:
14011         * gst/sine/Makefile.am:
14012         * gst/volume/Makefile.am:
14013           fix broken build of controllerized plugins
14014
14015 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
14016
14017         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14018
14019         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
14020         (gst_riff_create_video_template_caps):
14021           Add support for Indeo-3 (IV32).
14022
14023 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14024
14025         * configure.ac:
14026           rewrite
14027
14028 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14029
14030         * gst-libs/gst/video/video.c: (gst_video_get_size):
14031         * gst/audiotestsrc/gstaudiotestsrc.c:
14032           doc updates
14033
14034 2005-10-17  Andy Wingo  <wingo@pobox.com>
14035
14036         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
14037         with the collectpads change.
14038         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
14039
14040         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
14041
14042         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
14043
14044         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
14045         alloc_buffer flow return to callers.
14046         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
14047         change. Fix some memleaks in theoraenc.
14048
14049         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
14050         in strange circumstance.
14051
14052 2005-10-17  Julien MOUTTE  <julien@moutte.net>
14053
14054         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14055         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
14056         from caps, let's use the caps...
14057
14058 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14059
14060         * configure.ac:
14061           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
14062
14063 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
14064
14065         * gst-libs/gst/interfaces/Makefile.am:
14066           fix silly typo
14067
14068 2005-10-16  Andy Wingo  <wingo@pobox.com>
14069
14070         * gst/playback/gstdecodebin.c
14071         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
14072         function!
14073         (try_to_link_1): Increase kraziness level.
14074
14075 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
14076
14077         * configure.ac:
14078           restructure like the core one
14079         * gst-libs/gst/audio/Makefile.am:
14080         * gst-libs/gst/interfaces/Makefile.am:
14081         * gst-libs/gst/net/Makefile.am:
14082         * gst-libs/gst/riff/Makefile.am:
14083         * gst-libs/gst/rtp/Makefile.am:
14084         * gst-libs/gst/tag/Makefile.am:
14085         * gst-libs/gst/video/Makefile.am:
14086           use correct linker flags, now the libs are properly versioned
14087         * check/elements/audioconvert.c: (verify_convert):
14088         * ext/alsa/gstalsaplugin.c:
14089         * ext/cdparanoia/gstcdparanoia.c:
14090         * ext/gnomevfs/gstgnomevfs.c:
14091         * ext/libvisual/visual.c:
14092         * ext/ogg/gstogg.c:
14093         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
14094         * ext/theora/theora.c:
14095         * ext/vorbis/vorbis.c:
14096         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
14097         * gst-libs/gst/tag/gsttagediting.c:
14098         * gst-libs/gst/video/video.c:
14099         * gst/adder/gstadder.c:
14100         * gst/audioconvert/plugin.c:
14101         * gst/audiorate/gstaudiorate.c:
14102         * gst/audioresample/gstaudioresample.c:
14103         * gst/audioresample/resample_ref.c: (resample_scale_ref):
14104         * gst/audioscale/gstaudioscale.c:
14105         * gst/audioscale/resample.c:
14106         * gst/audiotestsrc/gstaudiotestsrc.c:
14107         * gst/ffmpegcolorspace/gstffmpeg.c:
14108         * gst/playback/gstdecodebin.c: (close_pad_link):
14109         * gst/playback/gstplaybin.c: (gen_video_element),
14110         (gen_audio_element):
14111         * gst/sine/gstsinesrc.c:
14112         * gst/subparse/gstsubparse.c:
14113         * gst/tags/gsttagediting.c:
14114         * gst/tcp/gsttcpplugin.c:
14115         * gst/typefind/gsttypefindfunctions.c:
14116         * gst/videorate/gstvideorate.c:
14117         * gst/videoscale/gstvideoscale.c:
14118         * gst/videotestsrc/gstvideotestsrc.c:
14119         * gst/volume/gstvolume.c:
14120         * sys/v4l/gstv4l.c:
14121         * sys/ximage/ximage.c:
14122         * sys/xvimage/xvimagesink.c:
14123           fix up defines
14124
14125 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
14126
14127         * ext/vorbis/vorbisenc.c:
14128         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
14129         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
14130         (gst_tag_to_vorbis_comments):
14131           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
14132
14133 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
14134
14135         * examples/stats/mp2ogg.c:
14136         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14137           typo fixes
14138
14139 2005-10-13  Michael Smith <msmith@fluendo.com>
14140
14141         * ext/ogg/gstoggmux.c:
14142           Use magic glib macros to define constants as 64 bit, to ensure
14143           appropriate vararg passing.
14144
14145 2005-10-13  Michael Smith <msmith@fluendo.com>
14146
14147         * ext/ogg/gstoggmux.c:
14148         * gst/audioconvert/audioconvert.c: (float):
14149           Don't use LL suffix, as it's not portable, and neither of these
14150           uses required it anyway.
14151
14152 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
14153
14154         * examples/indexing/indexmpeg.c: (main):
14155         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
14156         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
14157         (cdparanoia_convert), (cdparanoia_query):
14158         * ext/cdparanoia/gstcdparanoia.h:
14159         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
14160         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
14161         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
14162         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
14163         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
14164         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
14165         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
14166         (gst_multifdsink_render), (gst_multifdsink_start),
14167         (gst_multifdsink_stop):
14168         * gst/tcp/gstmultifdsink.h:
14169         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
14170         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
14171         (gst_tcpclientsink_stop):
14172         * gst/tcp/gsttcpclientsink.h:
14173         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
14174         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
14175         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
14176         * gst/tcp/gsttcpclientsrc.h:
14177         * gst/tcp/gsttcpserversink.h:
14178         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
14179         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
14180         (gst_tcpserversrc_stop):
14181         * gst/tcp/gsttcpserversrc.h:
14182         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
14183         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
14184         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
14185           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
14186           moved bitshift from macro to enum definition
14187
14188 2005-10-12  Wim Taymans  <wim@fluendo.com>
14189
14190         * examples/seeking/Makefile.am:
14191         Oops.
14192
14193 2005-10-12  Wim Taymans  <wim@fluendo.com>
14194
14195         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
14196         (gst_ring_buffer_read), (gst_ring_buffer_clear):
14197         Don't assert on normal stuff.
14198
14199         * gst/playback/gstplaybin.c: (do_playbin_seek):
14200         API fix.
14201
14202 2005-10-12  Wim Taymans  <wim@fluendo.com>
14203
14204         * check/pipelines/simple_launch_lines.c: (run_pipeline):
14205         * examples/seeking/Makefile.am:
14206         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
14207         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
14208         (do_seek), (set_update_scale), (message_received), (main):
14209         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
14210         (gst_ring_buffer_read), (gst_ring_buffer_clear):
14211         Update for _get_state() API change.
14212
14213 2005-10-11  Wim Taymans  <wim@fluendo.com>
14214
14215         * gst-libs/gst/audio/gstbaseaudiosink.c:
14216         (gst_base_audio_sink_render):
14217         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14218         (gst_base_audio_src_create):
14219         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
14220         (gst_ring_buffer_read):
14221         Cleanups.
14222         Commit and read from ringbuffer in samples rather than bytes.
14223
14224 2005-10-11  Wim Taymans  <wim@fluendo.com>
14225
14226         * gst-libs/gst/audio/gstbaseaudiosink.c:
14227         (gst_base_audio_sink_render):
14228         Respect segment rate and accum when scheduling samples.
14229
14230 2005-10-11  Julien MOUTTE  <julien@moutte.net>
14231
14232         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
14233         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
14234         EOS correctly, that needs more work.
14235
14236 2005-10-11  Wim Taymans  <wim@fluendo.com>
14237
14238         * check/generic/states.c: (GST_START_TEST):
14239         remove old property.
14240
14241         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14242         (gst_ogg_demux_perform_seek):
14243         * ext/theora/theoradec.c: (theora_dec_sink_event):
14244         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14245         (vorbis_handle_data_packet):
14246         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14247         (gst_base_rtp_depayload_set_gst_timestamp):
14248         * gst/videorate/gstvideorate.c: (gst_videorate_event):
14249         Update for newsegment API change.
14250
14251 2005-10-11  Michael Smith <msmith@fluendo.com>
14252
14253         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
14254         (do_playbin_seek), (gst_play_bin_send_event):
14255           Override send_event differently, so that we can takes bits of
14256           functionality from GstPipeline (special handling for seeks,
14257           including pausing/resuming, and resetting stream time) and still get
14258           the appropriate behaviour of only forwarding event to a single sink,
14259           rather than all of them.
14260           Unfortunately requires a lot of code duplication, but the
14261           alternatives are equally ugly in the end.
14262
14263 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14264
14265         * check/elements/audioconvert.c: (setup_audioconvert),
14266         (cleanup_audioconvert), (get_int_caps), (verify_convert),
14267         (GST_START_TEST), (audioconvert_suite):
14268           clean up tests a little, fix some leaks.
14269
14270 2005-10-10  Wim Taymans  <wim@fluendo.com>
14271
14272         * ext/alsa/gstalsasink.c:
14273         Also allow unsigned int.
14274
14275         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14276         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
14277         Small cleanup
14278
14279 2005-10-10  Wim Taymans  <wim@fluendo.com>
14280
14281         * check/pipelines/simple_launch_lines.c: (run_pipeline):
14282         Small update, use API as stated in design docs.
14283
14284         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
14285         (update_scale), (do_seek), (seek_cb), (set_update_scale),
14286         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
14287         (message_received), (main):
14288         Updated seek example for GOption. Some usability improvements.
14289
14290 2005-10-10  Wim Taymans  <wim@fluendo.com>
14291
14292         * gst/audioconvert/audioconvert.h:
14293         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
14294         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
14295         Alloc temp storage somewhere else where we can do it more
14296         portable.
14297
14298 2005-10-10  Wim Taymans  <wim@fluendo.com>
14299
14300         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
14301         (gst_tcpserversrc_start):
14302         Don't block in accept while doing the state change, move
14303         to poll and make cancellable.
14304
14305 2005-10-09  Philippe Khalaf <burger@speedy.org>
14306
14307         * gst-libs/gst/rtp/rtpbasedepayload.c:
14308         Set timestamp and add queue delay to timestamp
14309         * gst-libs/gst/rtp/rtpbuffer.h:
14310         Set correct payload type for h263
14311
14312 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
14313
14314         * gst/audiotestsrc/gstaudiotestsrc.c:
14315         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
14316         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
14317         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
14318         (gst_audiotestsrc_create_triangle),
14319         (gst_audiotestsrc_create_silence),
14320         (gst_audiotestsrc_create_white_noise),
14321         (gst_audiotestsrc_init_pink_noise),
14322         (gst_audiotestsrc_generate_pink_noise_value),
14323         (gst_audiotestsrc_create_pink_noise),
14324         (gst_audiotestsrc_change_wave):
14325         * gst/audiotestsrc/gstaudiotestsrc.h:
14326           fixed typo, added pink noise
14327
14328 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
14329
14330         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
14331         (plugin_init):
14332           Add wavpack and spc typefind functions from 0.8 branch.
14333
14334 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
14335
14336         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
14337         (ar_type_find), (msdos_type_find), (plugin_init):
14338           Add typefind functions for tar archives, ar archives,
14339           RAR archives, and msdos-executables (dlls, exe, etc.).
14340           Some of those would be wrongly identified as mpeg
14341           streams of some sort before (#315550).
14342
14343 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
14344
14345         * configure.ac:
14346         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
14347         * docs/plugins/gst-plugins-base-plugins-sections.txt:
14348         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
14349         * gst/audiotestsrc/Makefile.am:
14350         * gst/audiotestsrc/gstaudiotestsrc.c:
14351         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
14352         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
14353         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
14354         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
14355         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
14356         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
14357         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
14358         (gst_audiotestsrc_create_silence),
14359         (gst_audiotestsrc_create_white_noise),
14360         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
14361         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
14362         (gst_audiotestsrc_start), (plugin_init):
14363         * gst/audiotestsrc/gstaudiotestsrc.h:
14364           add new plugin and element
14365         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
14366           use gobject_class
14367
14368 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
14369
14370         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
14371         (gst_adder_init), (gst_adder_request_new_pad),
14372         (gst_adder_change_state):
14373           Add query function to source pad, so adder reports the correct
14374           time/sample position when queried (#315457); fix state change
14375           function; use GST_DEBUG_FUNCPTR() for pad functions.
14376
14377 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14378
14379         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
14380           Fix leaks in typefind registration
14381           Clean up the gratuitous commenting and whitespacing a little
14382
14383 2005-10-08  Wim Taymans  <wim@fluendo.com>
14384
14385         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
14386         Only actually wait for the thread to be stopped if it's 
14387         running.
14388
14389 2005-10-08  Wim Taymans  <wim@fluendo.com>
14390
14391         * gst-libs/gst/audio/gstbaseaudiosink.c:
14392         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
14393         If we receive EOS we can start playback of what we had.
14394
14395 2005-10-08  Wim Taymans  <wim@fluendo.com>
14396
14397         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
14398         (gst_multifdsink_finalize), (multifdsink_hash_remove),
14399         (gst_multifdsink_stop):
14400         Fix crasher when going to NULL multiple times.
14401
14402 2005-10-06  Wim Taymans  <wim@fluendo.com>
14403
14404         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
14405         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
14406         * gst-libs/gst/audio/gstbaseaudiosrc.h:
14407         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
14408         patch from Edgard Lima <edgard.lima@indt.org.br>
14409         Fixed gstbaseaudiosrc adding ring buffer sync to it.
14410
14411 2005-10-06  Wim Taymans  <wim@fluendo.com>
14412
14413         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
14414         Report the FLOW_RETURN as string in the error message.
14415
14416         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
14417         Don't assert when clearing an unnegotiated buffer.
14418
14419 2005-10-04  Michael Smith <msmith@fluendo.com>
14420
14421         * gst/playback/gstplaybasebin.c: (group_destroy),
14422         (gen_preroll_element), (remove_groups), (setup_source):
14423         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
14424         (setup_sinks), (gst_play_bin_send_event),
14425         (gst_play_bin_change_state):
14426           Set state to NULL before removing from bin. Fix refcounting.
14427
14428 2005-10-04  Michael Smith <msmith@fluendo.com>
14429
14430         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
14431           Correct refcounting in send_event() function. Previously was wrong
14432           if the first sink was unable to handle the event.
14433
14434 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
14435
14436         * configure.ac:
14437           back to development
14438
14439 === release 0.9.3 ===
14440
14441 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
14442
14443         * configure.ac:
14444           Releasing 0.9.3, "De Facto"
14445
14446 2005-10-03  Andy Wingo  <wingo@pobox.com>
14447
14448         * gst/playback/gstdecodebin.c (try_to_link_1)
14449         (remove_element_chain): set element to NULL before removing it.
14450
14451 2005-10-02  Johan Dahlin  <johan@gnome.org>
14452
14453         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
14454         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
14455         MT safe.
14456
14457 2005-10-02  Andy Wingo  <wingo@pobox.com>
14458
14459         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
14460         (gst_ring_buffer_prepare_read): 
14461         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
14462         Demote to LOG.
14463
14464 2005-09-29  Wim Taymans  <wim@fluendo.com>
14465
14466         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
14467         * ext/theora/theoradec.c: (theora_handle_data_packet):
14468         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
14469         Propagate error codes from alloc_buffer too.
14470
14471 2005-09-29  Wim Taymans  <wim@fluendo.com>
14472
14473         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
14474         We use fixed caps.
14475
14476         * gst/playback/Makefile.am:
14477         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
14478         (dump_element_stats), (main):
14479         Added example stream introspection code.
14480
14481 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
14482
14483         * gst/adder/gstadder.c: (gst_adder_collected):
14484           fix adder for float elements
14485
14486 2005-09-28  Wim Taymans  <wim@fluendo.com>
14487
14488         * gst-libs/gst/audio/gstbaseaudiosink.c:
14489         (gst_base_audio_sink_class_init),
14490         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
14491         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14492         (gst_base_audio_src_class_init),
14493         (gst_base_audio_src_provide_clock):
14494         get_clock -> provide_clock
14495
14496 2005-09-28  Andy Wingo  <wingo@pobox.com>
14497
14498         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
14499         and unlocking.
14500
14501         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
14502         unlocking.
14503
14504         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
14505         Actually add the pad template.
14506         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
14507
14508         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
14509         I'm at it...
14510
14511         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
14512         from fdsrc. Get caps in create() instead of start() so it can be
14513         interrupted. Interruption somewhat untested.
14514
14515         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
14516         Proper EOS handling.
14517
14518 2005-09-27  Andy Wingo  <wingo@pobox.com>
14519
14520         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
14521
14522         * gst/tcp/gsttcpserversrc.c: Cleaned up.
14523
14524         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
14525
14526         * gst/tcp/gsttcp.h: 
14527         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
14528         out of tcpclientsrc.c. Cancellable.
14529         (gst_tcp_socket_read): Made private, cancellable, with better
14530         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
14531         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
14532         whole buffer, and better diagnostics.
14533         (gst_tcp_gdp_read_caps): Same.
14534
14535         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
14536
14537 2005-09-26  Andy Wingo  <wingo@pobox.com>
14538
14539         * gst/sine/gstsinesrc.h:
14540         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
14541         change the 'sync' property to 'is-live' and implement it halfway,
14542         update for controller api change.
14543
14544         * gst/volume/gstvolume.c (volume_transform_ip): Update for
14545         controller api change.
14546
14547 2005-09-24  Wim Taymans  <wim@fluendo.com>
14548
14549         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
14550         * gst-libs/gst/audio/gstaudiosink.c:
14551         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
14552         (gst_audioringbuffer_stop):
14553         * gst-libs/gst/audio/gstbaseaudiosink.c:
14554         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
14555         (gst_base_audio_sink_change_state):
14556         * gst-libs/gst/audio/gstbaseaudiosink.h:
14557         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
14558         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
14559         (gst_ring_buffer_commit), (gst_ring_buffer_read):
14560         * gst-libs/gst/audio/gstringbuffer.h:
14561         Fix sync again. Moved sample alignment to basesink.
14562
14563 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14564
14565         * docs/plugins/Makefile.am:
14566         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
14567         * docs/plugins/gst-plugins-base-plugins-sections.txt:
14568         * gst/volume/gstvolume.c:
14569           add/fix docs
14570         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
14571         * gst-libs/gst/audio/audio.h:
14572           add conversion macros for frames <-> clocktime
14573
14574 2005-09-23  David Schleef  <ds@schleef.org>
14575
14576         * gst/audioresample/Makefile.am:
14577         * gst/audioresample/debug.h:
14578         * gst/audioresample/gstaudioresample.c:
14579         * gst/audioresample/resample.c: Convert to using gst debugging
14580
14581 2005-09-22  Wim Taymans  <wim@fluendo.com>
14582
14583         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14584         (gst_play_bin_send_event):
14585         Only seek on one sink, the first one that succeeds.
14586
14587 2005-09-22  Michael Smith <msmith@fluendo.com>
14588
14589         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
14590         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
14591         Don't flush encoder state unless we have an initialised encoder.
14592         Clear out encoder state on PAUSED_TO_READY.
14593
14594 2005-09-22  Wim Taymans  <wim@fluendo.com>
14595
14596         * gst-libs/gst/rtp/gstbasertppayload.c:
14597         (gst_basertppayload_class_init), (gst_basertppayload_init),
14598         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
14599         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
14600         (gst_basertppayload_is_filled), (gst_basertppayload_push),
14601         (gst_basertppayload_set_property),
14602         (gst_basertppayload_get_property),
14603         (gst_basertppayload_change_state):
14604         * gst-libs/gst/rtp/gstbasertppayload.h:
14605         Added max-ptime to control amount of data in the rtp packets.
14606
14607 2005-09-21  Andy Wingo  <wingo@pobox.com>
14608
14609         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
14610         thingies.
14611
14612         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
14613         can be called multiple times, dogs.
14614
14615 2005-09-21  Wim Taymans  <wim@fluendo.com>
14616
14617         * gst-libs/gst/rtp/gstbasertppayload.c:
14618         (gst_basertppayload_class_init), (gst_basertppayload_init),
14619         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
14620         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
14621         (gst_basertppayload_push), (gst_basertppayload_get_property),
14622         (gst_basertppayload_change_state):
14623         Allow 0 ssrc too.
14624
14625 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
14626
14627         * docs/libs/compiling.sgml:
14628           fixing typos
14629
14630 2005-09-20  Wim Taymans  <wim@fluendo.com>
14631
14632         * gst-libs/gst/rtp/gstbasertppayload.c:
14633         (gst_basertppayload_class_init), (gst_basertppayload_init),
14634         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
14635         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
14636         (gst_basertppayload_push), (gst_basertppayload_set_property),
14637         (gst_basertppayload_get_property),
14638         (gst_basertppayload_change_state):
14639         * gst-libs/gst/rtp/gstbasertppayload.h:
14640         Added property to configure sequence number offsets.
14641
14642 2005-09-20  Wim Taymans  <wim@fluendo.com>
14643
14644         * gst-libs/gst/rtp/gstbasertppayload.c:
14645         (gst_basertppayload_class_init), (gst_basertppayload_init),
14646         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
14647         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
14648         (gst_basertppayload_push), (gst_basertppayload_set_property),
14649         (gst_basertppayload_get_property),
14650         (gst_basertppayload_change_state):
14651         * gst-libs/gst/rtp/gstbasertppayload.h:
14652         Make timestamp offset configurable.
14653
14654 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
14655
14656         * check/pipelines/simple_launch_lines.c: (run_pipeline):
14657           fix wrong pop/unref
14658
14659 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
14660
14661         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14662
14663         * gst-libs/gst/interfaces/propertyprobe.c:
14664         (gst_property_probe_probe_property_name),
14665         (gst_property_probe_needs_probe_name),
14666         (gst_property_probe_get_values_name),
14667         (gst_property_probe_probe_and_get_values_name):
14668           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
14669           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
14670
14671 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14672
14673         * check/Makefile.am:
14674           have some tests be disabled for valgrinding
14675         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
14676         (GST_START_TEST):
14677         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
14678           Fix A Leak.  Chain To Parent Finalize.
14679
14680 2005-09-19  Wim Taymans  <wim@fluendo.com>
14681
14682         * examples/seeking/seek.c: (make_wav_pipeline), (main):
14683         Fixed wav pipeline.
14684
14685 2005-09-19  Wim Taymans  <wim@fluendo.com>
14686
14687         * gst-libs/gst/rtp/gstbasertppayload.c:
14688         (gst_basertppayload_class_init), (gst_basertppayload_init),
14689         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
14690         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
14691         (gst_basertppayload_push), (gst_basertppayload_get_property),
14692         (gst_basertppayload_change_state):
14693         Posting ERROR and WARNING messages is good.
14694
14695 2005-09-19  Wim Taymans  <wim@fluendo.com>
14696
14697         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14698         (gst_base_rtp_depayload_add_to_queue),
14699         (gst_base_rtp_depayload_push),
14700         (gst_base_rtp_depayload_set_gst_timestamp),
14701         (gst_base_rtp_depayload_queue_release):
14702         This one was not supposed to go in.
14703
14704 2005-09-19  Wim Taymans  <wim@fluendo.com>
14705
14706         * check/pipelines/simple_launch_lines.c: (run_pipeline):
14707         Fix for bus API.
14708
14709         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14710         (gst_base_rtp_depayload_chain),
14711         (gst_base_rtp_depayload_add_to_queue),
14712         (gst_base_rtp_depayload_push),
14713         (gst_base_rtp_depayload_set_gst_timestamp),
14714         (gst_base_rtp_depayload_queue_release):
14715         Some cleanups.
14716
14717         * gst-libs/gst/rtp/gstbasertppayload.c:
14718         (gst_basertppayload_class_init), (gst_basertppayload_init),
14719         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
14720         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
14721         (gst_basertppayload_get_property),
14722         (gst_basertppayload_change_state):
14723         Added debugging category.
14724
14725 2005-09-18  David Schleef  <ds@schleef.org>
14726
14727         * gst/playback/gstdecodebin.c: free plugin list correctly
14728         * gst/playback/gstplaybin.c: emit warning if autovideosink
14729           and autoaudiosink can't be found (instead of segfaulting)
14730
14731 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14732
14733         * check/elements/audioconvert.c: (GST_START_TEST):
14734           try out 24 bit conversion
14735
14736 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
14737
14738         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
14739         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
14740         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
14741         * ext/vorbis/vorbisenc.h:
14742           Fix EOS handling.  Still needs a fix in the ogg muxer to
14743           mark the last page as eos.
14744
14745 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
14746
14747         * common/gtk-doc-plugins.mak:
14748         * docs/plugins/Makefile.am:
14749         * docs/plugins/gst-plugins-base-plugins-sections.txt:
14750         * gst/ffmpegcolorspace/Makefile.am:
14751         * gst/ffmpegcolorspace/avcodec.h:
14752         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14753         * gst/tcp/gstmultifdsink.c:
14754           fix up ffmpegcolorspace docs; extract header
14755
14756 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
14757
14758         * common/gtk-doc-plugins.mak:
14759         * docs/plugins/Makefile.am:
14760         * docs/plugins/gst-plugins-base-plugins-sections.txt:
14761         * ext/theora/Makefile.am:
14762         * ext/theora/gsttheoraenc.h:
14763         * ext/theora/theoraenc.c:
14764         * ext/vorbis/vorbisenc.c:
14765           pick up signals and args for vorbis; add some docs for vorbis
14766
14767 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
14768
14769         * common/gstdoc-scangobj:
14770         * common/gtk-doc-plugins.mak:
14771         * docs/libs/Makefile.am:
14772         * docs/plugins/gst-plugins-base-plugins.args:
14773         * docs/plugins/gst-plugins-base-plugins.hierarchy:
14774         * docs/plugins/gst-plugins-base-plugins.interfaces:
14775         * docs/plugins/gst-plugins-base-plugins.prerequisites:
14776         * docs/plugins/gst-plugins-base-plugins.signals:
14777           only scanobj stuff from our source module.  Not sure yet
14778           if that's correct, given the hierarchy stuff :)
14779
14780 2005-09-15  Wim Taymans  <wim@fluendo.com>
14781
14782         * gst/audioconvert/gstaudioconvert.c:
14783         And enable 24 bits mode as well..
14784
14785 2005-09-15  Wim Taymans  <wim@fluendo.com>
14786
14787         * gst-libs/gst/rtp/Makefile.am:
14788         * gst-libs/gst/rtp/gstbasertppayload.c:
14789         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
14790         (gst_basertppayload_class_init), (gst_basertppayload_init),
14791         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
14792         (gst_basertppayload_chain), (gst_basertppayload_set_options),
14793         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
14794         (gst_basertppayload_set_property),
14795         (gst_basertppayload_get_property),
14796         (gst_basertppayload_change_state):
14797         * gst-libs/gst/rtp/gstbasertppayload.h:
14798         Added rtp payloader base class.
14799
14800 2005-09-15  Andy Wingo  <wingo@pobox.com>
14801
14802         * configure.ac (plugindir): Remove the EOL matcher from the
14803         regexp, as it causes me problems. Libtool? Make? Who knows?
14804
14805 2005-09-14  David Schleef  <ds@schleef.org>
14806
14807         * check/generic/states.c: 
14808         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
14809         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
14810           Fixes for changes in registry API.
14811
14812         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
14813           to GST_PLUGIN_LDFLAGS.
14814         * ext/libvisual/visual.c: Make the library shut up.
14815         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
14816         * gst-libs/gst/audio/gstaudiofilter.c: same
14817
14818 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14819
14820         * docs/plugins/Makefile.am:
14821         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
14822         * docs/plugins/inspect/plugin-libvisual.xml:
14823         * docs/plugins/tmpl/element-tcpserversink.sgml:
14824         * ext/theora/theoraenc.c:
14825           add libvisual plugin and theoraenc element to docs
14826
14827 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14828
14829         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
14830         * docs/plugins/gst-plugins-base-plugins-sections.txt:
14831         * ext/theora/theoraenc.c:
14832           add theoraenc
14833
14834 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
14835
14836         * gst/audioconvert/Makefile.am:
14837           Audioconvert derives from GstBaseTransform and should
14838           link to the library with our base elements to avoid
14839           unresolved symbols. Makes things work with MinGW (#316160)
14840
14841         * gst/playback/test4.c: (main):
14842           Fix MinGW build problem and use g_usleep() instead of 
14843           sleep() (#316162)
14844
14845 2005-09-12  Wim Taymans  <wim@fluendo.com>
14846
14847         * gst/audioconvert/audioconvert.c: (float),
14848         (audio_convert_prepare_context), (audio_convert_convert):
14849         * gst/audioconvert/audioconvert.h:
14850         Cleanups, speedups, simplifications, added back support
14851         for 24 bits.
14852
14853 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14854
14855         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
14856         * docs/plugins/gst-plugins-base-plugins-sections.txt:
14857         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
14858         * docs/plugins/tmpl/element-tcpserversink.sgml:
14859         * gst/ffmpegcolorspace/gstffmpeg.c:
14860         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14861         * gst/videotestsrc/gstvideotestsrc.c:
14862         * gst/volume/gstvolume.c:
14863           add more elements to the docs
14864
14865 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
14866
14867         * check/Makefile.am:
14868         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
14869         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
14870           Add extra tests for basetransform based components. 
14871           Comment out the test_element_negotiation test until we decide
14872           if it's testing correct behaviour.
14873         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
14874         (gst_visual_chain), (gst_visual_change_state):
14875           Slightly more correct but still bogus timestamping.
14876           Fix state change function.
14877         * gst/audioconvert/gstaudioconvert.c:
14878         (gst_audio_convert_class_init):
14879         * gst/audioresample/gstaudioresample.c:
14880         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14881         (gst_ffmpegcsp_class_init):
14882         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
14883         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
14884         (gst_videoscale_prepare_image):
14885         * gst/volume/gstvolume.c: (gst_volume_class_init),
14886         (volume_transform_ip):
14887           Basetransform updates. Enable passthrough modes.
14888         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
14889         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
14890         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14891           Negotiation fix that allows the window to return to the original
14892           size and renegotiate passthrough upstream. Extra debug output.
14893
14894 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14895
14896         * gst/sine/gstsinesrc.c:
14897         * gst/volume/gstvolume.c:
14898           fix up header include
14899
14900 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
14901
14902         * gst-libs/gst/audio/gstbaseaudiosink.c:
14903         (gst_base_audio_sink_render):
14904         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
14905         * gst/volume/gstvolume.c: (gst_volume_class_init),
14906         (volume_transform):
14907           fixing lost sync, some more debugging
14908
14909 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
14910
14911         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
14912         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
14913         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
14914         (gst_xvimagesink_check_xshm_calls):
14915           Fix compilation when XShm is not available.
14916
14917 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
14918
14919         * ext/libvisual/visual.c: (gst_visual_dispose),
14920         (gst_visual_getcaps), (gst_visual_src_setcaps),
14921         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
14922         (gst_visual_change_state):
14923           Finish fixing up libvisual plugin so that it runs. 
14924
14925 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
14926
14927         * ext/vorbis/vorbisenc.c:
14928         * gst-libs/gst/tag/gstvorbistag.c:
14929           gsttaginterface.h -> gsttagsetter.h
14930
14931 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
14932
14933         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
14934           added another test that failes for me (test is not active by default)
14935
14936 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14937
14938         * configure.ac:
14939           v4l2 is no longer in gst-plugins-base
14940
14941 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
14942
14943         * configure.ac:
14944           In the output at the end, don't show the first plugin on the same
14945           line as "Core plug-ins, always built:".
14946           Indent the output as for other plugin categories
14947         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
14948           #define that can be used to not use peer buffer_alloc functions for
14949           test purposes.
14950         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
14951         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
14952         (gst_ximagesink_show_frame):
14953         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
14954         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
14955         (gst_xvimagesink_show_frame):
14956           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
14957           fails gracefully instead of XError aborting or deadlocking.
14958
14959 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
14960
14961         * ext/libvisual/Makefile.am:
14962           link against gst-base-libs
14963
14964 2005-09-06  David Schleef  <ds@schleef.org>
14965
14966         * configure.ac: Enable libvisual plugin.
14967         * ext/libvisual/Makefile.am:
14968         * ext/libvisual/visual.c: Fixes to make it compile.
14969
14970 === release 0.9.2 ===
14971
14972 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
14973
14974         * NEWS:
14975         * RELEASE:
14976         * configure.ac:
14977         * docs/random/ChangeLog-0.8:
14978           releasing 0.9.2, "Spoon"
14979
14980 2005-09-05  Michael Smith <msmith@fluendo.com>
14981
14982         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
14983           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
14984           that in the vorbisenc element.
14985
14986 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
14987
14988         * common/gtk-doc-plugins.mak:
14989         * docs/plugins/Makefile.am:
14990           fix distcheck
14991         * gst/audioresample/resample.c:
14992           fix wrong docstring
14993
14994 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
14995
14996         * common/gst-xmlinspect.py:
14997         * common/gtk-doc-plugins.mak:
14998           only inspect plugins for this given package
14999           require gst-python 0.9
15000
15001 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15002
15003         * Makefile.am:
15004         * autogen.sh:
15005         * common/gst-xmlinspect.py:
15006         * configure.ac:
15007         * docs/Makefile.am:
15008         * docs/plugins/inspect/plugin-alsa.xml:
15009         * docs/plugins/inspect/plugin-audioresample.xml:
15010         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
15011         * docs/plugins/inspect/plugin-ogg.xml:
15012         * docs/plugins/tmpl/element-gnomevfssink.sgml:
15013         * docs/plugins/tmpl/element-multifdsink.sgml:
15014         * docs/plugins/tmpl/element-tcpserversink.sgml:
15015         * docs/plugins/tmpl/element-vorbisenc.sgml:
15016         * gst-plugins-base.spec.in:
15017           various doc-related updates
15018
15019 2005-08-31  Wim Taymans  <wim@fluendo.com>
15020
15021         * gst-libs/gst/audio/gstbaseaudiosink.c:
15022         (gst_base_audio_sink_render):
15023         Resync if the buffer timestamps drift more than a 10th 
15024         of a second.
15025
15026 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
15027
15028         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
15029         (gst_v4lsrc_get_property):
15030           The 'timestamp-offset' property is registered as an int64, so
15031           let's use g_value_{set|get}_int64() in our setter and getter
15032           functions (makes it work and fixes warnings with gst-inspect).
15033
15034 2005-08-30  Wim Taymans  <wim@fluendo.com>
15035
15036         * check/elements/audioconvert.c: (setup_audioconvert):
15037         * check/elements/audioresample.c: (setup_audioresample):
15038         * check/elements/volume.c: (setup_volume):
15039         Fix checks.
15040
15041 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15042
15043         * common/gtk-doc-plugins.mak:
15044         * common/plugins.xsl:
15045         * docs/plugins/Makefile.am:
15046           make module a param
15047
15048 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
15049
15050         * examples/seeking/seek.c: (make_mp3_pipeline),
15051         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
15052         (play_cb), (pause_cb), (stop_cb):
15053           update the example
15054
15055 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
15056
15057         * gst/volume/gstvolume.c: (gst_volume_class_init),
15058         (volume_transform):
15059           do not update controlled params, if buffer has no timestamp
15060
15061 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
15062
15063         * configure.ac:
15064         * gst/sine/Makefile.am:
15065         * gst/volume/Makefile.am:
15066           controllerized elements also need to link against controller-libs ;)
15067
15068 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
15069
15070         * docs/libs/tmpl/gstcolorbalance.sgml:
15071         * docs/libs/tmpl/gstgconf.sgml:
15072         * docs/libs/tmpl/gstmixer.sgml:
15073         * docs/libs/tmpl/gstringbuffer.sgml:
15074         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
15075         (gst_sinesrc_create):
15076         * gst/volume/gstvolume.c: (gst_volume_class_init),
15077         (volume_transform):
15078           controllerized two audio plugins
15079
15080 2005-08-29  Andy Wingo  <wingo@pobox.com>
15081
15082         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
15083         (vorbis_handle_data_packet): Fix some int overflow errors.
15084
15085         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
15086         -1.
15087         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
15088         valid.
15089         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
15090         if it's valid. Fixed streaming-mode playback.
15091
15092         * check/elements/volume.c (cleanup_volume): Fix for running
15093         CK_FORK=no.
15094
15095         * check/elements/audioconvert.c: Convert from native endian, not
15096         little endian.
15097
15098 2005-08-29  Michael Smith <msmith@fluendo.com>
15099
15100         * ext/ogg/Makefile.am:
15101         * ext/ogg/gstogg.c: (plugin_init):
15102         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
15103         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
15104         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
15105         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
15106         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
15107         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
15108         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
15109         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
15110         Add an ogg parser element.
15111
15112 2005-08-28  Andy Wingo  <wingo@pobox.com>
15113
15114         * Updates for two-arg init from GST_BOILERPLATE_FULL.
15115
15116 2005-08-26  Wim Taymans  <wim@fluendo.com>
15117
15118         * gst/audioconvert/audioconvert.c: (if), (float),
15119         (audio_convert_get_func_index), (check_default),
15120         (audio_convert_clean_fmt), (audio_convert_prepare_context),
15121         (audio_convert_clean_context), (audio_convert_get_sizes),
15122         (audio_convert_convert):
15123         Cleanups.
15124
15125 2005-08-26  Wim Taymans  <wim@fluendo.com>
15126
15127         * gst/audioconvert/audioconvert.c: (if), (float),
15128         (audio_convert_get_func_index), (check_default),
15129         (audio_convert_clean_fmt), (audio_convert_prepare_context),
15130         (audio_convert_clean_context), (audio_convert_get_sizes),
15131         (audio_convert_convert):
15132         More elegant and working temp buffer selection algo.
15133
15134 2005-08-26  Wim Taymans  <wim@fluendo.com>
15135
15136         * gst/audioconvert/audioconvert.c: (if), (float),
15137         (audio_convert_get_func_index), (check_default),
15138         (audio_convert_clean_fmt), (audio_convert_prepare_context),
15139         (audio_convert_clean_context), (audio_convert_get_sizes),
15140         (get_temp_buffer), (audio_convert_convert):
15141         Use realloc else we lose our original data.
15142
15143 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15144
15145         * gst/audioresample/gstaudioresample.c:
15146           use base class' newsegment to properly timestamp
15147
15148 2005-08-26  Wim Taymans  <wim@fluendo.com>
15149
15150         * gst/audioconvert/audioconvert.c: (if), (float),
15151         (audio_convert_get_func_index), (check_default),
15152         (audio_convert_clean_fmt), (audio_convert_prepare_context),
15153         (audio_convert_clean_context), (audio_convert_get_sizes),
15154         (get_temp_buffer), (audio_convert_convert):
15155         * gst/audioconvert/gstaudioconvert.c:
15156         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
15157         (gst_audio_convert_transform_caps),
15158         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
15159         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
15160         Oops, allocate enough space to perform the channel mix.
15161
15162 2005-08-26  Wim Taymans  <wim@fluendo.com>
15163
15164         * gst/audioconvert/Makefile.am:
15165         * gst/audioconvert/audioconvert.c: (if), (float),
15166         (audio_convert_get_func_index), (check_default),
15167         (audio_convert_clean_fmt), (audio_convert_prepare_context),
15168         (audio_convert_clean_context), (audio_convert_get_sizes),
15169         (get_temp_buffer), (audio_convert_convert):
15170         * gst/audioconvert/audioconvert.h:
15171         * gst/audioconvert/gstaudioconvert.c:
15172         (gst_audio_convert_class_init), (gst_audio_convert_init),
15173         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
15174         (gst_audio_convert_get_unit_size),
15175         (gst_audio_convert_transform_caps),
15176         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
15177         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
15178         * gst/audioconvert/gstaudioconvert.h:
15179         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
15180         (gst_channel_mix_fill_identical),
15181         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
15182         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
15183         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
15184         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
15185         (gst_channel_mix_mix):
15186         * gst/audioconvert/gstchannelmix.h:
15187         Cleanups, librarify a bit, optimize, better negotiation and more.
15188
15189 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
15190
15191         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
15192         Another from MikeS:
15193         During typefinding, don't support negative offsets
15194         (offsets from the end of the stream) in our typefind->peek() function
15195         - nothing embedded in ogg ever needs them. However, we need to recognise
15196         those requests and reject them, otherwise we return invalid pointers.
15197
15198 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
15199
15200         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
15201         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
15202         (vorbisdec_finalize), (vorbis_handle_type_packet):
15203           Big shout-out to MikeS for fixing this giant memory leak.
15204           Huzzah!
15205
15206 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15207
15208         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
15209         (audio_convert_get_unit_size):
15210           plug some leaks
15211
15212 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15213
15214         * check/Makefile.am:
15215         * check/elements/audioconvert.c: (setup_audioconvert),
15216         (cleanup_audioconvert), (get_int_caps), (verify_convert),
15217         (GST_START_TEST), (audioconvert_suite), (main):
15218           add a test for audioconvert
15219         * gst/audioresample/gstaudioresample.c:
15220         * gst/audioresample/gstaudioresample.h:
15221           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
15222           note that for buffers of 1/3 sec this means DURATION(c) is 
15223           one nanosecond more than for a and b
15224
15225 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15226
15227         * check/Makefile.am:
15228         * check/elements/audioresample.c: (setup_audioresample),
15229         (cleanup_audioresample), (fail_unless_perfect_stream),
15230         (test_perfect_stream_instance), (GST_START_TEST),
15231           add a check for audioresample
15232         (audioresample_suite), (main):
15233         * check/elements/volume.c: (GST_START_TEST):
15234           remove unused method
15235         * gst/audioresample/gstaudioresample.c:
15236           set correct buffer parameters since we're changing them
15237         * gst/audioresample/resample_ref.c: (resample_scale_ref):
15238           add some debug
15239
15240 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15241
15242         * gst/audioresample/debug.c:
15243         * gst/audioresample/gstaudioresample.c:
15244           add room for extra overlap samples when asked to transform size
15245           protect against possible mem corruption and check for discrepancies
15246           between written size and outbuffer's size so we can warn for
15247           potential problems
15248         * gst/audioresample/resample.c: (resample_init),
15249         (resample_get_output_size_for_input), (resample_get_output_size),
15250         (resample_set_n_channels), (resample_set_format):
15251           set debug level based on RESAMPLE_DEBUG env var
15252           make sure that get_output_size* returns a whole number of
15253           sample_size
15254           set sample_size each time either channel or format is set
15255         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
15256         * gst/audioresample/resample_functable.c:
15257         (resample_scale_functable):
15258         * gst/audioresample/resample_ref.c: (resample_scale_ref):
15259           remove r->sample_size, it's done in resample.c now
15260           add some debugging to the ref implementation
15261           make sure we only give back bytes that are wholes of the sample
15262           size
15263
15264 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
15265         * gst/playback/gstplaybasebin.c: (fill_buffer):
15266         Revert unpopular change for GST_MESSAGE_SRC to GObject.
15267
15268 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
15269
15270         * gst/volume/gstvolume.c:
15271           made set_caps function static
15272
15273 2005-08-24  Wim Taymans  <wim@fluendo.com>
15274
15275         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
15276         (gst_vorbisenc_change_state):
15277         Stop leaking taglists.
15278
15279 2005-08-24  Wim Taymans  <wim@fluendo.com>
15280
15281         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
15282         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
15283         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
15284         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
15285         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
15286         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
15287         Parse seeking events better.
15288         Unref static caps.
15289         Generate correct newsegment events, fixes seeking in live oggs.
15290
15291         * ext/theora/theoradec.c: (theora_dec_src_query),
15292         (theora_dec_src_event), (theora_dec_src_getcaps),
15293         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
15294         Use newsegment values to report correct play time.
15295
15296         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15297         (vorbis_dec_src_event), (vorbis_dec_sink_event):
15298         * ext/vorbis/vorbisdec.h:
15299         Parse and use newsegment values to report correct play time.
15300
15301         * gst-libs/gst/audio/gstbaseaudiosink.c:
15302         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
15303         Clear ringbuffer on flush.
15304         Use newsegment values to calculate playback time.
15305
15306         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
15307         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
15308         Basesink does newsegment calculations for us now.
15309
15310 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15311
15312         * check/Makefile.am:
15313         * configure.ac:
15314           add core's plugins to the mix so that playbin works
15315         * check/generic/states.c: (GST_START_TEST):
15316           set a 0 timeout on pipelines, so they don't force the next
15317           state change
15318         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
15319         (gst_play_base_bin_change_state):
15320           remove the crappy error handling and do GST error handling
15321
15322 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15323
15324         * check/Makefile.am:
15325         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
15326           add same test as to core, it bitches out on playbin atm.
15327
15328 2005-08-24  Wim Taymans  <wim@fluendo.com>
15329
15330         * configure.ac:
15331         Remove audioscale.
15332
15333 2005-08-24  Wim Taymans  <wim@fluendo.com>
15334
15335         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
15336         (gst_videoscale_prepare_size), (parse_caps),
15337         (gst_videoscale_set_caps), (gst_videoscale_get_size),
15338         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
15339         (gst_videoscale_transform):
15340         * gst/videoscale/gstvideoscale.h:
15341         Refactor, make use of BaseTranform really well.
15342
15343 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15344
15345         * configure.ac:
15346           compile audioresample
15347         * gst/audioresample/Makefile.am:
15348         * gst/audioresample/buffer.c:
15349         * gst/audioresample/functable.c:
15350         * gst/audioresample/gstaudioresample.c:
15351         * gst/audioresample/gstaudioresample.h:
15352         * gst/audioresample/resample.c:
15353         (resample_get_output_size_for_input):
15354         * gst/audioresample/resample.h:
15355         * gst/audioresample/resample_chunk.c:
15356         * gst/audioresample/resample_functable.c:
15357         * gst/audioresample/resample_ref.c:
15358           port to use basetransform; doesn't work in all cases yet
15359
15360 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15361
15362         * gst/audioconvert/gstaudioconvert.c:
15363         (gst_audio_convert_class_init), (gst_audio_convert_init),
15364         (audio_convert_get_unit_size), (audio_convert_transform_caps),
15365         (audio_convert_fixate_caps), (audio_convert_set_caps),
15366         (audio_convert_transform),
15367         (gst_audio_convert_buffer_to_default_format),
15368         (gst_audio_convert_buffer_from_default_format),
15369         (gst_audio_convert_channels):
15370         * gst/audioconvert/gstchannelmix.c:
15371         * gst/audioconvert/gstchannelmix.h:
15372           port to basetransform
15373         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15374         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
15375         (gst_ffmpegcsp_get_unit_size):
15376         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
15377         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
15378           fix for basetransform changes
15379
15380 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
15381
15382         * check/Makefile.am:
15383           Add CHECK_CFLAGS and LDFLAGS
15384
15385         * gst/playback/gstplaybasebin.c: (fill_buffer):
15386           GST_MESSAGE_SRC became a GObject
15387
15388 2005-08-24  Wim Taymans  <wim@fluendo.com>
15389
15390         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
15391         (gst_ring_buffer_clear_all):
15392         * gst-libs/gst/audio/gstringbuffer.h:
15393         Added function to clear the ringbuffer.
15394
15395 2005-08-24  Andy Wingo  <wingo@pobox.com>
15396
15397         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
15398         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
15399         of _open and _close.
15400
15401         * sys/v4l/gstv4lxoverlay.h:
15402         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
15403         an Xv connection here, instead of all the time. Make Xv only be
15404         loaded if you axe for it. Kindof a workaround for buggy behaviour
15405         of Xv when using remote xservers (XvQueryExtension would block).
15406         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
15407         replace the _open and _close public API. Only start the xv
15408         connection if necessary.
15409         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
15410
15411 2005-08-23  David Schleef  <ds@schleef.org>
15412
15413         * gst/audioresample/Makefile.am: Leet audioresampling code
15414         * gst/audioresample/buffer.c:
15415         * gst/audioresample/buffer.h:
15416         * gst/audioresample/debug.c:
15417         * gst/audioresample/debug.h:
15418         * gst/audioresample/functable.c:
15419         * gst/audioresample/functable.h:
15420         * gst/audioresample/gstaudioresample.c:
15421         * gst/audioresample/gstaudioresample.h:
15422         * gst/audioresample/resample.c:
15423         * gst/audioresample/resample.h:
15424         * gst/audioresample/resample_chunk.c:
15425         * gst/audioresample/resample_functable.c:
15426         * gst/audioresample/resample_ref.c:
15427
15428 2005-08-23  Wim Taymans  <wim@fluendo.com>
15429
15430         * examples/seeking/seek.c: (make_vorbis_pipeline),
15431         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
15432         Small seek updates.
15433
15434 2005-08-23  Andy Wingo  <wingo@pobox.com>
15435
15436         * gst-libs/gst/audio/gstbaseaudiosrc.c
15437         (gst_base_audio_src_fixate): Only fixate endianness if it is
15438         present in the caps.
15439
15440 2005-08-22  Andy Wingo  <wingo@pobox.com>
15441
15442         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
15443         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
15444         device-name property.
15445
15446         * gst-libs/gst/audio/gstaudiosrc.h:
15447         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
15448         close_device in the ring buffer, like gstaudiosink.
15449
15450         * ext/alsa/gstalsamixer.h:
15451         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
15452         macro to implement the interface without much code. Cleanups. 
15453
15454         * ext/alsa/gstalsasrc.h:
15455         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
15456         READY.
15457
15458         * ext/alsa/Makefile.am: Add new files.
15459         * ext/alsa/gstalsamixerelement.c: 
15460         * ext/alsa/gstalsamixerelement.c: Split element code out from
15461         mixer code so that alsasrc can be a mixer too.
15462
15463 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
15464
15465         * check/elements/volume.c: (setup_volume), (cleanup_volume),
15466         (GST_START_TEST):
15467         * check/elements/vorbisdec.c: (setup_vorbisdec),
15468         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
15469         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15470         (vorbis_handle_identification_packet),
15471         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
15472         (vorbis_handle_header_packet), (vorbis_dec_push),
15473         (vorbis_dec_chain):
15474           use the setup/teardown methods to save code.  save code is good.
15475
15476 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15477
15478         * check/Makefile.am:
15479           add ext dir for plugins
15480           add vorbisdec test conditionally
15481         * check/elements/volume.c: (setup_volume), (cleanup_volume),
15482         (GST_START_TEST), (volume_suite):
15483           add a test with wrong caps
15484         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
15485         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
15486           add a vorbisdec test
15487         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
15488         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
15489           clean up debug output
15490         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
15491           yay, fix a segfault/security issue in vorbisdec
15492           gst-launch fakesrc ! vorbisdec wasn't happy
15493         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
15494         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
15495         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
15496         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
15497         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
15498         (gst_vorbisenc_set_metadata), (get_constraints_string),
15499         (update_start_message), (gst_vorbisenc_setup),
15500         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
15501         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
15502         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
15503         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
15504         * ext/vorbis/vorbisenc.h:
15505           march in line
15506         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15507         (gst_ffmpegcsp_transform):
15508           have the kow come home
15509         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
15510           debug my func ptr
15511         * gst/volume/gstvolume.c: (volume_set_caps):
15512           add a debug
15513
15514 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15515
15516         * Makefile.am:
15517         * check/.cvsignore:
15518         * check/Makefile.am:
15519         * check/elements/.cvsignore:
15520         * check/elements/volume.c: (chain_func), (event_func),
15521         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
15522         (main):
15523         * configure.ac:
15524           add unit test structure for gst-plugins-base
15525           add a test for volume
15526         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
15527         (gst_volume_set_volume), (gst_volume_get_volume),
15528         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
15529         (volume_funcfind), (volume_process_float), (volume_process_int16),
15530         (volume_set_caps), (volume_transform), (volume_update_mute),
15531         (volume_update_volume), (volume_set_property),
15532         (volume_get_property):
15533           document a little; use basetransform vmethod _set_caps
15534
15535 2005-08-19  Andy Wingo  <wingo@pobox.com>
15536
15537         * ext/alsa/gstalsamixertrack.h:
15538         * ext/alsa/gstalsamixertrack.c:
15539         * ext/alsa/gstalsamixeroptions.h:
15540         * ext/alsa/gstalsamixeroptions.c:
15541         * ext/alsa/gstalsamixer.h:
15542         * ext/alsa/gstalsamixer.c: Port to 0.9.
15543
15544         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
15545         Remove gstalsa.c and alsaclock. No more cruft here.
15546         
15547 2005-08-18  Wim Taymans  <wim@fluendo.com>
15548
15549         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15550         (gst_base_rtp_depayload_chain),
15551         (gst_base_rtp_depayload_add_to_queue),
15552         (gst_base_rtp_depayload_push),
15553         (gst_base_rtp_depayload_queue_release):
15554         * gst-libs/gst/rtp/gstbasertpdepayload.h:
15555         Fix for RTPBuffer changes.
15556
15557         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
15558         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
15559         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
15560         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
15561         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
15562         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
15563         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
15564         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
15565         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
15566         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
15567         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
15568         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
15569         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
15570         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
15571         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
15572         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
15573         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
15574         (gst_rtpbuffer_get_payload):
15575         * gst-libs/gst/rtp/gstrtpbuffer.h:
15576         Don't subclass GstBuffer but add methods and helper functions
15577         to construct and manipulate RTP packets in regular GstBuffers.
15578
15579 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
15580
15581         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
15582           moved statement below switch
15583         * gst/volume/gstvolume.c: (gst_volume_class_init):
15584           added debug ptr
15585
15586 2005-08-16  Wim Taymans  <wim@fluendo.com>
15587
15588         * gst-libs/gst/audio/gstbaseaudiosrc.c:
15589         (gst_base_audio_src_change_state):
15590         Open and close device in READY<->NULL state change.
15591
15592 2005-08-16  Andy Wingo  <wingo@pobox.com>
15593
15594         * examples/seeking/Makefile.am: Don't compile non-compiling
15595         compiled objects with the compiler.
15596
15597         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
15598         elements.
15599
15600 2005-08-12  Philippe Khalaf <burger@speedy.org>
15601         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15602         * gst-libs/gst/rtp/gstbasertpdepayload.h:
15603           Made a thread to release the queue.
15604           Removed timestamp conversion for now.
15605
15606 2005-08-10  Philippe Khalaf <burger@speedy.org>
15607         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15608         * gst-libs/gst/rtp/gstbasertpdepayload.h:
15609           Added rtp timestamp -> gst timestamp conversion.
15610           Fixed several problems with queue.
15611
15612 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
15613
15614         * gst-libs/gst/audio/gstaudioclock.h:
15615         * gst-libs/gst/audio/gstaudiofilter.h:
15616         * gst-libs/gst/audio/gstaudiosink.h:
15617         * gst-libs/gst/audio/gstaudiosrc.h:
15618         * gst-libs/gst/audio/gstbaseaudiosink.h:
15619         * gst-libs/gst/audio/gstbaseaudiosrc.h:
15620         * gst-libs/gst/audio/gstringbuffer.h:
15621         * gst-libs/gst/net/gstnetbuffer.h:
15622         * gst-libs/gst/rtp/gstbasertpdepayload.h:
15623         * gst-libs/gst/rtp/gstrtpbuffer.h:
15624           Add padding (you will need to rebuild gst-plugins-base,
15625           gst-plugins and all applications afterwards!)
15626
15627 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
15628
15629         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
15630         (gst_riff_parse_chunk):
15631           Fix bug in debug message and add some more debug messages.
15632
15633 2005-08-08  Edward Hervey  <edward@fluendo.com>
15634
15635         * gst-libs/gst/riff/riff-media.c:
15636         backported updates since branch
15637
15638 2005-08-08  Andy Wingo  <wingo@pobox.com>
15639
15640         * gst-libs/gst/audio/gstbaseaudiosink.c
15641         (gst_base_audio_sink_change_state): Open the device in NULL->READY
15642         like good elements should. Close on READY->NULL too.
15643
15644         * gst-libs/gst/audio/gstaudiosink.c
15645         (gst_audioringbuffer_open_device,
15646         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
15647         (gst_audioringbuffer_release): Updates for new ring buffer API,
15648         hook into the new audio sink api.
15649
15650         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
15651         (GstAudioSinkClass.close): Just open and close the device -- no
15652         resource allocation or configuration.
15653         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
15654         vmethods, handle device setup and resource allocation.
15655
15656         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
15657         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
15658         base class API.
15659
15660         * gst-libs/gst/audio/gstringbuffer.h
15661         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
15662         New vmethods.
15663
15664         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
15665         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
15666         New API functions. The device should be opened before acquiring
15667         and closed after releasing.
15668
15669 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
15670
15671         * gst-libs/gst/interfaces/mixer.h:
15672           Reset padding to GST_PADDING.
15673
15674 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15675
15676         * gst/playback/gstplaybin.c: (remove_sinks):
15677           Remove visualization from parent explicitely; works around some
15678           apparent refcount issue that I haven't tracked down yet.
15679
15680 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15681
15682         * ext/alsa/gstalsasink.c: (set_hwparams):
15683           Assign debug category, add negotiation debug msgs.
15684
15685 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15686
15687         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
15688           Fix error code for file-not-found to NOT_FOUND.
15689
15690 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
15691
15692         * common/gtk-doc-plugins.mak:
15693         * docs/plugins/Makefile.am:
15694         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15695         * docs/plugins/gst-plugins-base-plugins-sections.txt:
15696           renamed to actual element names, so much nicer to look at
15697         * docs/plugins/tmpl/gstmultifdsink.sgml:
15698           remove
15699         * docs/plugins/tmpl/multifdsink.sgml:
15700         * docs/plugins/tmpl/tcpserversink.sgml:
15701           add
15702         * ext/alsa/gstalsa.c:
15703         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
15704         * ext/ogg/gstoggmux.c:
15705         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
15706         * gst/playback/gstdecodebin.c:
15707         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
15708         * gst/tcp/gsttcpserversink.c:
15709           various fixes and documentation additions
15710
15711 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
15712
15713         * common/Makefile.am:
15714         * common/gstdoc-scangobj:
15715         * common/gtk-doc-plugins.mak:
15716         * common/gtk-doc.mak:
15717           add a custom scangobj that uses the registry
15718           add a custom gtk-doc-plugins.mak that uses it
15719           some doc build fixes
15720         * configure.ac:
15721         * docs/Makefile.am:
15722         * docs/plugins/Makefile.am:
15723         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15724         * docs/plugins/gst-plugins-base-plugins-sections.txt:
15725         * docs/plugins/gst-plugins-base-plugins.types:
15726         * docs/plugins/tmpl/gstmultifdsink.sgml:
15727           add docs for one element, multifdsink
15728         * gst/adder/gstadder.h:
15729         * gst/volume/gstvolume.h:
15730           don't privatize enum
15731         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
15732         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
15733         (gst_sync_method_get_type), (gst_client_status_get_type),
15734         (gst_multifdsink_class_init),
15735         (gst_multifdsink_client_queue_buffer),
15736         (gst_multifdsink_handle_client_write):
15737         * gst/tcp/gstmultifdsink.h:
15738         * gst/tcp/gsttcp.h:
15739         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
15740         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
15741         (gst_tcpclientsink_render):
15742         * gst/tcp/gsttcpclientsink.h:
15743         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
15744         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
15745         (gst_tcpclientsrc_start):
15746         * gst/tcp/gsttcpclientsrc.h:
15747         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
15748         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
15749         * gst/tcp/gsttcpserversrc.h:
15750         * gst/typefind/gsttypefindfunctions.c:
15751           remove superfluous Type stuff
15752
15753 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15754
15755         * gst/playback/gstplaybin.c: (gen_video_element):
15756           Enable videoscale.
15757
15758 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15759
15760         * gst-libs/gst/gconf/gconf.c:
15761         * gst-libs/gst/gconf/gconf.h:
15762           Fix some Andy Problem [tm].
15763
15764 2005-08-04  Andy Wingo  <wingo@pobox.com>
15765
15766         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
15767         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
15768         (gst_ffmpegcsp_get_size): Adapt to API changes.
15769
15770         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
15771         Implement an in-place do-nothing transform.
15772
15773 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15774
15775         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
15776         (gst_ximagesink_renegotiate_size):
15777           Do not set new window sizes yet if we prepare a new buffer size
15778           for upstream renegotiation (software scaling) at some point in the
15779           future, because this new size waqs not actually accepted yet. Once
15780           accepted, renegotiation later on will set the new sizes just fine.
15781           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
15782           embedding testcase.
15783
15784 2005-08-03  Andy Wingo  <wingo@pobox.com>
15785
15786         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
15787         (gst_ximagesink_buffer_alloc): 
15788         Protect the height, width, and desired_caps with the pool_lock.
15789         Fixes videotestsrc ! queue ! ximagesink.
15790
15791 2005-08-02  Edward Hervey  <edward@fluendo.com>
15792
15793         * gst/volume/gstvolume.c:
15794         include left from controller cleanup
15795
15796 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
15797         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
15798           Stop collectpads before calling the parent state
15799           change function on PAUSED->READY.
15800
15801 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
15802         * configure.ac:
15803           When testing for X libs, use the X CFlags 
15804         * gst/adder/gstadder.c: (gst_adder_change_state):
15805           Stop the collectpads before calling parent state change function
15806           on PAUSED->READY, otherwise we deadlock deactivating pads.
15807
15808 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
15809
15810         * configure.ac:
15811         * docs/libs/tmpl/gstcolorbalance.sgml:
15812         * docs/libs/tmpl/gstmixer.sgml:
15813         * examples/Makefile.am:
15814         * gst/sine/Makefile.am:
15815         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
15816         (gst_sinesrc_set_property), (plugin_init):
15817         * gst/sine/gstsinesrc.h:
15818         * gst/volume/Makefile.am:
15819         * gst/volume/gstvolume.c: (gst_volume_set_volume),
15820         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
15821         (volume_process_float), (volume_process_int16),
15822         (volume_set_property), (plugin_init):
15823         * gst/volume/gstvolume.h:
15824           deactivate and remove dparams (libgstcontrol)
15825
15826 2005-07-29  Wim Taymans  <wim@fluendo.com>
15827
15828         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
15829         Convert me to BaseTransform!! help..
15830
15831 2005-07-29  Andy Wingo  <wingo@pobox.com>
15832
15833         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
15834         sinks.
15835
15836         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
15837         support of both endiannesses.
15838
15839 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
15840
15841         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
15842           Fix confusing debug message (s/event/query/)
15843
15844 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
15845
15846         * gst/videotestsrc/videotestsrc.h:
15847           Use "_stdint.h" instead of <stdint.h>
15848
15849 2005-07-27  Wim Taymans  <wim@fluendo.com>
15850
15851         * ext/vorbis/Makefile.am:
15852         Revert wrong commit.
15853
15854 2005-07-27  Wim Taymans  <wim@fluendo.com>
15855
15856         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
15857         More compilation fixen.
15858
15859 2005-07-27  Wim Taymans  <wim@fluendo.com>
15860
15861         * gst-libs/gst/audio/gstbaseaudiosink.c:
15862         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
15863         (gst_base_audio_sink_create_ringbuffer),
15864         (gst_base_audio_sink_change_state):
15865         Fix compilation.
15866
15867 2005-07-27  Wim Taymans  <wim@fluendo.com>
15868
15869         * examples/seeking/seek.c: (setup_dynamic_link),
15870         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
15871         (query_positions_elems), (query_positions_pads), (do_seek):
15872         Update seek example.
15873
15874         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
15875         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
15876         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
15877         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
15878         (gst_ogg_demux_handle_event),
15879         (gst_ogg_demux_deactivate_current_chain),
15880         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
15881         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
15882         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
15883         (gst_ogg_demux_loop):
15884         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
15885         * ext/theora/theoradec.c: (theora_dec_src_event),
15886         (theora_dec_src_getcaps), (theora_dec_sink_event),
15887         (theora_dec_push), (theora_dec_chain):
15888         * ext/vorbis/Makefile.am:
15889         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
15890         (vorbis_dec_sink_event), (vorbis_dec_push),
15891         (vorbis_handle_data_packet):
15892         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
15893         (gst_vorbisenc_chain):
15894         * gst/playback/gststreaminfo.c: (cb_probe):
15895         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
15896         * gst/videorate/gstvideorate.c: (gst_videorate_event):
15897         * gst/videoscale/gstvideoscale.c:
15898         (gst_videoscale_handle_src_event):
15899         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
15900         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
15901         (gst_ximagesink_navigation_send_event):
15902         * sys/xvimage/xvimagesink.c:
15903         (gst_xvimagesink_navigation_send_event):
15904         Various event updates and cleanups
15905
15906 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15907
15908         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
15909           Fix segfault for I420/YV12.
15910
15911 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15912
15913         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
15914           Report bitrate.
15915
15916 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15917
15918         * gst/playback/gstplaybin.c: (gen_video_element),
15919         (gen_audio_element):
15920           Switch to auto*sink elements as default sinks; add volume element
15921           so that volume control in totem works.
15922
15923 2005-07-21  Wim Taymans  <wim@fluendo.com>
15924
15925         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
15926         * gst/playback/gstplaybin.c: (setup_sinks),
15927         (gst_play_bin_change_state):
15928         Refcount fix and more comments.
15929
15930 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15931
15932         * sys/ximage/Makefile.am:
15933         * sys/ximage/ximage.c: (plugin_init):
15934         * sys/ximage/ximagesink.c:
15935         Prepare for adding ximagesrc, rename of plugin to ximage etc.
15936         
15937
15938 2005-07-21  Wim Taymans  <wim@fluendo.com>
15939
15940         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
15941         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
15942         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
15943         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
15944         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
15945         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
15946         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
15947         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
15948         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
15949         Generate correct disconts for live chained oggs.
15950
15951         * gst-libs/gst/audio/gstbaseaudiosink.c:
15952         (gst_base_audio_sink_render),
15953         (gst_base_audio_sink_create_ringbuffer),
15954         (gst_base_audio_sink_change_state):
15955         Handle discont math correctly.
15956
15957         * gst/playback/gstplaybin.c: (add_sink):
15958         Some small debug cleanup.
15959
15960 2005-07-21  Wim Taymans  <wim@fluendo.com>
15961
15962         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
15963         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
15964         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
15965         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
15966         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
15967         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
15968         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
15969         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
15970         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
15971         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
15972         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
15973         (gst_ogg_demux_change_state), (gst_ogg_print):
15974         Reorganize code to send the right disconts when in streaming
15975         mode.
15976
15977 2005-07-20  Andy Wingo  <wingo@pobox.com>
15978
15979         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
15980         fix (?), fixes a seggie mcfalterson (#310894).
15981
15982 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15983
15984         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
15985         (gst_ogg_mux_set_header_on_caps):
15986         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
15987         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
15988         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
15989         * gst-libs/gst/audio/multichannel.c:
15990         (gst_audio_set_channel_positions),
15991         (gst_audio_set_structure_channel_positions_list):
15992         * gst/playback/gstdecodebin.c: (dynamic_create):
15993         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
15994         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
15995           Fixes for API changes in core.
15996
15997 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15998
15999         * gst/playback/gstplaybasebin.c: (fill_buffer):
16000           Use _new_custom() so we can set custom message types for buffering
16001           messages.
16002
16003 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16004
16005         * configure.ac:
16006         * gst-libs/gst/Makefile.am:
16007         * gst-libs/gst/gconf/.cvsignore:
16008         * gst-libs/gst/gconf/Makefile.am:
16009         * gst-libs/gst/gconf/test-gconf.c:
16010         * pkgconfig/Makefile.am:
16011         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
16012         * pkgconfig/gstreamer-gconf.pc.in:
16013           Remove gconf stuff, use gconf elements instead from now on.
16014
16015 2005-07-20  Wim Taymans  <wim@fluendo.com>
16016
16017         * gst-libs/gst/audio/TODO:
16018         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
16019         (gst_audio_clock_get_internal_time):
16020         * gst-libs/gst/audio/gstaudioclock.h:
16021         * gst-libs/gst/audio/gstbaseaudiosink.c:
16022         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
16023         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
16024         (gst_base_audio_sink_render),
16025         (gst_base_audio_sink_create_ringbuffer),
16026         (gst_base_audio_sink_change_state):
16027         Make sure the audio clock always returns an increasing value.
16028
16029 2005-07-19  Andy Wingo  <wingo@pobox.com>
16030
16031         * gst/videotestsrc/: Cleanups.
16032
16033 2005-07-19  Wim Taymans  <wim@fluendo.com>
16034
16035         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
16036         Better debugging.
16037
16038 2005-07-19  Wim Taymans  <wim@fluendo.com>
16039
16040         * examples/seeking/seek.c: (make_dv_pipeline),
16041         (make_vorbis_theora_pipeline), (query_rates),
16042         (query_positions_elems), (query_positions_pads), (do_seek):
16043         Make correct DV pipeline.
16044
16045 2005-07-18  Andy Wingo  <wingo@pobox.com>
16046
16047         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
16048         default. Also because it's the only thing that really works. (This
16049         is used in the GConf elements).
16050         Use AS_LIBTOOL_TAGS.
16051
16052 2005-07-18  Wim Taymans  <wim@fluendo.com>
16053
16054         * gst/playback/gstdecodebin.c: (remove_element_chain):
16055         * gst/playback/gstplaybin.c: (add_sink):
16056         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
16057         (gst_stream_info_set_mute):
16058         * gst/playback/gststreamselector.c:
16059         (gst_stream_selector_get_linked_pad),
16060         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
16061         More leak and compile fixes.
16062
16063 2005-07-18  Wim Taymans  <wim@fluendo.com>
16064
16065         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
16066         (query_rates), (query_positions_elems), (query_positions_pads),
16067         (do_seek), (seek_cb), (stop_seek):
16068         Updated seek example. 
16069
16070         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
16071         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
16072         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
16073         * gst/playback/gstplaybin.c: (add_sink):
16074         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
16075         (gst_stream_info_set_mute):
16076         Some refcount leak fixes.
16077
16078 2005-07-16  Wim Taymans  <wim@fluendo.com>
16079
16080         * gst-libs/gst/audio/gstbaseaudiosink.c:
16081         (gst_base_audio_sink_render):
16082         Align samples even if we have roundoff errors in the 
16083         timestamp conversion.
16084
16085 2005-07-16  Wim Taymans  <wim@fluendo.com>
16086
16087         * docs/libs/tmpl/gstringbuffer.sgml:
16088         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
16089         (query_rates), (query_positions_elems), (query_positions_pads),
16090         (update_scale), (do_seek):
16091         Updated seek example.
16092
16093         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
16094         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
16095         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
16096         (gst_ogg_demux_loop):
16097         Push out correct discont values.
16098
16099         * ext/theora/theoradec.c: (theora_dec_src_convert),
16100         (theora_dec_sink_convert), (theora_dec_src_getcaps),
16101         (theora_dec_sink_event), (theora_handle_type_packet),
16102         (theora_handle_header_packet), (theora_dec_push),
16103         (theora_handle_data_packet), (theora_dec_chain),
16104         (theora_dec_change_state):
16105         Better timestamping.
16106
16107         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
16108         (vorbis_dec_sink_event), (vorbis_dec_push),
16109         (vorbis_handle_data_packet), (vorbis_dec_chain):
16110         * ext/vorbis/vorbisdec.h:
16111         Better timestamping.
16112
16113         * gst-libs/gst/audio/gstbaseaudiosink.c:
16114         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
16115         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
16116         Handle syncing on timestamps instead of sample offsets. Make
16117         use of DISCONT values as described in design docs.
16118
16119         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16120         (gst_base_audio_src_get_time):
16121         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
16122         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
16123         (gst_ring_buffer_read):
16124         * gst-libs/gst/audio/gstringbuffer.h:
16125         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
16126         (gst_ximagesink_show_frame):
16127         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
16128         Correcly convert buffer timestamp to stream time.
16129
16130 2005-07-16  Wim Taymans  <wim@fluendo.com>
16131
16132         * gst/audioconvert/gstaudioconvert.c:
16133         (gst_audio_convert_get_buffer):
16134         Timestamp buffers correctly.
16135
16136         * gst/playback/gstplaybin.c: (gen_video_element):
16137         Make internal fakesink silent.
16138
16139 2005-07-15  Wim Taymans  <wim@fluendo.com>
16140
16141         * gst/ffmpegcolorspace/Makefile.am:
16142         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16143         (gst_ffmpegcsp_caps_remove_format_info),
16144         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
16145         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
16146         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
16147         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
16148         Ported ffmpegcolorspace to basetransform.
16149
16150         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
16151         * gst/volume/gstvolume.c: (volume_transform):
16152         Ported to new API.
16153
16154 2005-07-14  Wim Taymans  <wim@fluendo.com>
16155
16156         * gst/videotestsrc/Makefile.am:
16157         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
16158         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
16159         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
16160         (gst_videotestsrc_init), (gst_videotestsrc_event),
16161         (gst_videotestsrc_create), (gst_videotestsrc_start),
16162         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
16163         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
16164         (gst_videotestsrc_get_property):
16165         * gst/videotestsrc/gstvideotestsrc.h:
16166         Make videotestsrc a pushsrc.
16167
16168 2005-07-14  Wim Taymans  <wim@fluendo.com>
16169
16170         * gst/tcp/gstfdset.c: (gst_fdset_free):
16171         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
16172         (gst_multifdsink_add), (gst_multifdsink_remove),
16173         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
16174         (gst_multifdsink_remove_client_link),
16175         (gst_multifdsink_client_queue_data),
16176         (gst_multifdsink_client_queue_caps),
16177         (gst_multifdsink_client_queue_buffer),
16178         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
16179         (gst_multifdsink_stop):
16180         * gst/tcp/gstmultifdsink.h:
16181         0.8 backporting.
16182
16183         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
16184         Also draw image when not from a pool.
16185
16186 2005-07-14  Wim Taymans  <wim@fluendo.com>
16187
16188         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
16189         (mute_stream), (silence_stream):
16190         Small debug additions.
16191
16192 2005-07-14  Wim Taymans  <wim@fluendo.com>
16193
16194         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
16195         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
16196         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
16197         Better error recovery, ignore unconnected pads and
16198         non-fatal errors.
16199
16200 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16201
16202         * docs/libs/tmpl/gstaudio.sgml:
16203         * docs/libs/tmpl/gstcolorbalance.sgml:
16204         * docs/libs/tmpl/gstgconf.sgml:
16205         * docs/libs/tmpl/gstmixer.sgml:
16206         * docs/libs/tmpl/gstringbuffer.sgml:
16207         * docs/libs/tmpl/gsttuner.sgml:
16208         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16209         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
16210         (gst_tcpclientsrc_class_init):
16211         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
16212         (gst_tcpserversrc_class_init):
16213         * sys/v4l/gstv4lelement.c:
16214           more autistic cleanliness in functions/names/defines
16215
16216 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16217
16218         * configure.ac:
16219           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
16220           added manually to each Makefile.am so we are sure it goes
16221           *last* and doesn't add -L flags before linking in libs of our
16222           own, like, say, internal .la libs, that then accidentally pick
16223           up the installed copy.
16224         * docs/libs/Makefile.am:
16225         * ext/alsa/Makefile.am:
16226         * ext/cdparanoia/Makefile.am:
16227         * ext/gnomevfs/Makefile.am:
16228         * ext/libvisual/Makefile.am:
16229         * ext/ogg/Makefile.am:
16230         * ext/theora/Makefile.am:
16231         * ext/vorbis/Makefile.am:
16232         * gst-libs/gst/video/Makefile.am:
16233         * gst/adder/Makefile.am:
16234         * gst/audioconvert/Makefile.am:
16235         * gst/audiorate/Makefile.am:
16236         * gst/audioscale/Makefile.am:
16237         * gst/ffmpegcolorspace/Makefile.am:
16238         * gst/playback/Makefile.am:
16239         * gst/sine/Makefile.am:
16240         * gst/subparse/Makefile.am:
16241         * gst/tags/Makefile.am:
16242         * gst/tcp/Makefile.am:
16243         * gst/typefind/Makefile.am:
16244         * gst/videorate/Makefile.am:
16245         * gst/videoscale/Makefile.am:
16246         * gst/videotestsrc/Makefile.am:
16247         * gst/volume/Makefile.am:
16248         * sys/v4l/Makefile.am:
16249         * sys/ximage/Makefile.am:
16250         * sys/xvimage/Makefile.am:
16251           adapt properly to this change. This should make sure that
16252           plugins and libs properly link to the as-yet-uninstalled
16253           copies of stuff like libgstinterfaces and libgstvideo
16254
16255 2005-07-13  Andy Wingo  <wingo@pobox.com>
16256
16257         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
16258         (gst_v4lsrc_fixate): Fixate on format as well.
16259
16260         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
16261         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
16262         buffer points to it.
16263         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
16264         rather just doing X calls ourselves. Also fixes a memleak.
16265
16266 2005-07-12  Andy Wingo  <wingo@pobox.com>
16267
16268         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
16269         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
16270         (gst_v4lsrc_create): Re-add the copy-mode property, default to
16271         TRUE to avoid deadlocks if an element holds on to our buffers.
16272
16273 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
16274
16275         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
16276         (gst_sinesrc_init), (gst_sinesrc_create),
16277         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
16278         (gst_sinesrc_start):
16279         * gst/sine/gstsinesrc.h:
16280           removing num-buffers property before moving it
16281
16282 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16283
16284         * configure.ac:
16285           use overridable ERROR_CFLAGS
16286         * docs/libs/gst-plugins-base-libs.types:
16287         * docs/libs/tmpl/gstringbuffer.sgml:
16288         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
16289         (gst_alsasink_class_init):
16290         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
16291         (gst_alsasrc_class_init):
16292         * gst-libs/gst/audio/audio.h:
16293         * gst-libs/gst/audio/gstaudioclock.h:
16294         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
16295         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
16296         (gst_audio_filter_link), (gst_audio_filter_init),
16297         (gst_audio_filter_chain), (gst_audio_filter_set_property),
16298         (gst_audio_filter_get_property),
16299         (gst_audio_filter_class_add_pad_templates):
16300         * gst-libs/gst/audio/gstaudiofilter.h:
16301         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
16302         (gst_audio_filter_template_get_type),
16303         (gst_audio_filter_template_base_init),
16304         (gst_audio_filter_template_class_init),
16305         (gst_audio_filter_template_init),
16306         (gst_audio_filter_template_set_property),
16307         (gst_audio_filter_template_get_property), (plugin_init),
16308         (gst_audio_filter_template_setup),
16309         (gst_audio_filter_template_filter),
16310         (gst_audio_filter_template_filter_inplace):
16311         * gst-libs/gst/audio/gstaudiosink.c:
16312         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
16313         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
16314         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
16315         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
16316         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
16317         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
16318         * gst-libs/gst/audio/gstaudiosink.h:
16319         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
16320         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
16321         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
16322         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
16323         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
16324         (gst_audio_src_class_init), (gst_audio_src_init),
16325         (gst_audio_src_create_ringbuffer):
16326         * gst-libs/gst/audio/gstaudiosrc.h:
16327         * gst-libs/gst/audio/gstbaseaudiosink.c:
16328         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
16329         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
16330         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
16331         (gst_base_audio_sink_set_property),
16332         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
16333         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
16334         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
16335         (gst_base_audio_sink_create_ringbuffer),
16336         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
16337         * gst-libs/gst/audio/gstbaseaudiosink.h:
16338         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16339         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
16340         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
16341         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
16342         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
16343         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
16344         (gst_base_audio_src_event), (gst_base_audio_src_create),
16345         (gst_base_audio_src_create_ringbuffer),
16346         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
16347         * gst-libs/gst/audio/gstbaseaudiosrc.h:
16348         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
16349         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
16350         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
16351         (gst_ring_buffer_debug_spec_caps),
16352         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
16353         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
16354         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
16355         (gst_ring_buffer_start), (gst_ring_buffer_pause),
16356         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
16357         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
16358         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
16359         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
16360         (gst_ring_buffer_clear):
16361         * gst-libs/gst/audio/gstringbuffer.h:
16362         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
16363         (gst_video_sink_class_init), (gst_video_sink_get_type):
16364         * gst-libs/gst/video/videosink.h:
16365         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
16366         (gst_multifdsink_class_init),
16367         (gst_multifdsink_handle_client_write),
16368         (gst_multifdsink_change_state):
16369         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
16370         (gst_tcpclientsink_setcaps):
16371         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
16372         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
16373         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
16374         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
16375         (gst_ximagesink_send_pending_navigation),
16376         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
16377         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
16378         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
16379         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
16380         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
16381         (gst_xvimagesink_send_pending_navigation),
16382         (gst_xvimagesink_navigation_send_event),
16383         (gst_xvimagesink_set_xwindow_id),
16384         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
16385         (gst_xvimagesink_get_type):
16386         more macro splitting
16387
16388 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16389
16390         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
16391           plug a memleak, allows me to import 1479 albums in one go
16392           in jamboree
16393         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
16394         (vorbis_handle_type_packet), (vorbis_dec_chain),
16395         (vorbis_dec_change_state):
16396           fix some format strings
16397
16398 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16399
16400         * docs/libs/tmpl/gstcolorbalance.sgml:
16401         * docs/libs/tmpl/gstmixer.sgml:
16402         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
16403         (gst_alsasink_set_property), (gst_alsasink_get_property):
16404         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
16405         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
16406           add device property
16407
16408 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16409
16410         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
16411         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
16412         (audiocast_register_listener), (audiocast_thread_run),
16413         (gst_gnomevfssrc_send_additional_headers_callback),
16414         (gst_gnomevfssrc_received_headers_callback),
16415         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
16416         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
16417         (gst_gnomevfssrc_get_size):
16418           add/clean up debugging
16419         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
16420           cleanups
16421
16422 2005-07-07  Andy Wingo  <wingo@pobox.com>
16423
16424         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
16425         framerate. Need to get a handle on when exactly this function is
16426         called, tho.
16427
16428         * sys/v4l/v4lsrc_calls.h:
16429         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
16430         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
16431         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
16432
16433         * sys/v4l/v4l_calls.h: Cast to V4lElement.
16434         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
16435         v4lelements are sources.
16436
16437         * sys/v4l/gstv4lxoverlay.h:
16438         * sys/v4l/gstv4lxoverlay.c:
16439         * sys/v4l/gstv4ltuner.h:
16440         * sys/v4l/gstv4ltuner.c: Header loc fixen.
16441         
16442         * sys/v4l/gstv4lsrc.h:
16443         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
16444         PushSrc/BaseSrc. Removed most sync-related properties, videorate
16445         or something should handle that. Made a live source.
16446
16447         * sys/v4l/gstv4lelement.h:
16448         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
16449         signals. Some cleanups.
16450
16451         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
16452
16453         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
16454         stuff.
16455
16456         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
16457         stuff.
16458
16459         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
16460
16461 2005-07-07  Wim Taymans  <wim@fluendo.com>
16462
16463         * ext/theora/theoradec.c: (theora_get_query_types),
16464         (theora_dec_src_getcaps), (theora_dec_push):
16465         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
16466         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
16467         Remove deprecated/unused query types.
16468
16469 2005-07-06  Wim Taymans  <wim@fluendo.com>
16470
16471         * ext/alsa/Makefile.am:
16472         * ext/alsa/gstalsaplugin.c: (plugin_init):
16473         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
16474         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
16475         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
16476         (gst_alsasrc_class_init), (gst_alsasrc_init),
16477         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
16478         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
16479         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
16480         (gst_alsasrc_reset):
16481         * ext/alsa/gstalsasrc.h:
16482         * gst-libs/gst/audio/Makefile.am:
16483         * gst-libs/gst/audio/gstaudiosink.c:
16484         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
16485         (gst_audioringbuffer_start):
16486         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
16487         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
16488         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
16489         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
16490         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
16491         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
16492         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
16493         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
16494         * gst-libs/gst/audio/gstaudiosrc.h:
16495         * gst-libs/gst/audio/gstbaseaudiosink.c:
16496         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
16497         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
16498         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
16499         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16500         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
16501         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
16502         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
16503         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
16504         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
16505         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
16506         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
16507         (gst_baseaudiosrc_change_state):
16508         * gst-libs/gst/audio/gstbaseaudiosrc.h:
16509         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
16510         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
16511         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
16512         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
16513         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
16514         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
16515         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
16516         * gst-libs/gst/audio/gstringbuffer.h:
16517         Added audiosource base classes.
16518         Ported alsasrc, still very basic.
16519
16520 2005-07-06  Wim Taymans  <wim@fluendo.com>
16521
16522         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
16523         (theora_dec_push), (theora_handle_data_packet):
16524         Prepare for better timestamp fix later.
16525
16526         * gst/audioconvert/gstaudioconvert.c:
16527         List most accurate caps first
16528
16529         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
16530         Use proper pad task function.
16531
16532         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
16533         (gst_xvimagesink_show_frame):
16534         Fix deadlock when alloc failed.
16535
16536 2005-07-05  Andy Wingo  <wingo@pobox.com>
16537
16538         * ext/gnomevfs/gstgnomevfssrc.c:
16539         * gst/sine/gstsinesrc.c:
16540         * gst/tcp/gsttcpserversrc.c:
16541         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
16542
16543         * sys/v4l/: Port from 0.8.
16544
16545         * Many files: Null if we got it....
16546
16547 2005-07-05  Andy Wingo  <wingo@pobox.com>
16548
16549         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
16550         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
16551         Signedness fixes.
16552
16553 2005-07-05  Wim Taymans  <wim@fluendo.com>
16554
16555         * configure.ac:
16556         * gst/tcp/Makefile.am:
16557         * gst/tcp/README:
16558         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
16559         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
16560         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
16561         (is_sync_frame), (gst_multifdsink_handle_client_write),
16562         (gst_multifdsink_render), (gst_multifdsink_start),
16563         (gst_multifdsink_stop), (gst_multifdsink_change_state):
16564         * gst/tcp/gstmultifdsink.h:
16565         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
16566         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
16567         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
16568         * gst/tcp/gsttcp.h:
16569         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
16570         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
16571         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
16572         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
16573         * gst/tcp/gsttcpclientsink.h:
16574         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
16575         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
16576         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
16577         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
16578         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
16579         * gst/tcp/gsttcpclientsrc.h:
16580         * gst/tcp/gsttcpplugin.c: (plugin_init):
16581         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
16582         * gst/tcp/gsttcpserversink.h:
16583         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
16584         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
16585         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
16586         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
16587         (gst_tcpserversrc_stop):
16588         * gst/tcp/gsttcpserversrc.h:
16589         * gst/tcp/gsttcpsink.c:
16590         * gst/tcp/gsttcpsink.h:
16591         * gst/tcp/gsttcpsrc.c:
16592         * gst/tcp/gsttcpsrc.h:
16593         Ported tcp plugins to 0.9. 
16594         
16595
16596 2005-07-05  Andy Wingo  <wingo@pobox.com>
16597
16598         * gst/playback/gstplaybasebin.c (fill_buffer):
16599         message_new_application fixen.
16600
16601         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
16602         Style fix.
16603
16604 2005-07-04  Wim Taymans  <wim@fluendo.com>
16605
16606         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
16607         Set caps on output buffer.
16608
16609 2005-07-04  Andy Wingo  <wingo@pobox.com>
16610
16611         * ext/gnomevfs/gstgnomevfssrc.c
16612         (gst_gnomevfssrc_received_headers_callback) 
16613         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
16614         hopefully.
16615
16616         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
16617         No refcount leakage.
16618
16619         * configure.ac: Enable -Werror.
16620         
16621         * ext/theora/theoradec.c (theora_dec_src_getcaps):
16622         * gst/audioconvert/bufferframesconvert.c
16623         (buffer_frames_convert_fixate):
16624         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
16625         (gst_audio_convert_fixate):
16626         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
16627         (gst_sinesrc_create): Fixate func changes.
16628         
16629         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
16630         (gst_ximagesink_buffer_alloc): Unused var.
16631
16632 2005-07-01  Andy Wingo  <wingo@pobox.com>
16633
16634         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
16635         getcaps to do explicit caps. Needs to be done in all decoders,
16636         possibly via a base class.
16637
16638         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
16639
16640         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
16641         caps on the sink pad, just rely on the pad template. Also, setting
16642         ANY caps on a pad is not valid because the caps are not fixed.
16643
16644         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
16645         caps on the buffer, and get the width from the desired_caps if
16646         they're set.
16647         (gst_ximagesink_renegotiate_size): Implement via setting the
16648         desired_caps on the ximagesink.
16649         (gst_ximagesink_setcaps): Only reset the width of the player if it
16650         wasn't already set. Not sure if this is right.
16651         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
16652
16653         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
16654         that the user wants. NULL unless the window has been resized.
16655
16656         * gst/volume/gstvolume.c (volume_transform): Adapt to
16657         basetransform refcount changes.
16658         
16659 2005-07-01  Andy Wingo  <wingo@pobox.com>
16660
16661         * gst/videoscale/gstvideoscale.c:
16662         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
16663         from BaseTransform, implements a transform_caps. Removed dead code
16664         including some PAR stuff that was never reached -- should probably
16665         be added back somehow.
16666
16667 2005-07-01  Andy Wingo  <wingo@pobox.com>
16668
16669         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
16670         come later.
16671
16672 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16673
16674         * configure.ac:
16675         * docs/libs/Makefile.am:
16676         * docs/libs/gst-plugins-libs.types:
16677         * ext/alsa/Makefile.am:
16678         * ext/alsa/gstalsamixer.h:
16679         * ext/alsa/gstalsamixeroptions.h:
16680         * ext/alsa/gstalsamixertrack.h:
16681         * gst-libs/gst/Makefile.am:
16682         * gst-libs/gst/colorbalance/.cvsignore:
16683         * gst-libs/gst/colorbalance/Makefile.am:
16684         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
16685         * gst-libs/gst/colorbalance/colorbalance.c:
16686         * gst-libs/gst/colorbalance/colorbalance.h:
16687         * gst-libs/gst/colorbalance/colorbalance.vcproj:
16688         * gst-libs/gst/colorbalance/colorbalancechannel.c:
16689         * gst-libs/gst/colorbalance/colorbalancechannel.h:
16690         * gst-libs/gst/interfaces/Makefile.am:
16691         * gst-libs/gst/interfaces/colorbalance.c:
16692         (gst_color_balance_class_init):
16693         * gst-libs/gst/interfaces/colorbalance.h:
16694         * gst-libs/gst/interfaces/interfaces-marshal.list:
16695         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
16696         * gst-libs/gst/interfaces/mixer.h:
16697         * gst-libs/gst/interfaces/mixeroptions.h:
16698         * gst-libs/gst/interfaces/navigation.c:
16699         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
16700         * gst-libs/gst/interfaces/tuner.h:
16701         * gst/volume/Makefile.am:
16702         * gst/volume/gstvolume.c:
16703         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
16704         * sys/ximage/Makefile.am:
16705         * sys/ximage/ximagesink.c:
16706         * sys/xvimage/Makefile.am:
16707         * sys/xvimage/xvimagesink.c:
16708           fold in all interfaces into an interfaces dir, preserving CVS
16709           history
16710
16711 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16712
16713         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
16714           Fix build after riff changes.
16715
16716 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16717
16718         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16719         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
16720         (gst_riff_create_video_template_caps),
16721         (gst_riff_create_audio_template_caps),
16722         (gst_riff_create_iavs_template_caps):
16723         * gst-libs/gst/riff/riff-media.h:
16724         * gst-libs/gst/riff/riff-read.h:
16725         * gst-libs/gst/riff/riff.c: (gst_riff_init):
16726           Add gst_riff_init() to initialize the debug category, instead
16727           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
16728
16729 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16730
16731         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
16732           Oops, I shouldn't apply hacks.
16733
16734 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16735
16736         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
16737           Remove pad_loop function which doesn't work.
16738
16739 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16740
16741         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
16742           Send EOS when deactivating.
16743         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
16744         (check_queue), (queue_threshold_reached), (queue_out_of_data),
16745         (gen_preroll_element), (probe_triggered), (mute_stream),
16746         (silence_stream), (new_decoded_pad), (setup_substreams),
16747         (set_active_source):
16748         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
16749         (remove_sinks), (add_sink):
16750         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
16751           Change for new probe API.
16752
16753 2005-06-29  Wim Taymans  <wim@fluendo.com>
16754
16755         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
16756         * gst-libs/gst/audio/gstbaseaudiosink.c:
16757         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
16758         (gst_baseaudiosink_change_state):
16759         * gst-libs/gst/audio/gstbaseaudiosink.h:
16760         * gst-libs/gst/audio/gstringbuffer.c:
16761         (gst_ringbuffer_set_callback):
16762         Fix compilation error.
16763         Ringbuffer starts out as not running.
16764         Free our clock in dispose.
16765         When releasing the ringbuffer we need to renegotiate so
16766         clear the pad caps.
16767
16768 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16769
16770         * autogen.sh:
16771         * configure.ac:
16772         * docs/Makefile.am:
16773         * docs/libs/Makefile.am:
16774         * docs/libs/gst-plugins-libs-docs.sgml:
16775         * docs/libs/gst-plugins-libs-sections.txt:
16776         * docs/libs/gst-plugins-libs.types:
16777         * docs/libs/tmpl/gstaudio.sgml:
16778         * docs/libs/tmpl/gstcolorbalance.sgml:
16779         * docs/libs/tmpl/gstringbuffer.sgml:
16780         * gst-libs/gst/audio/gstringbuffer.c:
16781         (gst_ringbuffer_set_callback):
16782           reinstate gtk-doc docs for plugin libs
16783
16784 2005-06-28  Wim Taymans  <wim@fluendo.com>
16785
16786         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
16787         (gst_ogg_demux_init):
16788         Removed pad loop function.
16789
16790 2005-06-28  Wim Taymans  <wim@fluendo.com>
16791
16792         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
16793         If we're building a chain we are not in an error case
16794         when we queue a buffer.
16795
16796 2005-06-28  Andy Wingo  <wingo@pobox.com>
16797
16798         * *.c: Don't cast to GstObject before reffing/unreffing.
16799
16800 2005-06-27  Andy Wingo  <wingo@pobox.com>
16801
16802         * gst/videotestsrc/gstvideotestsrc.c
16803         (gst_videotestsrc_activate_push): Activation API changes.
16804
16805         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
16806         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
16807         they have refs on the decodebin.
16808
16809         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
16810         parent class.
16811         (gst_ogg_pad_typefind): Don't leak a pad ref.
16812         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
16813         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
16814         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
16815
16816 2005-06-27  Edward Hervey  <edward@fluendo.com>
16817
16818         * ext/theora/theoradec.c: (theora_dec_change_state): 
16819         re-arranged call to parent's state change in order to avoid locks (or
16820         worse).
16821
16822 2005-06-26  Edward Hervey  <edward@fluendo.com>
16823
16824         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
16825         2nd argument of 'unknow-type' signal is a GstCaps and not a
16826         GstMiniObject
16827
16828 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
16829         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
16830           Set the worker thread's running flag to TRUE before starting the
16831           thread.
16832         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
16833           Catch a failure to add typefind to the bin.
16834
16835 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
16836
16837         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
16838         (gst_sinesrc_init), (gst_sinesrc_create),
16839         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
16840         (gst_sinesrc_start):
16841         * gst/sine/gstsinesrc.h:
16842           add num-buffers and timestamp-offset properties
16843         * gst/videotestsrc/gstvideotestsrc.c:
16844         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
16845         (gst_videotestsrc_get_property):
16846           add timestamp-offset property
16847
16848 2005-06-23  Christian Schaller  <uraeus@gnome.org>
16849
16850         * configure.ac: add videorate
16851         * gst-plugins-base.spec.in: add videorate
16852
16853 2005-06-23  Wim Taymans  <wim@fluendo.com>
16854
16855         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
16856         (gst_videorate_getcaps), (gst_videorate_setcaps),
16857         (gst_videorate_event), (gst_videorate_chain):
16858         Fixed videorate, fixating an already fixated caps is not
16859         an error.
16860
16861 2005-06-23  Wim Taymans  <wim@fluendo.com>
16862
16863         * ext/ogg/README:
16864         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
16865         Buffer on caps is not boxed anymore.
16866
16867 2005-06-22  Wim Taymans  <wim@fluendo.com>
16868
16869         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
16870         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
16871         Set buffers on caps as miniobjects and not as boxed.
16872
16873 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
16874
16875         * configure.ac:
16876           back to HEAD
16877
16878 === release 0.9.1 ===
16879
16880 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
16881
16882         * .cvsignore:
16883         * NEWS:
16884         * README:
16885         * RELEASE:
16886         * configure.ac:
16887         * po/af.po:
16888         * po/az.po:
16889         * po/cs.po:
16890         * po/en_GB.po:
16891         * po/hu.po:
16892         * po/it.po:
16893         * po/nb.po:
16894         * po/nl.po:
16895         * po/or.po:
16896         * po/sq.po:
16897         * po/sr.po:
16898         * po/sv.po:
16899         * po/uk.po:
16900         * po/vi.po:
16901           updates for release
16902
16903 2005-06-09  Andy Wingo  <wingo@pobox.com>
16904
16905         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
16906         
16907 2005-06-09  Andy Wingo  <wingo@pobox.com>
16908
16909         * configure.ac:
16910         * gst-libs/gst/Makefile.am:
16911         * gst-libs/gst/net/Makefile.am:
16912         Add gstnet to build.
16913
16914 2005-06-09  Andy Wingo  <wingo@pobox.com>
16915
16916         * gst-libs/gst/gconf/gconf.c:
16917         * gst/playback/test.c:
16918         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
16919         fixes.
16920
16921         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
16922
16923         * ext/theora/theoraenc.c (theora_enc_chain): 
16924         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
16925
16926         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
16927         RealPad.
16928
16929 2005-06-02  Wim Taymans  <wim@fluendo.com>
16930
16931         * gst-libs/gst/net/Makefile.am:
16932         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
16933         * pkgconfig/gstreamer-libs.pc.in:
16934         Added net stuff, version net lib.
16935
16936 2005-06-02  Wim Taymans  <wim@fluendo.com>
16937
16938         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
16939         (query_rates), (query_positions_elems), (query_positions_pads),
16940         (do_seek):
16941         Updated seek example.
16942
16943 2005-06-02  Andy Wingo  <wingo@pobox.com>
16944
16945         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
16946         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
16947         list.
16948
16949         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
16950         remove the typefind, the bin dispose will do it for us. When it's
16951         removed and unreffed, the signal handler will be disconnected,
16952         too.
16953         (unlinked): It's too difficult to disconnect from unlinked
16954         handlers, as they are on pads not elements. Just punt if the pads
16955         aren't grandkids of the bin.
16956
16957 2005-06-02  Wim Taymans  <wim@fluendo.com>
16958
16959         * ext/ogg/README:
16960         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
16961         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
16962         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
16963         * ext/theora/theoradec.c: (theora_dec_src_query),
16964         (theora_handle_data_packet):
16965         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
16966         (theora_enc_chain):
16967         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
16968         (vorbis_handle_data_packet):
16969         * gst/audioconvert/bufferframesconvert.c:
16970         (buffer_frames_convert_chain):
16971         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16972         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
16973         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
16974         (gst_ffmpegcsp_chain):
16975         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
16976         (gst_videorate_getcaps), (gst_videorate_setcaps),
16977         (gst_videorate_event), (gst_videorate_chain):
16978         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
16979         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
16980         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
16981         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
16982         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
16983         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
16984         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
16985         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
16986         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
16987         Cleanups and buffer alloc.
16988
16989 2005-05-31  Wim Taymans  <wim@fluendo.com>
16990
16991         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
16992         Don't try to call the delay method when the device is not
16993         opened.
16994
16995 2005-05-31  Wim Taymans  <wim@fluendo.com>
16996
16997         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
16998         Get actual segment size and buffer size after opening
16999         the device.
17000
17001 2005-05-30  Wim Taymans  <wim@fluendo.com>
17002
17003         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
17004         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
17005         Also FLUSH upstream, makes the loop function exit faster.
17006         
17007         * ext/theora/theoradec.c: (theora_dec_src_query):
17008         Some more debug info in the query.
17009         
17010         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
17011         (gst_ximagesink_setcaps):
17012         Release lock on par error, better error reporting.
17013
17014 2005-05-26  Wim Taymans  <wim@fluendo.com>
17015
17016         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
17017         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
17018         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
17019         Clear chains in READY
17020         Queue packets until the chain is activated.
17021
17022 2005-05-25  Wim Taymans  <wim@fluendo.com>
17023
17024         * gst-libs/gst/audio/gstaudiosink.c:
17025         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
17026         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
17027         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
17028         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
17029         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
17030         (gst_audiosink_create_ringbuffer):
17031         * gst-libs/gst/audio/gstbaseaudiosink.c:
17032         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
17033         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
17034         (gst_baseaudiosink_set_property), (build_linear_format),
17035         (debug_spec_caps), (debug_spec_buffer),
17036         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
17037         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
17038         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
17039         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
17040         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
17041         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
17042         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
17043         (gst_ringbuffer_play), (gst_ringbuffer_pause),
17044         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
17045         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
17046         (wait_segment), (gst_ringbuffer_commit),
17047         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
17048         (gst_ringbuffer_clear):
17049         Various small cleanups.
17050
17051         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
17052         (gst_audio_convert_change_state):
17053         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
17054         No need to take the locks anymore.
17055
17056 2005-05-25  Wim Taymans  <wim@fluendo.com>
17057
17058         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
17059         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
17060         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
17061         (type_found):
17062         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
17063         (group_destroy), (group_commit), (queue_overrun),
17064         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
17065         (mute_stream), (new_decoded_pad), (setup_substreams),
17066         (setup_source), (mute_group_type), (set_active_source),
17067         (gst_play_base_bin_change_state):
17068         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
17069         (gen_video_element), (gen_text_element), (gen_audio_element),
17070         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
17071         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
17072         (gst_stream_info_dispose), (gst_stream_info_set_mute):
17073         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
17074         Some playbin cleanups mostly refcounting sloppyness.
17075
17076 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17077
17078         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
17079           Work with streaming input.
17080
17081 2005-05-25  Wim Taymans  <wim@fluendo.com>
17082
17083         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17084         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
17085         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
17086         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
17087         No need to take the STREAM lock anymore.
17088
17089 2005-05-25  Wim Taymans  <wim@fluendo.com>
17090
17091         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
17092         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
17093         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
17094         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
17095         (gst_ogg_demux_sink_activate):
17096         * ext/theora/theoradec.c: (theora_dec_src_event),
17097         (theora_handle_comment_packet), (theora_dec_chain),
17098         (theora_dec_change_state):
17099         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
17100         (vorbis_handle_data_packet), (vorbis_dec_chain),
17101         (vorbis_dec_change_state):
17102         Remove STREAM locks as they are taken in core now.
17103         Never set bogus granulepos on vorbis/theora.
17104         Fix leaks in theoradec tag parsing.
17105
17106 2005-05-25  Wim Taymans  <wim@fluendo.com>
17107
17108         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
17109         Fix memleaks, GST_BUFFER_DATA() is not freed.
17110
17111 2005-05-25  Wim Taymans  <wim@fluendo.com>
17112
17113         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
17114         Open non-blocking, set to blocking mode afterwards to avoid
17115         lockups when audio device is busy.
17116
17117 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17118
17119         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
17120           This can't be good.
17121
17122 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17123
17124         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
17125         (gst_audio_convert_chain), (gst_audio_convert_link_src),
17126         (gst_audio_convert_setcaps):
17127           Implement instant setup switching.
17128
17129 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17130
17131         * gst/playback/gstplaybasebin.c: (probe_triggered):
17132           Fix missing unlock.
17133         * gst/playback/gstplaybin.c: (add_sink):
17134           First add, then link (otherwise pad link fails).
17135
17136 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17137
17138         * examples/Makefile.am:
17139         fix buildbot (make distcheck)
17140
17141 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17142
17143         * gst/playback/gstplaybin.c: (gen_vis_element):
17144           Remove some wrong code. Doesn't work yet.
17145
17146 2005-05-19  Wim Taymans  <wim@fluendo.com>
17147
17148         * gst-libs/gst/net/Makefile.am:
17149         * gst-libs/gst/net/README:
17150         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
17151         (gst_netbuffer_class_init), (gst_netbuffer_init),
17152         (gst_netbuffer_finalize), (gst_netbuffer_copy),
17153         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
17154         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
17155         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
17156         * gst-libs/gst/net/gstnetbuffer.h:
17157         Added buffer subclass to store extra to/from addresses for
17158         network sources/sinks.
17159
17160 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17161
17162         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
17163           Don't lock an unassigned variable.
17164
17165 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17166
17167         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
17168           Increase buffer for video, decrease buffer for other media types.
17169         * gst/playback/gstplaybin.c: (gen_video_element),
17170         (gen_audio_element):
17171           Change names for debugging purposes.
17172
17173 2005-05-18  Wim Taymans  <wim@fluendo.com>
17174
17175         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17176         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
17177         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
17178         (gst_ffmpegcsp_chain):
17179         Enable buffer alloc passthrough if the source and dest
17180         formats are the same.
17181
17182 2005-05-17  Wim Taymans  <wim@fluendo.com>
17183
17184         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
17185         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
17186         (gst_ogg_demux_chain_unlocked):
17187         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
17188         (gst_audio_convert_caps_remove_format_info),
17189         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
17190         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
17191         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17192         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
17193         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
17194         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
17195         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
17196         (gst_ffmpegcsp_get_property):
17197         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
17198         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
17199         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
17200         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
17201         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
17202         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
17203         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
17204         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
17205         Leak fixes in oggdemux.
17206         Some cleanups in audioconvert.
17207         Make passthrough work along with buffer_alloc etc.
17208         Make buffer_alloc and buffer recycling actually work in
17209         xvimagesink.
17210
17211 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17212
17213         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
17214           make the compiler happy
17215
17216 2005-05-17  Wim Taymans  <wim@fluendo.com>
17217
17218         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
17219         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
17220         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
17221         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
17222         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
17223         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
17224         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
17225         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
17226         (gst_xvimagesink_set_xwindow_id):
17227         * sys/xvimage/xvimagesink.h:
17228         Port xvimagesink to new MiniObject.
17229
17230 2005-05-17  Wim Taymans  <wim@fluendo.com>
17231
17232         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
17233         (gst_audiofilter_chain):
17234         * gst-libs/gst/audio/gstaudiosink.c:
17235         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
17236         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
17237         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
17238         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
17239         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
17240         (gst_audiosink_create_ringbuffer):
17241         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
17242         (gst_audio_convert_caps_remove_format_info),
17243         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
17244         (gst_audio_convert_fixate), (gst_audio_convert_channels):
17245         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17246         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
17247         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
17248         Fix passthrough in ffmpegcolorspace.
17249         Fix memset in audiosink on wrong memory.
17250
17251 2005-05-16  David Schleef  <ds@schleef.org>
17252
17253         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
17254         to GstMiniObject.
17255
17256 2005-05-16  David Schleef  <ds@schleef.org>
17257
17258         Port from GstData to GstMiniObject.
17259         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
17260         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
17261         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
17262         (gst_ogg_mux_collected):
17263         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
17264         * ext/theora/theoradec.c: (theora_handle_comment_packet),
17265         (theora_handle_data_packet):
17266         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
17267         (theora_set_header_on_caps), (theora_enc_chain):
17268         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
17269         (vorbis_handle_comment_packet):
17270         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
17271         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
17272         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
17273         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
17274         * gst/audioconvert/gstaudioconvert.c:
17275         (gst_audio_convert_get_buffer):
17276         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
17277         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
17278         (mute_stream), (silence_stream):
17279         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
17280         * gst/volume/gstvolume.c: (volume_transform):
17281         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
17282         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
17283         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
17284         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
17285         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
17286         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
17287         (gst_ximagesink_buffer_alloc):
17288         * sys/ximage/ximagesink.h:
17289
17290 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17291
17292         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17293         (fill_buffer), (check_queue), (queue_threshold_reached),
17294         (queue_out_of_data):
17295         * gst/playback/gstplaybasebin.h:
17296           Post buffer-fullness on the bus.
17297
17298 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17299
17300         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
17301         (try_to_link_1):
17302         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17303         (group_commit), (probe_triggered), (setup_source),
17304         (gst_play_base_bin_change_state):
17305         * gst/playback/gstplaybasebin.h:
17306         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
17307         (gst_play_bin_init), (remove_sinks), (setup_sinks),
17308         (gst_play_bin_change_state):
17309           Move setup_output_pads into a virtual function, remove
17310           group-switch (no longer needed) and redirect (handled by bus
17311           now) signals.
17312
17313 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17314
17315         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
17316         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
17317         (get_active_group), (get_building_group), (group_destroy),
17318         (group_commit), (check_queue), (queue_overrun),
17319         (queue_threshold_reached), (queue_out_of_data),
17320         (gen_preroll_element), (remove_groups), (unknown_type),
17321         (add_element_stream), (no_more_pads), (probe_triggered),
17322         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
17323         (setup_substreams), (setup_source), (finish_source),
17324         (prepare_output), (muted_group_change_state),
17325         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
17326         (gst_play_base_bin_change_state):
17327         * gst/playback/gstplaybasebin.h:
17328         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
17329         (gst_play_bin_init), (gst_play_bin_set_property),
17330         (gen_video_element), (gen_text_element), (gen_audio_element),
17331         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
17332         (gst_play_bin_change_state):
17333         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
17334         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
17335         (stream_info_change_state), (gst_stream_info_set_mute),
17336         (gst_stream_info_get_property):
17337         * gst/playback/gststreaminfo.h:
17338         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
17339         (gst_stream_selector_get_linked_pad),
17340         (gst_stream_selector_getcaps),
17341         (gst_stream_selector_get_linked_pads),
17342         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
17343         * gst/playback/gststreamselector.h:
17344           Rough port of playbin. Needs some more work, but is mostly done,
17345           and uses a few locks in important places, which should make stuff
17346           like chain-switches clean. Still uses GST_STATE() in a few places,
17347           which isn't all that good an idea, subtitles/elements disabled
17348           because no elements to test with and thus probably broken, query
17349           and event handling moved to GstBin, internal thread removed
17350           alltogether because the pipeline does that for us now. Can play
17351           Ogg/Vorbis files. Haven't tested anything else yet.
17352
17353 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17354
17355         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
17356           Do no-more-pads (needed for autoplugging).
17357
17358 2005-05-10  Andy Wingo  <wingo@pobox.com>
17359
17360         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
17361         message to the bus with the tags. Still not sent downstream tho.
17362
17363         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
17364         get_parent.
17365         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
17366         avoid refcounting hassles.
17367
17368 2005-05-09  Andy Wingo  <wingo@pobox.com>
17369
17370         * gst/volume/Makefile.am:
17371         * gst/volume/demo.c
17372         * gst/volume/gstvolume.h
17373         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
17374         basetransform. Probably need an audio filter base class.
17375
17376 2005-05-09  Wim Taymans  <wim@fluendo.com>
17377
17378         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
17379         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
17380         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
17381         (gst_vorbisenc_chain):
17382         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
17383         (gst_audio_convert_caps_remove_format_info),
17384         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
17385         (gst_audio_convert_fixate), (gst_audio_convert_channels):
17386         Make caps writable before writing to it.
17387         Fix negotiation in audioconvert some more.
17388
17389 2005-05-09  Wim Taymans  <wim@fluendo.com>
17390
17391         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
17392         (gst_videorate_getcaps), (gst_videorate_setcaps),
17393         (gst_videorate_event), (gst_videorate_chain):
17394         Better negotiation.
17395
17396 2005-05-09  Wim Taymans  <wim@fluendo.com>
17397
17398         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
17399         (gst_videorate_getcaps), (gst_videorate_setcaps),
17400         (gst_videorate_blank_data), (gst_videorate_init),
17401         (gst_videorate_event), (gst_videorate_chain),
17402         (gst_videorate_change_state):
17403         Port videorate, do a better job at negotiation while we're at
17404         it.
17405
17406 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
17407
17408         * configure.ac:
17409           Disable libvisual
17410
17411         * examples/Makefile.am:
17412         * gst-libs/gst/audio/Makefile.am:
17413         * gst-libs/gst/riff/Makefile.am:
17414         * gst-libs/gst/tag/Makefile.am:
17415         * gst-libs/gst/video/Makefile.am:
17416           Fixups for missing variables.
17417
17418 2005-05-09  Wim Taymans  <wim@fluendo.com>
17419
17420         * examples/seeking/seek.c: (make_theora_pipeline),
17421         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
17422         (query_rates), (query_positions_elems), (query_positions_pads),
17423         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
17424         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
17425         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
17426         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
17427         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
17428         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
17429         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
17430         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
17431         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
17432         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
17433         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
17434         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
17435         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
17436         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
17437         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
17438         (theora_dec_src_convert), (theora_dec_sink_convert),
17439         (theora_dec_src_query), (theora_dec_sink_query),
17440         (theora_dec_src_event), (theora_dec_sink_event),
17441         (theora_handle_comment_packet), (theora_handle_type_packet),
17442         (theora_handle_header_packet), (theora_handle_data_packet),
17443         (theora_dec_chain):
17444         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
17445         (vorbis_dec_convert), (vorbis_dec_src_query),
17446         (vorbis_dec_sink_query), (vorbis_dec_src_event),
17447         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
17448         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
17449         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
17450         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
17451         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
17452         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
17453         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
17454         (gst_play_bin_query):
17455         * gst/playback/test3.c: (update_scale):
17456         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
17457         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
17458         * gst/subparse/gstsubparse.c: (gst_subparse_init):
17459         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
17460         (gst_videotestsrc_src_query):
17461         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
17462         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
17463         (paint_hline_YUV9):
17464         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
17465         Port to new query API.
17466         Updated seek.
17467         Cleanups in x[v]imagesink
17468
17469 2005-05-09  Andy Wingo  <wingo@pobox.com>
17470
17471         * ext/alsa/gstalsasink.h:
17472         * ext/gnomevfs/gstgnomevfssrc.c:
17473         (gst_gnomevfssrc_get_icy_metadata):
17474         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
17475         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
17476         * ext/theora/theoradec.c (theora_dec_src_query)
17477         (theora_dec_src_event, theora_dec_sink_event)
17478         (theora_handle_comment_packet, theora_handle_data_packet):
17479         * ext/theora/theoraenc.c (theora_enc_chain):
17480         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
17481         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
17482         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
17483         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
17484         (qt_type_find):
17485         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
17486         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
17487         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
17488         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
17489         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
17490         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
17491         (paint_setup_xBGR8888, paint_setup_RGBx8888)
17492         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
17493         (paint_setup_RGB565, paint_setup_xRGB1555):
17494         * gst/videotestsrc/videotestsrc.h:
17495         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
17496         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
17497         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
17498         GCC4 fixes.
17499         
17500         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
17501         gst_pad_query_position. Fixes oggdemux.
17502
17503 2005-05-08  David Schleef  <ds@schleef.org>
17504
17505         * configure.ac: Require liboil.
17506         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
17507         a few more.
17508         * gst/videotestsrc/videotestsrc.c:
17509         * gst/videotestsrc/videotestsrc.h:
17510
17511 2005-05-06  Wim Taymans  <wim@fluendo.com>
17512
17513         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17514         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
17515         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
17516         Well, unreffing a buffer right before pushing it is asking
17517         for trouble..
17518
17519 2005-05-06  Christian Schaller  <uraeus@gnome.org>
17520
17521         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
17522
17523 2005-05-06  Wim Taymans  <wim@fluendo.com>
17524
17525         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
17526         (gst_audio_convert_caps_remove_format_info),
17527         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
17528         (gst_audio_convert_fixate), (gst_audio_convert_channels):
17529         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17530         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
17531         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
17532         * gst/sine/Makefile.am:
17533         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
17534         (gst_sinesrc_class_init), (gst_sinesrc_init),
17535         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
17536         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
17537         (gst_sinesrc_update_freq):
17538         * gst/sine/gstsinesrc.h:
17539         * gst/tcp/gstmultifdsink.c:
17540         * sys/xvimage/xvimagesink.c:
17541         Fixed negotiation wrt _peer_get_caps()
17542         Some cleanups.
17543
17544
17545 2005-05-06  Wim Taymans  <wim@fluendo.com>
17546
17547         * gst-libs/gst/audio/gstaudiosink.c:
17548         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
17549         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
17550         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
17551         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
17552         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
17553         (gst_audiosink_create_ringbuffer):
17554         * gst-libs/gst/audio/gstbaseaudiosink.c:
17555         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
17556         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
17557         (gst_baseaudiosink_set_property), (build_linear_format),
17558         (debug_spec_caps), (debug_spec_buffer),
17559         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
17560         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
17561         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
17562         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
17563         * gst-libs/gst/audio/gstbaseaudiosink.h:
17564         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
17565         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
17566         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
17567         (gst_ringbuffer_play), (gst_ringbuffer_pause),
17568         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
17569         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
17570         (wait_segment), (gst_ringbuffer_commit),
17571         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
17572         (gst_ringbuffer_clear):
17573         * gst-libs/gst/audio/gstringbuffer.h:
17574         Make the base audiosink return an error when there is no
17575         audiobuffer negotiated.
17576
17577 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17578
17579         * ext/Makefile.am:
17580         Disable cdparanoia until someone ports it!
17581
17582 2005-05-06  Wim Taymans  <wim@fluendo.com>
17583
17584         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
17585         (gst_ogg_demux_sink_activate):
17586         And revert after wingo's revert.. sigh..
17587
17588 2005-05-05  Andy Wingo  <wingo@pobox.com>
17589
17590         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
17591         GObject.
17592         * configure.ac: Return audiorate and subparse from the ghetto.
17593         Re-enable -Wall -Werror.
17594         * gst/subparse/gstsubparse.c:
17595         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
17596         or chain-based. Cleaned up a bit. Not tested.
17597         
17598 2005-05-05  Christian Schaller <christian@fluendo.com> 
17599
17600         * Makefile.am: remove stuff that is not building
17601         * configure.ac: remove stuff that is not building
17602         * examples/Makefile.am: remove stuff that is not building
17603         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
17604         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
17605         * sys/Makefile.am: remove stuff that is not building
17606         * testsuite/Makefile.am: remove stuff that is not building
17607
17608 2005-05-05  Andy Wingo  <wingo@pobox.com>
17609
17610         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
17611         * gst-libs/gst/tag/gstvorbistag.c:
17612         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
17613         * gst/adder/gstadder.h:
17614         * gst/audioconvert/gstchannelmix.c:
17615         (gst_audio_convert_fill_one_other):
17616         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
17617         (gst_audiorate_init), (gst_audiorate_chain):
17618         * gst/playback/gstplaybasebin.c: (setup_source):
17619         * gst/playback/test3.c: (update_scale):
17620         Some GCC4 fixes
17621         
17622         * po/af.po:
17623         * po/az.po:
17624         * po/cs.po:
17625         * po/en_GB.po:
17626         * po/hu.po:
17627         * po/it.po:
17628         * po/nb.po:
17629         * po/nl.po:
17630         * po/or.po:
17631         * po/sq.po:
17632         * po/sr.po:
17633         * po/sv.po:
17634         * po/uk.po:
17635         * po/vi.po: Foo
17636
17637 2005-05-05  Wim Taymans  <wim@fluendo.com>
17638
17639         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
17640         (gst_audio_convert_caps_remove_format_info),
17641         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
17642         (gst_audio_convert_change_state), (gst_audio_convert_channels):
17643         * gst/videotestsrc/gstvideotestsrc.c:
17644         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
17645         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
17646         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
17647         (gst_videotestsrc_init), (gst_videotestsrc_loop):
17648         Don't ignore _push() return values.
17649         Make sure no processing is done when shutting down.
17650         Videotestsrc pad activation fix.
17651
17652 2005-05-05  Wim Taymans  <wim@fluendo.com>
17653
17654         * gst/adder/Makefile.am:
17655         * gst/adder/gstadder.c: (gst_adder_setcaps),
17656         (gst_adder_class_init), (gst_adder_init),
17657         (gst_adder_request_new_pad), (gst_adder_collected),
17658         (gst_adder_change_state):
17659         * gst/adder/gstadder.h:
17660         Ported adder as an example of a mixer element using
17661         collect pads. Needs more negotiation work.
17662
17663 2005-05-05  Wim Taymans  <wim@fluendo.com>
17664
17665         * ext/theora/theoradec.c: (_inc_granulepos),
17666         (theora_dec_src_event), (theora_dec_sink_event),
17667         (theora_handle_comment_packet), (theora_handle_type_packet),
17668         (theora_handle_header_packet), (theora_handle_data_packet),
17669         (theora_dec_chain):
17670         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17671         (gst_theora_enc_init), (theora_enc_sink_setcaps),
17672         (theora_push_buffer), (theora_push_packet),
17673         (theora_enc_sink_event), (theora_enc_chain),
17674         (theora_enc_change_state), (theora_enc_set_property),
17675         (theora_enc_get_property):
17676         Added stream lock to decoder so that we can serialize
17677         the discont event.
17678         More theoraenc porting, recover from errors, do clean
17679         shutdown.
17680
17681 2005-05-05  Wim Taymans  <wim@fluendo.com>
17682
17683         * ext/ogg/Makefile.am:
17684         * ext/ogg/README:
17685         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
17686         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
17687         (gst_ogg_print):
17688         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
17689         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
17690         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
17691         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
17692         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
17693         (gst_ogg_mux_change_state):
17694         Ported ogg muxer.
17695
17696 2005-05-05  Wim Taymans  <wim@fluendo.com>
17697
17698         * docs/design-audiosinks.txt:
17699         * gst-libs/gst/audio/TODO:
17700         * gst-libs/gst/audio/gstaudiosink.c:
17701         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
17702         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
17703         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
17704         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
17705         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
17706         (gst_audiosink_create_ringbuffer):
17707         * gst-libs/gst/audio/gstbaseaudiosink.c:
17708         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
17709         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
17710         (gst_baseaudiosink_set_property), (build_linear_format),
17711         (debug_spec_caps), (debug_spec_buffer),
17712         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
17713         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
17714         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
17715         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
17716         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
17717         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
17718         (gst_ringbuffer_release), (gst_ringbuffer_play),
17719         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
17720         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
17721         (gst_ringbuffer_set_sample), (wait_segment),
17722         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
17723         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
17724         More work on the audiosink, mostly debugging and a race in
17725         shutdown.
17726
17727 2005-04-28  Wim Taymans  <wim@fluendo.com>
17728
17729         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
17730         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
17731         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
17732         (vorbis_dec_src_query), (vorbis_dec_src_event),
17733         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
17734         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
17735         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
17736         Don't crap out when seeking back to position 0.
17737
17738 2005-04-28  Wim Taymans  <wim@fluendo.com>
17739
17740         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
17741         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
17742         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
17743         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
17744         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
17745         Make audio sink configurable, use alsasink as default.
17746
17747 2005-04-28  Wim Taymans  <wim@fluendo.com>
17748
17749         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
17750         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
17751         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
17752         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
17753         (vorbis_dec_change_state):
17754         * ext/vorbis/vorbisdec.h:
17755         Refactor, use STREAM_LOCK.
17756
17757 2005-04-28  Wim Taymans  <wim@fluendo.com>
17758
17759         * ext/theora/theoradec.c: (_inc_granulepos),
17760         (theora_dec_sink_event), (theora_handle_comment_packet),
17761         (theora_handle_type_packet), (theora_handle_header_packet),
17762         (theora_handle_data_packet), (theora_dec_chain),
17763         (theora_dec_change_state):
17764         Refactor a bit, use STREAM_LOCK.
17765
17766 2005-04-28  Wim Taymans  <wim@fluendo.com>
17767
17768         * ext/alsa/Makefile.am:
17769         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
17770         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
17771         (gst_alsa_link), (gst_alsa_close_audio):
17772         * ext/alsa/gstalsaplugin.c: (plugin_init):
17773         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
17774         (gst_alsasink_dispose), (gst_alsasink_base_init),
17775         (gst_alsasink_class_init), (gst_alsasink_init),
17776         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
17777         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
17778         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
17779         (gst_alsasink_reset):
17780         * ext/alsa/gstalsasink.h:
17781         Implement alsasink with simple open/write/close API. 
17782         Make alsa dir build by disabling compilation of code.
17783
17784 2005-04-28  Wim Taymans  <wim@fluendo.com>
17785
17786         * gst-libs/gst/audio/Makefile.am:
17787         * gst-libs/gst/audio/audio.h:
17788         * gst-libs/gst/audio/audioclock.c:
17789         * gst-libs/gst/audio/audioclock.h:
17790         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
17791         (gst_audio_clock_class_init), (gst_audio_clock_init),
17792         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
17793         * gst-libs/gst/audio/gstaudioclock.h:
17794         * gst-libs/gst/audio/gstaudiosink.c:
17795         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
17796         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
17797         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
17798         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
17799         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
17800         (gst_audiosink_create_ringbuffer):
17801         * gst-libs/gst/audio/gstbaseaudiosink.c:
17802         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
17803         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
17804         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
17805         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
17806         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
17807         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
17808         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
17809         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
17810         * gst-libs/gst/audio/gstbaseaudiosink.h:
17811         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
17812         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
17813         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
17814         (gst_ringbuffer_release), (gst_ringbuffer_play),
17815         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
17816         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
17817         (gst_ringbuffer_set_sample), (wait_segment),
17818         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
17819         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
17820         * gst-libs/gst/audio/gstringbuffer.h:
17821         Make ringbuffer faster and more simple by removing the locks
17822         in the playback thread.
17823         Add sample accurate playback based on buffer sample offsets.
17824         Make the baseaudiosink provide a clock.
17825         Parse caps in the base class.
17826         Correctly handle seeking, flushing and state changes.
17827
17828 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17829
17830         * configure.ac:
17831         * gst/audioconvert/Makefile.am:
17832         * gst/audioscale/Makefile.am:
17833           Fix part of the build.  Come on guys, autogen didn't even work :)
17834
17835 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17836
17837         * configure.ac:
17838         * gst-libs/gst/Makefile.am:
17839         * gst-libs/gst/media-info/.cvsignore:
17840         * gst-libs/gst/media-info/Makefile.am:
17841         * gst-libs/gst/media-info/README:
17842         * gst-libs/gst/media-info/media-info-priv.c:
17843         * gst-libs/gst/media-info/media-info-priv.h:
17844         * gst-libs/gst/media-info/media-info-test.c:
17845         * gst-libs/gst/media-info/media-info.c:
17846         * gst-libs/gst/media-info/media-info.h:
17847         * gst-libs/gst/media-info/media-info.vcproj:
17848         * pkgconfig/Makefile.am:
17849         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
17850         * pkgconfig/gstreamer-media-info.pc.in:
17851           Remove media-info, which is also successed by playbin (see Totem
17852           implementation).
17853
17854 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17855
17856         * configure.ac:
17857         * examples/Makefile.am:
17858         * examples/gstplay/.cvsignore:
17859         * examples/gstplay/Makefile.am:
17860         * examples/gstplay/player.c:
17861         * gst-libs/gst/Makefile.am:
17862         * gst-libs/gst/play/.cvsignore:
17863         * gst-libs/gst/play/Makefile.am:
17864         * gst-libs/gst/play/play.c:
17865         * gst-libs/gst/play/play.h:
17866         * gst-libs/gst/play/play.vcproj:
17867         * pkgconfig/Makefile.am:
17868         * pkgconfig/gstreamer-play-uninstalled.pc.in:
17869         * pkgconfig/gstreamer-play.pc.in:
17870           Remove libgstplay, playbin is now the official successor.
17871
17872 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17873
17874         * configure.ac:
17875         * gst-libs/gst/Makefile.am:
17876         * gst-libs/gst/xwindowlistener/Makefile.am:
17877         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
17878         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
17879           Remove deprecated xwindowlistener (I've moved xwindowlistening
17880           in the v4l/v4l2 plugins over to serverside).
17881
17882 2005-04-25  David Schleef  <ds@schleef.org>
17883
17884         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
17885         to examples/dynparams.  Examples do not belong interspersed with
17886         source code.
17887         * examples/dynparams/demo-dparams.c:
17888         * gst/sine/Makefile.am:
17889         * gst/sine/demo-dparams.c:
17890
17891 2005-04-25  David Schleef  <ds@schleef.org>
17892
17893         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
17894         * gst-libs/gst/audio/Makefile.am:
17895         * gst-libs/gst/riff/Makefile.am:
17896         * gst-libs/gst/tag/Makefile.am:
17897         * gst-libs/gst/video/Makefile.am:
17898         * gst-libs/gst/xwindowlistener/Makefile.am:
17899
17900         Convert to 0.9 API, seems to work:
17901         * sys/ximage/Makefile.am:
17902         * sys/ximage/ximagesink.c:
17903
17904 2005-04-24  David Schleef  <ds@schleef.org>
17905
17906         Link plugins against libraries:
17907         * ext/alsa/Makefile.am:
17908         * gst/tcp/Makefile.am:
17909
17910         Remove asm code that should be in liboil
17911         * gst/videoscale/Makefile.am:
17912         * gst/videoscale/videoscale_x86_asm.s:
17913
17914         gettext wants these checked in:
17915         * po/af.po:
17916         * po/az.po:
17917         * po/cs.po:
17918         * po/en_GB.po:
17919         * po/hu.po:
17920         * po/it.po:
17921         * po/nb.po:
17922         * po/nl.po:
17923         * po/or.po:
17924         * po/sq.po:
17925         * po/sr.po:
17926         * po/sv.po:
17927         * po/uk.po:
17928         * po/vi.po:
17929
17930 2005-04-24  David Schleef  <ds@schleef.org>
17931
17932         Convert gst_main() to g_main_loop_run()
17933         * gst/playback/decodetest.c: (main):
17934         * gst/playback/test2.c: (main):
17935         * gst/playback/test3.c: (main):
17936         * gst/playback/test4.c: (main):
17937
17938         Link plugins against libraries:
17939         * ext/libvisual/Makefile.am:
17940         * sys/xvimage/Makefile.am:
17941
17942 2005-04-24  David Schleef  <ds@schleef.org>
17943
17944         * configure.ac: Remove idct and resample libs
17945         * gst-libs/gst/Makefile.am: same
17946
17947         Remove usage of gst_library_load():
17948         * ext/alsa/gstalsaplugin.c: (plugin_init):
17949         * ext/libvisual/visual.c: (plugin_init):
17950         * ext/ogg/gstogg.c: (plugin_init):
17951         * ext/theora/theora.c: (plugin_init):
17952         * ext/vorbis/vorbis.c: (plugin_init):
17953         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
17954         * gst/audioscale/gstaudioscale.c:
17955         * gst/adder/gstadder.c: (plugin_init):
17956         * gst/audioconvert/plugin.c: (plugin_init):
17957         * sys/ximage/ximagesink.c: (plugin_init):
17958         * sys/xvimage/xvimagesink.c: (plugin_init):
17959         * gst/tcp/gsttcpplugin.c: (plugin_init):
17960
17961         Link plugins against libraries:
17962         * ext/ogg/Makefile.am:
17963         * ext/theora/Makefile.am:
17964         * ext/vorbis/Makefile.am:
17965         * gst/audioconvert/Makefile.am:
17966
17967         Create proper libraries:
17968         * gst-libs/gst/riff/Makefile.am:
17969         * gst-libs/gst/audio/Makefile.am:
17970         * gst-libs/gst/video/Makefile.am:
17971
17972         Move resample library to audioscale plugin directory:
17973         * gst-libs/gst/resample/Makefile.am:
17974         * gst-libs/gst/resample/README:
17975         * gst-libs/gst/resample/dtof.c:
17976         * gst-libs/gst/resample/dtos.c:
17977         * gst-libs/gst/resample/functable.c:
17978         * gst-libs/gst/resample/private.h:
17979         * gst-libs/gst/resample/resample.c:
17980         * gst-libs/gst/resample/resample.h:
17981         * gst-libs/gst/resample/resample.vcproj:
17982         * gst-libs/gst/resample/test.c:
17983         * gst/audioscale/Makefile.am:
17984         * gst/audioscale/README:
17985         * gst/audioscale/dtof.c:
17986         * gst/audioscale/dtos.c:
17987         * gst/audioscale/functable.c:
17988         * gst/audioscale/private.h:
17989         * gst/audioscale/resample.c:
17990         * gst/audioscale/resample.h:
17991         * gst/audioscale/test.c:
17992
17993         Move tagedit library to gst-libs:
17994         * gst-libs/gst/tag/Makefile.am:
17995         * gst-libs/gst/tag/gstid3tag.c:
17996         * gst-libs/gst/tag/gsttagediting.c:
17997         * gst-libs/gst/tag/gsttageditingprivate.h:
17998         * gst-libs/gst/tag/gstvorbistag.c:
17999         * gst/tags/Makefile.am:
18000         * gst/tags/gstid3tag.c:
18001         * gst/tags/gstvorbistag.c:
18002
18003         Fix for core changes:
18004         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
18005         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
18006         (gst_sinesrc_getrange):
18007
18008 2005-04-23  David Schleef  <ds@schleef.org>
18009
18010         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
18011         in gst-plugins in a long time, and properly belongs in liboil.
18012         * gst-libs/gst/idct/Makefile.am:
18013         * gst-libs/gst/idct/README:
18014         * gst-libs/gst/idct/dct.h:
18015         * gst-libs/gst/idct/doieee:
18016         * gst-libs/gst/idct/fastintidct.c:
18017         * gst-libs/gst/idct/floatidct.c:
18018         * gst-libs/gst/idct/idct.c:
18019         * gst-libs/gst/idct/idct.h:
18020         * gst-libs/gst/idct/idtc.vcproj:
18021         * gst-libs/gst/idct/ieeetest.c:
18022         * gst-libs/gst/idct/intidct.c:
18023
18024 2005-04-20  Wim Taymans  <wim@fluendo.com>
18025
18026         * docs/design-audiosinks.txt:
18027         * gst-libs/gst/audio/Makefile.am:
18028         * gst-libs/gst/audio/TODO:
18029         * gst-libs/gst/audio/gstaudiosink.c:
18030         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
18031         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
18032         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
18033         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
18034         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
18035         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
18036         (gst_audiosink_class_init), (gst_audiosink_init),
18037         (gst_audiosink_create_ringbuffer):
18038         * gst-libs/gst/audio/gstaudiosink.h:
18039         * gst-libs/gst/audio/gstbaseaudiosink.c:
18040         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
18041         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
18042         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
18043         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
18044         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
18045         (gst_baseaudiosink_create_ringbuffer),
18046         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
18047         * gst-libs/gst/audio/gstbaseaudiosink.h:
18048         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
18049         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
18050         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
18051         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
18052         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
18053         (gst_ringbuffer_play), (gst_ringbuffer_pause),
18054         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
18055         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
18056         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
18057         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
18058         * gst-libs/gst/audio/gstringbuffer.h:
18059         An attempt at a set of audio base classes together with some
18060         design docs.
18061
18062 2005-04-20  Wim Taymans  <wim@fluendo.com>
18063
18064         * gst/audioconvert/Makefile.am:
18065         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
18066         (gst_audio_convert_caps_remove_format_info),
18067         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
18068         (gst_audio_convert_channels):
18069         Link against audio libs.
18070         Fix audio convert plugin.
18071
18072 2005-04-20  Wim Taymans  <wim@fluendo.com>
18073
18074         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
18075         (gst_ogg_demux_sink_activate):
18076         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
18077         (theora_set_header_on_caps), (theora_enc_sink_event),
18078         (theora_enc_chain):
18079         Fix theora encoder.
18080
18081 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18082
18083         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
18084         * gst/playback/gstdecodebin.c: (find_compatibles):
18085           Work with staticpadtemplates in elementfactories.
18086
18087 2005-04-12  Wim Taymans  <wim@fluendo.com>
18088
18089         * gst/playback/README:
18090         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
18091         (compare_ranks), (print_feature), (gst_decode_bin_init),
18092         (dynamic_create), (dynamic_free), (find_compatibles),
18093         (mimetype_is_raw), (close_pad_link), (got_redirect),
18094         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
18095         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
18096         (gst_decode_bin_change_state):
18097         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18098         (gst_play_base_bin_init), (group_destroy), (group_commit),
18099         (check_queue), (queue_overrun), (queue_threshold_reached),
18100         (queue_out_of_data), (gen_preroll_element), (unknown_type),
18101         (new_decoded_pad), (setup_subtitle), (gen_source_element),
18102         (got_redirect), (setup_source), (play_base_eos),
18103         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
18104         (gst_play_base_bin_remove_element):
18105         * gst/playback/gstplaybasebin.h:
18106         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
18107         (gst_play_bin_init), (gst_play_bin_dispose),
18108         (gst_play_bin_set_property), (gen_video_element),
18109         (gen_text_element), (gen_audio_element), (remove_sinks),
18110         (gst_play_bin_send_event):
18111         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
18112         (stream_info_change_state), (gst_stream_info_set_mute):
18113         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
18114         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
18115         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
18116         (gst_stream_selector_chain):
18117         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
18118         (main):
18119         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
18120         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
18121         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
18122         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
18123         Raw and crude port of decodebin. 
18124         Make playbin compile.
18125
18126 2005-04-06  Wim Taymans  <wim@fluendo.com>
18127
18128         * ext/gnomevfs/Makefile.am:
18129         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
18130         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
18131         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
18132         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
18133         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
18134         (gst_gnomevfssrc_stop):
18135         * ext/ogg/Makefile.am:
18136         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
18137         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
18138         * ext/theora/Makefile.am:
18139         * ext/theora/theoradec.c: (_inc_granulepos),
18140         (theora_dec_sink_event), (theora_dec_chain):
18141         * ext/vorbis/Makefile.am:
18142         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
18143         (vorbis_dec_sink_event), (vorbis_dec_chain):
18144         * gst-libs/gst/audio/Makefile.am:
18145         * sys/xvimage/Makefile.am:
18146         Make gnomevfssrc extend the source base class.
18147         Fix linking against libs in various plugins.
18148
18149 2005-04-06  Andy Wingo  <wingo@pobox.com>
18150
18151         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
18152         GST_BASE_LIBS.
18153
18154         * configure.ac: Add check and AC_SUBST for libgstbase.
18155
18156 2005-03-31  Wim Taymans  <wim@fluendo.com>
18157
18158         * examples/seeking/Makefile.am:
18159         * examples/seeking/cdparanoia.c: (main):
18160         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
18161         (play_cb), (pause_cb), (stop_cb), (main):
18162         * examples/seeking/playbin.c:
18163         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
18164         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
18165         (make_sid_pipeline), (make_vorbis_pipeline),
18166         (make_theora_pipeline), (make_vorbis_theora_pipeline),
18167         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
18168         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
18169         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
18170         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
18171         (stop_cb), (main):
18172         * examples/seeking/spider_seek.c:
18173         * examples/seeking/vorbisfile.c:
18174         * ext/gnomevfs/Makefile.am:
18175         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18176         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
18177         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
18178         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
18179         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
18180         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
18181         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
18182         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
18183         * ext/ogg/README:
18184         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
18185         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
18186         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
18187         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
18188         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
18189         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
18190         (gst_ogg_pad_event), (gst_ogg_pad_reset),
18191         (gst_ogg_demux_factory_filter), (compare_ranks),
18192         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
18193         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
18194         (gst_ogg_chain_new), (gst_ogg_chain_free),
18195         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
18196         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
18197         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
18198         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
18199         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
18200         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
18201         (gst_ogg_demux_get_prev_page),
18202         (gst_ogg_demux_deactivate_current_chain),
18203         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
18204         (gst_ogg_demux_bisect_forward_serialno),
18205         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
18206         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
18207         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
18208         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
18209         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
18210         (gst_ogg_demux_change_state), (gst_ogg_print):
18211         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
18212         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
18213         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
18214         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
18215         (gst_ogg_mux_loop):
18216         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
18217         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
18218         (theora_dec_src_convert), (theora_dec_sink_convert),
18219         (theora_dec_src_query), (theora_dec_src_event),
18220         (theora_dec_sink_event), (theora_dec_chain),
18221         (theora_dec_change_state):
18222         * ext/theora/theoraenc.c: (gst_theora_enc_init),
18223         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
18224         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
18225         (theora_enc_change_state):
18226         * ext/vorbis/Makefile.am:
18227         * ext/vorbis/oggvorbisenc.c:
18228         * ext/vorbis/oggvorbisenc.h:
18229         * ext/vorbis/vorbis.c: (plugin_init):
18230         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
18231         (vorbis_dec_src_query), (vorbis_dec_src_event),
18232         (vorbis_dec_sink_event), (vorbis_dec_chain),
18233         (vorbis_dec_change_state):
18234         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
18235         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
18236         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
18237         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
18238         (gst_vorbisenc_change_state):
18239         * ext/vorbis/vorbisenc.h:
18240         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
18241         * gst-libs/gst/audio/audioclock.c:
18242         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
18243         (gst_audiofilter_init), (gst_audiofilter_chain):
18244         * gst-libs/gst/audio/testchannels.c: (main):
18245         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
18246         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
18247         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
18248         (gmip_find_track_streaminfo), (gmip_find_track_format):
18249         * gst-libs/gst/media-info/media-info.c:
18250         (gst_media_info_read_idler):
18251         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
18252         (gst_play_get_all_by_interface):
18253         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
18254         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
18255         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
18256         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
18257         (gst_riff_parse_info):
18258         * gst-libs/gst/riff/riff-read.h:
18259         * gst-libs/gst/riff/riff.c: (plugin_init):
18260         * gst-libs/gst/video/Makefile.am:
18261         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
18262         (gst_videosink_class_init), (gst_videosink_get_type):
18263         * gst-libs/gst/video/videosink.h:
18264         * gst/audioconvert/bufferframesconvert.c:
18265         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
18266         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
18267         * gst/audioconvert/channelmixtest.c: (main):
18268         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
18269         (gst_audio_convert_chain),
18270         (gst_audio_convert_caps_remove_format_info),
18271         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
18272         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
18273         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
18274         (gst_audio_convert_buffer_to_default_format),
18275         (gst_audio_convert_buffer_from_default_format),
18276         (gst_audio_convert_channels):
18277         * gst/audioconvert/gstchannelmix.h:
18278         * gst/ffmpegcolorspace/avcodec.h:
18279         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18280         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
18281         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
18282         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
18283         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
18284         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
18285         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
18286         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
18287         (mpeg_video_type_find), (mpeg_video_stream_type_find),
18288         (dv_type_find):
18289         * gst/videotestsrc/gstvideotestsrc.c:
18290         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
18291         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
18292         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
18293         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
18294         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
18295         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
18296         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
18297         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
18298         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
18299         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
18300         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
18301         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
18302         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
18303         (gst_xvimagesink_navigation_send_event),
18304         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
18305         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
18306         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
18307         * sys/xvimage/xvimagesink.h:
18308         Plugin port to 0.9, ogg/theora playback should work in the seek
18309         example now.
18310         Removed old examples.
18311         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
18312         explained in 0.9 TODO doc.
18313
18314
18315 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18316
18317         * autogen.sh:
18318         * configure.ac:
18319         * ext/Makefile.am:
18320         * gst/Makefile.am:
18321         * po/POTFILES.in:
18322         * po/af.po:
18323         * po/az.po:
18324         * po/cs.po:
18325         * po/en_GB.po:
18326         * po/hu.po:
18327         * po/it.po:
18328         * po/nb.po:
18329         * po/nl.po:
18330         * po/or.po:
18331         * po/sq.po:
18332         * po/sr.po:
18333         * po/sv.po:
18334         * po/uk.po:
18335         * po/vi.po:
18336         * sys/Makefile.am:
18337         * testsuite/Makefile.am:
18338           remove a whole bunch of plugins.  This module now contains a set
18339           of free reference plugins/elements as agreed.
18340
18341 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
18342
18343         * configure.ac:
18344           hunting season on 0.9 is now OPEN
18345
18346 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18347
18348         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
18349           Kick the hell out of gcc for not warning me about a symbol conflict.
18350
18351 2005-02-22  Luca Ognibene  <luogni@tin.it>
18352
18353         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18354
18355         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
18356           Don't leak caps string (fixes #168134)
18357
18358         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
18359         (gst_jpegenc_init), (gst_jpegenc_finalize),
18360         (gst_jpegenc_change_state):
18361           Don't leak line buffers and context struct (fixes #168133).
18362
18363 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
18364
18365         * configure.ac:
18366         * ext/dirac/gstdiracdec.cc:
18367         (gst_diracdec_chain):
18368           Since dirac 0.5.0 the framerate in dirac is expressed as a
18369           rational number. Fix build and up requirement to 0.5.0, and
18370           also pass parameters to gst_diracdec_link in the right order
18371           (fixes #167959).
18372
18373 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
18374
18375         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
18376         * ext/faad/gstfaad.h:
18377         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
18378         certain invalid muxed streams, where some packets will contain 
18379         junk after decoder data. Partially fixes #149158.
18380
18381 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
18382         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
18383           Make sure we only write to writable buffers
18384
18385 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
18386
18387         * gst-libs/gst/riff/riff-media.c:
18388         (gst_riff_create_audio_caps_with_data):
18389           Do actually fix invalid RIFF fmt header values for alaw
18390           and mulaw audio instead of just saying so.
18391
18392         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
18393           Give gst_riff_create_audio_caps_with_data() a chance to
18394           fix up broken format header fields before extracting any
18395           parameters from the header. (fixes #167633)
18396
18397 2005-02-19  Martin Holters  <martin.holters@gmx.de>
18398
18399         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18400
18401         * gst/audioconvert/bufferframesconvert.c:
18402         (buffer_frames_convert_link):
18403           Don't leak othercaps. (fixes #167878)
18404
18405 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
18406
18407         * configure.ac:
18408         * ext/libvisual/visual.c: (gst_visual_srclink),
18409         (gst_visual_change_state):
18410           Support libvisual 0.2.0.
18411
18412 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
18413
18414         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
18415         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
18416           Use same rowstrides for I420 as used everywhere else.
18417
18418 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
18419
18420         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
18421           Declare variables at beginning of block and make gcc-2.95 happy
18422           (fixes # 167482, patch by Gergely Nagy).
18423           
18424         * gst/tcp/gsttcpclientsrc.c:
18425         * gst/tcp/gsttcpclientsrc.h:
18426           Move some includes into the header, so that struct sockaddr_in is
18427           defined when it should be defined on FreeBSD as well (fixes
18428           #167483).
18429           
18430         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
18431           Don't pass uninitialised values to setsockopt() here either.
18432
18433 2005-02-17  Luca Ognibene  <luogni at tin dot it>
18434
18435         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18436
18437         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
18438           Don't pass uninitialised values to setsockopt(). (fixes #167704)
18439
18440 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18441
18442         * gst/playback/gstplaybin.c: (add_sink):
18443           Invert bin_add/link order to workaround deadlock in opt.
18444
18445 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18446
18447         * gst/modplug/gstmodplug.cc:
18448           Add missing break causing position queries to fail.
18449
18450 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18451
18452         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
18453           Granpos can apparently be -1, which screws up calculations...
18454
18455 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
18456
18457         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
18458         (gst_ximagesink_send_pending_navigation),
18459         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
18460         (gst_ximagesink_init):
18461         * sys/ximage/ximagesink.h:
18462         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
18463         (gst_xvimagesink_send_pending_navigation),
18464         (gst_xvimagesink_navigation_send_event),
18465         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
18466         * sys/xvimage/xvimagesink.h:
18467           Use a mutex protected list to marshal navigation
18468           events into the stream thread from whichever thread
18469           sends them.
18470
18471 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
18472
18473         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
18474           Display current position and track length; misc. clean-ups.
18475           
18476         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
18477         (speed_init), (speed_chain):
18478           Add query function, so that the stream length and current position
18479           get adjusted when queried (note that current position queries may
18480           still be wrong if the audio sink returns values based on buffer
18481           timestamps instead of passing on the query).
18482
18483 2005-02-13  Benjamin Otte  <otte@gnome.org>
18484
18485         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
18486         (gst_audio_convert_channels):
18487           create channel conversion matrix when linking
18488         * gst/audioconvert/.cvsignore:
18489         * gst/audioconvert/Makefile.am:
18490         * gst/audioconvert/channelmixtest.c: (main):
18491           add (ugly) test that ensures stereo <=> mono conversion works
18492           correctly
18493
18494 2005-02-13  Benjamin Otte  <otte@gnome.org>
18495
18496         * gst/audioconvert/gstchannelmix.h:
18497           include missing header file
18498         * gst/audioconvert/gstchannelmix.c:
18499         (gst_audio_convert_fill_compatible):
18500           use same sign for both channels when converting to/from compatible
18501           channel. Previously used different signs made the signals cancel
18502           each other out and appear like silence. (fixes #167269)
18503
18504 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
18505
18506         * gst/ffmpegcolorspace/avcodec.h:
18507         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18508         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
18509         (gst_ffmpegcsp_avpicture_fill):
18510         * gst/ffmpegcolorspace/imgconvert.c:
18511           Convert to and from YV12 (fixes #156379).
18512
18513 2005-02-12  Julien MOUTTE  <julien@moutte.net>
18514
18515         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
18516         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
18517         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
18518         (gst_ximagesink_expose), (gst_ximagesink_set_property),
18519         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
18520         methods from chain and negotiation and vice versa (Fixes #166142).
18521         * sys/ximage/ximagesink.h: Add stream_lock.
18522         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
18523         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
18524         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
18525         (gst_xvimagesink_expose): Check for xcontext before trying to link.
18526
18527 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
18528
18529         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
18530           Don't send "Hey! You gave me a NULL pointer you naughty person" as
18531           error message when we can't open the DVD device (when dvdnav_open()
18532           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
18533           the above). Send something more useful instead (fixes #167117).
18534
18535 2005-02-11  Julien MOUTTE  <julien@moutte.net>
18536
18537         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
18538         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
18539         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
18540         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
18541         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
18542         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
18543         methods from chain and negotiation and vice versa (Fixes #166142).
18544         Fix a possible bug of images in the buffer pool being discarded because
18545         we are looking at the wrong geometry.
18546         * sys/xvimage/xvimagesink.h: Add stream_lock.
18547
18548 2005-02-11  David Schleef  <ds@schleef.org>
18549
18550         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
18551         unsigned int. (fixes #167128)
18552
18553 2005-02-11  David Schleef  <ds@schleef.org>
18554
18555         * gst/librfb/Makefile.am: Testing stuff before committing is
18556           for wimps... and people with fast machines.  Fix stupid
18557           mistake.
18558
18559 2005-02-11  David Schleef  <ds@schleef.org>
18560
18561         * configure.ac: Pull in librfb from my CVS tree, because it is
18562           too small and annoying to be separate.  Move rfbsrc plugin
18563           to gst/.
18564         * ext/Makefile.am:
18565         * ext/librfb/Makefile.am:
18566         * ext/librfb/gstrfbsrc.c:
18567         * gst/librfb/Makefile.am:
18568         * gst/librfb/gstrfbsrc.c:
18569         * gst/librfb/rfb.c:
18570         * gst/librfb/rfb.h:
18571         * gst/librfb/rfbbuffer.c:
18572         * gst/librfb/rfbbuffer.h:
18573         * gst/librfb/rfbbytestream.c:
18574         * gst/librfb/rfbbytestream.h:
18575         * gst/librfb/rfbcontext.h:
18576         * gst/librfb/rfbdecoder.c:
18577         * gst/librfb/rfbdecoder.h:
18578         * gst/librfb/rfbutil.h:
18579
18580 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
18581
18582         * gst/speed/Makefile.am:
18583         * gst/speed/demo-mp3.c: (main):
18584         * gst/speed/filter.func:
18585         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
18586         (speed_class_init), (speed_init), (speed_chain_int16),
18587         (speed_chain_float32), (speed_chain), (speed_set_property),
18588         (speed_get_property), (speed_change_state):
18589         * gst/speed/gstspeed.h:
18590           Fix speed element and make it chain-based (fixes #156467),
18591           and make it handle more than one channel.
18592
18593 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
18594
18595         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
18596         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
18597         (gst_dtsdec_chain), (gst_dtsdec_change_state):
18598         * ext/dts/gstdtsdec.h:
18599           Don't clobber the stack constructing the channels array.
18600           Make the element chain-based. DTS tracks can now be played.
18601           
18602 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
18603
18604         * gst-libs/gst/audio/multichannel.h:
18605         * gst-libs/gst/gconf/gconf.h:
18606         * gst-libs/gst/idct/idct.h:
18607         * gst-libs/gst/media-info/media-info-priv.h:
18608         * gst-libs/gst/play/play.h:
18609         * gst-libs/gst/resample/private.h:
18610         * gst-libs/gst/resample/resample.h:
18611         * gst-libs/gst/riff/riff-ids.h:
18612         * gst-libs/gst/video/video.h:
18613         * gst-libs/gst/video/videosink.h:
18614           Add G_BEGIN_DECLS and G_END_DECLS around headers where
18615           missing, so that they work when included from C++ code.
18616
18617 2005-02-09  David Schleef  <ds@schleef.org>
18618
18619         * testsuite/gst-lint: Check for non-statically scoped
18620           parent_class variables.  This won't be a problem once
18621           plugins are loaded with RTLD_LOCAL.
18622
18623 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18624
18625         * ext/mplex/gstmplexibitstream.cc:
18626           gcc madness.
18627
18628 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18629
18630         * ext/ogg/gstogmparse.c:
18631         * gst/debug/gstnavigationtest.c:
18632           Die, thou faulty symbol pollutors (non-static parent_class).
18633
18634 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18635
18636         * ext/mplex/gstmplexibitstream.cc:
18637           Fix event handling (#165525).
18638
18639 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18640
18641         * ext/mikmod/gstmikmod.c:
18642         * gst/modplug/gstmodplug.cc:
18643           Add missing endianness to template (fixes #165509).
18644
18645 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18646
18647         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
18648           Fix wrong order of reading of optional bytes (#165290).
18649
18650 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18651
18652         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
18653           Implement FILLER event awareness.
18654
18655 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18656
18657         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
18658           Fix track calculations (#166208).
18659
18660 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
18661
18662         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18663
18664         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
18665         * ext/libpng/gstpngenc.c:
18666           Fix byte-order, use proper fixed caps. Fixes #164197.
18667
18668 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
18669
18670         * configure.ac:
18671           Add dvdlpcmdec 
18672
18673         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
18674         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
18675           Don't push buffers if the src pad isn't negotiated yet.
18676           
18677         * gst/audioconvert/gstaudioconvert.c:
18678         (gst_audio_convert_buffer_to_default_format),
18679         (gst_audio_convert_buffer_from_default_format):
18680           Add support for 24-bit width.
18681
18682         * gst/dvdlpcmdec/.cvsignore:
18683         * gst/dvdlpcmdec/Makefile.am:
18684         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
18685         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
18686         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
18687         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
18688         (plugin_init):
18689         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
18690           New decoder for rearranging DVD LPCM into our audio/x-raw-int
18691           format. Needs support for the channels maps if someone can find 
18692           a DVD LPCM track with > 2 channels.
18693
18694         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
18695         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
18696         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
18697         * gst/mpegstream/gstdvddemux.h:
18698         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
18699         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
18700         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
18701         * gst/mpegstream/gstmpegdemux.h:
18702         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
18703         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
18704         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
18705         (gst_mpeg_parse_handle_src_query),
18706         (gst_mpeg_parse_handle_src_event):
18707           Use audio/x-dvd-lpcm for LPCM output.
18708           Add DTS output.
18709
18710 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
18711
18712         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18713
18714         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
18715         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
18716           Add BGRA handling (#165736).
18717
18718 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
18719
18720         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18721
18722         * gst/law/alaw-decode.c: (alawdec_link):
18723         * gst/law/alaw-encode.c: (alawenc_link):
18724         * gst/law/mulaw-decode.c: (mulawdec_link):
18725         * gst/law/mulaw-encode.c: (mulawenc_link):
18726           Fix caps memleaks (#166600).
18727
18728 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
18729
18730         * ext/tarkin/mem.h:
18731         * ext/tarkin/wavelet.h:
18732         * ext/tarkin/yuv.h:
18733         * gst/ffmpegcolorspace/avcodec.h:
18734           Include "_stdint.h" instead of <stdint.h>. Fixes build on
18735           systems that don't have stdint.h, like Solaris9 (fixes #166631).
18736
18737 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18738
18739         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
18740         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
18741         (gst_xvimagesink_change_state):
18742           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
18743           Xv video (and thereby regenerate Xv colourkey) in clear() so
18744           that PLAY -> READY -> PLAY works (fixes #162504).
18745
18746 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18747
18748         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
18749           Switch to list instead of range, since MJPEG-devices really just
18750           support decimations, not any size.
18751
18752 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18753         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
18754         (gst_mpeg2dec_reset), (free_all_buffers),
18755         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
18756         * ext/mpeg2dec/gstmpeg2dec.h:
18757           The libmpeg2 user-allocated buffer management is awkward, 
18758           to say the least. Hopefully this fixes things.
18759
18760 2005-02-04  Andy Wingo  <wingo@pobox.com>
18761
18762         * gst/audioconvert/bufferframesconvert.c
18763         (buffer_frames_convert_fixate): New function, fixates to 256
18764         frames per buffer by default. (Much better than 1.)
18765         (buffer_frames_convert_init): Set the fixate function for both src
18766         and sink pad.
18767         (buffer_frames_convert_link): After success setting nonfixed caps,
18768         get the negotiated caps so we can know how many buffer-frames it
18769         will be. No idea how this worked at all before.
18770
18771 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18772
18773         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
18774         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
18775         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
18776         (handle_sequence), (handle_picture):
18777         * ext/mpeg2dec/gstmpeg2dec.h:
18778           Rearrange buffer tracking and refcounting and refactor
18779           a little for readability. 
18780
18781 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
18782         * sys/v4l/gstv4l.c: (plugin_init):
18783         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
18784         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
18785         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
18786         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
18787         * sys/v4l/gstv4ljpegsrc.h:
18788         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
18789         * sys/v4l/v4l_calls.h:
18790         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
18791         (gst_v4lsrc_get_fps):
18792         * sys/v4l/v4lsrc_calls.h:
18793           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
18794           you jpeg inside rgb frames" driver.
18795           Don't error in the v4lsrc link function, just return 
18796           REFUSED.
18797
18798 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18799
18800         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
18801         (gst_qcamsrc_open):
18802           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
18803
18804 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18805
18806         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
18807           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
18808
18809 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18810
18811         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
18812           Reset negotiated state on PAUSED->READY.
18813
18814 2005-02-02  David Schleef  <ds@schleef.org>
18815
18816         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
18817         whereever possible.  (Fixes #165997)
18818         * examples/capsfilter/capsfilter1.c: (main):
18819         * examples/dynparams/filter.c: (create_ui):
18820         * examples/seeking/cdparanoia.c: (get_track_info), (main):
18821         * examples/seeking/chained.c: (main):
18822         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
18823         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
18824         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
18825         (make_mpeg_pipeline), (make_mpegnt_pipeline):
18826         * examples/seeking/spider_seek.c: (make_spider_pipeline):
18827         * examples/switch/switcher.c: (main):
18828         * ext/dv/demo-play.c: (main):
18829         * ext/faad/gstfaad.c: (gst_faad_change_state):
18830         * ext/mad/gstmad.c: (gst_mad_chain):
18831         * ext/smoothwave/demo-osssrc.c: (main):
18832         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
18833         (gst_gconf_render_bin_from_description),
18834         (gst_gconf_get_default_audio_sink),
18835         (gst_gconf_get_default_video_sink),
18836         (gst_gconf_get_default_audio_src),
18837         (gst_gconf_get_default_video_src),
18838         (gst_gconf_get_default_visualization_element):
18839         * gst/level/demo.c: (main):
18840         * gst/level/plot.c: (main):
18841         * gst/playback/gstplaybin.c: (gen_video_element),
18842         (gen_audio_element):
18843         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
18844         * gst/playondemand/demo-mp3.c: (setup_pipeline):
18845         * gst/sine/demo-dparams.c: (main):
18846         * gst/spectrum/demo-osssrc.c: (main):
18847         * gst/speed/demo-mp3.c: (main):
18848         * gst/volume/demo.c: (main):
18849         * testsuite/embed/embed.c: (main):
18850
18851 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
18852
18853         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
18854         (gst_tcpclientsink_finalize):
18855         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
18856         (gst_tcpclientsrc_finalize):
18857         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
18858         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
18859         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
18860         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
18861           Don't leak the hostname when shutting down.
18862           In tcpserversrc, take a copy of the default hostname.
18863
18864 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18865
18866         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
18867           Set caps to systemstream=TRUE.
18868
18869 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18870
18871         * testsuite/Makefile.am:
18872           Fix more OSX buildbots.
18873
18874 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
18875
18876         * ext/mpeg2dec/gstmpeg2dec.c:
18877           Don't send things to NULL PAD_PEERs
18878
18879         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
18880           Copy-on-write the incoming buffer.
18881
18882         * gst/mpegstream/gstdvddemux.h:
18883         * gst/mpegstream/gstmpegclock.h:
18884         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
18885         (normal_seek), (gst_mpeg_demux_handle_src_event):
18886         * gst/mpegstream/gstmpegdemux.h:
18887         * gst/mpegstream/gstmpegpacketize.h:
18888         * gst/mpegstream/gstmpegparse.c:
18889         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
18890         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
18891         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
18892         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
18893         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
18894         * gst/mpegstream/gstmpegparse.h:
18895         * gst/mpegstream/gstrfc2250enc.h:
18896           Various changes to the way time is computed that make seeking and
18897           total time estimation much better here.
18898           Use G_BEGIN/END_DECLS instead of __cplusplus
18899
18900         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
18901           Use gst_buffer_stamp instead of only copying the TIMESTAMP
18902
18903 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18904
18905         * gst/subparse/gstsubparse.c:
18906           Fix OSX buildbot.
18907
18908 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
18909
18910         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
18911         (theora_enc_chain), (theora_enc_change_state):
18912         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
18913         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
18914         (gst_vorbisenc_change_state):
18915         * ext/vorbis/vorbisenc.h:
18916           Set granulepos and timestamp correctly for streams not
18917           starting at 0, taking into account the initial delay.
18918
18919 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
18920
18921         * gst/mpegstream/gstdvddemux.c:
18922           Add audio/x-dts to audio pad template caps
18923
18924 2005-01-30  David Schleef  <ds@schleef.org>
18925
18926         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
18927         (create_context), (gst_polypsink_link): Fix silly endianness
18928         bug.  Add some debugging.  Remove float from caps; it doesn't
18929         work.  Attempt to get remote audio working.
18930
18931 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18932
18933         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
18934           Add 3IV2 fourcc.
18935
18936 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18937
18938         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
18939         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
18940         (gst_avi_demux_stream_data):
18941         * gst/avi/gstavidemux.h:
18942           Invert DIB images. Fixes #132341.
18943
18944 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18945
18946         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18947         (gst_ffmpegcsp_chain):
18948           D'oh, reference the palette data, not the palette structure.
18949           Fixes color distortion in #132341.
18950
18951 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18952
18953         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
18954           PAR can be non-fixed when not provided as argument (#162626).
18955
18956 2005-01-29  David Moore  <dcm@acm.org>
18957
18958         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18959
18960         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
18961         (gst_qtdemux_loop_header):
18962           Re-apply patch from #142272 that allows non-seekable sources,
18963           re-proposed by Daniel Drake <dsd@gentoo.org>.
18964
18965 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18966
18967         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
18968           Use the src template for creating the src pad (#162330).
18969
18970 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18971
18972         * configure.ac:
18973         * ext/musepack/Makefile.am:
18974         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
18975         (gst_musepackdec_init), (gst_musepackdec_dispose),
18976         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
18977         (gst_musepack_stream_init), (gst_musepackdec_loop),
18978         (gst_musepackdec_change_state):
18979         * ext/musepack/gstmusepackdec.cpp:
18980         * ext/musepack/gstmusepackdec.h:
18981         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
18982         (gst_musepack_reader_read), (gst_musepack_reader_seek),
18983         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
18984         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
18985         * ext/musepack/gstmusepackreader.cpp:
18986         * ext/musepack/gstmusepackreader.h:
18987           Update to 1.1 API (#165446).
18988
18989 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18990
18991         * ext/Makefile.am:
18992           Unbreak buildbot.
18993
18994 2005-01-28  Andy Wingo  <wingo@pobox.com>
18995
18996         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
18997         to reflect a different dubious internet source. Add a reference
18998         and some commentary.
18999
19000 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19001
19002         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
19003         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
19004         * gst/playback/gststreamselector.h:
19005           Be more selective when we're redoing caps negotiation from
19006           within the chain function on a stream change.
19007
19008 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19009
19010         * configure.ac:
19011         * ext/Makefile.am:
19012         * ext/amrnb/Makefile.am:
19013         * ext/amrnb/amrnb.c: (plugin_init):
19014         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
19015         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
19016         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
19017         (gst_amrnbdec_state_change):
19018         * ext/amrnb/amrnbdec.h:
19019         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
19020         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
19021         (gst_amrnbparse_init), (gst_amrnbparse_formats),
19022         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
19023         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
19024         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
19025         * ext/amrnb/amrnbparse.h:
19026           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
19027         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
19028           Add AMR-NB/-WB raw formats.
19029         * ext/alsa/gstalsa.c: (gst_alsa_link):
19030           Keep valid time when changing format.
19031         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19032         (qtdemux_parse_trak):
19033           Add some more format-specific options (#140141, #143555, #155163).
19034
19035 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19036
19037         * gst/matroska/matroska-demux.c:
19038         (gst_matroska_demux_parse_blockgroup):
19039           Fix logic error in timing of subtitle stream synchronization.
19040         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
19041           Add skip-chunk, which is found in kodak-camera streams.
19042
19043 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19044
19045         * po/LINGUAS:
19046         * po/vi.po:
19047           Adding Vietnamese translation (submitted by Clytie Siddall)
19048
19049 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19050
19051         * gst/playback/gstdecodebin.c: (try_to_link_1):
19052           Use realpad for signal.
19053
19054 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19055
19056         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
19057           Fix category so decodebin picks it up.
19058
19059 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19060
19061         * ext/mad/Makefile.am:
19062         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
19063         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
19064         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
19065         (found_type), (gst_id3demux_bin_change_state):
19066         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
19067         (gst_id3_tag_init), (gst_id3_tag_handle_event),
19068         (gst_id3_tag_src_link), (gst_id3_tag_chain),
19069         (gst_id3_tag_change_state), (plugin_init):
19070         * ext/mad/gstmad.h:
19071           Add id3demuxbin (which is a simple bin consisting of id3demux
19072           and typefind), take over rank from id3demux, remove typefind
19073           code from id3demux. Makes all broken mp3s that I know of work,
19074           and thereby fixes #152688.
19075
19076 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
19077
19078         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19079
19080         * ext/mad/gstmad.c: (gst_mad_src_event):
19081         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
19082           Allow seeks on audio pad, make mad forward those (#164826).
19083         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
19084           Set duration (#165335).
19085
19086 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19087
19088         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
19089         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
19090         (gst_asf_demux_process_ext_content_desc),
19091         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
19092         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
19093         * gst/asfdemux/gstasfdemux.h:
19094           Improve metadata display, e.g. if the metadata comes before the
19095           streams are loaded (which is perfectly valid).
19096
19097 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19098
19099         * tools/gst-launch-ext-m.m:
19100           Fix AVI/ASF pipelines (#165340).
19101
19102 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
19103         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
19104         build failure on amd64
19105
19106 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
19107
19108         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
19109         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
19110           Check environment variables GST_ID3V2_TAG_ENCODING,
19111           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
19112           list of character encodings to force interpretation of non-unicode
19113           strings stored in an ID3v2 tag to a particular encoding. If none
19114           is specified, try to use current locale's encoding, then fall back
19115           to ISO-8859-1 (which will always succeed). (Resolves #149274)
19116         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
19117         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
19118           Check environment variables GST_ID3V1_TAG_ENCODING,
19119           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
19120           list of character encodings to use in case a string encountered
19121           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
19122           specified, try to use the current locale's encoding, then fall
19123           back to ISO-8859-1 (which will always succeed).
19124
19125 2005-01-25  Benjamin Otte  <otte@gnome.org>
19126
19127         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
19128           - on half framerate, compute the rate in advance so the comparisons
19129             don't compare wrong values
19130           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
19131             behaviour
19132           - don't use mad_header_decode anymore, mad_frame_decode does that
19133             automatically
19134           - when getting rid of consumed bytes, reset the stream's skiplen
19135           (fixes #163867)
19136
19137 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
19138
19139         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
19140           Use 1/2 a second for default max_discont, as PES streams from DVB
19141           seem to have larger spacings in the SCR. 
19142           Fix a typo.
19143
19144 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19145
19146         * gst/playback/gstplaybasebin.c: (group_commit):
19147           Notify delayed stream-info availability.
19148
19149 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
19150         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
19151         (gst_a52dec_handle_event), (gst_a52dec_chain):
19152         Add some debug output. Check that a discont has a valid
19153         time associated.
19154         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
19155         (gst_alsa_sink_loop):
19156         Ignore TAG events. A little extra debug for broken timestamps.
19157         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
19158         (dvdnavsrc_change_state):
19159         Ensure we send a discont to engage the link before we send any
19160         other events.
19161         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
19162         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
19163         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
19164         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
19165         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
19166         dvd://title works in totem because typefinding sends a seek that ends
19167         up going back to chapter 1 regardless.
19168         * ext/mpeg2dec/gstmpeg2dec.c:
19169         * ext/mpeg2dec/gstmpeg2dec.h:
19170         Output correct timestamps and handle disconts.
19171         * ext/ogg/gstoggdemux.c: (get_relative):
19172         Small guard against a null dereference.
19173         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
19174         (gst_textoverlay_set_property):
19175         Free memory when done. Don't call gst_event_filler_get_duration on
19176         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
19177         g_warning.
19178         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
19179         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
19180         (gst_sw_srclink), (gst_smoothwave_chain):
19181         Draw solid lines, prettier colours.
19182         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
19183         Add a default palette that'll work for some movies.
19184         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
19185         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
19186         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
19187         * gst/mpegstream/gstdvddemux.h:
19188         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
19189         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
19190         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
19191         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
19192         * gst/mpegstream/gstmpegparse.h:
19193         Use PTM/NAV events when for timestamp adjustment when connected to 
19194         dvdnavsrc. Don't use many discont events where one suffices.
19195         * gst/playback/gstplaybasebin.c: (group_destroy),
19196         (gen_preroll_element), (gst_play_base_bin_add_element):
19197         * gst/playback/gstplaybasebin.h:
19198         Make sure we remove subtitles from the same bin we put them in.
19199         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
19200         (gst_subparse_buffer_format_autodetect),
19201         (gst_subparse_change_state):
19202         Fix some memleaks and invalid accesses.
19203         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
19204         (oggskel_type_find), (cmml_type_find), (plugin_init):
19205         Some typefind functions for Annodex v3.0 files
19206         * gst/wavparse/gstwavparse.h:
19207         GstRiffReadClass is the correct parent class.
19208
19209 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19210
19211         * gst-libs/gst/riff/riff-media.c:
19212         (gst_riff_create_video_caps_with_data):
19213           Add extradata to huffyuv (fixes #165013).
19214         * gst-libs/gst/riff/riff-read.c:
19215         (gst_riff_read_strf_vids_with_data):
19216           Fix extradata extraction if it is in the chunk size.
19217
19218 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
19219
19220         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19221
19222         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
19223         (gst_quarktv_change_state), (gst_quarktv_dispose):
19224           Memory free'ing location fix (#164708).
19225
19226 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19227
19228         * gst/playback/gstplaybasebin.c: (group_commit),
19229         (gen_preroll_element), (probe_triggered), (gen_source_element),
19230         (setup_source), (gst_play_base_bin_change_state),
19231         (gst_play_base_bin_add_element):
19232           Don't block for streams.
19233         * gst/playback/gststreaminfo.c: (stream_info_change_state),
19234         (gst_stream_info_set_mute):
19235           Use gst_pad_set_active_recursive.
19236
19237 2005-01-25  Andy Wingo  <wingo@pobox.com>
19238
19239         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
19240         for #ifndef HAVE_XVIDEO.
19241
19242 2005-01-24  Jeffrey C. Ollie
19243
19244         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
19245
19246         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
19247         * ext/gsm/gstgsmdec.h:
19248         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
19249         * ext/gsm/gstgsmenc.h:
19250         Fix rate to 8kHz as per spec, removes obscure errors when no rate
19251         was given by property. Add proper buffer timestamps and offsets.
19252
19253 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19254
19255         * gst-libs/gst/riff/riff-media.c:
19256         (gst_riff_create_audio_caps_with_data):
19257           Audio can be <8000Hz.
19258
19259 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19260
19261         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
19262           Explicit state change to workaround refcount bugs.
19263
19264 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19265
19266         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
19267         (gst_avimux_riff_get_avi_header):
19268           Fix...
19269
19270 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19271
19272         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
19273         (gst_riff_read_element_data):
19274         * gst-libs/gst/riff/riff-read.h:
19275           Add _peek version (req'ed in CDXA).
19276         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
19277         (gst_cdxaparse_loop):
19278           Fix parsing in playbin.
19279         * gst/playback/gstdecodebin.c: (close_pad_link):
19280           Ignore current_ pads, they cause major annoyance.
19281
19282 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19283
19284         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19285           Safety guard.
19286
19287 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19288
19289         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
19290           Fix padding...
19291
19292 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19293
19294         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
19295           Allow for 0-sized buffers. Fixes length query problems in
19296           starwars.mkv from the testsuite.
19297
19298 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
19299
19300         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
19301         (gst_video_box_i420), (gst_video_box_chain):
19302           Fix row strides for I420 (fixes #163159)
19303           
19304 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19305
19306         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
19307           MPEG2 has a useful rate property, so we can actually use that.
19308           For MPEG-1, continue using the bytes/time properties.
19309
19310 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19311
19312         * gst-libs/gst/riff/riff-media.c:
19313         (gst_riff_create_video_caps_with_data),
19314         (gst_riff_create_video_template_caps):
19315           Add intel-h263.
19316
19317 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19318
19319         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
19320           Fail if caps negotiation fails. Should fix #162184, and should
19321           definately be in there regardless of it fixing the actual bug.
19322         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
19323         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
19324         (gst_avimux_riff_get_avix_header),
19325         (gst_avimux_riff_get_video_header),
19326         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
19327         (gst_avimux_start_file), (gst_avimux_handle_event),
19328         (gst_avimux_change_state):
19329         * gst/avi/gstavimux.h:
19330           Refactor structure writing to use GST_WRITE_UINT macros, add
19331           metadata writing support.
19332
19333 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19334
19335         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
19336           Elements may already be destroyed when this function is called.
19337
19338 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19339
19340         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
19341         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
19342           More memory leak fixes (#149162).
19343
19344 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19345
19346         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
19347         (gst_qtdemux_add_stream):
19348           Fix two memleaks.
19349
19350 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19351
19352         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
19353           Argh...
19354
19355 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19356
19357         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
19358           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
19359           when fixating to six channels in Totem.
19360
19361 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
19362
19363         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
19364           Fix compile warnings on Solaris 10 buildbot
19365
19366 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
19367
19368         * ext/dvdread/dvdreadsrc.c: (_read):
19369           Don't read beyond the last cell in a chapter (fixes 
19370           invalid memory access)
19371
19372 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
19373
19374         * ext/dvdread/stream_labels.c:
19375         (dvdreadsrc_get_audio_stream_labels):
19376           Use NULL for an empty GList instead of g_list_alloc(); fix 
19377           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
19378           of GString (easier to bulk free later)
19379
19380 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
19381
19382         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19383
19384         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19385         (gst_ffmpeg_pixfmt_to_caps):
19386           Fix BGRA32 caps (#164209).
19387
19388 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
19389
19390         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19391
19392         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19393         (gst_ffmpeg_caps_to_pixfmt):
19394           alpha_mask can be RGBA/ABGR. Fixes #164265.
19395
19396 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
19397
19398         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19399
19400         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
19401         (gst_mpeg2dec_alloc_buffer):
19402         * ext/mpeg2dec/gstmpeg2dec.h:
19403           Crop if decoding size is not the actual image size (#163676).
19404
19405 2005-01-17  Steve Baker  <steve@stevebaker.org>
19406
19407         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19408
19409         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
19410         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
19411           Add libsndfile typefind functions (#163309).
19412
19413 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19414
19415         * tools/gst-launch-ext-m.m:
19416           Add .aac, fix .m1v/.m2v (#163891).
19417
19418 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19419
19420         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
19421           Sanity check, don't wait endlessly since the clock might not
19422           actually run at this point (which is a deadlock). Fixes #164069.
19423
19424 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19425
19426         * gst/playback/gstplaybasebin.c: (probe_triggered):
19427           Of course, only pause if group is done...
19428
19429 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19430
19431         * gst/playback/gstplaybasebin.c: (probe_triggered):
19432           Thread safety.
19433
19434 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
19435
19436         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
19437           Don't return state change success when the parent
19438           failed.
19439
19440 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19441
19442         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
19443           Free events (fix memleak in #162905).
19444
19445 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
19446
19447         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19448
19449         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19450         (gst_ffmpeg_caps_to_pixfmt):
19451           Fix for depth = 15. Fixes #161675.
19452
19453 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19454
19455         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
19456           Set FPS correctly, even for webcams and the like.
19457         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
19458           Don error on setting while capturing.
19459
19460 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
19461
19462         * ext/dv/gstdvdec.c:
19463         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
19464         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
19465           I'm a bad boy. using /1001. to force C to do float division
19466           and not integer division (as it did in my last commit)
19467           Thanks to David I. Lehn for pointing this mistake.
19468
19469 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19470
19471         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
19472           Revert Johan's 1.35->1.36 since it breaks compat.
19473
19474 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
19475
19476         * ext/dv/gstdvdec.c:
19477         * ext/libfame/gstlibfame.c:
19478         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
19479         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
19480           replace framerate aproximations by their real value
19481           (24000/1001, 30000/1001, 60000/1001)
19482           Finish fixing bug #164049
19483
19484 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
19485
19486         * ext/ogg/gstoggmux.c:
19487           eos/bos debugging
19488         * gst/tcp/gstmultifdsink.c:
19489         * gst/tcp/gstmultifdsink.h:
19490         * gst/tcp/gsttcp.c:
19491         * gst/tcp/gsttcp.h:
19492         * gst/tcp/gsttcpclientsink.c:
19493         * gst/tcp/gsttcpclientsrc.c:
19494         * gst/tcp/gsttcpserversink.c:
19495         * gst/tcp/gsttcpserversrc.c:
19496           improve reusability of elements after state changes and errors
19497           make multifdsink throw away streamheaders when receiving new ones
19498
19499 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19500
19501         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
19502           Fix for if items are already in list...
19503
19504 2005-01-12  Benjamin Otte  <otte@gnome.org>
19505
19506         * gst/adder/gstadder.c: (gst_adder_loop):
19507           fix adder a bit so it doesn't screw up with events as much anymore
19508
19509 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
19510
19511         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
19512         (pixbufscale_scale), (gst_pixbufscale_chain):
19513         * ext/gdk_pixbuf/pixbufscale.h:
19514           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
19515           to ensure rowstrides are calculated the same way as 
19516           ffmpegcolorspace
19517           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
19518           that we pick up duration and offset also.
19519
19520 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19521
19522         * gst/avi/gstavimux.c: (gst_avimux_class_init),
19523         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
19524           Reusability fixes.
19525
19526 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19527
19528         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
19529         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
19530         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
19531         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
19532           Update flags when requested.
19533
19534 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19535
19536         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
19537           Fix dmix.
19538
19539 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19540
19541         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
19542         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
19543         (probe_triggered), (new_decoded_pad), (gen_source_element),
19544         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
19545         * gst/playback/gstplaybasebin.h:
19546         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
19547         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
19548         (gst_play_bin_change_state):
19549           Implement group-switch signal for use in apps to clear metadata
19550           cache, clean up subtitle, add suburi property instead of # hack,
19551           some error-out fixes.
19552
19553 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19554
19555         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19556           Debug.
19557         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
19558           If we got a state change in the _get handler, don't return success.
19559
19560 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
19561
19562         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
19563         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
19564           Make jpegdec quiet on MJPEG decoding
19565         * gst/asfdemux/README:
19566           Fix mimetypes for MJPEG and H263
19567
19568 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19569
19570         * ext/theora/theoradec.c: (theora_dec_chain):
19571           Fix broken code generation by gcc by swapping arguments.
19572         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
19573           Fix \n in debug.
19574
19575 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
19576
19577         * TODO:
19578           delete this file, it is by far outdated
19579         * ext/alsa/gstalsa.1: remove
19580         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
19581         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
19582         (gst_alsa_get_caps):
19583           Add HW probing for supported sample rates. Fixes #161704
19584
19585 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19586
19587         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
19588           Don't crash, biatch! :).
19589
19590 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19591
19592         * ext/musepack/gstmusepackreader.cpp:
19593         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
19594           Some work on tags - still doesn't work in playbin...
19595         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
19596           Handle events...
19597
19598 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19599
19600         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
19601           Also shove tags on kid pads.
19602
19603 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19604
19605         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
19606           Don't bail on unknown events.
19607         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
19608           Don't crash on events before negotiation.
19609         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
19610           Send tags on pads, too.
19611         * gst/playback/gststreamselector.c:
19612         (gst_stream_selector_request_new_pad):
19613           Forward events on first pad if no input was selected yet.
19614
19615 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19616
19617         * gst/playback/gstplaybasebin.c: (setup_substreams):
19618           Don't disable streamtype if the stream doesn't exist, since
19619           then playing a video after audio will disable both and nothing
19620           will happen. Fixes the testsuite.
19621
19622 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19623
19624         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
19625         (gst_v4l_xoverlay_set_xwindow_id):
19626         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
19627         (gst_v4l2_xoverlay_set_xwindow_id):
19628           Add debug categories, fix overlay disabling.
19629
19630 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
19631
19632         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
19633         * ext/alsa/gstalsa.h:
19634           Add HW probing for period_count/size and buffer_size MIX/MAX
19635           Adjust default/user defined value if out of bounds
19636           Should fix bug #162024
19637
19638 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19639
19640         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
19641           Fix warning (#161191).
19642
19643 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
19644
19645         * ext/dvdread/stream_labels.c:
19646         (dvdreadsrc_get_audio_stream_labels):
19647           Fix warning (init the good variable in switch default)
19648
19649 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
19650
19651         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19652
19653         * gst/tta/gstttaparse.c: (gst_tta_src_event):
19654           Fix gcc-2.95 compile (#163485).
19655
19656 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19657
19658         * configure.ac:
19659         * ext/flac/gstflacenc.c: (gst_flacenc_init),
19660         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
19661         (gst_flacenc_tell_callback), (gst_flacenc_chain),
19662         (gst_flacenc_change_state):
19663         * ext/flac/gstflacenc.h:
19664           Update for API change in flac-1.1.1. Update requirement in
19665           configure.ac. Fixes #162974.
19666
19667 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19668
19669         * gst/playback/gstplaybasebin.c: (group_destroy):
19670           Remove hack to get rid of assert and get rid of unlinked
19671           signals properly.
19672
19673 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19674
19675         * gst/playback/gstplaybasebin.c: (setup_source):
19676           Set source to NULL so that resources are free'ed. Fixes issues
19677           with playback of CDDA and similar device-accessing things.
19678
19679 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19680
19681         * testsuite/embed/Makefile.am:
19682           test->noinst, fix make test in buildbot.
19683
19684 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
19685
19686         * ext/dvdread/stream_labels.c: new file
19687         * ext/dvdread/stream_labels.h: new file
19688         * ext/dvdread/Makefile.am:
19689         * ext/dvdread/dvdreadsrc.c: (_seek_title):
19690           Extract audio stream label from DVD IFO files.
19691           It only dump them on the console for now, still have to
19692           make playbin aware of them.
19693
19694 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19695
19696         * gst/playback/gstplaybasebin.c: (setup_source):
19697           Fix hanging subs.
19698
19699 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19700
19701         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
19702         (gen_preroll_element), (remove_groups), (setup_subtitle),
19703         (gen_source_element), (setup_source):
19704         * gst/playback/gstplaybasebin.h:
19705           Multiple .sub files is just a stupid idea... Fix some threading
19706           mistakes. Interestingly, external .sub files cause playbin to
19707           hang, I don't know why... Parsing fixes contributed by Fran??ois
19708           Kooman <fkooman@tuxed.net>.
19709
19710 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19711
19712         * testsuite/embed/Makefile.am:
19713           Fix buildbot.
19714
19715 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
19716
19717         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19718
19719         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
19720         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
19721         (gst_pngenc_set_property):
19722         * ext/libpng/gstpngenc.h:
19723           Add compression level property (#163323).
19724
19725 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19726
19727         * configure.ac:
19728         * examples/capsfilter/capsfilter1.c: (main):
19729         * examples/seeking/spider_seek.c: (make_spider_pipeline):
19730         * ext/dvdread/Makefile.am:
19731         * ext/dvdread/demo-play:
19732         * ext/dvdread/demo-play.c:
19733         * gconf/gstreamer.schemas.in:
19734         * gst-libs/gst/gconf/gconf.c:
19735         * sys/v4l/TODO:
19736         * testsuite/Makefile.am:
19737         * testsuite/embed/Makefile.am:
19738         * testsuite/embed/embed.c: (cb_expose), (main):
19739           Remove all references to xvideosink, fix examples (#140845).
19740         * gst/playback/gstplaybasebin.c: (group_destroy):
19741           Apparently, disposal does not unlink - so do explicitely.
19742         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
19743           Add debug.
19744
19745 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
19746
19747         * README: fix PKG_CONFIG_PATH instructions, what was there
19748         previously was breaking default search path, not nice. 
19749         Fixes #163358
19750
19751 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19752
19753         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
19754         (gst_audioscale_chain):
19755           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
19756           when resampling - how the ^@$^!@^! is this possible?!?
19757
19758 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19759
19760         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
19761           Reset variables on READY.
19762         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
19763         (gst_matroska_mux_loop):
19764           Require data before writing header.
19765
19766 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
19767
19768         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19769
19770         * ext/mad/gstmad.c: (gst_mad_chain):
19771           Don't call mad_stream_sync() directly after recovering sync.
19772           Fixes #151661.
19773
19774 2005-01-09  Martin Eikermann  <meiker@upb.de>
19775
19776         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19777
19778         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
19779         (snapshot_handler), (gst_snapshot_sinkconnect),
19780         (gst_snapshot_chain):
19781           Allocate resources when required, fix recursive signal emission
19782           and fix caps. Fixes #161667.
19783
19784 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
19785
19786         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19787
19788         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
19789         (gst_pngdec_chain):
19790           Handle only 8-bppc (bits-per-pixel-component) images, better
19791           error handling and correct strides. Fixes #163177.
19792         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
19793         (gst_pngenc_chain):
19794           Better error handling. Fixes #163348.
19795
19796 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19797
19798         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
19799         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
19800         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
19801         (dvdnavsrc_uri_handler_init):
19802           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
19803         * gst/playback/gstplaybasebin.c: (gen_source_element):
19804           Add MMS to streaming URIs.
19805
19806 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19807
19808         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
19809         * sys/xvimage/xvimagesink.c:
19810         (gst_xvimagesink_navigation_send_event):
19811           Check for pad availability before sending event.
19812
19813 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19814
19815         * gst-plugins.spec.in:
19816           Add subparse.
19817
19818 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19819
19820         * configure.ac:
19821           Since we use functions from CVS, up requirement.
19822
19823 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19824
19825         * gst/playback/Makefile.am:
19826         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
19827         (group_destroy), (group_commit), (group_is_muted),
19828         (gen_preroll_element), (add_stream), (unknown_type),
19829         (probe_triggered), (preroll_unlinked), (mute_stream),
19830         (silence_stream), (new_decoded_pad), (setup_substreams),
19831         (setup_source), (get_active_source), (mute_group_type),
19832         (muted_group_change_state), (set_active_source),
19833         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
19834         (play_base_eos), (gst_play_base_bin_change_state):
19835         * gst/playback/gstplaybasebin.h:
19836         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
19837         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
19838         (gst_stream_info_dispose), (stream_info_mute_pad),
19839         (stream_info_change_state), (gst_stream_info_set_mute):
19840         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
19841         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
19842         (gst_stream_selector_init), (gst_stream_selector_dispose),
19843         (gst_stream_selector_get_linked_pad),
19844         (gst_stream_selector_get_caps), (gst_stream_selector_link),
19845         (gst_stream_selector_get_linked_pads),
19846         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
19847         * gst/playback/gststreamselector.h:
19848           Adding stream selection support plus required properties for
19849           applications to use this. Fully fixes #100931.
19850
19851 2005-01-08  Benjamin Otte  <otte@gnome.org>
19852
19853         * gst/games/gstpuzzle.c: (nav_event_handler):
19854           - handle nav events differently: forward every event no matter if it
19855             was handled or not.
19856           - translate events
19857           You can now cheat by using navigationtest ! puzzle and moving the
19858           mouse close to the edge of a tile. ;)
19859
19860 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19861
19862         * configure.ac:
19863         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
19864         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
19865         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
19866         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
19867         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
19868         (gst_ogm_parse_plugin_init):
19869         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
19870         (gst_textoverlay_link), (gst_textoverlay_getcaps),
19871         (gst_textoverlay_event), (gst_textoverlay_video_chain),
19872         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
19873         * ext/pango/gsttextoverlay.h:
19874         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
19875         (gst_matroska_demux_handle_seek_event),
19876         (gst_matroska_demux_sync_streams),
19877         (gst_matroska_demux_parse_blockgroup),
19878         (gst_matroska_demux_subtitle_caps),
19879         (gst_matroska_demux_plugin_init):
19880         * gst/matroska/matroska-ids.h:
19881         * gst/playback/gstdecodebin.c: (close_pad_link):
19882         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
19883         (gen_preroll_element), (remove_groups), (add_stream),
19884         (new_decoded_pad), (setup_subtitles), (gen_source_element),
19885         (setup_source):
19886         * gst/playback/gstplaybasebin.h:
19887         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
19888         * gst/subparse/Makefile.am:
19889         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
19890         (gst_subparse_base_init), (gst_subparse_class_init),
19891         (gst_subparse_init), (gst_subparse_formats),
19892         (gst_subparse_eventmask), (gst_subparse_event),
19893         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
19894         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
19895         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
19896         (parse_mpsub_deinit), (parse_mpsub_init),
19897         (gst_subparse_buffer_format_autodetect),
19898         (gst_subparse_format_autodetect), (gst_subparse_loop),
19899         (gst_subparse_change_state), (gst_subparse_type_find),
19900         (plugin_init):
19901         * gst/subparse/gstsubparse.h:
19902         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
19903         (plugin_init):
19904           Add subtitle support, .sub parser (supports SRT and MPsub),
19905           OGM text support, Matroska UTF-8 text support, deadlock fixes
19906           all over the place, subtitle awareness in decodebin/playbin
19907           and some fixes to textoverlay to handle subtitles in a stream
19908           correctly. Fixes #100931.
19909
19910 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19911
19912         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
19913           Check for pad availability before doing a query on it.
19914
19915 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
19916
19917         * ext/dv/gstdvdec.c:
19918           really fix bpp24/32 dvdec caps (classic rgba indeed)
19919         * gst/asfdemux/gstasfdemux.c:
19920         (gst_asf_demux_process_ext_content_desc):
19921           don't send text tags if they are empty (bis repetita)
19922
19923 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
19924
19925         * ext/dv/gstdvdec.c:
19926          remove unneeded comment from dvdec
19927           (related to DV 4CC codes in AVI files)
19928           moved them in gstreamer/docs/random/mimetypes
19929         * gst/asfdemux/gstasfdemux.c:
19930         (gst_asf_demux_process_ext_content_desc):
19931          don't send text tags if they are empty
19932          fix mem leak on error path
19933         * gst/ffmpegcolorspace/avcodec.h:
19934         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19935         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
19936         (gst_ffmpegcsp_avpicture_fill):
19937         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
19938         * gst/ffmpegcolorspace/imgconvert_template.h:
19939          adds BGR32 and BGRA32 to ffmpegcolorspace
19940           (still bad colors, fixing it on next commit)
19941           helps with dvdec outputing BGR32
19942
19943 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
19944
19945         * ext/dv/gstdvdec.c:
19946          Fix audio caps i just broke (missing ',')
19947         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
19948         (gst_matroska_mux_reset):
19949          Fix typo + add FIXME about old "x-gst-metadata" crap
19950
19951 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
19952
19953         * ext/dv/demo-play.c: (main):
19954          xvideosink -> xvimagesink
19955         * ext/dv/gstdvdec.c:
19956          change rgb 32/32 caps to 24/32 (no alpha)
19957          change nb of channels to be a list (2 or 4, not 2)
19958          change sample rate to be a list (32, 44.1, 48 kHz) not a range
19959         * gst/asfdemux/gstasfdemux.c:
19960         (gst_asf_demux_process_ext_content_desc):
19961          Add 'date/year' to extracted metadata list
19962
19963 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19964
19965         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
19966           The return value of fixate_to does not imply that the requested
19967           value was set, so don't assume.
19968
19969 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
19970
19971         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19972
19973         * ext/libpng/gstpngdec.c:
19974         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
19975         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
19976         * ext/libpng/gstpngenc.h:
19977           Alpha support (encoder; #163161), mime fixage.
19978
19979 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
19980
19981         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19982
19983         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
19984         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
19985         (gst_faac_set_property), (gst_faac_get_property):
19986         * ext/faac/gstfaac.h:
19987           Allow for ADTS output (#153434).
19988
19989 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19990
19991         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
19992           Fix against template (#150576).
19993
19994 2005-01-06  Benjamin Otte  <otte@gnome.org>
19995
19996         * gst/games/gstpuzzle.c: (draw_puzzle):
19997           don't draw a puzzle if either width or height of tiles would be 0.
19998
19999 2005-01-06  Benjamin Otte  <otte@gnome.org>
20000
20001         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
20002         (gst_puzzle_class_init), (gst_puzzle_finalize):
20003           no memleaks, please
20004         (gst_puzzle_create), (gst_puzzle_init),
20005         (gst_puzzle_set_property), (gst_puzzle_setup):
20006           change initialization code around so we don't reshuffle on resize
20007         (draw_puzzle):
20008           fix another stupid typo
20009
20010 2005-01-06  Benjamin Otte  <otte@gnome.org>
20011
20012         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
20013           fix stupid typo that borked copying on YUY2
20014
20015 2005-01-06  Benjamin Otte  <otte@gnome.org>
20016
20017         * gst/games/gstpuzzle.c: (draw_puzzle):
20018           fix edges when image sizes aren't multiples of tile sizes
20019
20020 2005-01-06  Benjamin Otte  <otte@gnome.org>
20021
20022         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
20023           make RGB endianness work correctly
20024         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
20025           refactor and fix race with initial shuffling
20026         (nav_event_handler):
20027           allow using the mouse to puzzle
20028         (draw_puzzle):
20029           insist on tiles having width and height as multiples of 4 to get
20030           clean YUV image handling
20031         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
20032         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
20033           s/DEBUG/LOG/ for common messages
20034         (gst_xvimagesink_navigation_send_event):
20035           fix mouse event translation to not include screen PAR
20036         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
20037           fix mouse event translation to actually work
20038
20039 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20040
20041         * gst/asfdemux/gstasfdemux.c:
20042         (gst_asf_demux_process_ext_content_desc):
20043          Extract TrackNumber metadata + clean up code
20044         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
20045          Hope this is the good fix (var used unitialised)
20046
20047 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20048
20049         * ext/faad/gstfaad.c: (gst_faad_chain):
20050           Only increment timestamp if it's valid. Fixes raw AAC streams.
20051
20052 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20053
20054         * configure.ac:
20055         * gst/games/Makefile.am:
20056         * gst/games/gstpuzzle.c:
20057           add a puzzle game with...
20058         * gst/games/gstvideoimage.c:
20059         * gst/games/gstvideoimage.h:
20060           ... full colorspace support (that includes YUV9 and RGB16)) stolen
20061           from videotestsrc and made into something that would be a nice
20062           library for a lot of other plugins.
20063
20064 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20065
20066         * configure.ac:
20067          don't compile faad plugin if a RC of 2.0 is found
20068          Fixes #155346 (and FC1 buildbot)
20069         * gst/asfdemux/gstasfdemux.c:
20070         (gst_asf_demux_process_ext_content_desc):
20071          try to make Solaris compiler happier
20072
20073 2005-01-06  Paul Jack  <pjack@sfaf.org>
20074
20075         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20076
20077         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
20078           Fix segfault (#161667).
20079
20080 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20081
20082         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
20083           Fix framerate reporting.
20084
20085 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20086
20087         * gst-libs/gst/riff/riff-ids.h:
20088         * gst/wavenc/riff.h:
20089          Add AMR (VBR and CBR) ids to riff.h audio codec list
20090         * gst/asfdemux/gstasfdemux.c:
20091         (gst_asf_demux_process_ext_content_desc),
20092         (gst_asf_demux_process_object):
20093           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
20094
20095 2005-01-05  Martin Eikermann  <meiker@upb.de>
20096
20097         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20098
20099         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
20100         (gst_dvd_demux_handle_discont):
20101         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
20102         (gst_mpeg_demux_handle_discont):
20103           Recreate pads on new-media (#160730).
20104         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
20105           Send discont even if manager changes timestamps (#161929).
20106
20107 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
20108
20109         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20110
20111         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
20112           Fix invalid memory access (#159211).
20113
20114 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20115
20116         * examples/gstplay/player.c: (main):
20117           Don't iterate.
20118         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
20119           Add visualizations.
20120         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
20121         (gst_a52dec_handle_frame):
20122           Set duration.
20123         * ext/dvdnav/gst-dvd:
20124           Add audioconvert. Fixes #161325.
20125         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
20126           Explicitely case to gint64. Possible valgrind error.
20127         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
20128         (gst_play_tick_callback), (gst_play_change_state),
20129         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
20130         (gst_play_set_location), (gst_play_get_location),
20131         (gst_play_seek_to_time), (gst_play_set_data_src),
20132         (gst_play_set_video_sink), (gst_play_set_audio_sink),
20133         (gst_play_set_visualization), (gst_play_connect_visualization),
20134         (gst_play_get_framerate), (gst_play_get_all_by_interface),
20135         (gst_play_new):
20136           Use playbin. Fixes #139749 and #147744.
20137         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
20138           Add genre tag.
20139         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
20140         (audioscale_get_type), (gst_audioscale_base_init),
20141         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
20142         (gst_audioscale_getcaps), (gst_audioscale_fixate),
20143         (gst_audioscale_link), (gst_audioscale_get_buffer),
20144         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
20145         (gst_audioscale_init), (gst_audioscale_dispose),
20146         (gst_audioscale_chain), (gst_audioscale_set_property),
20147         (gst_audioscale_get_property), (plugin_init):
20148           Indent properly.
20149         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
20150           Fix LPCM.
20151         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
20152         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
20153         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
20154           Add more metadata (fixes #162656).
20155
20156 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20157
20158         * configure.ac:
20159           back to cvs
20160
20161 === release 0.8.7 ===
20162
20163 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20164
20165         * NEWS:
20166         * RELEASE:
20167         * configure.ac:
20168           releasing 0.8.7, "Hyperspace"
20169
20170 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20171
20172         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
20173
20174         * gst/playback/gstplaybasebin.c:
20175          Fix for #162924 - free caps after use, not before
20176
20177 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
20178
20179         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
20180
20181         * gst/playback/gstplaybasebin.c:
20182         * gst/wavparse/gstwavparse.c:
20183           Fix for #154773 - fixes playback of small .wav files
20184
20185 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20186
20187         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
20188
20189         * gst/audioscale/gstaudioscale.c:
20190           Fix for #162819 - make audioscale reusable
20191           Fixes playback of more than one file with playbin/totem
20192
20193 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20194
20195         * gst/ffmpegcolorspace/avcodec.h:
20196         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20197         * gst/ffmpegcolorspace/imgconvert.c:
20198           clean up the mess that made me cry and avoid needless duplication
20199
20200 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20201
20202         * gst/ffmpegcolorspace/imgconvert.c:
20203           give some indication of why we're segfaulting
20204
20205 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20206
20207         * configure.ac:
20208           Fix indentation, fix v4l2 plugin detection.
20209         * ext/Makefile.am:
20210           Fix libmms location (Maciej, use diff -u!).
20211         * ext/alsa/gstalsa.c: (gst_alsa_init):
20212           Initialize caps cache to NULL.
20213         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
20214           Only change state on audiosink if it exists.
20215
20216 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
20217
20218         * gst/matroska/matroska-demux.c:
20219         * gst/matroska/matroska-ids.h:
20220         * gst/matroska/matroska-demux.h:
20221         Fix Vorbis streams failing to decode in some files, where cluster_time
20222         isn't 0, because then it doesn't send codec_priv before actual data.
20223         Remove time-based test and replace it with marker set on beginning of
20224         new stream
20225
20226 2004-12-28  David Schleef  <ds@schleef.org>
20227
20228         Merge patch from Ronald fixing problems with streaming
20229         text.
20230         * ext/cairo/gstcairo.c: (plugin_init):
20231         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
20232         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
20233         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
20234         (gst_textoverlay_font_init), (gst_textoverlay_init),
20235         (gst_textoverlay_set_property):
20236         * ext/cairo/gsttextoverlay.h:
20237
20238 2004-12-27  David Schleef  <ds@schleef.org>
20239
20240         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
20241         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
20242         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
20243         (gst_textoverlay_font_init), (gst_textoverlay_init),
20244         (gst_textoverlay_set_property): Improvements to actually
20245         render text as white on black outline on video, including
20246         font selection and horizontal/vertical alignment.  (Ronald's
20247         christmas present)
20248         * ext/cairo/gsttextoverlay.h:
20249
20250 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20251
20252         * ext/ogg/gstogg.c:
20253         * ext/ogg/gstogmparse.c:
20254           fix ogm[audio/video]parse plugin registration
20255           (riff won't load if bytestream is already loaded)
20256
20257 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20258
20259         * gst/audioconvert/gstchannelmix.c:
20260           fix for GLIB < 2.4
20261
20262 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20263
20264         * Makefile.am:
20265         * configure.ac:
20266           disable docs again until it actually passes make distcheck.
20267
20268 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20269
20270         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
20271         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
20272         (plugin_init):
20273           Add 3GP (variables name Q3GP because they can't start with a
20274           number). Add samr audio fourcc (used in .3gp files), decoder
20275           is work in progress. Also do a GST_WARNING instead of ERROR
20276           in case of unknown nodes, to decrease output.
20277
20278 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20279
20280         * Makefile.am:
20281           really fix dist
20282
20283 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20284
20285         * configure.ac:
20286         * ext/speex/gstspeexdec.h:
20287         * ext/speex/gstspeexenc.h:
20288           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
20289           Fix detection code in configure.ac
20290
20291 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20292
20293         * gst/matroska/matroska-demux.c:
20294         (gst_matroska_demux_parse_blockgroup):
20295           Save position, so that queries give proper return values. Don't
20296           know how this could ever have worked before...
20297
20298 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20299
20300         * configure.ac:
20301           Put additional LAME check inside the conditional.  Fixes #152339
20302
20303 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20304
20305         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
20306         (gst_avi_demux_stream_scan):
20307           Add some more debug. Fix logic error when setting movi offset
20308           while reading index.
20309
20310 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20311
20312         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
20313         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
20314         (gst_avi_demux_process_next_entry):
20315           Add some debugging. Better detection of broken indexes and the
20316           accompanying index recovery. No infinite loops on state changes
20317           when we're still in our loopfunction.
20318
20319 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20320
20321         * configure.ac:
20322           Fix up.
20323
20324 2004-12-22  Archana Shah  <archana.shah@wipro.com>
20325
20326         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20327
20328         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
20329           Normalizing the value before setting
20330         (gst_sunaudiomixer_get_volume):
20331           Normalizing the value after getting. Fixes bug# 161980
20332
20333 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
20334
20335         * Makefile.am: Make sure docs gets disted
20336         * docs/Makefile.am: Make sure all needed files get disted
20337         * gst-plugins.spec.in: latest updates
20338
20339 2004-12-22  Wim Taymans  <wim@fluendo.com>
20340
20341         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
20342         Revert patch 1.38 as clock distribution over schedulers does
20343         not work correcly in the core yet.
20344
20345 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20346
20347         * sys/oss/README: remove this file, which predates my birth
20348           (and which content is by far outdated)
20349
20350 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
20351
20352         * Makefile.am:
20353         * configure.ac:
20354         * docs/Makefile.am:
20355         * docs/libs/Makefile.am:
20356         * docs/libs/gst-plugins-libs-docs.sgml:
20357         * docs/libs/gst-plugins-libs-sections.txt:
20358         * docs/libs/tmpl/gstgconf.sgml:
20359         * docs/upload.mak:
20360         * docs/version.entities.in:
20361           Added boilerplate gtk-doc files for plugin-libs documentation.
20362
20363 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20364
20365         * gst/auparse/gstauparse.c: fix int and float audio caps
20366
20367 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20368
20369         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
20370         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
20371           g_assert() can be a macro, don't use #ifdef inside it.
20372
20373 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
20374
20375         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20376
20377         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
20378         (gst_videorate_init), (gst_videorate_chain),
20379         (gst_videorate_change_state):
20380           Event handling (fixes #159986).
20381
20382 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20383
20384         * gst-libs/gst/riff/riff-media.c:
20385         (gst_riff_create_video_caps_with_data):
20386           Add BLZ0 (Blizzard's version of DivX) fourcc.
20387
20388 2004-12-18  David Schleef  <ds@schleef.org>
20389
20390         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
20391         portability fix.
20392
20393 2004-12-18  David Schleef  <ds@schleef.org>
20394
20395         * gst/tta/ttadec.h: Disable some header code that isn't used
20396         and clearly isn't portable.
20397
20398 2004-12-18  David Schleef  <ds@schleef.org>
20399
20400         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
20401         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
20402         (avcodec_get_pix_fmt), (avpicture_layout),
20403         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
20404         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
20405         Fix code to not use GCC extensions (and c99 extensions that
20406         Forte does not like.)
20407
20408 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
20409
20410         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20411
20412         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
20413         (gst_deinterlace_chain):
20414           Rowstride fixes. Fixes #161039.
20415         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
20416         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
20417         (gst_video_crop_getcaps), (gst_video_crop_link),
20418         (gst_video_crop_i420), (gst_video_crop_chain),
20419         (gst_video_crop_change_state):
20420           Rework of negotiation. Actually works now. Fixes #158650.
20421
20422 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20423
20424         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
20425           That was very stupid.
20426
20427 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20428
20429         * gst/matroska/matroska-demux.c:
20430         (gst_matroska_demux_parse_blockgroup):
20431           Fix possible crasher.
20432
20433 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20434
20435         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
20436         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
20437           Lace sizes can be zero.
20438
20439 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20440
20441         * ext/musepack/gstmusepackdec.cpp:
20442           Fetch error return values. Fixes #161624.
20443         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
20444           Really EOS.
20445
20446 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20447
20448         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
20449           Work for truncated (unfinished download etc.) files. Fixes #160514.
20450
20451 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20452
20453         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
20454           Fix for integer overflow. Makes #156001 not crash. Probably masks
20455           the real bug.
20456
20457 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20458
20459         * gst/ac3parse/gstac3parse.c: (plugin_init):
20460           Parsers never have ranks. Fixes #159651.
20461
20462 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20463
20464         * gst/playback/gstdecodebin.c: (compare_ranks):
20465           make sure the facotries are ordered the same every time even if they
20466           have the same rank by using the name
20467         * gst/playback/gstdecodebin.c: (find_compatibles):
20468           make sure we don't add factories to the list twice
20469
20470 2004-12-16  David Schleef  <ds@schleef.org>
20471
20472         * configure.ac: look for musepack headers as musepack/*.h
20473         (fixes #159847)
20474         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
20475         * ext/musepack/gstmusepackreader.h: same
20476
20477 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20478
20479         * gst-libs/gst/riff/riff-read.c:
20480         (gst_riff_read_strf_auds_with_data):
20481           Read extradata correctly (fixes #155879).
20482
20483 2004-12-16  David Schleef  <ds@schleef.org>
20484
20485         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
20486         audio.  does _not_ attempt or allow conversion unless channels
20487         is 1 or 2.
20488
20489 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
20490
20491         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
20492
20493 2004-12-16  David Schleef  <ds@schleef.org>
20494
20495         * gst/audioscale/gstaudioscale.c: the resample library only
20496         handles 1 or 2 channels.  Change caps to compensate.
20497
20498 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20499
20500         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
20501         (gst_matroska_demux_audio_caps):
20502           Some MPEG-AAC hacks, because else it doesn't work...
20503
20504 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20505
20506         * gst-libs/gst/riff/riff-media.c:
20507         (gst_riff_create_video_caps_with_data),
20508         (gst_riff_create_video_template_caps):
20509           Add h264.
20510
20511 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20512
20513         * gst-libs/gst/audio/Makefile.am:
20514           Try to fix buildbot.
20515
20516 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20517
20518         * gst/tcp/gstmultifdsink.c:
20519           Clean up and uniformize debugging.
20520
20521 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
20522
20523         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20524
20525         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
20526         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
20527         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
20528         (gst_mpeg_demux_change_state):
20529           Reset on ready. Fixes 160276.
20530
20531 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
20532
20533         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20534
20535         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20536         (gst_ffmpegcsp_pad_link):
20537           Fix memleak (#154815).
20538
20539 2004-12-16  James Bowes  <bowes@cs.dal.ca>
20540
20541         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20542
20543         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
20544         (gst_musicbrainz_init), (gst_musicbrainz_chain),
20545         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
20546         * ext/musicbrainz/gsttrm.h:
20547           Add support for using a proxy server when getting a trm id from
20548           the MusicBrainz database (#149613).
20549
20550 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
20551
20552         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20553
20554         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
20555         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20556           Fix memleaks (#157233).
20557
20558 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
20559
20560         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20561
20562         * gst-libs/gst/resample/resample.c: (gst_resample_close):
20563         * gst-libs/gst/resample/resample.h:
20564         * gst/audioscale/gstaudioscale.c:
20565           Fix memleak (#159215).
20566
20567 2004-12-16  Toni Willberg  <toniw@iki.fi>
20568
20569         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20570
20571         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
20572         * sys/oss/oss_probe.c: (main):
20573           Check for mono/stereo support (similar to samplerate probing),
20574           fixes #159433. Also add missing copyright header to oss_probe.c.
20575
20576 2004-12-15  David Schleef  <ds@schleef.org>
20577
20578         * configure.ac: add audioresample and cairo plugins.  Remove
20579         HAVE_MMX stuff, because it's not used.
20580         * ext/Makefile.am: same
20581         * ext/audioresample/Makefile.am: You are not ready for an
20582         audio resampling element based on audioresample.
20583         * ext/audioresample/gstaudioresample.c:
20584         * ext/audioresample/gstaudioresample.h:
20585         * ext/cairo/Makefile.am: You are not ready for overlay elements
20586         based on cairo.  Don't look too closely, these elements kinda
20587         suck right now.
20588         * ext/cairo/gstcairo.c: new
20589         * ext/cairo/gsttextoverlay.c: new
20590         * ext/cairo/gsttextoverlay.h: new
20591         * ext/cairo/gsttimeoverlay.c: new
20592         * ext/cairo/gsttimeoverlay.h: new
20593         * gst-libs/gst/media-info/media-info-priv.h: fix compile
20594         problem with compilers that don't support variadic macros.
20595
20596 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
20597
20598         Reviewed by:  David Schleef  <ds@schleef.org>
20599
20600         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
20601         Bala, registering sunaudiosrc (oops!), and cleaning up code a
20602         bit.  Also ran indent-gst.
20603         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
20604         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
20605         (gst_sunaudiosrc_setparams):
20606
20607 2004-12-14  David Schleef  <ds@schleef.org>
20608
20609         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
20610         output rate to 16000.  Should fix #160235.
20611
20612 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20613
20614         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
20615         Add typefinding for mpeg2 pes streams
20616
20617 2004-12-13  David Schleef  <ds@schleef.org>
20618
20619         * configure.ac:  Applied patch from bug #143659, making default
20620         sources and sinks OS-dependent (for Solaris), and added code
20621         for OS/X.
20622         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
20623
20624 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20625
20626         * gst-libs/gst/riff/riff-media.c:
20627           forgot to add h2.64 to avidemux template caps
20628
20629 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20630
20631         * gst/wavenc/riff.h:
20632         * gst-libs/gst/riff/riff-media.c:
20633         * gst-libs/gst/riff/riff-ids.h:
20634         * gst/avi/gstavimux.c
20635         add 4CC code for VideoSoft h264 in AVI (VSSH)
20636           fixes bug #160655
20637         remove s323 from riff, it's quicktime specific :(
20638
20639 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20640
20641         * gst/asfdemux/README
20642         * gst/wavenc/riff.h
20643         * gst-libs/gst/riff/riff-ids.h
20644         * gst-libs/gst/riff/riff-media.c
20645         * gst/qtdemux/qtdemux.c:
20646           add new 4CC codes for h263 related codecs
20647           fixes partially bug #155163
20648
20649 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
20650
20651         * configure.ac: Update polyaudio requirement to 0.7
20652         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
20653
20654 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20655
20656         * gst/interleave/deinterleave.c:
20657         fix my name's spelling! :)
20658
20659 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20660
20661         * AUTHORS ChangeLog
20662         * gst/auparse/gstauparse.c
20663         * gst/interleave/deinterleave.c
20664         * gst/law/:
20665                 alaw-decode.c alaw-encode.c
20666                 mulaw-decode.c mulaw-encode.c
20667         * gst/oneton/gstoneton.c
20668         * sys/osxaudio/:
20669                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
20670         * sys/osxvideo/:
20671                 cocoawindow.h cocoawindow.m
20672                 osxvideosink.h osxvideosink.m
20673
20674         put the same mail address for Zaheer Abbas Merali everywhere
20675
20676 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20677
20678         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
20679           Align by packetsize, and assert that we a packet available before
20680           playing. The first makes webstreams work (they often include
20681           trailing padding data in a packet), the second allows pausing a
20682           ASF stream in totem without getting demux errors afterwards.
20683
20684 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20685
20686         * ext/ogg/gstoggdemux.c: (get_relative):
20687           Check for non-NULL before accessing member (end-of-chain).
20688
20689 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20690
20691         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
20692         (cdparanoia_set_property), (cdparanoia_get_property):
20693         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
20694         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
20695         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
20696         (dvdreadsrc_init), (dvdreadsrc_set_property),
20697         (dvdreadsrc_get_property):
20698         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
20699         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
20700           Synchronize property names where not yet the case. Devices are
20701           now device=X, other versions are deprecated (but still exist).
20702           Also use g_free() unconditionally.
20703         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
20704         (setup_source), (gst_play_base_bin_get_property):
20705           Expose source.
20706
20707 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
20708
20709         * configure.ac: move GCONF macro outside conditional for the am
20710           conditional. Fixes #160439
20711
20712 2004-12-08  David Schleef  <ds@schleef.org>
20713
20714         * tools/gst-visualise-m.m: Switch to elements that currently
20715         exist.
20716
20717 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20718
20719         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
20720           We love wrong commas.
20721
20722 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20723
20724         * gst/matroska/matroska-demux.c:
20725         (gst_matroska_demux_handle_src_query):
20726           Don't set DEFAULT, unsupported - makes length display incorrectly
20727           in some cases.
20728
20729 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
20730
20731         * gst/monoscope/README: remove blurb about files being GPL
20732         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
20733         * gst/monoscope/monoscope.c: Change license to BSD with explanation
20734           monoscope is now effectively LGPL licensed
20735
20736 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
20737
20738         * gst/monoscope/README: Update information to be more correct
20739         * gst/monoscope/convolve.c: Relicense to LGPL
20740         * gst/monoscope/convolve.h: Relicense to LGPL
20741
20742 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
20743
20744         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
20745           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
20746         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
20747           set default_duration for mpeg1 audio
20748
20749 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20750
20751         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
20752         * ext/alsa/gstalsa.h:
20753           refactor big chunks of the core caps negotiation code to make it
20754           a lot faster, because people claim it's really slow
20755           (actually, just cache the getcaps when the device is opened)
20756
20757 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20758
20759         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
20760         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
20761         (gst_a52dec_handle_frame), (gst_a52dec_chain),
20762         (gst_a52dec_change_state), (plugin_init):
20763         * ext/a52dec/gsta52dec.h:
20764           Do something useful with timestamps. Make chain-based (since
20765           there's really no reason to be loopbased).
20766         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
20767           Update current_byte/frame correctly.
20768
20769 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20770
20771         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
20772         (gst_ape_demux_stream_init):
20773           Forward tags, too.
20774
20775 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20776
20777         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
20778           Let's make sure we're done typefinding when detecting tags.
20779
20780 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20781
20782         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
20783         (gst_ebml_read_init), (gst_ebml_read_use_event),
20784         (gst_ebml_read_element_id), (gst_ebml_peek_id),
20785         (gst_ebml_read_seek), (gst_ebml_read_skip),
20786         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
20787         (gst_ebml_read_master):
20788         * gst/matroska/ebml-read.h:
20789         * gst/matroska/matroska-demux.c:
20790         (gst_matroska_demux_parse_contents),
20791         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
20792           Disgustingly evil hack for working around INTERRUPT events and
20793           their extremely annoying habit of being a pain in the ass. We
20794           simply peek a cluster before reading any of it.
20795
20796 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20797
20798         * ext/musepack/gstmusepackdec.cpp:
20799           There's also floating point libmusepacks.
20800
20801 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20802
20803         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
20804         (gst_faad_chanpos_to_gst), (gst_faad_chain):
20805           Set DURATION even if source buffer didn't. Also use increasing
20806           timestamps.
20807         * gst-libs/gst/riff/riff-media.c:
20808         (gst_riff_create_audio_caps_with_data):
20809           Block_align can have larger values than 8192.
20810
20811 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20812
20813         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
20814         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
20815         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
20816         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
20817           Fix caps.
20818
20819 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20820
20821         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
20822           Fix logic bug.
20823
20824 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20825
20826         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
20827           Yay, another one.
20828
20829 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20830
20831         * ext/esd/esdsink.c: (gst_esdsink_chain):
20832           Make error actually say something useful (fixes #156798).
20833         * gst-libs/gst/riff/riff-media.c:
20834         (gst_riff_create_video_caps_with_data),
20835         (gst_riff_create_video_template_caps):
20836           Add Intel Video 5.0 fourcc (IV50).
20837
20838 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
20839
20840         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
20841         detection on mono and stereo mp3 files.
20842
20843 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20844
20845         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
20846           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
20847           the contained stream).
20848
20849 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20850
20851         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
20852           Oops, remove debug.
20853
20854 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
20855
20856         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20857
20858         * gst/law/alaw-decode.c: (alawdec_getcaps):
20859         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
20860           Prevent warnings when negotiating caps (fixes #159338).
20861
20862 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20863
20864         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20865         (gst_ffmpegcsp_chain):
20866           Remove old leftover that shouldn't be there...
20867
20868 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
20869
20870         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20871
20872         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
20873           Don't forward DISCONT events (fixes #159684).
20874
20875 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20876
20877         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
20878           Unlink manually since sometimes bin disposal (and therefore
20879           pad unlinking) is delayed, which will cause a new media file
20880           to not be able to start playing instantly.
20881
20882 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20883
20884         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
20885           On mute of an unlinked stream, check for pad availability so
20886           we don't crash on unlinked pad.
20887
20888 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20889
20890         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
20891         (gst_avi_demux_massage_index):
20892           Fix quite humiliating bug in omitting 0-sized index chunks but
20893           forgetting to count them for timestamps.
20894
20895 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20896
20897         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
20898           Actually leave the loop if we failed to sync. Don't crash.
20899
20900 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20901
20902         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
20903         (gst_dvd_demux_process_private):
20904         * gst/mpegstream/gstdvddemux.h:
20905           Fix crash (#159759). Doesn't work, though. :-(.
20906
20907 2004-11-28  Benjamin Otte  <otte@gnome.org>
20908
20909         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
20910           more overwriting protection due to modifying channels one by one
20911           instead of all at once
20912
20913 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20914
20915         * gst/audioconvert/gstchannelmix.c:
20916         (gst_audio_convert_fill_normalize):
20917           Normalize using absolute values.
20918
20919 2004-11-28  Julien MOUTTE  <julien@moutte.net>
20920
20921         * configure.ac:
20922         * ext/Makefile.am:
20923         * ext/directfb/Makefile.am:
20924         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
20925         (gst_directfbvideosink_get_pixel_format),
20926         (gst_directfbvideosink_get_format_from_fourcc),
20927         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
20928         (gst_directfbvideosink_sink_link),
20929         (gst_directfbvideosink_change_state),
20930         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
20931         (gst_directfbvideosink_buffer_alloc),
20932         (gst_directfbvideosink_interface_supported),
20933         (gst_directfbvideosink_interface_init),
20934         (gst_directfbvideosink_navigation_send_event),
20935         (gst_directfbvideosink_navigation_init),
20936         (gst_directfbvideosink_set_property),
20937         (gst_directfbvideosink_get_property),
20938         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
20939         (gst_directfbvideosink_base_init),
20940         (gst_directfbvideosink_class_init),
20941         (gst_directfbvideosink_get_type), (plugin_init):
20942         * ext/directfb/directfbvideosink.h: Adding a first version of
20943         directfbvideosink.
20944         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
20945         more.
20946
20947 2004-11-28  Benjamin Otte  <otte@gnome.org>
20948
20949         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
20950           walk the samples backwards if out_channels > in_channels so we don't
20951           overwrite data
20952
20953 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20954
20955         * gst/audioconvert/Makefile.am:
20956         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
20957         (gst_audio_convert_link), (gst_audio_convert_change_state),
20958         (gst_audio_convert_channels):
20959         * gst/audioconvert/gstchannelmix.c:
20960         (gst_audio_convert_unset_matrix),
20961         (gst_audio_convert_fill_identical),
20962         (gst_audio_convert_fill_compatible),
20963         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
20964         (gst_audio_convert_fill_others),
20965         (gst_audio_convert_fill_normalize),
20966         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
20967         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
20968         * gst/audioconvert/gstchannelmix.h:
20969           Implement a channel mixer.
20970
20971 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
20972
20973         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
20974         * ext/alsa/gstalsa.h:
20975         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
20976         Make alsasink actually honor gst_element_set_clock and use that
20977         clock instead of its internal one.
20978
20979 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
20980
20981         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
20982         (gst_play_base_bin_change_state): nullify source and decoder when
20983         going from READY to NULL so that we don't try to do weird stuff with
20984         them when going from NULL to READY
20985         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
20986         instead of g_object_unref
20987         (gen_video_element), (gen_audio_element): more refcounting fixes, now
20988         it should be correct
20989         (gst_play_bin_change_state): don't call remove_sinks if we are
20990         currently disposing the object
20991
20992 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20993
20994         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
20995           Don't forget bass if it's there. Else left channel is silent...
20996
20997 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20998
20999         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
21000         (gst_a52dec_change_state):
21001           Don't do sample adjusting anymore, we use float audio now.
21002         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
21003           Don't fixate to non-existing properties.
21004
21005 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21006
21007         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
21008         (gst_a52dec_change_state):
21009           Advertise that we can do surround sound.
21010
21011 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21012
21013         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
21014           Add buffer-frames=0.
21015         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
21016         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
21017         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
21018         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
21019         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
21020         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
21021         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
21022         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
21023         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
21024         * ext/dvdread/dvdreadsrc.h:
21025           Add seeking, querying for bytes, sectors, title, angle and
21026           chapter. Handle multiple chapters. Relicense to LGPL because
21027           Billy agreed on that (thanks Billy!).
21028
21029 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
21030
21031         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
21032         call parent dispose method
21033
21034 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
21035
21036         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
21037         (gst_audio_clock_get_internal_time):
21038         Fix active <-> inactive transitions: ensure time value always
21039         grows and avoid abrupt value changes.
21040
21041 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
21042
21043         * configure.ac:
21044         * gst/tta/Makefile.am:
21045         * gst/tta/crc32.h:
21046         * gst/tta/filters.h:
21047         * gst/tta/gsttta.c:
21048         * gst/tta/gstttadec.c:
21049         * gst/tta/gstttadec.h:
21050         * gst/tta/gstttaparse.c:
21051         * gst/tta/gstttaparse.h:
21052         * gst/tta/ttadec.h:
21053           added TTA parser and decoder
21054
21055 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21056
21057         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
21058         (probe_triggered), (check_queue), (buffer_underrun),
21059         (buffer_running), (buffer_overrun), (gen_source_element),
21060         (setup_source):
21061         * gst/playback/gstplaybasebin.h:
21062           Implement buffering. Needs some more work.
21063
21064 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21065
21066         * ext/theora/theoradec.c: (theora_dec_chain):
21067           Fix ilog mask range overflow.
21068
21069 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21070
21071         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
21072           Don't omit the last (which in case of dmix is the only :) )
21073           channel count. Don't set channels if <= 2.
21074
21075 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
21076
21077         * gst/playback/gstplaybin.c: (gen_video_element),
21078         (gen_audio_element): Removed 2 obsolete comments
21079
21080 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
21081
21082         * ext/vorbis/oggvorbisenc.c
21083         * ext/vorbis/vorbisenc.c :
21084           change description fields of those plugins to differentiate them
21085           (pitivi show Encoders by description, they had the same one)
21086
21087 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
21088
21089         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21090
21091         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
21092         (gst_play_bin_set_property), (gen_video_element),
21093         (gen_audio_element):
21094           Refcounting fixes for provided audio-/videosinks.
21095
21096 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21097
21098         * gst/playback/gstplaybin.c: (gen_video_element),
21099         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
21100           Don't reference all sinks, but only the video- and audiosinks.
21101           The vis. element should be disposed when we're done with it.
21102           We don't have any reason to keep it around. This fixes warnings
21103           when reusing playbin for playing multiple audio files with
21104           vis. enabled. Also release audio device on pause - idea stolen
21105           from Rhythmbox.
21106
21107 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21108
21109         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
21110         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
21111         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
21112         * ext/alsa/gstalsaplugin.c: (plugin_init):
21113         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
21114         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
21115         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
21116         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
21117         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
21118         (gst_faad_change_state), (plugin_init):
21119         * ext/faad/gstfaad.h:
21120         * ext/vorbis/vorbis.c: (plugin_init):
21121         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
21122         * gst-libs/gst/audio/Makefile.am:
21123         * gst-libs/gst/audio/audio.c: (plugin_init):
21124         * gst-libs/gst/audio/multichannel.c:
21125         (gst_audio_check_channel_positions),
21126         (gst_audio_get_channel_positions),
21127         (gst_audio_set_channel_positions),
21128         (gst_audio_set_structure_channel_positions_list),
21129         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
21130         (gst_audio_fixate_channel_positions):
21131         * gst-libs/gst/audio/multichannel.h:
21132         * gst-libs/gst/audio/testchannels.c: (main):
21133         * gst/audioconvert/gstaudioconvert.c:
21134         (gst_audio_convert_class_init), (gst_audio_convert_init),
21135         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
21136         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
21137         (gst_audio_convert_fixate), (gst_audio_convert_channels):
21138         * gst/audioconvert/plugin.c: (plugin_init):
21139           Surround sound support.
21140
21141 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21142
21143         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
21144           Fix position for discont if we're close as well. Nitpicking, but
21145           saves a few milliseconds of extra waiting or skipping.
21146
21147 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21148
21149         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
21150           We sometimes need parsers for playback, so add those too.
21151
21152 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21153
21154         * configure.ac:
21155         * gst/apetag/Makefile.am:
21156         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
21157         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
21158         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
21159         (gst_ape_demux_get_src_query_types),
21160         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
21161         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
21162         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
21163         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
21164         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
21165         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
21166         (gst_ape_demux_change_state):
21167         * gst/apetag/apedemux.h:
21168         * gst/apetag/apetag.c: (plugin_init):
21169         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
21170         (plugin_init):
21171           APE v1/2 tag reader plus typefind function.
21172
21173 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21174
21175         * configure.ac:
21176         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
21177         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
21178           Remove hacks for older core. Require newer core version
21179           accordingly.
21180
21181 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21182
21183         * gst/cdxaparse/Makefile.am:
21184         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
21185         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
21186         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
21187         * gst/cdxaparse/gstcdxaparse.h:
21188         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
21189         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
21190         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
21191         (gst_cdxastrip_get_src_query_types),
21192         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
21193         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
21194         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
21195         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
21196         * gst/cdxaparse/gstcdxastrip.h:
21197           SVCD/VCD header stripping separated from CDXA image parsing.
21198         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
21199         (plugin_init):
21200           Add VCD/SVCD header typefinding for VCD/SVCD.
21201         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
21202         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
21203         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
21204         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
21205         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
21206         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
21207         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
21208         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
21209         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
21210         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
21211         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
21212         * sys/vcd/vcdsrc.h:
21213           Fix up, add seeking, querying, URI interface. Works in totem now.
21214
21215 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
21216
21217         * configure.ac:
21218           back to CVS
21219
21220 === release 0.8.6 ===
21221
21222 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
21223
21224         * NEWS:
21225         * RELEASE:
21226         * configure.ac:
21227         * po/af.po:
21228         * po/az.po:
21229         * po/cs.po:
21230         * po/en_GB.po:
21231         * po/hu.po:
21232         * po/it.po:
21233         * po/nb.po:
21234         * po/nl.po:
21235         * po/or.po:
21236         * po/sq.po:
21237         * po/sr.po:
21238         * po/sv.po:
21239         * po/uk.po:
21240           releasing 0.8.6, "IOU Love"
21241
21242 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21243
21244         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
21245
21246         * gst/playback/gstplaybasebin.c:
21247           Fix unplayable files error handling.  Fixes #158365
21248
21249 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21250
21251         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
21252
21253         * gst/typefind/gsttypefindfunctions.c:
21254           Fix broken mp3 typefinding.  Fixes #158375
21255
21256 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21257
21258         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
21259
21260         * ext/ogg/gstoggdemux.c:
21261           Fix sync on broken files.  Fixes #158976
21262
21263 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21264
21265         patch by: Edward Hervey <bilboed@bilboed.com>
21266
21267         * ext/libpng/gstpngenc.c:
21268           Copy over buffer properties.  Fixes #158832
21269
21270 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21271
21272         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
21273
21274         * ext/dvdread/dvdreadsrc.c:
21275           Fixes invalid reads (#158462)
21276
21277 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21278
21279         * sys/v4l/gstv4lsrc.c:
21280         * sys/v4l/gstv4lsrc.h:
21281         * sys/v4l/v4lsrc_calls.c:
21282           Probe less and cache it.  Fixes #159187.
21283
21284 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21285
21286         * gst/videorate/gstvideorate.c:
21287           Handle all video formats. Fixes #159186.
21288
21289 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
21290         * gst/synaesthesia/gstsynaesthesia.c:
21291         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
21292         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
21293         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
21294         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
21295         (gst_synaesthesia_change_state), (plugin_init):
21296         Fix up synaesthesia to work under different samplerates/ buffer sizes.
21297         Force 320x200 output, as that's the only thing the underlying
21298         synaesthesia implementation supports. Still needs to be made
21299         re-entrant.
21300
21301 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21302
21303         * configure.ac:
21304           Fix mpeg2enc configure check (similar to mplex check below).
21305
21306 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
21307
21308         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21309
21310         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21311           Fix for gcc-2.95 (fixes #158221).
21312
21313 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21314
21315         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
21316           Re-add clock distribution hack (until new core is released).
21317           Fixes #158125.
21318
21319 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
21320         * configure.ac:
21321           fix mplex configure check segfaulting on some systems (bug #140994)
21322
21323 2004-11-13  Benjamin Otte  <otte@gnome.org>
21324
21325         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
21326           add debugging
21327         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
21328           do a wait when we enter the loop func with no data available to
21329           write instead of getting into an 100% CPU loop by just returning and
21330           being called again by the scheduler
21331
21332 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
21333
21334         * configure.ac:
21335         * ext/libvisual/visual.c: (gst_visual_get_type),
21336         (libvisual_log_handler), (gst_visual_getcaps),
21337         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
21338         (plugin_init):
21339           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
21340         * ext/smoothwave/Makefile.am:
21341         * ext/smoothwave/demo-osssrc.c: (main):
21342         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
21343         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
21344         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
21345         (plugin_init):
21346         * ext/smoothwave/gstsmoothwave.h:
21347           Make gstsmoothwave a working element in the 20th century.
21348
21349         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
21350           Fix incorrect link function
21351
21352 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21353
21354         * gst/volume/gstvolume.c:
21355           Allow buffer-frames=0.
21356
21357 2004-11-12 Iain <iaingnome@gmail.com>
21358
21359         * configure.ac: Check for polypaudio
21360
21361         * ext/Makefile.am: Build the polyp dir
21362
21363         * ext/polyp: The polypsink sources.
21364
21365 2004-10-30 Iain <iaingnome@gmail.com>
21366
21367         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
21368         caps to reflect the new number of channels.
21369
21370 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21371
21372         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
21373           Fix for negotiation order problem. This would show when the
21374           ALSA loopfuction was called before any other function. ALSA
21375           wouldn't do anything because we're not negotiated yet, leading
21376           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
21377
21378 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
21379
21380         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21381
21382         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
21383           No warnings (#157986).
21384
21385 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21386
21387         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
21388           Prefer apev1/2 and id3v1 (at end of file) over musepack.
21389
21390 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21391
21392         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
21393           Signal no-more-pads (so it works in playbin).
21394
21395 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21396
21397         * ext/musepack/gstmusepackreader.cpp:
21398           Workaround for older core.
21399
21400 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21401
21402         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
21403           Actually test for odd width/height rather than testing whether
21404           a temporary variable that was 0 before we subtracted 1 is now
21405           not equal to zero (which it always is).
21406
21407 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21408
21409         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
21410         Fix compilation if HAVE_XVIDEO is not defined
21411
21412 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21413
21414         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
21415         Fix compilation if HAVE_XVIDEO is not defined
21416
21417 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
21418
21419         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
21420         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
21421         (gst_goom_change_state), (plugin_init):
21422         Use the bytestream adapter so goom doesn't depend on the input
21423         buffer size.
21424         Add a debug category
21425
21426 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21427
21428         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
21429           Only set hardware parameters *after* negotiation. Before
21430           negotiation, it will set ANY and that seems to cause crashes
21431           (see e.g. #151288, #153227).
21432
21433 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21434
21435         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
21436           This seems to be antique leftover. It needs to pass error
21437           checking.
21438         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
21439         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
21440         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
21441         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
21442           Fix GstXOverlay implementation (#151059).
21443
21444 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21445
21446         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
21447           Don't assert (#157853).
21448
21449 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21450
21451         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
21452           Fix bytes/samples confustion.
21453         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
21454           Fix for underrun (#144389).
21455
21456 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21457
21458         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
21459           Disable halfway-seek for pending release (since it needs a new
21460           core release).
21461
21462 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21463
21464         * sys/v4l/gstv4lsrc.c:
21465         * sys/v4l/gstv4lsrc.h:
21466         * sys/v4l/v4lsrc_calls.c:
21467           add autoprobe-fps property so we can separate autoprobing parts
21468
21469 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21470
21471         * sys/v4l/gstv4lsrc.c:
21472         * sys/v4l/v4lsrc_calls.c:
21473         initialise fourcc to catch unset fourcc's, and debug
21474
21475 2004-11-09  Wim Taymans  <wim@fluendo.com>
21476
21477         * gst/playback/README:
21478         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
21479         * gst/playback/gstplaybin.c: (gst_play_bin_init),
21480         (gst_play_bin_dispose), (gst_play_bin_set_property),
21481         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
21482         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
21483         (gst_play_bin_get_formats), (gst_play_bin_convert),
21484         (gst_play_bin_get_query_types), (gst_play_bin_query):
21485         Cleanups and some more documentation.
21486
21487 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
21488
21489         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
21490         (gst_cacasink_init), (gst_cacasink_chain):
21491         * ext/libcaca/gstcacasink.h:
21492         Cacasink inherits from VideoSink, so let that store the clock.
21493
21494 2004-11-09  Wim Taymans  <wim@fluendo.com>
21495
21496         * gst/playback/README:
21497         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
21498         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
21499         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
21500         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
21501         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
21502         (setup_sinks):
21503         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
21504         (gst_stream_info_is_mute), (gst_stream_info_set_property):
21505         * gst/playback/gststreaminfo.h:
21506         Updated README.
21507         Only switch groups if all streams have muted (EOSed).
21508         Send Tags in sync with the stream playback instead of in
21509         the playback/preroll phase.
21510         Some cleanups, free the fakesrc elements.
21511
21512 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21513
21514         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
21515           buffer-frames property was missing
21516         * ext/arts/gst_arts.c:
21517           rate missing from sinkcaps
21518         * ext/audiofile/gstafparse.c:
21519         * ext/audiofile/gstafsink.c:
21520         * ext/audiofile/gstafsrc.c:
21521         * ext/swfdec/gstswfdec.c:
21522           int audio doesn't know buffer-frames
21523         * ext/cdparanoia/gstcdparanoia.c:
21524           int audio doesn't know chunksize either
21525         * ext/nas/nassink.c:
21526           it's endianness, not endianess
21527         * gst-libs/gst/audio/audio.h:
21528           make float standard pad template caps really describe float
21529         * gst/law/mulaw.c: (linear_factory):
21530           signed only, please
21531         * gst/mpegstream/gstdvddemux.c:
21532           widths of 20 are not valid
21533
21534 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21535
21536         Submitted by: Luca Ferretti <elle.uca@infinito.it>
21537
21538         * po/LINGUAS:
21539         * po/it.po:
21540           Add Italian
21541
21542 2004-11-08  Wim Taymans  <wim@fluendo.com>
21543
21544         * gst/playback/README:
21545         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
21546         * gst/playback/gstplaybasebin.c: (probe_triggered),
21547         (gst_play_base_bin_change_state):
21548         Updated README, added more comments for fixmes etc..
21549
21550 2004-11-08  Wim Taymans  <wim@fluendo.com>
21551
21552         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
21553         We can remove this hack now.
21554
21555 2004-11-08  Wim Taymans  <wim@fluendo.com>
21556
21557         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
21558         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
21559         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
21560         Only mix AYUV for maximum quality.
21561
21562 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21563
21564         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
21565         (gst_ogg_demux_push), (gst_ogg_pad_push):
21566           Let's act as if we're synchronized now! :).
21567         * ext/theora/theoradec.c: (theora_dec_chain):
21568           Add some debug.
21569
21570 2004-11-08  Wim Taymans  <wim@fluendo.com>
21571
21572         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
21573         (gst_alpha_set_property), (gst_alpha_sink_link),
21574         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
21575         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
21576         (gst_alpha_init_params), (gst_alpha_chain):
21577         Implement alpha functions for AYUV too, this increases
21578         accuracy quite a bit.
21579
21580 2004-11-08  Wim Taymans  <wim@fluendo.com>
21581
21582         * gst/ffmpegcolorspace/avcodec.h:
21583         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21584         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
21585         (gst_ffmpegcsp_avpicture_fill):
21586         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21587         (gst_ffmpegcsp_caps_remove_format_info):
21588         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
21589         (shrink12), (img_get_alpha_info), (deinterlace_line),
21590         (deinterlace_line_inplace):
21591         * gst/ffmpegcolorspace/imgconvert_template.h:
21592         Added AYUV colorspace and handle RGBA a bit more respectful.
21593
21594 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21595
21596         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
21597           Actually always send a discont (cornercase when resending the
21598           same serial-tagged chain twice).
21599
21600 2004-11-08  Julien MOUTTE  <julien@moutte.net>
21601
21602         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
21603         (gst_ximagesink_finalize):
21604         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
21605         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
21606
21607 2004-11-08  Wim Taymans  <wim@fluendo.com>
21608
21609         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
21610         Don't segfault on NULL data.
21611
21612 2004-11-08  Wim Taymans  <wim@fluendo.com>
21613
21614         * gst/playback/gstdecodebin.c: (unlinked):
21615         * gst/playback/gstplay-marshal.list:
21616         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
21617         (gst_play_base_bin_init), (group_create), (get_active_group),
21618         (get_building_group), (group_destroy), (group_commit),
21619         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
21620         (add_element_stream), (no_more_pads), (probe_triggered),
21621         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
21622         (state_change), (setup_source), (gst_play_base_bin_get_property),
21623         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
21624         (gst_play_base_bin_link_stream),
21625         (gst_play_base_bin_get_streaminfo):
21626         * gst/playback/gstplaybasebin.h:
21627         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
21628         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
21629         Add support for chained ogg files. Prepare for playlist
21630         support. This patch introduces the concept of pad groups, which
21631         together compose one playable media file.
21632
21633 2004-11-07  David Schleef  <ds@schleef.org>
21634
21635         * testsuite/gst-lint: Check for pad templates that aren't statically
21636         scoped.
21637
21638 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21639
21640         * configure.ac:
21641         * ext/Makefile.am:
21642         * ext/musepack/Makefile.am:
21643         * ext/musepack/gstmusepackdec.cpp:
21644         * ext/musepack/gstmusepackdec.h:
21645         * ext/musepack/gstmusepackreader.cpp:
21646         * ext/musepack/gstmusepackreader.h:
21647           Add musepack decoder.
21648         * ext/faad/gstfaad.c: (gst_faad_base_init):
21649           Make pad templates static.
21650         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
21651         (plugin_init):
21652           Add musepack typefinder, make mp3 typefinding work halfway stream,
21653           which doesn't actually work yet because id3demux doesn't implement
21654           _get_length().
21655
21656 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21657
21658         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21659         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
21660           Fix interrupt event handling (#144436).
21661
21662 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21663
21664         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
21665           Hide unused glory.
21666
21667 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
21668
21669         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21670
21671         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
21672           Fix weird caps (#157548).
21673
21674 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
21675
21676         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21677
21678         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
21679           Add missing NULL terminator (#157543).
21680
21681 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
21682
21683         * gst/tcp/gsttcp.h:
21684         * gst/tcp/gsttcpclientsink.c:
21685         * gst/tcp/gsttcpclientsrc.c:
21686         * gst/tcp/gsttcpserversink.c:
21687         * gst/tcp/gsttcpserversrc.c:
21688           ports can go up to 65535.  Move common defines to gsttcp.h
21689
21690 2004-11-05  Wim Taymans  <wim@fluendo.com>
21691
21692         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
21693         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
21694         Added two more colorspaces.
21695
21696 2004-11-05  Wim Taymans  <wim@fluendo.com>
21697
21698         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21699         (gst_ffmpegcsp_avpicture_fill):
21700         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
21701         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
21702         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
21703         More stride fixes.
21704
21705 2004-11-05  Wim Taymans  <wim@fluendo.com>
21706
21707         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
21708         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
21709         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
21710         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
21711         (gst_videomixer_loop):
21712         More stride fixes.
21713
21714 2004-11-05  Benjamin Otte  <otte@gnome.org>
21715
21716         * ext/mad/gstmad.c: (gst_mad_chain):
21717           don't overflow data buffer. Flush not needed sync data when syncing
21718           failed.
21719
21720 2004-11-04  Wim Taymans  <wim@fluendo.com>
21721
21722         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
21723         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
21724         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
21725         (gst_alpha_init_params), (gst_alpha_chain),
21726         (gst_alpha_change_state):
21727         Updated the chroma keying algorithm with something more
21728         sophisticated.
21729
21730 2004-11-03  Wim Taymans  <wim@fluendo.com>
21731
21732         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
21733         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
21734         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
21735         Fix stride issues. Does not completely work for odd
21736         heights.
21737
21738 2004-11-03  Wim Taymans  <wim@fluendo.com>
21739
21740         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
21741         (gst_alpha_chroma_key), (gst_alpha_chain):
21742         Fix stride issues. Does not completely work for odd
21743         heights.
21744
21745 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
21746
21747         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
21748         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
21749         leak fixes
21750
21751 2004-11-03  Wim Taymans  <wim@fluendo.com>
21752
21753         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21754         (gst_ffmpegcsp_avpicture_fill):
21755         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
21756         (avpicture_alloc):
21757         * gst/ffmpegcolorspace/imgconvert_template.h:
21758         Use correct _fill function to get correct strides.
21759
21760 2004-11-02  David Schleef  <ds@schleef.org>
21761
21762         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
21763         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
21764         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
21765         Change all g_print()s to debugging.  Add a bunch of consistency
21766         checks.
21767
21768 2004-11-02  Wim Taymans  <wim@fluendo.com>
21769
21770         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
21771         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
21772         (unlinked), (no_more_pads), (close_link):
21773         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
21774         (unknown_type), (add_element_stream), (new_decoded_pad),
21775         (removed_decoded_pad), (setup_source):
21776         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
21777         (gst_stream_info_class_init), (gst_stream_info_init),
21778         (gst_stream_info_new), (gst_stream_info_dispose),
21779         (stream_info_mute_pad), (gst_stream_info_set_property),
21780         (gst_stream_info_get_property):
21781         * gst/playback/gststreaminfo.h:
21782         Fix playback of multiple files.
21783         a slightly different approach to handling dynamic pad removals.
21784         This one only looks at pads that we have linked.
21785
21786 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
21787
21788         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
21789         free" warning from libc.
21790
21791 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21792
21793         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
21794         (get_unconnected_element), (remove_starting_from), (pad_removed),
21795         (close_link):
21796           Implement support for dynamic pad changing. We listen to "live"
21797           pad removals (i.e. while playing) and re-setup autoplugging
21798           after that. Playbasebin/playbin need some more work for this
21799           to finally work, but decodebin supports (and replugs) chained
21800           ogg now.
21801
21802 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
21803
21804         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
21805         (gst_alsa_finalize):
21806         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
21807         (gst_cdaudio_finalize):
21808         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
21809         (cdparanoia_finalize):
21810         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
21811         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
21812         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
21813         (dvdreadsrc_finalize):
21814         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
21815         (gst_flacdec_finalize):
21816         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
21817         (gst_flacenc_finalize):
21818         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
21819         (gst_gnomevfssink_finalize):
21820         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
21821         (gst_gnomevfssrc_finalize):
21822         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
21823         (gst_fameenc_finalize):
21824         * ext/nas/nassink.c: (gst_nassink_class_init),
21825         (gst_nassink_finalize):
21826         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
21827         (gst_sdlvideosink_class_init):
21828         * ext/sndfile/gstsf.c: (gst_sf_dispose):
21829         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
21830         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
21831         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
21832         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
21833         (gst_x_window_listener_dispose):
21834         * gst/audioscale/gstaudioscale.c:
21835         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
21836         (play_on_demand_finalize):
21837         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
21838         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
21839         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
21840         (cdplayer_finalize):
21841         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
21842         (gst_glimagesink_class_init):
21843         * sys/oss/gstosselement.c: (gst_osselement_class_init),
21844         (gst_osselement_finalize):
21845         * sys/oss/gstosssink.c: (gst_osssink_dispose):
21846         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
21847         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
21848           Fixes a bunch of problems with finalize and dispose functions,
21849           either assumptions that dispose is only called once, or not calling
21850           the parent class dispose/finalize function
21851
21852 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
21853
21854         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
21855           added two api precondition guards
21856           use g_strdup with getenv to fix crash when using ENVVAR
21857
21858 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
21859         * ext/esd/esdsink.c: (gst_esdsink_class_init),
21860         (gst_esdsink_finalize):
21861         Use a finalize function, not dispose, and more importantly,
21862         call the parent class finalize function too
21863
21864 2004-11-01  Johan Dahlin  <johan@gnome.org>
21865
21866         * ext/ogg/gstoggdemux.c:
21867         * gst/tags/gstvorbistag.c:
21868         Plug leaks.
21869
21870 2004-10-31  Benjamin Otte  <otte@gnome.org>
21871
21872         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
21873           lotsa memleaks today. But they're all small...
21874
21875 2004-10-31  Benjamin Otte  <otte@gnome.org>
21876
21877         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
21878           another memleak crushed
21879
21880 2004-10-31  Benjamin Otte  <otte@gnome.org>
21881
21882         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
21883           fix memleak
21884
21885 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21886
21887         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
21888           Hack to prevent crash when going to READY inside signal handler
21889           while this function is active.
21890
21891 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21892
21893         * gst/ffmpegcolorspace/Makefile.am:
21894         * gst/ffmpegcolorspace/avcodec.h:
21895         * gst/ffmpegcolorspace/common.h:
21896         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
21897         * gst/ffmpegcolorspace/dsputil.h:
21898         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
21899         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21900         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
21901         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
21902         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
21903         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
21904         (gst_ffmpegcsp_avpicture_fill):
21905         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
21906         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21907         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
21908         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
21909         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
21910         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
21911         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
21912         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
21913         * gst/ffmpegcolorspace/imgconvert.c:
21914         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
21915         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
21916         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
21917         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
21918         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
21919         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
21920         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
21921         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
21922         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
21923         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
21924         (grow21), (grow22), (grow41), (grow44), (conv411),
21925         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
21926         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
21927         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
21928         (avpicture_free), (is_yuv_planar), (img_convert),
21929         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
21930         (deinterlace_line_inplace), (deinterlace_bottom_field),
21931         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
21932         * gst/ffmpegcolorspace/imgconvert_template.h:
21933         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
21934         * gst/ffmpegcolorspace/mmx.h:
21935         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
21936         (av_fast_realloc), (av_mallocz_static), (av_free_static),
21937         (av_freep), (avcodec_get_context_defaults),
21938         (avcodec_alloc_context), (avcodec_init):
21939           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
21940           handling plus update from ffmpeg CVS. Large clean-up.
21941
21942 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21943
21944         * gst/playback/Makefile.am:
21945           We need the marshallers for decodebin, too.
21946
21947 2004-10-30  David Schleef  <ds@schleef.org>
21948
21949         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
21950           quicktime typefinding work with 64-bit offsets.
21951
21952 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
21953
21954         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
21955           Set EOS on the element when processing an EOS event.
21956         * ext/speex/gstspeexdec.h:
21957         * ext/speex/gstspeexenc.h:
21958           Only keep a const ptr to the mode
21959         * gst-libs/gst/riff/riff-media.c:
21960         (gst_riff_create_audio_caps_with_data),
21961         (gst_riff_create_audio_template_caps):
21962           Allow WMAV3, with up to 6 channels.
21963         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
21964           Don't call gst_pad_set_event_function on a sink pad.
21965         * gst/mpegstream/gstdvddemux.c:
21966         (gst_dvd_demux_get_subpicture_stream),
21967         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
21968           Copy the explicit caps that were set across to the cur_* pads,
21969           instead of trying to use a possibly non-existent negotiated caps.
21970           Reset the type of subpicture pads to UNKNOWN after calling
21971           init_stream, so that the caps get set.
21972
21973 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
21974
21975         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21976
21977         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
21978           Don't touch buffer if it is of size 0 (fixes #151064).
21979
21980 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21981
21982         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
21983           Synchronized discont handling.
21984
21985 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21986
21987         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
21988         (gst_ogg_demux_push):
21989           Make seeking sort-of exact again (fixes #156387).
21990
21991 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21992
21993         * gst/playback/gstplaybasebin.c: (unknown_type),
21994         (add_element_stream), (new_decoded_pad),
21995         (gst_play_base_bin_change_state):
21996         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
21997         (gst_stream_info_init), (gst_stream_info_new),
21998         (gst_stream_info_dispose), (gst_stream_info_get_property):
21999         * gst/playback/gststreaminfo.h:
22000           Make caps explicitely available. Makes testing for unsupported
22001           types possible. Improves error reporting.
22002
22003 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22004
22005         * gst/audioconvert/gstaudioconvert.c:
22006         (gst_audio_convert_buffer_to_default_format):
22007           Really don't touch read-only buffers (#156563).
22008
22009 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
22010
22011         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22012
22013         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
22014           Fix memleak (#155223).
22015
22016 2004-10-29  Wim Taymans  <wim@fluendo.com>
22017
22018         * gst/tcp/.cvsignore:
22019         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
22020         (gst_multifdsink_class_init), (gst_multifdsink_init),
22021         (gst_multifdsink_add), (gst_multifdsink_remove),
22022         (gst_multifdsink_remove_client_link), (is_sync_frame),
22023         (gst_multifdsink_new_client),
22024         (gst_multifdsink_handle_client_write),
22025         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
22026         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
22027         (gst_multifdsink_get_property):
22028         * gst/tcp/gstmultifdsink.h:
22029         Added burst on connect sync_method, deprecated sync_clients,
22030         streamlined the sync code some more.
22031
22032 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22033
22034         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
22035         (gst_play_base_bin_change_state):
22036           Improve error reporting.
22037
22038 2004-10-28  Wim Taymans  <wim@fluendo.com>
22039
22040         * gst/tcp/Makefile.am:
22041         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
22042         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
22043         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
22044         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
22045         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
22046         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
22047         (gst_fdset_wait):
22048         Added more locks around fdset structures. Fixed/reworked
22049         the poll array resizing code.
22050         Added stress test for fdset.
22051
22052 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22053
22054         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
22055         fix build
22056
22057 2004-10-28  Benjamin Otte  <otte@gnome.org>
22058
22059         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
22060           fix link function to always query channels and query width for
22061           floats
22062         * configure.ac:
22063           add equalizer dir
22064         * gst/equalizer/Makefile.am:
22065         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
22066         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
22067         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
22068         (arg_to_scale), (setup_filter),
22069         (gst_iir_equalizer_compute_frequencies),
22070         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
22071         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
22072         (plugin_init):
22073           add an equalizer
22074
22075 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22076
22077         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
22078
22079         * po/LINGUAS:
22080         * po/nb.po:
22081           Added Norwegian Bokmaal translation
22082
22083 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22084
22085         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
22086           Don't break on options (fixes #156488).
22087
22088 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22089
22090         * configure.ac:
22091         * ext/cdaudio/Makefile.am:
22092         * sys/Makefile.am:
22093           fix build on older automake
22094
22095 2004-10-26  Wim Taymans  <wim@fluendo.com>
22096
22097         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
22098         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
22099         Allow a little margin when negotiating the framerate.
22100
22101 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
22102
22103         * gst/level/gstlevel.c:
22104           synchonised naming of pads and pad-templates
22105
22106 2004-10-26  Wim Taymans  <wim@fluendo.com>
22107
22108         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
22109         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
22110         (_find_streams_check), (gst_ogg_demux_push):
22111         Fix EOS again. Needs to be done in a better way. We should not
22112         remove the pad if there is no new chained stream.
22113
22114 2004-10-26 Iain <iaingnome@gmail.com>
22115
22116         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
22117         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
22118         of the caps.
22119         * gst/interleave/interleave.c (interleave_class_init): Hook up release
22120         pad.
22121         (interleave_release_pad): Remove the pad.
22122         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
22123         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
22124         the set device.
22125         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
22126         attrs
22127         (gst_xvimagesink_xcontext_clear): Free the xcontext.
22128         (gst_xvimagesink_finalize): Free the par.
22129
22130 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22131
22132         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
22133         (gst_avimux_stop_file):
22134           First calculate the rate, and only then use it. Hdr.rate is a
22135           multiple and not a derivative of hdr.scale. Scale is not the
22136           same as blockalign but is solely related to rate.
22137
22138 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22139
22140         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
22141         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
22142           Implement seeking.
22143
22144 2004-10-25  James Henstridge  <james@jamesh.id.au>
22145
22146         Reviewed by:  David Schleef  <ds@schleef.org>
22147
22148         * examples/gstplay/player.c: (got_stream_length), (main):
22149         * examples/seeking/cdplayer.c: (update_scale):
22150         * examples/seeking/seek.c: (format_value), (update_scale):
22151         * examples/seeking/spider_seek.c: (format_value), (update_scale),
22152         (stop_seek):
22153         Build fixes on AMD64.
22154
22155 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22156
22157         reviewed by: Ronald Bultje <rbultje at gnome dot org>
22158
22159         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
22160         Fix for some v4l cards which hang in v4lsrc
22161
22162 2004-10-25  Wim Taymans  <wim@fluendo.com>
22163
22164         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
22165         (gst_ogg_demux_push), (gst_ogg_chains_clear):
22166         Make sure to remove the pad when a new chain is
22167         encountered. Set some vars to NULL so we don't try
22168         to reference freed memory.
22169
22170 2004-10-25  Wim Taymans  <wim@fluendo.com>
22171
22172         * examples/seeking/Makefile.am:
22173         * examples/seeking/cdplayer.c: (update_scale):
22174         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
22175         * examples/seeking/playbin.c: (make_playerbin_pipeline),
22176         (format_value), (update_scale), (iterate), (start_seek),
22177         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
22178         (print_usage), (main):
22179         Added some more examples, update others.
22180
22181 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22182
22183         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
22184         * ext/speex/gstspeexdec.c: (speex_dec_chain):
22185         * ext/theora/theoradec.c: (theora_dec_chain):
22186         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
22187           Add codec-name metadata.
22188
22189 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
22190
22191         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22192
22193         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
22194         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
22195         * ext/alsa/gstalsamixertrack.h:
22196         * po/POTFILES.in:
22197           ALSA mixer track label internationalization (#154054).
22198
22199 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22200
22201         * ext/theora/theoradec.c: (theora_dec_chain):
22202           Export bitrate as metadata.
22203
22204 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22205
22206         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
22207         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
22208         * ext/alsa/gstalsamixertrack.h:
22209           Fix names, fix loop.
22210
22211 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22212
22213         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
22214         (speex_dec_convert):
22215           sinkconvert function so oggdemux can get the file length (totem).
22216
22217 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
22218
22219         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22220
22221         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
22222           Don't push incomplete packets.
22223         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
22224           Fix MPEG-4 audio typefinding.
22225
22226 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22227
22228         * sys/v4l/Makefile.am:
22229         * sys/v4l/gstv4l.c: (plugin_init):
22230         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
22231         (gst_v4lelement_init), (gst_v4lelement_dispose),
22232         (gst_v4lelement_change_state):
22233         * sys/v4l/gstv4lelement.h:
22234         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
22235         (gst_v4l_xoverlay_close), (idle_refresh),
22236         (gst_v4l_xoverlay_set_xwindow_id):
22237         * sys/v4l/gstv4lxoverlay.h:
22238         * sys/v4l/v4l-overlay_calls.c:
22239         * sys/v4l/v4l_calls.h:
22240         * sys/v4l2/Makefile.am:
22241         * sys/v4l2/gstv4l2.c: (plugin_init):
22242         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
22243         (gst_v4l2element_init), (gst_v4l2element_dispose),
22244         (gst_v4l2element_change_state):
22245         * sys/v4l2/gstv4l2element.h:
22246         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
22247         (gst_v4l2_xoverlay_close), (idle_refresh),
22248         (gst_v4l2_xoverlay_set_xwindow_id):
22249         * sys/v4l2/gstv4l2xoverlay.h:
22250         * sys/v4l2/v4l2-overlay_calls.c:
22251         * sys/v4l2/v4l2_calls.h:
22252           Remove client-side overlay handling, use the X-server v4l plugin
22253           for that. Nicer overlay, less code. Also make the plugin
22254           compileable without X (but then without overlay, obviously).
22255           Makes xwindowlistener obsolete, should we remove that?
22256
22257 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22258
22259         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
22260         (gst_osssrc_src_query):
22261         * sys/oss/gstosssrc.h:
22262           OK, so people want offset in DEFAULT. This time, actually fix all
22263           cases.
22264         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
22265           Add FPS properly.
22266
22267 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22268
22269         * gst/asfdemux/gstasfmux.c:
22270         * gst/avi/gstavimux.c:
22271           Framerate.
22272
22273 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22274
22275         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
22276           Fix properties (channel, norm, frequency).
22277
22278 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22279
22280         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
22281           Flag typo.
22282         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
22283           No warnings.
22284
22285 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22286
22287         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
22288           Fix hang.
22289
22290 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22291
22292         * sys/v4l2/gstv4l2element.h:
22293           Yet Another Hack (tm) for kernel header borkedness.
22294         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
22295         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
22296         (gst_v4l2src_link), (gst_v4l2src_getcaps),
22297         (gst_v4l2src_change_state):
22298         * sys/v4l2/gstv4l2src.h:
22299         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
22300         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
22301           Fix caps, keep track of state, work.
22302
22303 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22304
22305         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
22306           Quiet.
22307
22308 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22309
22310         * sys/oss/gstosssrc.c: (gst_osssrc_get):
22311           Don't mix bytes and samples.
22312
22313 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22314
22315         * ext/ogg/gstoggmux.c:
22316           Basic pad template which accepts OGM tracks, speex, flac, vorbis
22317           and theora. Any is incorrect.
22318         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
22319           Fix caps.
22320         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
22321         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
22322         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
22323         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
22324         * sys/v4l/gstv4lmjpegsrc.h:
22325         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
22326         (gst_v4lsrc_change_state):
22327         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
22328         (gst_v4lmjpegsrc_capture_stop):
22329           Fix caps. Keep track of internal state. Work.
22330
22331 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22332
22333         * ext/Makefile.am:
22334           Fix the build fixes.
22335
22336 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22337
22338         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22339         (gst_ogg_demux_src_event), (_find_chain_seek),
22340         (gst_ogg_pad_push):
22341           Check for pad availability before using it.
22342         * ext/ogg/gstoggdemux.c: (_find_chain_process):
22343           Fix parsing of chained ogg. Needs more work on the decoder side.
22344
22345 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22346
22347         * gst/spectrum/Makefile.am:
22348         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
22349         (idle_func):
22350           Fix demo and reenable it. Yes, I'm currently playing with audio
22351           analysis tools
22352
22353 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22354
22355         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
22356           We love it if files that start at zero work too...
22357
22358 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22359
22360         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
22361           Handle files with missing EOS headers.
22362
22363 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22364
22365         * gst/tcp/gsttcpserversink.c:
22366         (gst_tcpserversink_handle_server_read),
22367         (gst_tcpserversink_init_send):
22368         Zero some variables first (need for accept not to return EINVAL)
22369
22370 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22371
22372         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22373         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
22374         * ext/theora/theoradec.c: (theora_dec_sink_convert),
22375         (theora_dec_chain):
22376         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
22377         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
22378           Seeking and querying finetune.
22379
22380 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22381
22382         * configure.ac:
22383         * ext/Makefile.am:
22384         * ext/raw1394/Makefile.am:
22385           fix the build
22386
22387 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22388
22389         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
22390           Wrong return.
22391         * gst/playback/Makefile.am:
22392         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
22393         * gst/playback/gstplay-marshal.list:
22394         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
22395           Fix marshallers.
22396
22397 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22398
22399         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
22400           Silence.
22401
22402 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22403
22404         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22405         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
22406         (gst_ogg_pad_push):
22407           Yay for non-lineair granulepos in theora.
22408
22409 2004-10-18  Wim Taymans  <wim@fluendo.com>
22410
22411         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
22412         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
22413         * ext/dv/gstdvdec.h:
22414         Make sure we renegotiate aspect ratio when the camera switches.
22415
22416 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22417
22418         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22419         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
22420           Start at zero.
22421         * ext/theora/theoradec.c: (theora_dec_chain):
22422           Skip headers. Bad idea for chained ogg, but fixes seeking.
22423
22424 2004-10-18  Wim Taymans  <wim@fluendo.com>
22425
22426         * configure.ac:
22427         I swear, this is the last time I touch this.
22428
22429 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22430
22431         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22432         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
22433         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
22434           Faster seeking.
22435         * ext/theora/theoradec.c: (theora_dec_sink_convert):
22436           Time-to-default conversion.
22437         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
22438           Don't error on unknown packets, just skip. We should probably
22439           read them if we want to support chained ogg.
22440
22441 2004-10-18  Wim Taymans  <wim@fluendo.com>
22442
22443         * configure.ac:
22444         Added cdaudio to wrong list.
22445
22446 2004-10-18  Wim Taymans  <wim@fluendo.com>
22447
22448         * configure.ac:
22449         Revive cdaudio.
22450
22451 2004-10-18  Wim Taymans  <wim@fluendo.com>
22452
22453         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
22454         (gst_dvdec_video_link), (gst_dvdec_push):
22455         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
22456         (gst_smokeenc_resync), (gst_smokeenc_chain):
22457         Fix mimetype on smoke encoder.
22458         Add aspect ratio to dvdec. Not sure if these
22459         values are correct though....
22460
22461 2004-10-18  Wim Taymans  <wim@fluendo.com>
22462
22463         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
22464         Fix vorbis property descriptions and ranges.
22465
22466 2004-10-18  Wim Taymans  <wim@fluendo.com>
22467
22468         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
22469         Really do nothing when no data is available.
22470         Go to the playing state when the stream is not seekable
22471         instead of failing.
22472
22473 2004-10-18  Wim Taymans  <wim@fluendo.com>
22474
22475         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
22476         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
22477         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
22478         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
22479         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
22480         Added uri handler for cd://
22481         Port to new API.
22482
22483 2004-10-18  Wim Taymans  <wim@fluendo.com>
22484
22485         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
22486         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
22487         (try_to_link_1), (no_more_pads), (close_link), (type_found):
22488         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
22489         (remove_prerolls), (unknown_type), (add_element_stream),
22490         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
22491         (gst_play_base_bin_remove_element),
22492         (gst_play_base_bin_link_stream):
22493         * gst/playback/gstplaybin.c: (gen_video_element),
22494         (gen_vis_element), (remove_sinks), (setup_sinks):
22495         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
22496         (gst_stream_info_get_type), (gst_stream_info_class_init),
22497         (gst_stream_info_init), (gst_stream_info_new),
22498         (gst_stream_info_dispose), (stream_info_mute_pad),
22499         (gst_stream_info_set_property), (gst_stream_info_get_property):
22500         * gst/playback/gststreaminfo.h:
22501         Add sink padtemplate to decodebin.
22502         Added some more comments.
22503         Make queue size configurable in playbasebin.
22504         Added possibility to use elements as sinks (ex cdaudio).
22505
22506 2004-10-15  Wim Taymans  <wim@fluendo.com>
22507
22508         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
22509         (gst_speexenc_chain):
22510         Fix speex timestamps so that it gets muxed properly.
22511
22512 2004-10-15  Wim Taymans  <wim@fluendo.com>
22513
22514         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
22515         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
22516         (gst_dv1394src_init), (gst_dv1394src_dispose),
22517         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
22518         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
22519         (gst_dv1394src_event), (gst_dv1394src_get_formats),
22520         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
22521         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
22522         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
22523         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
22524         * ext/raw1394/gstdv1394src.h:
22525         Added conversion/query functions.
22526         Update buffer timestamps,
22527         Added signals.
22528         Added uri dv:// so it might play from the firewire in playbin.
22529         Fix a possible leak.
22530         Added debugging.
22531
22532 2004-10-15  Wim Taymans  <wim@fluendo.com>
22533
22534         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
22535         (gst_dv1394src_init), (gst_dv1394src_set_property),
22536         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
22537         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
22538         * ext/raw1394/gstdv1394src.h:
22539         Added AV/C VTR control support needed for some cameras.
22540         Added automatic port detection.
22541         Added properties for selecting the channel.
22542         The configure.ac script is not yet updated to reflect the
22543         new libavc1394 and librom1394 dependencies.
22544
22545 2004-10-15  Wim Taymans  <wim@fluendo.com>
22546
22547         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
22548         (qtdemux_parse), (gst_qtdemux_handle_esds):
22549         An esds box is not a container.
22550         Fix parsing of mp4v boxes.
22551         Do not try to renegotiate fps for each frame. Need to
22552         find a better method. This should fix mp4 playback.
22553
22554 2004-10-14  David Schleef  <ds@schleef.org>
22555
22556         * configure.ac: update for swfdec-0.3 and liboil-0.2
22557         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
22558         * ext/swfdec/gstswfdec.h: same
22559         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
22560         * gst/videotestsrc/videotestsrc.c: same
22561
22562 2004-10-14  Wim Taymans  <wim@fluendo.com>
22563
22564         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
22565         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
22566         (is_sync_frame), (gst_multifdsink_new_client),
22567         (gst_multifdsink_handle_client_write),
22568         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
22569         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
22570         Turn warnings into info.
22571         Don't allow a state change in the streaming thread.
22572
22573 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22574
22575         * ext/vorbis/oggvorbisenc.c:
22576         * ext/vorbis/vorbisdec.c:
22577           fix template sample rate
22578
22579 2004-10-13  Wim Taymans  <wim@fluendo.com>
22580
22581         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
22582         Decoding the header first fixes some problems in resyncing
22583         in more mp3s.
22584
22585 2004-10-12  Wim Taymans  <wim@fluendo.com>
22586
22587         * gst/playback/gstplaybin.c: (gen_video_element),
22588         (gen_vis_element), (remove_sinks), (setup_sinks):
22589         Added vis plugin support, need to configure the vis
22590         element to activate it.
22591
22592 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22593
22594         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
22595         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
22596           Some debug.
22597         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
22598         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
22599         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
22600         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
22601         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
22602         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
22603         * gst/avi/gstavidemux.h:
22604           Support for openDML-2.0 indx/ix## chunks. Support for broken index
22605           recovery (where, if part of the index is broken, we will still read
22606           the rest of the index and recover the broken part by stream
22607           scanning). More broken media support. EOS workarounds. General AVI
22608           braindamage headache recovery. Aspirin included.
22609
22610 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22611
22612         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
22613         (cdparanoia_event), (cdparanoia_query):
22614           Get rid of hideous lead-in.
22615
22616 2004-10-11  Wim Taymans  <wim@fluendo.com>
22617
22618         * gst/playback/gstplaybasebin.c: (setup_source):
22619         Wrong var used to get g_list_next.
22620
22621 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22622
22623         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
22624         (cdparanoia_get), (cdparanoia_open):
22625           Report discid as metadata, add duration.
22626
22627 2004-10-11  Wim Taymans  <wim@fluendo.com>
22628
22629         * gst/playback/gstplaybasebin.c: (setup_source):
22630         Cleanup the previous pipeline a little earlier for the
22631         case that a source element provides raw data.
22632
22633 2004-10-11  Benjamin Otte  <otte@gnome.org>
22634
22635         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
22636           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
22637           consuming the last 128 bytes, even though it was valid mp3 data.
22638
22639 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22640
22641         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
22642         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
22643         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
22644         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
22645
22646 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22647
22648         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
22649         Fix for webcams that support only specific width or height
22650
22651 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
22652
22653         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22654
22655         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
22656           Fix wrong discont event setup (fixes #154967).
22657
22658 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
22659
22660         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22661
22662         * gst/auparse/gstauparse.c: (gst_auparse_chain):
22663           Error out on invalid data (fixes #154807).
22664
22665 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
22666
22667         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22668
22669         * ext/dvdread/dvdreadsrc.c: (_read):
22670           Make titles > 0 work again (fixes #154834).
22671
22672 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22673
22674         * gst-libs/gst/riff/riff-media.c:
22675         (gst_riff_create_video_template_caps):
22676           WMV3 missing in template caps.
22677
22678 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22679
22680         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
22681           OK, so the original code was too strict. It makes random AVI files
22682           hang for seconds upon opening, which is unacceptable and is far
22683           beyond the original goal of getting multiple chunks for one-chunk
22684           sounc stream files. So now do just that.
22685
22686 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22687
22688         * gst/playback/gstplaybasebin.c: (setup_source),
22689         (gst_play_base_bin_change_state):
22690           Actually clean up streaminfo if output fails. This would trigger
22691           if, for example, there was no CD in the drive. No preroll, so
22692           a streaminfo structure is created, but the subsequent state change
22693           of the thread fails.
22694         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
22695           Don't change state if parent failed.
22696
22697 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22698
22699         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
22700         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
22701         (gen_video_element), (remove_sinks):
22702           Add small bits of code for screenshot handling.
22703
22704 2004-10-08  Wim Taymans  <wim@fluendo.com>
22705
22706         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
22707         (gen_video_element), (gen_audio_element), (setup_sinks):
22708         Don't assume the user provided sinks are named "sink"...
22709
22710 2004-10-08  Wim Taymans  <wim@fluendo.com>
22711
22712         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
22713         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
22714         (gst_play_base_bin_link_stream):
22715         Do not try to autoplug sources that generate raw streams like
22716         cdparanoia.
22717         disconnect the preroll overrun signal when we don't need it anymore.
22718
22719 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
22720
22721         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
22722         Added reworked patch from #154903 from milosz derezynski (deadchip).
22723
22724 2004-10-08  Wim Taymans  <wim@fluendo.com>
22725
22726         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
22727         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
22728         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
22729         (cdparanoia_convert), (cdparanoia_uri_get_type),
22730         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
22731         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
22732         * ext/cdparanoia/gstcdparanoia.h:
22733         This adds the cdda://<tracknum> uri.
22734
22735 2004-10-08  Wim Taymans  <wim@fluendo.com>
22736
22737         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
22738         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
22739         (try_to_link_1), (no_more_pads), (close_link), (type_found):
22740         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
22741         (unknown_type), (gst_play_base_bin_remove_element),
22742         (gst_play_base_bin_link_stream):
22743         * gst/playback/gstplaybasebin.h:
22744         * gst/playback/gstplaybin.c: (gst_play_bin_init),
22745         (gst_play_bin_set_property), (gen_video_element),
22746         (gen_audio_element), (setup_sinks):
22747         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
22748         (gst_stream_info_get_type), (gst_stream_info_class_init),
22749         (gst_stream_info_init), (gst_stream_info_new),
22750         (gst_stream_info_dispose), (stream_info_mute_pad),
22751         (gst_stream_info_set_property), (gst_stream_info_get_property):
22752         * gst/playback/gststreaminfo.h:
22753         Reuse the audio and video bins.
22754         Some internal cleanups in the stream selection code.
22755
22756 2004-10-08  Julien MOUTTE  <julien@moutte.net>
22757
22758         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
22759         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
22760         * sys/ximage/ximagesink.h:
22761         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
22762         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
22763         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
22764         not coming from those elements. Moreover these elements should not keep
22765         the xid they have been given when in NULL state.
22766
22767 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22768
22769         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
22770         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
22771         * sys/ximage/ximagesink.h:
22772         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
22773         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
22774         * sys/xvimage/xvimagesink.h:
22775           Actually only create a new toplevel window if we're not gonna
22776           embed it right after.
22777
22778 2004-10-07  Wim Taymans  <wim@fluendo.com>
22779
22780         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
22781         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
22782         * gst/playback/gstplaybin.c: (setup_sinks):
22783         Implement muting/unmuting of streams, mute streams that are not
22784         used.
22785
22786 2004-10-07  Wim Taymans  <wim@fluendo.com>
22787
22788         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
22789         (plugin_init):
22790         Added lame audio/x-ac3 typefind function.
22791
22792 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
22793
22794         * configure.ac:
22795           bump nano to cvs
22796
22797 === release 0.8.5 ===
22798
22799 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
22800
22801         * NEWS:
22802         * RELEASE:
22803         * configure.ac:
22804           releasing 0.8.5, "Take You On"
22805
22806 2004-10-06  Wim Taymans  <wim@fluendo.com>
22807
22808         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
22809         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
22810         (no_more_pads), (close_link), (type_found):
22811         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
22812         * gst/playback/gstplaybin.c: (gen_video_element):
22813         Do not signal the no_more_pads after the first pad when
22814         we are plugging a non dynamic element with multiple
22815         output pads (like swfdec, dvdec, ...).
22816
22817 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22818
22819         * configure.ac:
22820           bump for prerelease
22821
22822 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
22823
22824         * gst/wavparse/gstwavparse.c:
22825           add ATRAC3 to STATIC CAPS to fix a warning
22826
22827         * gst/matroska/ebml-read.c:
22828         * gst-libs/gst/riff/riff-read.c:
22829           fix typos
22830
22831 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
22832
22833         * gst-libs/gst/riff/riff-media.c:
22834           generate caps for ATRAC3 audio streams
22835
22836         * gst/realmedia/rmdemux.c:
22837           generate caps for ATRAC3 audio streams
22838
22839 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
22840
22841         * gst/wavparse/Makefile.am
22842         * gst/wavparse/riff.h
22843         * gst/wavparse/wavparse.vcproj
22844           riff.h removal (unused and duplication with riff-ids.h)
22845
22846 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
22847
22848         * gst/wavparse/gstwavparse.h
22849           remove duplicated defines for audio codec codes
22850
22851         * gst-libs/gst/riff/riff-ids.h
22852         * gst/wavenc/riff.h:
22853           add "4CC" code for ATRAC3 audio streams
22854           add "4CC" code for ITU_G721_ADPCM (unused for now)
22855
22856 2004-10-06  Wim Taymans  <wim@fluendo.com>
22857
22858         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
22859         Actually _do_ negotiation. Pass gdouble as arg instead
22860         of guint64 for the framerate.
22861
22862 2004-10-06  Wim Taymans  <wim@fluendo.com>
22863
22864         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
22865         (find_compatibles), (close_pad_link), (try_to_link_1),
22866         (no_more_pads), (close_link), (type_found):
22867         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
22868         * gst/playback/gstplaybin.c: (gen_video_element),
22869         (gen_audio_element):
22870         Set state on newly added element to READY so that negotiation
22871         can happen ASAP.
22872         Addes some more debug info.
22873         Do not try to plug pads with multiple caps structures or ANY
22874         because it is too dangerous since we do not do dynamic
22875         replugging.
22876
22877 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22878
22879         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
22880
22881         * po/LINGUAS:
22882         * po/or.po:
22883           add Oriya translation
22884
22885 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22886
22887         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
22888           Prevent overwrite of size member. Makes audio sound crappy.
22889
22890 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
22891
22892         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
22893         Add rmvb to the list of known RealMedia extensions
22894
22895 2004-10-05  Wim Taymans  <wim@fluendo.com>
22896
22897         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
22898         (mngdec_openstream), (mngdec_closestream),
22899         (mngdec_handle_sink_event), (mngdec_readdata),
22900         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
22901         (mngdec_getcanvasline), (mngdec_refresh),
22902         (gst_mngdec_change_state):
22903         Set the framerate correctly.
22904
22905 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22906
22907         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
22908           There was something wrong with the index massaging.
22909
22910 2004-10-04  Wim Taymans  <wim@fluendo.com>
22911
22912         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
22913         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
22914         (gst_smokedec_chain):
22915         * ext/jpeg/gstsmokedec.h:
22916         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
22917         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
22918         * ext/jpeg/gstsmokeenc.h:
22919         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
22920         (smokecodec_decode_new), (smokecodec_info_free),
22921         (smokecodec_set_quality), (smokecodec_get_quality),
22922         (smokecodec_set_threshold), (smokecodec_get_threshold),
22923         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
22924         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
22925         (smokecodec_encode), (smokecodec_parse_id),
22926         (smokecodec_parse_header), (smokecodec_decode):
22927         * ext/jpeg/smokecodec.h:
22928         * ext/jpeg/smokeformat.h:
22929         Updated smoke, new bitstream, allows embedding in ogg.
22930
22931 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22932
22933         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
22934           Fix seeking in some files. All this code is no longer needed (and
22935           actually breaks stuff) because we now synchronize the full index
22936           right when reading the header.
22937
22938 2004-10-04  Wim Taymans  <wim@fluendo.com>
22939
22940         * configure.ac:
22941         configure update for libmng.
22942
22943 2004-10-04  Wim Taymans  <wim@fluendo.com>
22944
22945         * ext/libmng/Makefile.am:
22946         * ext/libmng/gstmng.c: (plugin_init):
22947         * ext/libmng/gstmng.h:
22948         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
22949         (gst_mngdec_base_init), (gst_mngdec_class_init),
22950         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
22951         (gst_mngdec_loop), (gst_mngdec_get_property),
22952         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
22953         (mngdec_closestream), (mngdec_handle_sink_event),
22954         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
22955         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
22956         (gst_mngdec_change_state):
22957         * ext/libmng/gstmngdec.h:
22958         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
22959         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
22960         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
22961         (gst_mngenc_chain), (gst_mngenc_get_property),
22962         (gst_mngenc_set_property):
22963         * ext/libmng/gstmngenc.h:
22964         Added basic MNG decoder. Needs more work. The encoder does
22965         not work yet.
22966
22967 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22968
22969         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
22970         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
22971         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
22972           Don't hang on length=0 chunks. Some negotiation fixes. Signal
22973           no-more-pads.
22974
22975 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22976
22977         * configure.ac:
22978           you need at least 1.0.4 of speex
22979
22980 2004-10-04 Iain <iaingnome@gmail.com>
22981
22982         * ext/speex/gstspeexdec.h: Revert the includes changes.
22983
22984         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
22985
22986 2004-09-30 Iain <iaingnome@gmail.com>
22987
22988         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
22989         found during init or set as a property instead of hardcoding /dev/audio
22990
22991 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22992
22993         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
22994         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
22995         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
22996         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
22997         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
22998         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
22999         (gst_rmdemux_dump_data):
23000           Use debug category, fix EOS handling. filesrc ! rmdemux now
23001           works.
23002
23003 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23004
23005         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
23006         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
23007         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
23008           Improve allocation, cutting and sorting of the index. How takes a
23009           few seconds instead of minutes.
23010
23011 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
23012
23013         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
23014           fixed compilation
23015
23016 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23017
23018         * gst-libs/gst/riff/riff-media.c:
23019         (gst_riff_create_video_caps_with_data),
23020         (gst_riff_create_video_template_caps):
23021           Add wing commander format mimetype/fourccs.
23022         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
23023           Don't crash if some value is 0.
23024
23025 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23026
23027         * gst-libs/gst/riff/riff-media.c:
23028         (gst_riff_create_video_caps_with_data),
23029         (gst_riff_create_video_template_caps):
23030           Add DIB fourcc (raw, palettized 8-bit RGB).
23031         * gst-libs/gst/riff/riff-read.c:
23032         (gst_riff_read_strf_vids_with_data):
23033           Oops, fix strf_data reading bug.
23034         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
23035           Use a non-NULL tag.
23036         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
23037           Time for hacks. Sorry Dave. At least one quicktime movie (a
23038           trailer) that I've encountered contains multiple video tracks.
23039           One of those is the actual video track, the other are one-frame
23040           tracks (images). Unfortunately, the number of frames according
23041           to the trak header is 1 for each, so that doesn't help. So
23042           instead, I look at the duration and discard tracks with a
23043           duration shorter than 20% of the length of the stream. Better
23044           than nothing.
23045
23046 2004-10-01  Christian Schaller <christian@fluendo.com>
23047
23048         * ext/ivorbis/vorbis.c:
23049           Patch from Phil Blundell (Bug 152341)
23050
23051 2004-10-01  Wim Taymans  <wim@fluendo.com>
23052
23053         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
23054         (speex_dec_get_formats), (speex_dec_convert),
23055         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
23056         (speex_dec_chain), (gst_speexdec_get_property),
23057         (gst_speexdec_set_property):
23058         Small cleanups.
23059
23060 2004-10-01  Wim Taymans  <wim@fluendo.com>
23061
23062         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
23063         (gst_wavparse_stream_init), (gst_wavparse_fmt),
23064         (gst_wavparse_other), (gst_wavparse_loop),
23065         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
23066         (gst_wavparse_srcpad_event):
23067         * gst/wavparse/gstwavparse.h:
23068         Added some more debugging info.
23069         Fix the case where the length of the file is 0.
23070         Make sure we seek to sample borders.
23071
23072 2004-10-01  Wim Taymans  <wim@fluendo.com>
23073
23074         * gst/playback/README:
23075         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
23076         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
23077         (try_to_link_1), (no_more_pads), (close_link), (type_found):
23078         Add some debug info to decodebin, update README
23079
23080 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23081
23082         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
23083           Don't use g_print(); use GST_DEBUG().
23084
23085 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23086
23087         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
23088         (gst_ogg_mux_queue_pads):
23089           Handle EOS properly.
23090
23091 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
23092
23093         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23094
23095         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
23096         (gst_faad_chain), (gst_faad_change_state):
23097         * ext/faad/gstfaad.h:
23098           Allow playback of raw (unframed) MPEG AAC files (#148993).
23099
23100 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
23101
23102         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23103
23104         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
23105           Throw error if we didn't recognize the stream. Fixes #152289.
23106
23107 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23108
23109         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
23110           Fix negotiation.
23111
23112 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
23113
23114         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23115
23116         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
23117           Fix memleak.
23118
23119 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
23120
23121         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23122
23123         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
23124           Solve #152805.
23125         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
23126           Solve 152806.
23127
23128 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23129
23130         * gst-libs/gst/riff/riff-media.c:
23131         (gst_riff_create_video_caps_with_data),
23132         (gst_riff_create_audio_caps_with_data):
23133           Add codec_data handling (like asfdemux used to do).
23134         * gst/asfdemux/gstasf.c: (plugin_init):
23135         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
23136         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
23137           Use riff-media for caps creation instead of our own (mostly
23138           broken) copy of its functions.
23139
23140 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23141
23142         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
23143           Don't actually error out if we get another return value than
23144           -EINVAL. Opposite to what I first thought, drivers have random
23145           return values for this, although -EINVAL is the expected return
23146           value. Since this is not fatal, we shouldn't use
23147           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
23148
23149 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23150
23151         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
23152         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
23153         (dvdreadsrc_get_property), (_open), (_seek), (_read),
23154         (dvdreadsrc_get), (dvdreadsrc_open_file),
23155         (dvdreadsrc_change_state):
23156           Fix. Don't do one big huge loop around the whole DVD, that will
23157           cache all data and thus eat sizeof(dvd) (several GB) before we
23158           see something.
23159         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
23160           Actually NULL'ify event after using it.
23161         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
23162         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
23163         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
23164         (gst_ebml_read_seek), (gst_ebml_read_skip):
23165           Handle events.
23166         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
23167         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
23168         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
23169           Fix timing (this will probably break if I seek using menus, but
23170           I didn't get there yet). VOBs and normal DVDs should now work.
23171           Add a mpeg2-only pad with high rank so this get autoplugged for
23172           MPEG-2 movies.
23173         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
23174         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
23175         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
23176         (gst_mpeg_demux_get_audio_stream),
23177         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
23178         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
23179           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
23180           MPEG-1 but use dvddemux for MPEG-2.
23181         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
23182         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
23183         (gst_mpeg_parse_parse_packhead):
23184           Timing. Only add pad template if it exists. Add sink template from
23185           class and not from ourselves. This means we will always use the
23186           correct sink template even if it is not the one defined in this
23187           file.
23188
23189 2004-09-29  Wim Taymans  <wim@fluendo.com>
23190
23191         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
23192         (gst_mpeg_demux_parse_pes):
23193         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
23194         Fix playback of mpeg again, timestamps where screwed up by
23195         patch 1.61.
23196
23197 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23198
23199         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
23200           Only return true if we actually filled something in. Prevents
23201           player applications from showing a random length for flac files.
23202         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
23203         (gst_riff_read_use_event), (gst_riff_read_handle_event),
23204         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
23205         (gst_riff_read_strf_vids_with_data),
23206         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
23207           OK, ok, so I implemented event handling. Apparently it's normal
23208           that we receive random events at random points without asking
23209           for it.
23210         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
23211         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
23212         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
23213         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
23214         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
23215         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
23216         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
23217         * gst/avi/gstavidemux.h:
23218           Implement non-lineair chunk handling and subchunk processing.
23219           The first solves playback of AVI files where the audio and video
23220           data of individual buffers that we read are not synchronized.
23221           This should not happen according to the wonderful AVI specs, but
23222           of course it does happen in reality. It is also a prerequisite for
23223           the second. Subchunk processing allows us to cut chunks in small
23224           pieces and process each of these pieces separately. This is
23225           required because I've seen several AVI files with incredibly large
23226           audio chunks, even some files with only one audio chunk for the
23227           whole file. This allows for proper playback including seeking.
23228           This patch is supposed to fix all AVI A/V sync issues.
23229         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
23230         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
23231           Work.
23232         * gst/modplug/gstmodplug.cc:
23233           Proper return value setting for the query() function.
23234         * gst/playback/gstplaybasebin.c: (setup_source):
23235           Being in non-playing state (after, e.g., EOS) is not necessarily
23236           a bad thing. Allow for that. This fixes playback of short files.
23237           They don't actually playback fully now, because the clock already
23238           runs. This means that small files (<500kB) with a small length
23239           (<2sec) will still not or barely play. Other files, such as mod
23240           or flx, will work correctly, however.
23241
23242 2004-09-28  Wim Taymans  <wim@fluendo.com>
23243
23244         * ext/speex/gstspeex.c: (plugin_init):
23245         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
23246         (gst_speex_dec_class_init), (speex_dec_get_formats),
23247         (speex_get_event_masks), (speex_get_query_types),
23248         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
23249         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
23250         (gst_speexdec_get_property), (gst_speexdec_set_property),
23251         (speex_dec_change_state):
23252         * ext/speex/gstspeexdec.h:
23253         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
23254         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
23255         (gst_speexenc_base_init), (gst_speexenc_class_init),
23256         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
23257         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
23258         (gst_speexenc_src_query), (gst_speexenc_init),
23259         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
23260         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
23261         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
23262         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
23263         (gst_speexenc_chain), (gst_speexenc_get_property),
23264         (gst_speexenc_set_property), (gst_speexenc_change_state):
23265         * ext/speex/gstspeexenc.h:
23266         Rewrote speex encoder, make sure it can be embedded in ogg.
23267         Implemented speex decoder.
23268
23269 2004-09-28  Christian Schaller <christian@fluendo.com>
23270
23271         * configure.ac:
23272         Remove kioslave plugin. Markey is brewing a new working one
23273         * ext/Makefile.am: Remove kioslave plugin
23274         * ext/kio: remove
23275         * gst-plugins.spec.in: remove kio plugin from spec
23276
23277 2004-09-27  Wim Taymans  <wim@fluendo.com>
23278
23279         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
23280         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
23281         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
23282         (gst_multifdsink_new_client),
23283         (gst_multifdsink_handle_client_write),
23284         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23285         (gst_multifdsink_handle_clients):
23286         * gst/tcp/gstmultifdsink.h:
23287         Make syncing to keyframes actually work for new clients and lagging
23288         clients.
23289
23290 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23291
23292         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
23293         (gst_navigationtest_handle_src_event), (draw_box_planar411),
23294         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
23295         * gst/debug/gstnavigationtest.h:
23296           make navigationtest display button-press and button-release events
23297
23298 2004-09-26 Iain <iaingnome@gmail.com>
23299
23300         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
23301         the channels have received a new media event.
23302         (interleave_buffered_loop): Compresses a new media event on all
23303         channels into one.
23304
23305 2004-09-26 Iain <iaingnome@gmail.com>
23306
23307         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
23308         call the sinkpad's default event handler and not the srcpads. He also
23309         says this is confusing :)
23310         (gst_wavenc_stop_file): Company says that seek events only go upstream
23311         we should send a discontinuous downstream instead.
23312
23313 2004-09-25  Christian Schaller <christian@fluendo.com>
23314
23315         * Update SPEC file to be usable in conjunction with Fedora Core,
23316           Fedora.us and freshrpms packages
23317         * Fix typo in multifilesrc test Makefile
23318
23319 2004-09-24  Wim Taymans  <wim@fluendo.com>
23320
23321         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
23322         Only signal the no_more_pads signal when we have
23323         added the stream to our list.
23324
23325 2004-09-24  Wim Taymans  <wim@fluendo.com>
23326
23327         * gst/playback/gstplaybasebin.c: (remove_prerolls),
23328         (new_decoded_pad):
23329         * gst/playback/gstplaybasebin.h:
23330         * gst/playback/gstplaybin.c: (setup_sinks):
23331         Don't try to preroll or decode more than one audio/video
23332         track.
23333
23334 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23335
23336         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
23337           Throw error if we failed to find a suitable output. This should
23338           throw an error if we successfully set up a pipeline (e.g. because
23339           we recognized a media file) but found no decodable streams in it
23340           (e.g. because it contains only media stream types for which we
23341           have no decoders, or because it's not a media type).
23342
23343 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23344
23345         * ext/dirac/Makefile.am:
23346         * ext/dirac/gstdirac.cc:
23347         * ext/dirac/gstdiracdec.cc:
23348         * ext/dirac/gstdiracdec.h:
23349           Do something. Don't actually know if this works because I don't
23350           have a demuxer yet.
23351         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
23352           Add channels=1 to caps returned from _getcaps().
23353         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
23354         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
23355         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
23356         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
23357         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
23358         (gst_ogm_parse_change_state):
23359           Separate between audio/video so ogmaudioparse actually uses the
23360           audio pad templates. Both audio and video work now, including
23361           autoplugging. Also use sometimes-srcpad hack.
23362         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
23363           Handle events better. Don't hang on infinite loops.
23364         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
23365         (gst_avi_demux_init), (gst_avi_demux_reset),
23366         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
23367         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
23368         (gst_avi_demux_change_state):
23369         * gst/avi/gstavidemux.h:
23370           Improve A/V sync. Still not perfect.
23371         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
23372         (gst_ebml_read_skip):
23373           Handle events better.
23374         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
23375         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
23376         (qtdemux_audio_caps):
23377           Add IMA4. Improve event handling. Save offset after a seek when
23378           the headers are at the end of the file so that we don't end up in
23379           an infinite loop.
23380         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
23381           Add low-priority typefind support for files with no length.
23382
23383 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23384
23385         * testsuite/multifilesink/Makefile.am:
23386         fix typo
23387
23388 2004-09-22  Julien MOUTTE  <julien@moutte.net>
23389
23390         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
23391         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
23392         mistakes from thaytan's patches.
23393
23394 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
23395
23396         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
23397           For completeness, XSync in the destroy function as xvimage does.
23398
23399 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
23400
23401         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
23402            Correct caps negotiation
23403         * gst/volume/gstvolume.c: (volume_chain_float),
23404         (volume_chain_int16):
23405            Modify debug output to be little more informative
23406         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
23407         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23408         (gst_xvimagesink_xvimage_destroy):
23409           Add XSync calls after detaching from the shared memory segment to
23410           avoid a crash.
23411
23412 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23413
23414         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
23415         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
23416         * ext/vorbis/vorbis.c: (plugin_init):
23417         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
23418         (gst_vorbisenc_chain):
23419         * ext/vorbis/vorbisenc.h:
23420         remove explicit newmedia support from oggmux and vorbisenc
23421         add debug category to vorbisenc
23422         * gst/multifilesink/gstmultifilesink.c:
23423         (gst_multifilesink_class_init), (gst_multifilesink_init),
23424         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
23425         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
23426         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
23427         (plugin_init):
23428         * gst/multifilesink/gstmultifilesink.h:
23429         add support for streamheader in multifilesink
23430
23431 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23432
23433         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
23434         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
23435         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
23436           Prevent infinite loops. More correct error reporting.
23437         * gst/auparse/gstauparse.c: (gst_auparse_chain):
23438           Error out if negotiation fails.
23439         * gst/playback/gstplaybasebin.c: (setup_source),
23440         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
23441         (gst_play_base_bin_found_tag):
23442           Error/tag forwarding. Pre-roll fixes for source errors on state
23443           changes (e.g. "file does not exist") to prevent hangs.
23444
23445 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23446
23447         * testsuite/multifilesink/Makefile.am:
23448         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
23449         (gst_newmedia_class_init), (gst_newmedia_init),
23450         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
23451         (newfile_signal), (test_signal), (main):
23452         * testsuite/multifilesink/multifilesrc_test.c: (main):
23453         * testsuite/multifilesink/oggtheora_test.c:
23454         (gst_newmedia_base_init), (gst_newmedia_class_init),
23455         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
23456         (test_format), (newfile_signal), (test_signal), (main):
23457         * testsuite/multifilesink/oggvorbis_test.c:
23458         (gst_newmedia_base_init), (gst_newmedia_class_init),
23459         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
23460         (test_format), (newfile_signal), (test_signal), (main):
23461         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
23462         (gst_newmedia_class_init), (gst_newmedia_init),
23463         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
23464         (newfile_signal), (test_signal), (main):
23465         New media tests
23466
23467 2004-09-20  Christian Schaller <christian@fluendo.com>
23468
23469         * Fix mikmod license to LGPL as they have relicensed
23470         * Move Dirac and Effectv into LGPL section of README_license
23471
23472 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23473
23474         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
23475         (gst_mad_change_state):
23476           Allow for mp3 rate/channels changes. However, only very
23477           conservatively. Reason that we *have* to enable this is smiply
23478           because the mad find_sync() function is not good enough, it will
23479           regularly sync on random data as valid frames and therefore make
23480           us provide random caps as *final* caps of the stream. The best fix
23481           I could think of is to simply require several of the same stream
23482           changes in a row before we change caps.
23483           The actual testcase that works now is #
23484         * ext/ogg/Makefile.am:
23485         * ext/ogg/gstogg.c: (plugin_init):
23486         * ext/ogg/gstogmparse.c:
23487           OGM support (video only for now; I need an audio sample file).
23488         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
23489         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
23490         (gst_asf_demux_add_video_stream):
23491           WMV extradata.
23492         * gst/playback/gstplaybasebin.c: (unknown_type):
23493           Don't error out on single unknown-types after all. It's wrong.
23494           If we found type of video and audio but not of a subtitle stream,
23495           it will still error out (which is unwanted). Will find a better fix
23496           later on.
23497         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
23498         (ogmaudio_type_find), (plugin_init):
23499           OGM support.
23500
23501 2004-09-20  Johan Dahlin  <johan@gnome.org>
23502
23503         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
23504         after setting caps.
23505
23506 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23507
23508         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
23509         * gst/wavenc/gstwavenc.h:
23510         Added newmedia support to wavenc
23511
23512 2004-09-17  Wim Taymans  <wim@fluendo.com>
23513
23514         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
23515         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
23516         (gst_fdset_fd_can_write), (gst_fdset_wait):
23517         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
23518         (gst_multifdsink_init), (gst_multifdsink_add),
23519         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
23520         (gst_multifdsink_remove_client_link),
23521         (gst_multifdsink_client_queue_buffer),
23522         (gst_multifdsink_handle_client_write),
23523         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
23524         (gst_multifdsink_close), (gst_multifdsink_change_state):
23525         * gst/tcp/gstmultifdsink.h:
23526         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
23527         (gst_tcpserversink_removed):
23528         Small cleanups in fdset.c
23529         Use a hastable to map fd to the client structure for faster
23530         lookup in _remove and get_stats.
23531         Added virtual function to close the fds.
23532         Handle clients even when the select/poll call was unblocked because
23533         of a command.
23534         Implement syncing to keyframe in the recovery procedure.
23535
23536 2004-09-16 Iain <iaingnome@gmail.com>
23537
23538         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
23539         try caps.
23540
23541 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23542
23543         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
23544           Caps are only set if the type of the stream is unknown, but this
23545           is initialized in ->init_stream(), so set to UNKNOWN after calling
23546           ->init_stream() so that capsnego starts.
23547
23548 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23549
23550         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23551         (gst_avi_demux_stream_data):
23552           Just hardcode for raw audio then. AVI audio sucks.
23553
23554 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
23555
23556         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
23557         * gst/matroska/matroska-mux.c: (audiosink_templ),
23558         (gst_matroska_mux_audio_pad_link):
23559         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
23560         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
23561
23562 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23563
23564         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23565         (gst_avi_demux_stream_data):
23566           Try to fix a/v sync issues.
23567
23568 2004-09-15  David Schleef  <ds@schleef.org>
23569
23570         * configure.ac: remove NASM check, since we don't use it.  Update
23571         dirac check to 0.4
23572         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
23573         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
23574         Initialized variables.
23575         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
23576         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
23577         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
23578         SVQ3 format
23579
23580 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23581
23582         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23583         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
23584         * gst/avi/gstavidemux.h:
23585           Fix for compressed audio (mp3) timestamp generation. How did this
23586           ever work?
23587
23588 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23589
23590         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
23591           Volume is a double not a float.
23592
23593 2004-09-15  Wim Taymans  <wim@fluendo.com>
23594
23595         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
23596         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
23597         Don't close the fd in multifdsink as we didn't open it in the
23598         first place. Some cleanups.
23599
23600 2004-09-15  Wim Taymans  <wim@fluendo.com>
23601
23602         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
23603         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
23604         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
23605         Fix the case where the muxer would mark pages as delta
23606         frames when they are not (vorbis only ogg).
23607
23608 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23609
23610         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
23611         (gst_play_base_bin_change_state):
23612           Handle the case where we failed to setup a clear pipeline. This
23613           will throw an error (or EOS, another nice case) and if you don't
23614           catch that, the app will wait for the signal forever (and thus
23615           hang).
23616
23617 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23618
23619         * ext/gnomevfs/gstgnomevfssink.c:
23620         (gst_gnomevfssink_uri_get_protocols):
23621         * ext/gnomevfs/gstgnomevfssrc.c:
23622         (gst_gnomevfssrc_uri_get_protocols):
23623         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
23624         * ext/gnomevfs/gstgnomevfsuri.h:
23625           Use _uri_new() instead of _open(), so it doesn't take as long and
23626           Christophe's computer won't hang.
23627         * gst/playback/gstplaybasebin.c: (unknown_type):
23628           Throw error on unknown media type, so apps actually display it.
23629
23630 2004-09-14  Brian Cameron  <brian.cameron@sun.com
23631
23632         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
23633           this script to work on Solaris since bash shell handles echo
23634           differenly than bash.
23635
23636 2004-09-17  Wim Taymans  <wim@fluendo.com>
23637
23638         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
23639         (setup_source), (gst_play_base_bin_set_property),
23640         (gst_play_base_bin_add_element):
23641         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
23642         Some more work on making sure seeking pauses the pipeline and
23643         that changing the uri actually does something.
23644
23645 2004-09-17  Wim Taymans  <wim@fluendo.com>
23646
23647         * gst/tcp/gstfdset.c: (gst_fdset_wait):
23648         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
23649         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
23650         (gst_tcpserversink_close):
23651         Be a bit more paranoid when freeing memory.
23652
23653 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23654
23655         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
23656         (qtdemux_parse_trak):
23657           Don't crash by dividing by zero (see sample movie in #126922).
23658
23659 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23660
23661         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
23662           Don't touch non-existing data (fixes crash on file in #140147).
23663
23664 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23665
23666         * gst/playback/gstplaybasebin.c:
23667         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
23668           Handle double disposals, and proper change of URIs.
23669
23670 2004-09-13  Martin Eikermann <meiker@upb.de>
23671
23672         * gst/mpegstream/gstmpegparse.c:
23673           fix synchronistation for streams recorded from digital PCR
23674           fixes bug #119376
23675
23676 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23677
23678         * ext/gnomevfs/Makefile.am:
23679         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
23680         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
23681         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
23682         (gst_gnomevfssink_uri_get_type),
23683         (gst_gnomevfssink_uri_get_protocols),
23684         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
23685         (gst_gnomevfssink_uri_handler_init),
23686         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
23687         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
23688         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
23689         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
23690         (gst_gnomevfssrc_uri_get_type),
23691         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
23692         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
23693         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
23694         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
23695         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
23696         * ext/gnomevfs/gstgnomevfsuri.h:
23697           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
23698           of fake URIs to see which this version of Gnome-VFS likes, and
23699           uses that for the Gst-URI interface. Makes playbin support http://
23700           streams. Also fix up some stupid behaviour in gnomevfssrc.
23701
23702 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23703
23704         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
23705         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
23706         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
23707         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
23708           Update mixer (to sync with other sessions) if we try to obtain
23709           a new value. This makes alsamixer work accross applications.
23710         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
23711           Only call sync functions if we're running, else alsalib asserts.
23712         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
23713           Sometimes fails to compile. Possibly a gcc bug.
23714         * gst/playback/gstplaybin.c: (gen_video_element),
23715         (gen_audio_element):
23716           Add a reference to an application-provided object, because we lose
23717           this same reference if we add it to the bin. If we don't do this,
23718           we can only use this object once and thus crash if we go from
23719           ready to playing, back to ready and back to playing again.
23720           Also add an audioscale element because several cheap soundcards -
23721           like mine - don't support all samplerates.
23722         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
23723         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
23724           Fix wrong order or PAR calls. Makes automatically obtained PAR
23725           from the X server atually being used.
23726
23727 2004-09-12  David Schleef  <ds@schleef.org>
23728
23729         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
23730         #151887, #152102, #152247.
23731         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
23732         * examples/seeking/cdparanoia.c: same
23733         * examples/seeking/cdplayer.c: same
23734         * examples/seeking/seek.c: same
23735         * examples/seeking/spider_seek.c: same
23736         * examples/seeking/vorbisfile.c: same
23737         * examples/stats/mp2ogg.c: same
23738         * ext/esd/esdsink.c: (gst_esdsink_class_init),
23739         (gst_esdsink_dispose): Dispose of element properly.
23740         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
23741         fixes.
23742         * ext/nas/nassink.c: (gst_nassink_class_init),
23743         (gst_nassink_dispose): Dispose of element correctly.
23744         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
23745         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
23746         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
23747         Fix 64-bit warning.
23748         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23749         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
23750         Fix 64-bit warning.
23751
23752 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
23753
23754         * configure.ac : change speex detection as 1.1.6 now uses
23755           .pc/pkg-config and they changed their headers location.
23756
23757 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
23758
23759         * gst/matroska/matroska-mux.h:
23760         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
23761         (gst_matroska_mux_start), (gst_matroska_mux_finish),
23762         (gst_matroska_mux_write_data):
23763           Write multiple blocks/frames per cluster.
23764                 Write meta-seek information (seek heads).
23765
23766 2004-09-09  Scott Wheeler <wheeler@kde.org>
23767
23768         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
23769         (gst_play_bin_set_property), (gst_play_bin_get_property),
23770         (gen_audio_element), (gen_audio_element):
23771           Add a volume element / property to the pipeline.
23772
23773 2004-09-07  Wim Taymans  <wim@fluendo.com>
23774
23775         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
23776         Copy timestamps from the master pad to the output buffers.
23777
23778 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
23779
23780         * ext/raw1394/gstdv1394src.c:
23781           throw errors when applicable
23782
23783 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
23784
23785         * gst/matroska/ebml-ids.h:
23786         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
23787         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
23788         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
23789           automatically convert unix time <-> ebml time when reading/writing
23790           a date, use gst_ebml_write_uint to write CUETIME,
23791           not gst_ebml_write_date.
23792         * gst/matroska/matroska-ids.h:
23793         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
23794         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
23795         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
23796         (gst_matroska_mux_write_data):
23797           Write track and segment UIDs, write muxing date, write
23798           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
23799           Create cues for audio only files.
23800
23801 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23802
23803         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
23804         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
23805           Re-commit ALSA switches.
23806         * gst/adder/gstadder.c: (gst_adder_loop):
23807           64-bit fix (#151416).
23808         * gst/debug/progressreport.c: (gst_progressreport_report):
23809           64-bit fix (#151419).
23810         * gst/matroska/matroska-demux.c:
23811         (gst_matroska_demux_parse_contents):
23812           64-bit fix (#151420).
23813         * gst/playback/test3.c: (update_scale):
23814           64-bit fix (#151421).
23815
23816 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
23817
23818         * configure.ac:
23819           bump nano to cvs
23820
23821 === release 0.8.4 ===
23822
23823 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
23824
23825         * configure.ac: releasing 0.8.4, "Alias"
23826
23827 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
23828
23829         * ext/theora/Makefile.am:
23830           fix makefile.  Fixes #151462.
23831
23832 2004-08-30  Wim Taymans  <wim@fluendo.com>
23833
23834         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
23835         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
23836         (gst_multifdsink_remove_client_link),
23837         (gst_multifdsink_client_queue_buffer),
23838         (gst_multifdsink_handle_client_write):
23839         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
23840         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
23841         Fix some memory leaks.
23842
23843 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
23844
23845         Patch by: David Schleef
23846
23847         * configure.ac:
23848         * sys/Makefile.am:
23849           rename our detection macro for V4L2.  Fixes #151236.
23850
23851 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
23852
23853         Patch by: David Schleef
23854
23855         * configure.ac:
23856           check to define LAMEPRESET.  Fixes #151232.
23857
23858 2004-08-27  David Schleef  <ds@schleef.org>
23859
23860         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
23861         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
23862         (gst_glimagesink_fixate):  Move local variable declarations to
23863         make gcc-2.95 happy.
23864
23865 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
23866
23867         * configure.ac:
23868           bump nano for prerelease
23869
23870 2004-08-27  David Schleef  <ds@schleef.org>
23871
23872         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
23873         * sys/sunaudio/gstsunaudiosrc.c:
23874         * sys/sunaudio/gstsunaudiosrc.h:
23875
23876 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
23877
23878         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
23879         handle EOS correctly
23880         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
23881         * gst/matroska/matroska-mux.h:
23882         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
23883         VFW compatibility mode
23884
23885 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
23886
23887         patch by: Zaheer Abbas Merali
23888
23889         * ext/ogg/gstoggmux.c:
23890         * ext/vorbis/vorbisenc.c:
23891         * ext/vorbis/vorbisenc.h:
23892           handle NEWMEDIA
23893
23894 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
23895
23896         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
23897         fix byte order reversion on little endian machines.
23898         * gst/matroska/matroska-mux.c: (audiosink_templ),
23899         (gst_matroska_mux_audio_pad_link):
23900         add TTA codec to the list of supported codecs.
23901         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
23902         (gst_matroska_mux_start), (gst_matroska_mux_finish),
23903         (gst_matroska_mux_write_data):
23904         * gst/matroska/matroska-mux.h:
23905         write segment duration correctly, write muxing app string, fixes bugs
23906         #140897 and #140898.
23907         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
23908         wait for all pads to be negotiated before starting to mux.
23909
23910 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23911
23912         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
23913         * ext/lame/gstlame.h:
23914         Added new media support to lame
23915
23916 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
23917
23918         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
23919         send vorbis headers at the beginning of a stream, fixes bug #141554.
23920         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
23921         bug #148950.
23922         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
23923         (gst_matroska_demux_plugin_init):
23924         * gst/matroska/matroska-ids.h:
23925         enable demuxing of TTA audio streams, fixes bug #148951.
23926         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
23927         enable typefinding for TTA audio files, fixes bug #148711.
23928         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
23929         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
23930         fixes playback of packed bitstream and xvid with bframes, bug #135407.
23931
23932 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
23933
23934         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
23935         (gst_riff_read_element_data), (gst_riff_read_seek),
23936         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
23937         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
23938         <teuf@gnome.org>
23939
23940 2004-08-23 Iain <iaingnome@gmail.com>
23941
23942         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
23943         tags. They appear to be handled differently to normal.
23944         (tag_list_to_id3_tag_foreach): Ditto.
23945
23946 2004-08-22  Wim Taymans  <wim@fluendo.com>
23947
23948         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
23949         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
23950         Make sure we never send -1 granulepos.
23951
23952 2004-08-20  Wim Taymans  <wim@fluendo.com>
23953
23954         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
23955         (gst_ogg_mux_loop):
23956         I will accept bitchslappings with non sharp objects.
23957
23958 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23959
23960         * configure.ac:
23961         Clean up the test for lame presets
23962
23963 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23964
23965         * configure.ac:
23966         * ext/lame/Makefile.am:
23967         * ext/lame/gstlame.c: (gst_lame_class_init),
23968         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
23969         Only enable lame presets if version of lame has presets in API
23970
23971 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
23972         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
23973         * gst/udp/gstudpsrc.h:
23974           Don't call gst_pad_push in a get function. Fixes #150449
23975
23976 2004-08-18  Wim Taymans  <wim@fluendo.com>
23977
23978         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
23979         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
23980         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
23981         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
23982         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
23983         (gst_fdset_wait):
23984         * gst/tcp/gstfdset.h:
23985         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
23986         (gst_multifdsink_client_queue_buffer),
23987         (gst_multifdsink_handle_client_write):
23988         * gst/tcp/gstmultifdsink.h:
23989         Some extra checks in gstfdset.
23990         Only use send() when the fd is a socket. Don't try to
23991         read from write only fds.
23992
23993 2004-08-18  Wim Taymans  <wim@fluendo.com>
23994
23995         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
23996         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
23997         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
23998         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
23999         (gst_fdset_wait):
24000         Add more locking and bounds checking.
24001
24002 2004-08-18  Wim Taymans  <wim@fluendo.com>
24003
24004         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
24005         Realloc test fdset in the lock and right before starting
24006         the poll call. Bump the limit to 4096.
24007
24008 2004-08-17  David Schleef  <ds@schleef.org>
24009
24010         * sys/sunaudio/Makefile.am:
24011         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
24012         of rates and channels.  Make debugging less obnoxious.
24013
24014         Patch from Balamurali Viswanathan implementing a mixer for
24015         Sun audio.  (bug #144091):
24016         * sys/sunaudio/gstsunelement.c:
24017         * sys/sunaudio/gstsunelement.h:
24018         * sys/sunaudio/gstsunmixer.c:
24019         * sys/sunaudio/gstsunmixer.h:
24020
24021 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24022
24023         * gst/audioscale/gstaudioscale.c:
24024         * gst/audioscale/gstaudioscale.h:
24025         made audioscale resample from any sample rate to any sample rate
24026
24027 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24028
24029         * ext/libpng/gstpngdec.c:
24030           error out on unsupported types
24031
24032 2004-08-17  Iain <iaingnome@gmail.com>
24033
24034         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
24035         mid_side and loose_mid_side properties if its a stereo stream.
24036
24037 2004-08-17  Wim Taymans  <wim@fluendo.com>
24038
24039         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
24040         (theora_get_formats), (theora_dec_src_convert),
24041         (theora_dec_sink_convert), (theora_dec_src_query),
24042         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
24043         Add a debug line.
24044
24045 2004-08-17  Wim Taymans  <wim@fluendo.com>
24046
24047         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
24048         (gst_ogg_pad_push):
24049         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24050         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
24051         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
24052         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
24053         Mark delta units in the muxer.
24054         Try to decode the packet after an out-of-sync error from
24055         libogg.
24056
24057 2004-08-17  Wim Taymans  <wim@fluendo.com>
24058
24059         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
24060         (gst_multifdsink_init), (gst_multifdsink_add),
24061         (gst_multifdsink_client_queue_buffer),
24062         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
24063         * gst/tcp/gstmultifdsink.h:
24064         Added option to send a keyframe to clients as the first buffer.
24065         Make timeout property writable.
24066
24067 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24068
24069         patch by: Wim Taymans
24070
24071         * gst/tcp/gstfdset.c:
24072         * gst/tcp/gstmultifdsink.c:
24073           fix index comparison, should include 0
24074
24075 2004-08-16  Wim Taymans  <wim@fluendo.com>
24076
24077         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
24078         (gst_fdset_add_fd), (gst_fdset_remove_fd),
24079         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
24080         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
24081         (gst_fdset_wait):
24082           copy when reallocing for poll so the select arguments don't get
24083           changed during the call
24084
24085 2004-08-16  Wim Taymans  <wim@fluendo.com>
24086
24087         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
24088         (gst_theora_enc_class_init), (theora_enc_sink_link),
24089         (theora_buffer_from_packet), (theora_enc_chain):
24090         Fix bug where buffers were not marked as keyframes
24091         correctly.
24092
24093 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24094
24095         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
24096         (gst_lame_preset_get_type), (gst_lame_class_init):
24097         describe the enum values for vbr mode and presets more verbosely
24098
24099 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24100
24101         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
24102         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
24103         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
24104         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
24105         * ext/lame/gstlame.h:
24106         add preset property to lame so it can use lame presets
24107
24108 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24109
24110         * ext/lame/gstlame.c: (gst_lame_get_property):
24111         whoops forgot break, thanks teuf
24112
24113 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24114
24115         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
24116         (gst_lame_class_init), (gst_lame_src_getcaps),
24117         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
24118         (gst_lame_get_property), (gst_lame_setup):
24119         * ext/lame/gstlame.h:
24120         fix lame's broken vbr stuff, allow it to resample if need be, and also
24121         make xing header optional
24122
24123 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24124
24125         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
24126         added getcaps function so samplerate doesnt get fixated to silly values
24127
24128 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24129
24130         * ext/lame/gstlame.c: (gst_lame_src_link):
24131         revert previous fix
24132
24133 2004-08-12  Johan Dahlin  <johan@gnome.org>
24134
24135         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
24136         checks. Doesn't matter what state we are in. Interfaces are a
24137         compile time thing, not runtime. It also broke the python bindings.
24138
24139 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24140
24141         * ext/lame/gstlame.c: (gst_lame_src_link):
24142         made source pad link function check if sinkpad is ok..fixes the problem
24143         where core fixates the output rate of lame stupidly
24144
24145 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24146
24147         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
24148         * sys/v4l/v4l_calls.c:
24149         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
24150           fix fixate function to handle nonsimple caps.
24151           remove bogus check in _link
24152           cleanups
24153
24154 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24155
24156         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
24157         set default compression ratio parameter to 0.0 so bitrate parameter
24158         works :)
24159
24160 2004-08-11  David Schleef  <ds@schleef.org>
24161
24162         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
24163
24164 2004-08-11  David Schleef  <ds@schleef.org>
24165
24166         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
24167         before.
24168
24169 2004-08-11  David Schleef  <ds@schleef.org>
24170
24171         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
24172
24173 2004-08-11  David Schleef  <ds@schleef.org>
24174
24175         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
24176           license field
24177         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
24178         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
24179           LGPL.
24180         * gst/auparse/gstauparse.c: Fix plugin license field.
24181         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
24182         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
24183         * gst/rtp/gstrtp.c: Fix plugin license field.
24184
24185 2004-08-11  Wim Taymans  <wim@fluendo.com>
24186
24187         * gst/tcp/Makefile.am:
24188         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
24189         (ensure_size), (gst_fdset_new), (gst_fdset_free),
24190         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
24191         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
24192         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
24193         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
24194         (gst_fdset_fd_can_write), (gst_fdset_wait):
24195         * gst/tcp/gstfdset.h:
24196         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
24197         (gst_multifdsink_class_init), (gst_multifdsink_init),
24198         (gst_multifdsink_add), (gst_multifdsink_remove),
24199         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
24200         (gst_multifdsink_remove_client_link),
24201         (gst_multifdsink_handle_client_read),
24202         (gst_multifdsink_client_queue_data),
24203         (gst_multifdsink_client_queue_caps),
24204         (gst_multifdsink_client_queue_buffer),
24205         (gst_multifdsink_handle_client_write),
24206         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
24207         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
24208         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
24209         (gst_multifdsink_close):
24210         * gst/tcp/gstmultifdsink.h:
24211         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24212         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
24213         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
24214         (gst_tcpserversink_close):
24215         * gst/tcp/gsttcpserversink.h:
24216         Abstracted away the select call, implemented poll (yes we ran into
24217         the 1024 limit in production).
24218
24219 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
24220
24221         * gst/tcp/gsttcp.c:
24222         * gst/tcp/gsttcpplugin.c:
24223           improve debuggging, remove assert
24224
24225 2004-08-10  Wim Taymans  <wim@fluendo.com>
24226
24227         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
24228         (gst_client_status_get_type), (gst_multifdsink_class_init),
24229         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
24230         (gst_multifdsink_handle_client_read),
24231         (gst_multifdsink_handle_client_write),
24232         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
24233         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
24234         (gst_multifdsink_get_property):
24235         * gst/tcp/gstmultifdsink.h:
24236         * gst/tcp/gsttcp-marshal.list:
24237         Starting to prepare for specifying buffer time in other units
24238         than buffers. Expose remove reason in signal.
24239
24240 2004-08-10  Wim Taymans  <wim@fluendo.com>
24241
24242         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
24243         (gst_multifdsink_remove), (gst_multifdsink_clear),
24244         (gst_multifdsink_remove_client_link),
24245         (gst_multifdsink_handle_client_read),
24246         (gst_multifdsink_client_queue_data),
24247         (gst_multifdsink_client_queue_buffer),
24248         (gst_multifdsink_handle_client_write),
24249         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
24250         (gst_multifdsink_chain), (gst_multifdsink_close):
24251         * gst/tcp/gstmultifdsink.h:
24252         Added more debugging info. Changed the way clients are
24253         removed from the lists. Fixed a bug where a bad file descriptor
24254         could cause many clients to be removed.
24255
24256 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24257
24258         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
24259           allow all pixel-aspect-ratios, not just 1:1
24260
24261 2004-08-09  David Schleef  <ds@schleef.org>
24262
24263         * sys/glsink/ARB_multitexture.h:  Remove old files.
24264         * sys/glsink/EXT_paletted_texture.h:
24265         * sys/glsink/NV_register_combiners.h:
24266         * sys/glsink/gstgl_nvimage.c:
24267         * sys/glsink/gstgl_pdrimage.c:
24268         * sys/glsink/gstgl_rgbimage.c:
24269         * sys/glsink/gstglsink.c:
24270         * sys/glsink/gstglsink.h:
24271         * sys/glsink/gstglxwindow.c:
24272         * sys/glsink/regcomb_yuvrgb.c:
24273
24274 2004-08-09  David Schleef  <ds@schleef.org>
24275
24276         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
24277         GL sink plugin.  (Bug #147302)
24278
24279         * configure.ac: Test for OpenGL
24280         * sys/Makefile.am: Use test for OpenGL
24281         * sys/glsink/Makefile.am:
24282         * sys/glsink/glimagesink.c: rewrite
24283         * sys/glsink/glimagesink.h: rewrite
24284
24285 2004-08-09  David Schleef  <ds@schleef.org>
24286
24287         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
24288         sane framerates.
24289         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
24290         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
24291         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
24292
24293 2004-08-09  Wim Taymans  <wim@fluendo.com>
24294
24295         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
24296         (gst_multifdsink_add), (gst_multifdsink_get_stats),
24297         (gst_multifdsink_client_remove),
24298         (gst_multifdsink_handle_client_read),
24299         (gst_multifdsink_handle_client_write),
24300         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
24301         Do a bit more logging, make the client_read code more robust.
24302
24303 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24304
24305         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
24306         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
24307         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
24308         (gst_jpegdec_init), (gst_jpegdec_chain):
24309         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
24310         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
24311           cleanups, debugging fixes and memleak plugging
24312
24313 2004-08-09  Wim Taymans  <wim@fluendo.com>
24314
24315         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
24316         (theora_get_formats), (theora_dec_src_convert),
24317         (theora_dec_sink_convert), (theora_dec_src_query),
24318         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
24319         (theora_dec_change_state):
24320         Don't crash on missing header packets.
24321
24322 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24323
24324         * po/LINGUAS:
24325         * po/sq.po:
24326           Added Albanian translation (Laurent Dhima)
24327         * po/cs.po:
24328           updated
24329
24330 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24331
24332         * ext/lame/gstlame.c:
24333           fix/add debugging
24334
24335 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24336
24337         * sys/ximage/ximagesink.c:
24338         * sys/xvimage/xvimagesink.c:
24339           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
24340
24341 2004-08-06  Wim Taymans  <wim@fluendo.com>
24342
24343         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
24344         (gst_multifdsink_add), (gst_multifdsink_get_stats),
24345         (gst_multifdsink_client_remove),
24346         (gst_multifdsink_handle_client_read),
24347         (gst_multifdsink_handle_client_write),
24348         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
24349         Make sure we don't try to read more from a client that what
24350         ioctl says us or we deadlock.
24351
24352 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
24353
24354         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
24355         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
24356         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
24357           decouple running_time and n_frames so it can handle changing
24358           framerate while running
24359
24360 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
24361
24362         * po/nl.po:
24363         * po/sv.po:
24364           updated translations
24365
24366 2004-08-04  Benjamin Otte  <otte@gnome.org>
24367
24368         * gst/videotestsrc/gstvideotestsrc.c:
24369         (gst_videotestsrc_get_capslist), (generate_capslist),
24370         (plugin_init):
24371           generate the list of supported caps at startup and reuse it instead
24372           of always generating it
24373
24374 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24375
24376         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
24377           whoops, last checkin broke normal build
24378
24379 2004-08-03  Benjamin Otte  <otte@gnome.org>
24380
24381         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
24382         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
24383         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
24384         (gst_alsa_mixer_get_option):
24385         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
24386         (dvdnavsrc_print_event):
24387         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
24388         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
24389         (gst_ogg_mux_pad_unlink):
24390         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
24391         (gst_multipart_mux_pad_unlink):
24392         * gst/videofilter/gstvideobalance.c:
24393         (gst_videobalance_colorbalance_set_value):
24394         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
24395         (gst_videomixer_pad_unlink):
24396         * po/uk.po:
24397         * sys/oss/gstossmixer.c:
24398         * sys/v4l/gstv4lcolorbalance.c:
24399         * sys/v4l/gstv4ltuner.c:
24400         * sys/v4l/v4lsrc_calls.c:
24401         * sys/v4l2/gstv4l2colorbalance.c:
24402         * sys/v4l2/gstv4l2tuner.c:
24403           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
24404
24405 2004-08-03  Benjamin Otte  <otte@gnome.org>
24406
24407         * examples/dynparams/filter.c: (ui_control_create):
24408         * examples/gstplay/player.c: (print_tag):
24409         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
24410         * ext/gdk_pixbuf/gstgdkanimation.c:
24411         (gst_gdk_animation_iter_may_advance):
24412         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
24413         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
24414         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
24415         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
24416         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
24417         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
24418         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
24419         * gst/sine/demo-dparams.c: (main):
24420         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
24421         * testsuite/alsa/formats.c: (create_pipeline):
24422         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
24423           fixes for G_DISABLE_ASSERT and friends
24424         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
24425         (mp3_type_frame_length_from_header), (mp3_type_find),
24426         (plugin_init):
24427           require mp3 typefinding to have at least MIN_HEADERS valid headers
24428           add typefinding for AAC adts files
24429
24430 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
24431
24432         * sys/ximage/ximagesink.c:
24433         (gst_ximagesink_calculate_pixel_aspect_ratio):
24434         * sys/xvimage/xvimagesink.c:
24435         (gst_xvimagesink_calculate_pixel_aspect_ratio):
24436         Make sure we calculate pixel-aspect-ratio using floating point maths
24437
24438 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
24439
24440         * po/uk.po:
24441           updated translation
24442
24443 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
24444
24445         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
24446         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
24447           add debugging for display PAR calculation
24448
24449 2004-08-02  David Schleef  <ds@schleef.org>
24450
24451         * configure.ac: Fix mikmod CFLAGS.
24452
24453 2004-07-27  Benjamin Otte  <otte@gnome.org>
24454
24455         * gst/audioscale/gstaudioscale.c:
24456         - fix templates to only support S16, it's the only format that works
24457         - make caps nego code use try_set_caps_nonfixed and fixation instead
24458         of try_set_caps twice, which is not nice for autopluggers
24459         - change rank to secondary, so autopluggers can pick it up after
24460         audioconvert
24461
24462 2004-08-02  Iain <iain@prettypeople.org>
24463
24464         * gst/interleave/interleave.c (interleave_init),
24465         (interleave_request_new_pad),
24466         (interleave_pad_removed),
24467         (interleave_buffered_loop): Use the real pad count, not the artificial
24468         one.
24469
24470 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24471
24472         * configure.ac: bump nano back to development
24473
24474 === release 0.8.3 ===
24475
24476 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24477
24478         * configure.ac: releasing 0.8.3, "Water"
24479
24480 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24481
24482         * sys/xvimage/xvimagesink.c:
24483         (gst_xvimagesink_calculate_pixel_aspect_ratio),
24484         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
24485         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
24486         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
24487         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
24488         * sys/xvimage/xvimagesink.h:
24489           apply similar PAR fixes as to ximagesink
24490
24491 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24492
24493         patch from: Benjamin Otte
24494
24495         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
24496           add link function to lame.  Fixes #148986.
24497
24498 2004-08-02  Johan Dahlin  <johan@gnome.org>
24499
24500         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
24501         fix debugging log
24502
24503 2004-07-30  David Schleef  <ds@schleef.org>
24504
24505         * gst/videomixer/Makefile.am: Fix things that should have been
24506         fixed in the last checkin.
24507
24508 2004-07-30  David Schleef  <ds@schleef.org>
24509
24510         * gst/multipart/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         * testsuite/multifilesink/Makefile.am: Fix unused variable.
24516
24517 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
24518
24519         * configure.ac:
24520           bump nano for prerelease
24521         * po/af.po:
24522         * po/az.po:
24523         * po/cs.po:
24524         * po/en_GB.po:
24525         * po/hu.po:
24526         * po/nl.po:
24527         * po/sr.po:
24528         * po/sv.po:
24529         * po/uk.po:
24530           updates
24531
24532 2004-07-30  Wim Taymans  <wim@fluendo.com>
24533
24534         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
24535         (gst_multifdsink_add), (gst_multifdsink_remove),
24536         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
24537         (gst_multifdsink_client_remove),
24538         (gst_multifdsink_handle_client_write),
24539         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
24540         * gst/tcp/gstmultifdsink.h:
24541         Recover from a select with a bad file descriptor by removing
24542         the client.
24543
24544 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
24545
24546         * configure.ac:
24547           fix requirement of core
24548         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
24549         (gst_play_pipeline_setup):
24550           don't use colorspace element.  do use hermescolorspace element.
24551           make macro to get a colorspace element.
24552           mark strings for translation.
24553         * po/POTFILES.in:
24554           add play.c
24555         * po/af.po:
24556         * po/az.po:
24557         * po/cs.po:
24558         * po/en_GB.po:
24559         * po/hu.po:
24560         * po/nl.po:
24561         * po/sr.po:
24562         * po/sv.po:
24563         * po/uk.po:
24564           update translations
24565
24566 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24567
24568         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
24569         fix default for newmedia flag
24570
24571 2004-07-30  Wim Taymans  <wim@fluendo.com>
24572
24573         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
24574         (gst_theora_dec_init), (theora_get_formats),
24575         (theora_dec_src_convert), (theora_dec_sink_convert),
24576         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
24577         (theora_dec_chain), (theora_dec_set_property),
24578         (theora_dec_get_property):
24579         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
24580         (gst_theora_enc_class_init), (gst_theora_enc_init),
24581         (theora_enc_sink_link), (theora_enc_chain),
24582         (theora_enc_set_property), (theora_enc_get_property):
24583         Added cropping option to theora decoder.
24584         Added border option to theora encoder.
24585
24586 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24587
24588         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
24589         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
24590         (gst_pngenc_set_property):
24591         * ext/libpng/gstpngenc.h:
24592         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
24593
24594 2004-07-30  Wim Taymans  <wim@fluendo.com>
24595
24596         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24597         (theora_enc_sink_link), (theora_enc_chain),
24598         (theora_enc_set_property), (theora_enc_get_property):
24599         Fix encoding of non-multiple-of-16 video.
24600
24601 2004-07-29  David Schleef  <ds@schleef.org>
24602
24603         * configure.ac: make test for audiofile more strict
24604
24605 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24606
24607         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
24608           give different names to typefind functions
24609
24610 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
24611
24612         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
24613         (gst_ximagesink_calculate_pixel_aspect_ratio),
24614         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
24615         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
24616         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
24617         (gst_ximagesink_get_property), (gst_ximagesink_init):
24618         * sys/ximage/ximagesink.h:
24619           allocate PAR's dynamically.
24620           use autodetected PAR if no object-set PAR is given.
24621           add workaround for directfb's X not setting physical size.
24622           fix to xvimagesink will follow tomorrow.
24623
24624 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24625
24626         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
24627         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
24628         (gst_shout2send_get_type), (gst_shout2send_set_clock),
24629         (gst_shout2send_class_init), (gst_shout2send_init),
24630         (set_shout_metadata), (gst_shout2send_set_metadata),
24631         (gst_shout2send_chain), (gst_shout2send_set_property),
24632         (gst_shout2send_get_property), (gst_shout2send_connect),
24633         (gst_shout2send_change_state):
24634         * ext/shout2/gstshout2.h:
24635         - fix for sending mp3 audio to icecast2 server, if pad link function not
24636         called before PAUSED state
24637         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
24638         - added tagging support for mp3 audio broadcasted
24639         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
24640         debug info
24641
24642 2004-07-28  Wim Taymans  <wim@fluendo.com>
24643
24644         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
24645         (gst_ogg_demux_push):
24646         Return query failure when we don't know the length of
24647         an ogg stream insteda of returning TRUE with a bogus value.
24648
24649 2004-07-28  Wim Taymans  <wim@fluendo.com>
24650
24651         * ext/theora/theoradec.c: (theora_get_formats),
24652         (theora_dec_src_convert), (theora_dec_sink_convert),
24653         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
24654         (theora_dec_chain):
24655         Don't screw up the 1 Chroma for 1 luma sample situation when we
24656         have an odd offset/width by adding a black border in those cases.
24657
24658 2004-07-28  Wim Taymans  <wim@fluendo.com>
24659
24660         * ext/theora/theoradec.c: (theora_get_formats),
24661         (theora_dec_src_convert), (theora_dec_sink_convert),
24662         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
24663         (theora_dec_chain):
24664         * ext/theora/theoraenc.c: (theora_enc_sink_link):
24665         Added first attempt at cropping of the image as required by the
24666         theora spec. We need more properties in the caps (offset_x,
24667         offset_y,stride) to implement this correctly.
24668
24669 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
24670
24671         * ext/dvdnav/README:
24672           Update the README to use dvddemux
24673         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
24674           Ensure getcaps returns a subset of the template caps
24675         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
24676         (gst_mpeg2subt_init):
24677           Ensure getcaps returns a subset of the template caps
24678         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
24679         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
24680         (gst_dvd_demux_get_subpicture_stream),
24681         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
24682         * gst/mpegstream/gstdvddemux.h:
24683           Set the explicit caps on the current_video pad before pushing
24684           anything
24685         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
24686         (gst_mpeg_demux_get_audio_stream):
24687           Free caps used to gst_pad_set_explicit_caps, which takes a const
24688           GstCaps *
24689
24690 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
24691
24692         * configure.ac: update GStreamer requirement to 0.8.4 because of
24693           GstFraction.
24694
24695 2004-07-28  Wim Taymans  <wim@fluendo.com>
24696
24697         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
24698         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
24699         Add the pad to the element after setting up the caps. This
24700         makes it a lot easier to autoplug.
24701
24702 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
24703
24704         * gst/median/gstmedian.c:
24705         * gst/mpeg2subt/gstmpeg2subt.c:
24706         * gst/mpegaudioparse/gstmpegaudioparse.c:
24707         * gst/mpegstream/gstdvddemux.c:
24708         * gst/mpegstream/gstmpegdemux.c:
24709         * gst/mpegstream/gstmpegpacketize.c:
24710         * gst/rtjpeg/gstrtjpeg.c:
24711         * gst/rtjpeg/gstrtjpegdec.c:
24712         * gst/rtjpeg/gstrtjpegenc.c:
24713         * gst/sine/gstsinesrc.c:
24714         * gst/smooth/gstsmooth.c:
24715         * gst/smpte/gstsmpte.c:
24716         * gst/smpte/gstsmpte.h:
24717         * gst/stereo/gststereo.c:
24718         * gst/videofilter/gstgamma.c:
24719         * gst/videofilter/gstvideobalance.c:
24720         * gst/videofilter/gstvideofilter.c:
24721         * gst/videofilter/gstvideoflip.c:
24722         * gst/videoscale/gstvideoscale.c:
24723         * gst/videoscale/videoscale.c:
24724         * gst/videotestsrc/gstvideotestsrc.c:
24725         * gst/videotestsrc/videotestsrc.c:
24726         * gst/wavenc/gstwavenc.c:
24727         * gst/wavparse/gstwavparse.c:
24728           fix local includes and 64 bits constants
24729
24730 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
24731
24732         * win32/gst.sln:
24733         * gst-libs/gst/*/*.vcproj:
24734         * gst/*/*.vcproj:
24735           more working plugins
24736
24737 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24738
24739         * testsuite/alsa/Makefile.am:
24740         * testsuite/alsa/srcstate.c:
24741         add test for alsasrc changing state
24742
24743 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24744
24745         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
24746         (gst_silence_get):
24747         * gst/silence/gstsilence.h:
24748         fix silence generation for 16bit raw audio
24749
24750 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
24751
24752         * gst/matroska/matroska-demux.c:
24753         (gst_matroska_demux_parse_metadata),
24754         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
24755         * gst/mpegaudio/common.c:
24756         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
24757         (gst_videoscale_getcaps), (gst_videoscale_link),
24758         (gst_videoscale_src_fixate), (gst_videoscale_init),
24759         (gst_videoscale_finalize):
24760         * gst/videoscale/gstvideoscale.h:
24761         * gst/videotestsrc/gstvideotestsrc.c:
24762         (gst_videotestsrc_get_capslist):
24763         * gst/wavenc/gstwavenc.c:
24764         * sys/oss/gstossmixer.c: (fill_labels):
24765         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
24766         (gst_ximagesink_handle_xevents),
24767         (gst_ximagesink_calculate_pixel_aspect_ratio),
24768         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
24769         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
24770         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
24771         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
24772         (gst_ximagesink_init), (gst_ximagesink_class_init):
24773         * sys/ximage/ximagesink.h:
24774         * sys/xvimage/xvimagesink.c:
24775         (gst_xvimagesink_calculate_pixel_aspect_ratio),
24776         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
24777         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
24778         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
24779         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
24780         * sys/xvimage/xvimagesink.h:
24781           first batch of pixel aspect ratio commits.
24782
24783 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
24784
24785         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24786         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
24787         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
24788           handle stride, needs work if we want to move stride handling
24789           upstream, but works correctly for our purposes.
24790
24791 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
24792
24793         * gst/videoscale/README:
24794           add testing examples
24795         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
24796         (gst_videoscale_chain):
24797         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
24798         (gst_videoscale_get_size):
24799           add get_size function that handles stride like videotestsrc.
24800           fixes conversion for YUV formats for as much as I can test them.
24801
24802 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
24803
24804         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
24805         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
24806         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
24807         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
24808         (gst_xvimagesink_xvimage_put):
24809           further cleanups, logging, error handling and synchronizing
24810
24811 2004-07-27  Wim Taymans  <wim@fluendo.com>
24812
24813         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
24814         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
24815         (gst_videomixer_pad_set_property),
24816         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
24817         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
24818         (gst_videomixer_class_init), (gst_videomixer_init),
24819         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
24820         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
24821         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
24822         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
24823         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
24824         (gst_videomixer_loop), (plugin_init):
24825         Be a nicer negotiation citizen and provide a getcaps function on
24826         the srcpad. This also fixes a crash when resizing.
24827
24828 2004-07-27  Julien MOUTTE  <julien@moutte.net>
24829
24830         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
24831         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
24832
24833 2004-07-27  Wim Taymans  <wim@fluendo.com>
24834
24835         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
24836         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
24837         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
24838         (gst_pngenc_set_property):
24839         * ext/libpng/gstpngenc.h:
24840         Added snapshot property to pngenc.
24841         removed g_print from pngdec
24842
24843 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
24844
24845         * gst/ac3parse/ac3parse.vcproj
24846         * gst/adder/adder.vcproj
24847         * gst/alpha/alpha.vcproj
24848         * gst/alpha/alphacolor.vcproj
24849         * gst/asfdemux/asf.vcproj
24850         * gst/audioconvert/audioconvert.vcproj
24851         * gst/audiorate/audiorate.vcproj
24852         * gst/audioscale/audioscale.vcproj
24853         * gst/auparse/auparse.vcproj
24854         * gst/avi/avi.vcproj
24855         * gst/cdxaparse/cdxaparse.vcproj
24856         * gst/chart/chart.vcproj
24857         * gst/colorspace/colorspace.vcproj
24858         * gst/cutter/cutter.vcproj
24859         * gst/debug/debug.vcproj
24860         * gst/debug/efence.vcproj
24861         * gst/debug/navigationtest.vcproj
24862         * gst/deinterlace/deinterlace.vcproj
24863         * gst/effectv/effectv.vcproj
24864         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
24865         * gst/filter/filter.vcproj
24866         * gst/flx/flxdec.vcproj
24867         * gst/goom/goom.vcproj
24868         * gst/interleave/interleave.vcproj
24869         * gst/law/alaw.vcproj
24870         * gst/law/mulaw.vcproj
24871         * gst/matroska/matroska.vcproj
24872         * gst/median/median.vcproj
24873         * gst/mixmatrix/mixmatrix.vcproj
24874         * gst/mpeg1sys/mpeg1systemencode.vcproj
24875         * gst/mpeg1videoparse/mp1videoparse.vcproj
24876         * gst/mpeg2sub/mpeg2subt.vcproj
24877         * gst/mpegaudio/mpegaudio.vcproj
24878         * gst/mpegaudioparse/mpegaudioparse.vcproj
24879         * gst/mpegstream/mpegstream.vcproj
24880         * gst/multifilesink/multifilesink.vcproj
24881         * gst/multipart/multipart.vcproj
24882         * gst/oneton/oneton.vcproj
24883         * gst/overlay/overlay.vcproj
24884         * gst/passthrough/passthrough.vcproj
24885         * gst/qtdemux/qtdemux.vcproj
24886         * gst/realmedia/rmdemux.vcproj
24887         * gst/rtjpeg/rtjpeg.vcproj
24888         * gst/rtp/rtp.vcproj
24889         * gst/silence/silence.vcproj
24890         * gst/sine/sinesrc.vcproj
24891         * gst/smooth/smooth.vcproj
24892         * gst/smpte/smpte.vcproj
24893         * gst/spectrum/spectrum.vcproj
24894         * gst/speed/speed.vcproj
24895         * gst/stereo/stereo.vcproj
24896         * gst/switch/switch.vcproj
24897         * gst/tags/tagedit.vcproj
24898         * gst/tcp/tcp.vcproj
24899         * gst/typefind/typefindfunctions.vcproj
24900         * gst/udp/udp.vcproj
24901         * gst/videobox/videobox.vcproj
24902         * gst/videocrop/videocrop.vcproj
24903         * gst/videodrop/videodrop.vcproj
24904         * gst/videofilter/gamma.vcproj
24905         * gst/videofilter/videobalance.vcproj
24906         * gst/videofilter/videofilter.vcproj
24907         * gst/videofilter/videoflip.vcproj
24908         * gst/videoflip/videoflip.vcproj
24909         * gst/videomixer/videomixer.vcproj
24910         * gst/videorate/videorate.vcproj
24911         * gst/videoscale/videoscale.vcproj
24912         * gst/videotestsrc/videotestsrc.vcproj
24913         * gst/virtualdub/virtualdub.vcproj
24914         * gst/volenv/volenv.vcproj
24915         * gst/volume/volume.vcproj
24916         * gst/wavenc/wavenc.vcproj
24917         * gst/wavparse/wavparse.vcproj
24918         * gst/y4m/y4menc.vcproj
24919         * gst-libs/gst/audio/audio.vcproj
24920         * gst-libs/gst/audio/audiofilter.vcproj
24921         * gst-libs/gst/colorbalance/colorbalance.vcproj
24922         * gst-libs/gst/idct/idtc.vcproj
24923         * gst-libs/gst/media-info/media-info.vcproj
24924         * gst-libs/gst/mixer/mixer.vcproj
24925         * gst-libs/gst/navigation/navigation.vcproj
24926         * gst-libs/gst/play/play.vcproj
24927         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
24928         * gst-libs/gst/resample/resample.vcproj
24929         * gst-libs/gst/riff/riff.vcproj
24930         * gst-libs/gst/tuner/tuner.vcproj
24931         * gst-libs/gst/video/video.vcproj
24932         * gst-libs/gst/xoverlay/xoverlay.vcproj
24933           avoid problems with math.h, fix release dependancy
24934           rename GStreamer-0.8.lib to libgstreamer.lib
24935
24936 2004-07-27  Julien MOUTTE  <julien@moutte.net>
24937
24938         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
24939         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
24940         the atom is not available we have to unlock the mutex. Fixes #148023
24941
24942 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
24943
24944         * gst-libs/gst/media-info/media-info.h:
24945           issue for a vararg macro with MSVC
24946
24947 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
24948
24949         * gst/effectv/effectv.vcproj
24950         * gst-libs/gst/idct/idct.vcproj:
24951         * gst-libs/gst/media-info/media-info.vcproj:
24952         * gst-libs/gst/navigation/navigation.vcproj:
24953         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
24954         * gst-libs/gst/video/video.vcproj:
24955         * gst-libs/gst/xoverlay/xoverlay.vcproj:
24956           fixes for build problems
24957
24958 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
24959
24960         * gst-libs/gst/audio/audio.def:
24961         * gst-libs/gst/audio/riff.def:
24962           add some definitions needed by plugins
24963
24964 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
24965
24966         * gst/asfdemux/gstasfmux.c
24967           Fix some 64 bits constants to be glib friendly
24968
24969 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
24970
24971         * gst/ac3parse/gstac3parse.c
24972         * gst/audioscale/gstaudioscale.c
24973         * gst/auparse/gstauparse.c
24974         * gst/colorspace/gstcolorspace.c
24975         * gst/colorspace/yuv2rgb.h
24976           local include fixes
24977
24978 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
24979
24980         * win32/gst.sln
24981           add more plugins to the build
24982
24983 2004-07-26  Julien MOUTTE  <julien@moutte.net>
24984
24985         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
24986         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
24987
24988 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
24989
24990         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
24991         (gst_level_set_property), (gst_level_get_property),
24992         (gst_level_base_init), (gst_level_class_init):
24993           add debugging categories.  cleanups.
24994
24995 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
24996
24997         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
24998         (gst_videoscale_planar411), (gst_videoscale_planar400),
24999         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
25000         (gst_videoscale_scale_nearest_str1),
25001         (gst_videoscale_scale_nearest_str2),
25002         (gst_videoscale_scale_nearest_str4),
25003         (gst_videoscale_scale_nearest_16bit),
25004         (gst_videoscale_scale_nearest_24bit):
25005           fixed stride issues
25006           tested with 320x240 -> 321, 322, 324 x240
25007           tested with YV12, I420, YUY2, UYVY
25008           fixed packed422rev (don't think it could have worked before)
25009           by testing with UYVY
25010
25011 2004-07-26  Benjamin Otte  <otte@gnome.org>
25012
25013         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
25014         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
25015         (plugin_init):
25016           add debugging category, add error checks like checking return values
25017           of setup calls, make sure it still works after
25018           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
25019
25020 2004-07-26  Wim Taymans  <wim@fluendo.com>
25021
25022         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
25023         (gst_mpeg_demux_get_audio_stream),
25024         (gst_mpeg_demux_process_private):
25025         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
25026         Check for error codes from the negotiation functions. Make sure
25027         we really set the pad caps when a new pad is created.
25028
25029 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
25030
25031         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
25032         (gst_ffmpeg_caps_to_pix_fmt):
25033         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
25034         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25035         (gst_ffmpegcolorspace_pad_link):
25036           don't make function do two things at the same time without reason.
25037
25038 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25039
25040         * gst/ac3parse/ac3parse.vcproj
25041         * gst/adder/adder.vcproj
25042         * gst/alpha/alpha.vcproj
25043         * gst/alpha/alphacolor.vcproj
25044         * gst/asfdemux/asf.vcproj
25045         * gst/audioconvert/audioconvert.vcproj
25046         * gst/audiorate/audiorate.vcproj
25047         * gst/audioscale/audioscale.vcproj
25048         * gst/auparse/auparse.vcproj
25049         * gst/avi/avi.vcproj
25050         * gst/cdxaparse/cdxaparse.vcproj
25051         * gst/chart/chart.vcproj
25052         * gst/colorspace/colorspace.vcproj
25053         * gst/cutter/cutter.vcproj
25054         * gst/debug/debug.vcproj
25055         * gst/debug/efence.vcproj
25056         * gst/debug/navigationtest.vcproj
25057         * gst/deinterlace/deinterlace.vcproj
25058         * gst/effectv/effectv.vcproj
25059         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
25060         * gst/filter/filter.vcproj
25061         * gst/flx/flxdec.vcproj
25062         * gst/goom/goom.vcproj
25063         * gst/interleave/interleave.vcproj
25064         * gst/law/alaw.vcproj
25065         * gst/law/mulaw.vcproj
25066         * gst/matroska/matroska.vcproj
25067         * gst/median/median.vcproj
25068         * gst/mixmatrix/mixmatrix.vcproj
25069         * gst/mpeg1sys/mpeg1systemencode.vcproj
25070         * gst/mpeg1videoparse/mp1videoparse.vcproj
25071         * gst/mpeg2sub/mpeg2subt.vcproj
25072         * gst/mpegaudio/mpegaudio.vcproj
25073         * gst/mpegaudioparse/mpegaudioparse.vcproj
25074         * gst/mpegstream/mpegstream.vcproj
25075         * gst/multifilesink/multifilesink.vcproj
25076         * gst/multipart/multipart.vcproj
25077         * gst/oneton/oneton.vcproj
25078         * gst/overlay/overlay.vcproj
25079         * gst/passthrough/passthrough.vcproj
25080         * gst/qtdemux/qtdemux.vcproj
25081         * gst/realmedia/rmdemux.vcproj
25082         * gst/rtjpeg/rtjpeg.vcproj
25083         * gst/rtp/rtp.vcproj
25084         * gst/silence/silence.vcproj
25085         * gst/sine/sinesrc.vcproj
25086         * gst/smooth/smooth.vcproj
25087         * gst/smpte/smpte.vcproj
25088         * gst/spectrum/spectrum.vcproj
25089         * gst/speed/speed.vcproj
25090         * gst/stereo/stereo.vcproj
25091         * gst/switch/switch.vcproj
25092         * gst/tags/tagedit.vcproj
25093         * gst/tcp/tcp.vcproj
25094         * gst/typefind/typefindfunctions.vcproj
25095         * gst/udp/udp.vcproj
25096         * gst/videobox/videobox.vcproj
25097         * gst/videocrop/videocrop.vcproj
25098         * gst/videodrop/videodrop.vcproj
25099         * gst/videofilter/gamma.vcproj
25100         * gst/videofilter/videobalance.vcproj
25101         * gst/videofilter/videofilter.vcproj
25102         * gst/videofilter/videoflip.vcproj
25103         * gst/videoflip/videoflip.vcproj
25104         * gst/videomixer/videomixer.vcproj
25105         * gst/videorate/videorate.vcproj
25106         * gst/videoscale/videoscale.vcproj
25107         * gst/videotestsrc/videotestsrc.vcproj
25108         * gst/virtualdub/virtualdub.vcproj
25109         * gst/volenv/volenv.vcproj
25110         * gst/volume/volume.vcproj
25111         * gst/wavenc/wavenc.vcproj
25112         * gst/wavparse/wavparse.vcproj
25113         * gst/y4m/y4menc.vcproj
25114           more plugins supported under windows
25115
25116 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
25117
25118         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
25119         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
25120         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
25121         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
25122         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
25123           Add debugging statements.  Use the sizes as returned by the
25124           *CreateImage calls.
25125
25126 2004-07-26  Johan Dahlin  <johan@gnome.org>
25127
25128         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
25129         the pad is negotiated.
25130
25131         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
25132
25133 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25134
25135         * gst-libs/gst/colorbalance/colorbalance.vcproj:
25136         * gst-libs/gst/idct/idct.vcproj:
25137         * gst-libs/gst/media-info/media-info.vcproj:
25138         * gst-libs/gst/mixer/mixer.vcproj:
25139         * gst-libs/gst/navigation/navigation.vcproj:
25140         * gst-libs/gst/play/play.vcproj:
25141         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
25142         * gst-libs/gst/resample/resample.vcproj:
25143         * gst-libs/gst/tuner/tuner.vcproj:
25144         * gst-libs/gst/video/video.vcproj:
25145         * gst-libs/gst/xoverlay/xoverlay.vcproj:
25146           more plugins supported under windows
25147
25148 2004-07-25 Iain <iain@prettypeople.org>
25149
25150         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
25151         pad now rather than when the pad is created because state changes wipe
25152         explicit caps (fixes #148043).
25153
25154 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
25155
25156         reviewed by Benjamin Otte  <otte@gnome.org>
25157
25158         * ext/mad/gstmad.c:
25159           fix mad plugin crashing on Sun (fixes #148289)
25160
25161 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
25162
25163         * gst/avi/avi.def:
25164         * gst/avi/avi.vcproj:
25165         * gst/matroska/matroska.def:
25166         * gst/matroska/matroska.vcproj:
25167           remove unused .def files
25168
25169 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
25170
25171         * gst-libs/gst/audio/gstaudiofilter.c:
25172           Clean the local include
25173
25174 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
25175
25176         * win32/gst.sln:
25177         * gst-libs/gst/audio/audio.def:
25178         * gst-libs/gst/audio/audio.vcproj:
25179         * gst-libs/gst/audio/audiofilter.vcproj:
25180         * gst-libs/gst/audio/riff.def:
25181         * gst-libs/gst/audio/riff.vcproj:
25182         * gst-libs/gst/gst-libs.def:
25183         * gst-libs/gst/gst-libs.vcproj:
25184         * gst/avi/avi.vcproj:
25185         * gst/avi/avi.vcproj:
25186           Copy the files where needed after building, cleaner projects
25187
25188 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
25189
25190         * gst/matroska/ebml-write.c:
25191           Fix some 64 bits constants to be glib friendly
25192
25193 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
25194
25195         * win32/gst.sln:
25196         * gst-libs/gst/gst-libs.def:
25197         * gst-libs/gst/gst-libs.vcproj:
25198         * gst/matroska/matroska.def:
25199         * gst/matroska/matroska.vcproj:
25200           Add the preliminary canvas to build plugins on Win32
25201
25202 2004-07-23  Benjamin Otte  <otte@gnome.org>
25203
25204         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
25205           don't enfore negotiation from source side, it breaks
25206           sinesrc ! audioconvert ! osssink
25207
25208 2004-07-22  David Schleef  <ds@schleef.org>
25209
25210         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
25211         for ELF files, since they can easily be recognized as audio/mpeg.
25212         (bug #147441)
25213
25214 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
25215
25216         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
25217         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
25218         (gst_videoscale_scale_nearest_24bit),
25219         (gst_videoscale_scale_nearest_16bit):
25220           fix 16bit and 24bit for stride (24bit might need testing)
25221           don't pretend we do more than one algorithm
25222
25223 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25224
25225         * configure.ac:
25226         * gst/Makefile.am:
25227         * gst/multifilesink/Makefile.am:
25228         * gst/multifilesink/gstmultifilesink.c:
25229         (gst_multifilesink_get_formats),
25230         (gst_multifilesink_get_query_types), (_do_init),
25231         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
25232         (gst_multifilesink_init), (gst_multifilesink_dispose),
25233         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
25234         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
25235         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
25236         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
25237         (gst_multifilesink_chain), (gst_multifilesink_change_state),
25238         (gst_multifilesink_uri_get_type),
25239         (gst_multifilesink_uri_get_protocols),
25240         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
25241         (gst_multifilesink_uri_handler_init), (plugin_init):
25242         * gst/multifilesink/gstmultifilesink.h:
25243         * testsuite/Makefile.am:
25244         * testsuite/multifilesink/Makefile.am:
25245         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
25246         (gst_newmedia_class_init), (gst_newmedia_init),
25247         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
25248         (newfile_signal), (test_signal), (main):
25249         multifilesink plugin for creating new files every time a new media
25250         discontinuity event occurs
25251
25252 2004-07-22  Wim Taymans  <wim@fluendo.com>
25253
25254         * gst/alpha/Makefile.am:
25255         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
25256         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
25257         (gst_alpha_color_init), (gst_alpha_color_set_property),
25258         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
25259         (transform), (gst_alpha_color_chain),
25260         (gst_alpha_color_change_state), (plugin_init):
25261         Stupid plugin to to RGBA to AYUV conversion because none of
25262         the colorspace plugins can handle that yet.
25263
25264 2004-07-22  Wim Taymans  <wim@fluendo.com>
25265
25266         * examples/seeking/seek.c: (update_scale), (main):
25267         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
25268         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
25269         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
25270         (gst_decode_bin_init), (gst_decode_bin_dispose),
25271         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
25272         (no_more_pads), (close_link), (type_found),
25273         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
25274         (plugin_init):
25275         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
25276         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
25277         (gst_play_base_bin_dispose), (queue_overrun),
25278         (gen_preroll_element), (remove_prerolls), (unknown_type),
25279         (no_more_pads), (new_stream), (setup_source),
25280         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
25281         (play_base_eos), (gst_play_base_bin_change_state),
25282         (gst_play_base_bin_add_element),
25283         (gst_play_base_bin_remove_element),
25284         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
25285         (gst_play_base_bin_unlink_stream),
25286         (gst_play_base_bin_get_streaminfo):
25287         * gst/playback/gstplaybin.c: (gen_video_element),
25288         (gen_audio_element):
25289         * gst/playback/gststreaminfo.h:
25290         More playback updates, attempt to fix things after the state change
25291         breakage.
25292
25293 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
25294
25295         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
25296         (gst_videoscale_scale_nearest_16bit):
25297           comment algorithm
25298
25299 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
25300
25301         * gst/videotestsrc/gstvideotestsrc.c:
25302         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
25303         (gst_videotestsrc_init), (gst_videotestsrc_get),
25304         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
25305         (gst_videotestsrc_get_property):
25306         * gst/videotestsrc/gstvideotestsrc.h:
25307         * gst/videotestsrc/videotestsrc.c:
25308         * gst/videotestsrc/videotestsrc.h:
25309           cleanup and commenting
25310
25311 2004-07-21  Wim Taymans  <wim@fluendo.com>
25312
25313         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
25314         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
25315         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
25316         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
25317         (_find_chain_get_unknown_part), (_find_streams_check),
25318         (gst_ogg_demux_push), (gst_ogg_pad_push):
25319         * ext/theora/theoradec.c: (theora_get_formats),
25320         (theora_dec_src_convert), (theora_dec_sink_convert),
25321         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
25322         (theora_dec_chain):
25323         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
25324         (vorbis_dec_convert), (vorbis_dec_src_query),
25325         (vorbis_dec_src_event), (vorbis_dec_event):
25326         More seeking fixes, oggdemux now supports seeking to time and
25327         uses the downstream element to convert granulepos to time.
25328         Seeking in theora-only ogg files now works.
25329
25330 2004-07-21  Wim Taymans  <wim@fluendo.com>
25331
25332         * ext/theora/theoradec.c: (gst_theora_dec_init),
25333         (theora_get_formats), (theora_get_event_masks),
25334         (theora_get_query_types), (theora_dec_src_convert),
25335         (theora_dec_sink_convert), (theora_dec_src_query),
25336         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
25337         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
25338         (vorbis_get_event_masks), (vorbis_get_query_types),
25339         (gst_vorbis_dec_init), (vorbis_dec_convert),
25340         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
25341         Added query/convert/formats functions to vorbis and theora decoders
25342         so that the outside world can use them too. Fixed seeking on an
25343         ogg/theora/vorbis file by disabling the seeking seeking on the
25344         theora srcpad.
25345
25346 2004-07-21  Julien MOUTTE  <julien@moutte.net>
25347
25348         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
25349         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
25350         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
25351         images creation for both elements. We don't create the image on caps
25352         nego or renego, we just destroy the internal one if present if it does
25353         not match the needs. The chain function takes care of creating a new
25354         image when needed.
25355         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
25356         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
25357         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
25358         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
25359         the image format information. The buffer pool checks for the context
25360         image format and discard images with different formats.
25361         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
25362
25363 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
25364
25365         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25366         (gst_ffmpegcolorspace_chain):
25367           no point in doing any chaining if the pad we want to push from
25368           isn't usable.
25369
25370 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25371
25372         * gst-libs/gst/riff/riff-media.c:
25373         (gst_riff_create_audio_caps_with_data):
25374           Fix double end-to-native symbol conversion (#148021).
25375
25376 2004-07-20  David Schleef  <ds@schleef.org>
25377
25378         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
25379         Don't use an Atom that doesn't exist.
25380
25381 2004-07-20  Wim Taymans  <wim@fluendo.com>
25382
25383         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
25384         (gst_multifdsink_add), (gst_multifdsink_get_stats),
25385         (gst_multifdsink_client_remove),
25386         (gst_multifdsink_handle_client_write),
25387         (gst_multifdsink_queue_buffer):
25388         * gst/tcp/gstmultifdsink.h:
25389         More multifdsink stats. Avoid deadlock by releasing locks
25390         before sending out a signal.
25391
25392 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25393
25394         * po/LINGUAS:
25395         * po/hu.po:
25396           added Hungarian translation (Laszlo Dvornik)
25397
25398 2004-07-20  Wim Taymans  <wim@fluendo.com>
25399
25400         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
25401         (gst_multifdsink_add), (gst_multifdsink_client_remove),
25402         (gst_multifdsink_handle_client_write),
25403         (gst_multifdsink_queue_buffer):
25404         * gst/tcp/gsttcp-marshal.list:
25405         Fixed the stupid marshal definition.
25406
25407 2004-07-20  Wim Taymans  <wim@fluendo.com>
25408
25409         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
25410         (gst_multifdsink_init), (gst_multifdsink_add),
25411         (gst_multifdsink_client_remove),
25412         (gst_multifdsink_handle_client_write),
25413         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
25414         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
25415         (gst_multifdsink_init_send):
25416         * gst/tcp/gstmultifdsink.h:
25417         Added more stats, added timeout for a client, fixed some typos
25418         and added some comments.
25419
25420 2004-07-20  Wim Taymans  <wim@fluendo.com>
25421
25422         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
25423         (gst_multifdsink_add), (gst_multifdsink_get_stats),
25424         (gst_multifdsink_client_remove),
25425         (gst_multifdsink_handle_client_write):
25426         * gst/tcp/gstmultifdsink.h:
25427         * gst/tcp/gsttcp-marshal.list:
25428         Added get_stats method that returns a GValueArray of
25429         stats values.
25430
25431 2004-07-19  Benjamin Otte  <otte@gnome.org>
25432
25433         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
25434           make sure longname, description and author are valid UTF-8
25435
25436 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
25437
25438         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
25439         (gst_ximagesink_set_property):
25440         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
25441         (gst_xvimagesink_set_property):
25442           make sure SYNCHRONOUS is respected after getting the X context
25443
25444 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
25445
25446         * gst/matroska/matroska-demux.c:
25447         (gst_matroska_demux_handle_src_event),
25448         (gst_matroska_demux_parse_blockgroup):
25449         * gst/matroska/matroska-ids.h:
25450           add BlockReference tag and ignore it to clear out log.
25451           ignore NAVIGATION events to clear out log.
25452
25453 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
25454
25455         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
25456         (gst_matroska_demux_add_stream):
25457         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
25458           add debug categories
25459
25460 2004-07-16  Wim Taymans  <wim@fluendo.com>
25461
25462         * ext/libpng/Makefile.am:
25463         * ext/libpng/gstpng.c: (plugin_init):
25464         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
25465         (gst_pngdec_get_type), (gst_pngdec_base_init),
25466         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
25467         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
25468         * ext/libpng/gstpngdec.h:
25469         Added png decoder.
25470
25471 2004-07-16  Julien MOUTTE  <julien@moutte.net>
25472
25473         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
25474         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
25475         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
25476         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
25477         (gst_ximagesink_buffer_alloc):
25478         * sys/ximage/ximagesink.h:
25479         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
25480         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
25481         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
25482         (gst_xvimagesink_buffer_alloc):
25483         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
25484         again. Using internal data pointer of the x(v)image to store image's
25485         data to be coherent with the buffer alloc mechanism. Investigated the
25486         image destruction code to be sure that everything gets freed correctly.
25487
25488 2004-07-16  Wim Taymans  <wim@fluendo.com>
25489
25490         * gst-libs/gst/riff/riff-read.c:
25491         (gst_riff_read_strf_vids_with_data),
25492         (gst_riff_read_strf_auds_with_data):
25493         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
25494         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
25495         Make sure we don't create 0 sized subbuffers in riff-read.
25496         Signal the no more pads signal after reading the avi header.
25497
25498 2004-07-16  Wim Taymans  <wim@fluendo.com>
25499
25500         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
25501         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
25502         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
25503         (gst_decode_bin_init), (gst_decode_bin_dispose),
25504         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
25505         (no_more_pads), (close_link), (type_found),
25506         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
25507         (gst_decode_bin_change_state), (plugin_init):
25508         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
25509         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
25510         (gst_play_base_bin_dispose), (queue_overrun),
25511         (gen_preroll_element), (remove_prerolls), (unknown_type),
25512         (no_more_pads), (new_stream), (setup_source),
25513         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
25514         (play_base_eos), (gst_play_base_bin_change_state),
25515         (gst_play_base_bin_add_element),
25516         (gst_play_base_bin_remove_element),
25517         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
25518         (gst_play_base_bin_unlink_stream),
25519         (gst_play_base_bin_get_streaminfo):
25520         * gst/playback/gstplaybasebin.h:
25521         Better error recovery. Added configurable preroll queue size. Faster
25522         detection of no-more-pads.
25523
25524 2004-07-16  Wim Taymans  <wim@fluendo.com>
25525
25526         * gst-libs/gst/video/video.h:
25527         Added 32 bits RGBA. Not sure if we should use another mime-type
25528         for alpha rgb. Currently the presence of the alpha_mask property
25529         signals an alpha channel.
25530
25531 2004-07-16  Wim Taymans  <wim@fluendo.com>
25532
25533         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
25534         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
25535         FPS seems to be 0.0 to MAX everywhere else.
25536
25537 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25538
25539         * gst-libs/gst/riff/riff-media.c:
25540         (gst_riff_create_video_caps_with_data):
25541           mp42/mp43 (no caps) exist too.
25542         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
25543           Set pixel_width/height; we've got them in-caps.
25544         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
25545         * gst/wavparse/gstwavparse.c: (plugin_init):
25546           Both are valid primary.
25547         * sys/oss/gstossmixer.c:
25548           Remove i18n hack and enable translations.
25549
25550 2004-07-15  Benjamin Otte  <otte@gnome.org>
25551
25552         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
25553         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
25554           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
25555
25556 2004-07-15  Benjamin Otte  <otte@gnome.org>
25557
25558         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
25559         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
25560         (gst_alsa_close_audio):
25561           disable some of the debugging code for now. Writing debugging to a
25562           buffer is broken in current alsalib releases.
25563
25564 2004-07-12  Benjamin Otte  <otte@gnome.org>
25565
25566         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
25567           use bufferpools
25568
25569 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
25570
25571         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
25572         (theora_dec_src_query), (theora_dec_event):
25573         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
25574           add debugging categories.  Remove \n's.
25575
25576 2004-07-13  Johan Dahlin  <johan@gnome.org>
25577
25578         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
25579         (gst_play_bin_get_property): Impl.
25580
25581 2004-07-13  Wim Taymans  <wim@fluendo.com>
25582
25583         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
25584         When trying to find the stream length, seek back N pages
25585         instead of just one, where N is the number of streams in
25586         the current chain.
25587
25588 2004-07-13  Wim Taymans  <wim@fluendo.com>
25589
25590         * gst-libs/gst/riff/riff-media.c:
25591         (gst_riff_create_audio_caps_with_data),
25592         (gst_riff_create_audio_caps),
25593         (gst_riff_create_audio_template_caps):
25594         * gst-libs/gst/riff/riff-media.h:
25595         * gst-libs/gst/riff/riff-read.c:
25596         (gst_riff_read_strf_vids_with_data),
25597         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
25598         * gst-libs/gst/riff/riff-read.h:
25599         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
25600         (gst_avi_demux_add_stream):
25601         Set codec_data on caps for avidemuxer.
25602
25603 2004-07-12  David Schleef  <ds@schleef.org>
25604
25605         * configure.ac: Fix test for Objective C
25606
25607 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
25608         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
25609         (gst_gdk_pixbuf_chain):
25610           Add svg and pcx to template caps, and ensure that getcaps returns a
25611           subset of the template caps.
25612           Copy each row manually for output, as gdkpixbuf may pad the
25613           rowstride to a 32-bit word boundary.
25614
25615 2004-07-12  Wim Taymans  <wim@fluendo.com>
25616
25617         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
25618         (gst_riff_create_video_template_caps):
25619         Fix the template caps to include some more media types.
25620
25621 2004-07-12  Wim Taymans  <wim@fluendo.com>
25622
25623         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
25624         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
25625         (compare_ranks), (print_feature), (gst_decode_bin_init),
25626         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
25627         (try_to_link_1), (new_pad), (close_link), (type_found),
25628         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
25629         (gst_decode_bin_change_state), (plugin_init):
25630         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
25631         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
25632         (gst_play_base_bin_dispose), (queue_overrun),
25633         (gen_preroll_element), (remove_prerolls), (no_more_pads),
25634         (new_stream), (setup_source), (gst_play_base_bin_set_property),
25635         (gst_play_base_bin_get_property), (play_base_eos),
25636         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
25637         (gst_play_base_bin_remove_element),
25638         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
25639         (gst_play_base_bin_unlink_stream),
25640         (gst_play_base_bin_get_streaminfo):
25641         * gst/playback/gstplaybasebin.h:
25642         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
25643         (gst_play_bin_class_init), (gst_play_bin_init),
25644         (gst_play_bin_dispose), (gst_play_bin_set_property),
25645         (gst_play_bin_get_property), (gen_video_element),
25646         (gen_audio_element), (remove_sinks), (setup_sinks),
25647         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
25648         (gst_play_bin_send_event), (gst_play_bin_get_formats),
25649         (gst_play_bin_convert), (gst_play_bin_get_query_types),
25650         (gst_play_bin_query), (plugin_init):
25651         * gst/playback/test4.c: (main):
25652         More fixes on reusing of the element.
25653
25654 2004-07-11  Benjamin Otte  <otte@gnome.org>
25655
25656         * ext/mad/gstmad.c: (normal_seek):
25657           allow seeking for other methods than just SET
25658
25659 2004-07-11  Andy Wingo  <wingo@pobox.com>
25660
25661         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
25662         float, "any" caps -> buffer_frames=[0,MAX].
25663
25664         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
25665         doesn't intersect our caps with the template any more. Do it
25666         ourselves.
25667         (interleave_buffered_loop): Use g_newa instead of malloc/free.
25668
25669 2004-07-09  Wim Taymans  <wim@fluendo.com>
25670
25671         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
25672         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
25673         (compare_ranks), (print_feature), (gst_decode_bin_init),
25674         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
25675         (try_to_link_1), (new_pad), (close_link), (type_found),
25676         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
25677         (gst_decode_bin_change_state), (plugin_init):
25678         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
25679         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
25680         (gst_play_base_bin_dispose), (queue_overrun),
25681         (gen_preroll_element), (remove_prerolls), (no_more_pads),
25682         (new_stream), (setup_source), (gst_play_base_bin_set_property),
25683         (gst_play_base_bin_get_property), (play_base_eos),
25684         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
25685         (gst_play_base_bin_remove_element),
25686         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
25687         (gst_play_base_bin_unlink_stream),
25688         (gst_play_base_bin_get_streaminfo):
25689         * gst/playback/gstplaybasebin.h:
25690         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
25691         (gst_play_bin_class_init), (gst_play_bin_init),
25692         (gst_play_bin_dispose), (gst_play_bin_set_property),
25693         (gst_play_bin_get_property), (gen_video_element),
25694         (gen_audio_element), (remove_sinks), (setup_sinks),
25695         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
25696         (gst_play_bin_send_event), (gst_play_bin_get_formats),
25697         (gst_play_bin_convert), (gst_play_bin_get_query_types),
25698         (gst_play_bin_query), (plugin_init):
25699         * gst/playback/test4.c: (main):
25700         Work on object reuse and seeking.
25701
25702 2004-07-09  Wim Taymans  <wim@fluendo.com>
25703
25704         * examples/seeking/seek.c: (iterate):
25705         Don't consume all CPU in the idle loop.
25706
25707 2004-07-09  Wim Taymans  <wim@fluendo.com>
25708
25709         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
25710         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
25711         Add pad to element *after* setting the pad functions so that
25712         the scheduler can use the correct ones.
25713
25714 2004-07-09  Wim Taymans  <wim@fluendo.com>
25715
25716         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
25717         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
25718         Sync to keyframe after seek
25719
25720 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
25721
25722         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
25723         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
25724         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
25725         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
25726         * ext/libvisual/visual.c: (gst_visual_change_state):
25727         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
25728         * ext/theora/theoradec.c: (theora_dec_change_state):
25729         * ext/theora/theoraenc.c: (theora_enc_change_state):
25730         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
25731         * gst-libs/gst/navigation/navigation.c:
25732         * gst/adder/gstadder.c: (gst_adder_change_state):
25733         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25734         (gst_audio_convert_get_buffer):
25735         * gst/multipart/multipartdemux.c:
25736         (gst_multipart_demux_change_state):
25737         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
25738         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
25739         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
25740         * gst/videoscale/gstvideoscale.c:
25741         (gst_videoscale_handle_src_event):
25742         * gst/volume/gstvolume.c: (volume_chain_int16):
25743           don't assert in state change, this should be done by the base
25744           GstElement class.
25745           various debugging fixes.
25746
25747 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
25748
25749         * configure.ac:
25750         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
25751         (gst_play_dispose), (gst_play_set_location),
25752         (gst_play_set_data_src), (gst_play_set_video_sink),
25753         (gst_play_set_audio_sink), (gst_play_set_visualization),
25754         (gst_play_connect_visualization), (gst_play_get_sink_element),
25755         (gst_play_get_all_by_interface):
25756         * gst-libs/gst/play/play.h:
25757           add new method to get elements implementing an interface.
25758           add various error logging
25759
25760 2004-07-08  Wim Taymans  <wim@fluendo.com>
25761
25762         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
25763         (make_mpeg_pipeline), (make_mpegnt_pipeline),
25764         (make_playerbin_pipeline), (query_durations_elems),
25765         (query_durations_pads), (query_positions_elems),
25766         (query_positions_pads), (update_scale), (iterate), (stop_seek),
25767         (main):
25768         Added playbin seeking example.
25769
25770 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
25771
25772         * gst-libs/gst/play/play.c: (gst_play_set_location),
25773         (gst_play_set_data_src), (gst_play_set_video_sink),
25774         (gst_play_set_audio_sink), (gst_play_set_visualization),
25775         (gst_play_connect_visualization), (gst_play_get_framerate):
25776           use a macro to look up elements from hash table
25777
25778 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
25779
25780         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
25781         (gst_play_get_length_callback), (gst_play_set_location),
25782         (gst_play_seek_to_time), (gst_play_set_data_src),
25783         (gst_play_set_video_sink), (gst_play_set_audio_sink),
25784         (gst_play_set_visualization), (gst_play_connect_visualization),
25785         (gst_play_get_sink_element):
25786         - add debugging info
25787         - fix looking up sink elements by iterating over complete caps
25788         - put everything except for source and autoplugger in a complete bin
25789
25790 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
25791
25792         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
25793         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
25794         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
25795         (gst_alsa_sink_write), (gst_alsa_sink_loop):
25796         * ext/alsa/gstalsasink.h:
25797         - add debugging info
25798         - clean up schizophrenia of data/buffer/event
25799         - fix double event unref error
25800
25801 2004-07-08  Wim Taymans  <wim@fluendo.com>
25802
25803         * gst/playback/Makefile.am:
25804         Add headers to noinst
25805
25806 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
25807
25808         * tools/gst-launch-ext-m.m:
25809         * tools/gst-launch-ext.1.in:
25810           convert to the third millenium
25811
25812 2004-07-07  David Schleef  <ds@schleef.org>
25813
25814         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
25815
25816 2004-07-07  Wim Taymans  <wim@fluendo.com>
25817
25818         * gst/playback/Makefile.am:
25819         * gst/playback/README:
25820         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
25821         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
25822         (compare_ranks), (print_feature), (gst_decode_bin_init),
25823         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
25824         (try_to_link_1), (new_pad), (close_link), (type_found),
25825         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
25826         (plugin_init):
25827         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
25828         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
25829         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
25830         (gen_preroll_element), (no_more_pads), (new_stream),
25831         (setup_source), (gst_play_base_bin_set_property),
25832         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
25833         (gst_play_base_bin_add_element),
25834         (gst_play_base_bin_remove_element),
25835         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
25836         (gst_play_base_bin_unlink_stream),
25837         (gst_play_base_bin_get_streaminfo):
25838         * gst/playback/gstplaybasebin.h:
25839         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
25840         (gst_play_bin_class_init), (gst_play_bin_init),
25841         (gst_play_bin_dispose), (gst_play_bin_set_property),
25842         (gst_play_bin_get_property), (gen_video_element),
25843         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
25844         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
25845         (gst_play_bin_get_formats), (gst_play_bin_convert),
25846         (gst_play_bin_get_query_types), (gst_play_bin_query),
25847         (plugin_init):
25848         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
25849         (gst_stream_info_get_type), (gst_stream_info_class_init),
25850         (gst_stream_info_init), (gst_stream_info_new),
25851         (gst_stream_info_dispose), (gst_stream_info_set_property),
25852         (gst_stream_info_get_property):
25853         * gst/playback/gststreaminfo.h:
25854         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
25855         (main):
25856         * gst/playback/test2.c: (main):
25857         * gst/playback/test3.c: (update_scale), (main):
25858         More playbin fixes. Added README. Do better element filtering.
25859         Added base class to preroll media. Added test apps.
25860
25861 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
25862
25863         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
25864         * ext/mpeg2dec/gstmpeg2dec.h:
25865           various debugging improvements.  Reset stream to next picture
25866           instead of sequence header, otherwise seeks cannot work.
25867
25868 2004-07-07  Wim Taymans  <wim@fluendo.com>
25869
25870         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
25871         (gst_video_box_class_init), (gst_video_box_set_property),
25872         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
25873         Use pad_alloc where possible.
25874
25875 2004-07-07  Wim Taymans  <wim@fluendo.com>
25876
25877         * sys/oss/gstosselement.c: (gst_osselement_reset),
25878         (gst_osselement_parse_caps):
25879         * sys/oss/gstosselement.h:
25880         * sys/oss/gstosssrc.c: (gst_osssrc_get):
25881         Fix offset on osssrc.
25882
25883 2004-07-07  Wim Taymans  <wim@fluendo.com>
25884
25885         * ext/theora/theora.c: (plugin_init):
25886         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
25887         (theora_dec_src_query), (theora_dec_chain):
25888         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25889         (theora_enc_sink_link), (theora_buffer_from_packet),
25890         (theora_push_packet), (theora_enc_chain):
25891         Fix theora granulepos calculation.
25892         Fix overflow in duration/position calculation.
25893         Bump rank to PRIMARY for theoradec.
25894         Use granulepos of last packet to calculate position.
25895         Set keyframe flag on buffers when needed.
25896
25897 2004-07-06  David Schleef  <ds@schleef.org>
25898
25899         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
25900         serious?  (Fixed, obviously.)
25901
25902 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
25903
25904         * po/LINGUAS:
25905         * po/cs.po:
25906           added Czech translation (Miloslav Trmac)
25907
25908 2004-07-05  Wim Taymans  <wim@fluendo.com>
25909
25910         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
25911         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
25912         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
25913         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
25914         (close_link), (type_found), (gst_decode_bin_set_property),
25915         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
25916         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
25917         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
25918         (gst_decode_bin_query), (plugin_init):
25919         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
25920         (gst_play_bin_class_init), (gst_play_bin_init),
25921         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
25922         (get_video_element), (new_pad), (setup_source),
25923         (gst_play_bin_set_property), (gst_play_bin_get_property),
25924         (gst_play_bin_change_state), (gst_play_bin_add_element),
25925         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
25926         (gst_play_bin_send_event), (gst_play_bin_get_formats),
25927         (gst_play_bin_convert), (gst_play_bin_get_query_types),
25928         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
25929         * gst/playback/test.c: (main):
25930         More fixes, cleaned up playbin, make it use decodebin. Added
25931         threaded property to playbin.
25932
25933 2004-07-05  Wim Taymans  <wim@fluendo.com>
25934
25935         * configure.ac:
25936         * gst/playback/Makefile.am:
25937         * gst/playback/decodetest.c: (main):
25938         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
25939         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
25940         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
25941         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
25942         (close_link), (type_found), (gst_decode_bin_set_property),
25943         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
25944         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
25945         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
25946         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
25947         (plugin_init):
25948         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
25949         (gst_play_bin_class_init), (gst_play_bin_init),
25950         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
25951         (collect_sink_pads), (find_compatibles), (close_pad_link),
25952         (try_to_link_1), (new_pad), (close_link), (type_found),
25953         (setup_source), (gst_play_bin_set_property),
25954         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
25955         (compare_ranks), (gst_play_bin_collect_factories),
25956         (gst_play_bin_change_state), (gst_play_bin_add_element),
25957         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
25958         (gst_play_bin_send_event), (gst_play_bin_get_formats),
25959         (gst_play_bin_convert), (gst_play_bin_get_query_types),
25960         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
25961         * gst/playback/test.c: (main):
25962         Added some playback helper elements and some test apps, very alpha
25963         still.
25964
25965 2004-07-04  Benjamin Otte  <otte@gnome.org>
25966
25967         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
25968           only restart audio when we indeed have an xrun to fix repeated
25969           xruns. Fix suggested by Giuliano Pochini.
25970
25971 2004-07-03  David Schleef  <ds@schleef.org>
25972
25973         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
25974         call to gst_debug_log() if debugging is disabled (bug #145118)
25975
25976 2004-07-03  Benjamin Otte  <otte@gnome.org>
25977
25978         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
25979           use our own functions for restarting the alsa device.
25980         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25981           I should apply patches myself - use MIN for the third argument, not
25982           the second, this fixes seeking
25983
25984 2004-07-02  David Schleef  <ds@schleef.org>
25985
25986         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
25987         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
25988         do with the logic.
25989
25990 2004-07-02  David Schleef  <ds@schleef.org>
25991
25992         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
25993         output buffers.  Fix logic mistake.  (bug #144866)
25994
25995 2004-07-02  David Schleef  <ds@schleef.org>
25996
25997         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
25998         on X.  (bug #144753)
25999
26000 2004-07-02  David Schleef  <ds@schleef.org>
26001
26002         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
26003         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
26004         (bug #144624)
26005         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
26006         (gst_osselement_rate_probe_check): Add another workaround for
26007         buggy drivers (bug #145336)
26008
26009 2004-07-02  David Schleef  <ds@schleef.org>
26010
26011         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
26012         Most systems don't have MSG_NOSIGNAL.
26013
26014 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
26015
26016         * Makefile.am:
26017         * gst-libs/gst/colorbalance/Makefile.am:
26018         * gst-libs/gst/mixer/Makefile.am:
26019         * gst-libs/gst/play/Makefile.am:
26020         * gst-libs/gst/tuner/Makefile.am:
26021           (hopefully) fix both install and dist and make error message useful.
26022           needs testing across automakes.
26023
26024 2004-07-02  Benjamin Otte  <otte@gnome.org>
26025
26026         * ext/ogg/gstogg.c: (plugin_init):
26027           we require bytestream now
26028         * ext/ogg/gstoggdemux.c:
26029           huge diff to implement chain setup in a fast and generic way. This
26030           improves tag reading and startup of huge files (read: Theora videos)
26031           quite a bit. It probably contains bugs, too, so please test.
26032           Seeking is not improved to the fast method.
26033
26034 2004-06-29  Wim Taymans  <wim@fluendo.com>
26035
26036         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
26037         * ext/ogg/gstoggmux.c:
26038         Fix memleak in oggdemux when running unconnected pads.
26039         doc update in mux, start working on keyframe mode.
26040
26041 2004-06-29  Benjamin Otte  <otte@gnome.org>
26042
26043         * sys/oss/gstosssink.c:
26044         * sys/oss/gstosssrc.c:
26045           advertise correct template caps - we indeed do non-native endianness
26046           and 8bit audio has no endianness
26047         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
26048         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
26049           avoid (wrong) duplications in getcaps function and return
26050           template caps
26051
26052 2004-06-29  Wim Taymans  <wim@fluendo.com>
26053
26054         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
26055         (gst_multifdsink_class_init), (gst_multifdsink_add),
26056         (gst_multifdsink_remove), (gst_multifdsink_clear),
26057         (gst_multifdsink_client_remove),
26058         (gst_multifdsink_handle_client_read),
26059         (gst_multifdsink_client_queue_data),
26060         (gst_multifdsink_client_queue_caps),
26061         (gst_multifdsink_client_queue_buffer),
26062         (gst_multifdsink_handle_client_write),
26063         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
26064         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
26065         (gst_multifdsink_init_send), (gst_multifdsink_close):
26066         Fix wrong GList iteration that could crash the server when
26067         more then 2 clients disconnect at the same time. Read all the
26068         pending commands in one batch to recover from command storms under
26069         very heavy load.
26070
26071 2004-06-28  Wim Taymans  <wim@fluendo.com>
26072
26073         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
26074         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
26075         (gst_videomixer_pad_set_property),
26076         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
26077         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
26078         (gst_videomixer_class_init), (gst_videomixer_init),
26079         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
26080         (pad_zorder_compare), (gst_videomixer_sort_pads),
26081         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
26082         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
26083         (gst_videomixer_update_queues), (gst_videomixer_loop),
26084         (plugin_init):
26085         Avoid divide by zero, choose masterpad as the pad with the highest
26086         framerate.
26087
26088 2004-06-27  Julien Moutte  <julien@moutte.net>
26089
26090         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
26091         (gst_ximagesink_xwindow_new):
26092         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
26093         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
26094         function directly. We might want to call it from somewhere else one day.
26095
26096 2004-06-27  Julien Moutte  <julien@moutte.net>
26097
26098         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
26099         (gst_ximagesink_xwindow_new):
26100         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
26101         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
26102         window decorations.
26103
26104 2004-06-27  Wim Taymans  <wim@fluendo.com>
26105
26106         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
26107         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
26108         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
26109         (gst_dvdec_set_property), (gst_dvdec_get_property):
26110         * ext/dv/gstdvdec.h:
26111         Implement drop_factor property to lower the framerate with
26112         a factor.
26113
26114 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26115
26116         * gst-libs/gst/colorbalance/Makefile.am:
26117         * gst-libs/gst/mixer/Makefile.am:
26118         * gst-libs/gst/play/Makefile.am:
26119         * gst-libs/gst/tuner/Makefile.am:
26120           unbreak Company's fix that didn't install the -enum.h files
26121
26122 2004-06-27  Wim Taymans  <wim@fluendo.com>
26123
26124         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
26125         (gst_dvdec_change_state):
26126         * ext/dv/gstdvdec.h:
26127         Fix timestamp, duration and offset of the buffers.
26128
26129 2004-06-27  Wim Taymans  <wim@fluendo.com>
26130
26131         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
26132         (gst_multifdsink_class_init), (gst_multifdsink_add),
26133         (gst_multifdsink_remove), (gst_multifdsink_clear),
26134         (gst_multifdsink_client_remove),
26135         (gst_multifdsink_handle_client_read),
26136         (gst_multifdsink_client_queue_data),
26137         (gst_multifdsink_client_queue_caps),
26138         (gst_multifdsink_client_queue_buffer),
26139         (gst_multifdsink_handle_client_write),
26140         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
26141         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
26142         (gst_multifdsink_init_send), (gst_multifdsink_close):
26143         * gst/tcp/gstmultifdsink.h:
26144         * gst/tcp/gsttcpserversink.c:
26145         (gst_tcpserversink_handle_server_read),
26146         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
26147         More multifdsink fixes, more recovery policy fixes.
26148         Removed stupid g_print
26149
26150 2004-06-26  Wim Taymans  <wim@fluendo.com>
26151
26152         * gst/tcp/Makefile.am:
26153         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
26154         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
26155         (gst_multifdsink_class_init), (gst_multifdsink_init),
26156         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
26157         (gst_multifdsink_handle_client_read),
26158         (gst_multifdsink_client_queue_data),
26159         (gst_multifdsink_client_queue_caps),
26160         (gst_multifdsink_client_queue_buffer),
26161         (gst_multifdsink_handle_client_write),
26162         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
26163         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
26164         (gst_multifdsink_chain), (gst_multifdsink_set_property),
26165         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
26166         (gst_multifdsink_close), (gst_multifdsink_change_state):
26167         * gst/tcp/gstmultifdsink.h:
26168         * gst/tcp/gsttcpplugin.c: (plugin_init):
26169         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
26170         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
26171         (gst_tcpserversink_handle_server_read),
26172         (gst_tcpserversink_handle_select),
26173         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
26174         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
26175         * gst/tcp/gsttcpserversink.h:
26176         Added multifdsink, made tcpserversink a subclass of fdsink, removed
26177         one of the locks, added recovery policy to multifdsink.
26178
26179 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
26180
26181         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
26182           fix decision for when getting frames with same timestamp
26183         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
26184         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
26185         (gst_v4lsrc_get_property):
26186         * sys/v4l/gstv4lsrc.h:
26187           add latency offset property
26188
26189 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
26190
26191         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
26192         (plugin_init):
26193           fix debugging. add category.
26194
26195 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
26196
26197         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
26198           fix wrong offsets
26199
26200 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
26201
26202         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
26203         (gst_alsa_src_get_time), (gst_alsa_src_loop),
26204         (gst_alsa_src_change_state):
26205           return a time that is in sync with the element's processing
26206
26207 2004-06-25  Wim Taymans  <wim@fluendo.com>
26208
26209         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
26210         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
26211         (gst_tcpserversink_client_remove),
26212         (gst_tcpserversink_handle_client_read),
26213         (gst_tcpserversink_client_queue_data),
26214         (gst_tcpserversink_client_queue_caps),
26215         (gst_tcpserversink_client_queue_buffer),
26216         (gst_tcpserversink_handle_client_write),
26217         (gst_tcpserversink_queue_buffer),
26218         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
26219         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
26220         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
26221         (gst_tcpserversink_close):
26222         * gst/tcp/gsttcpserversink.h:
26223         Serversink rewrite. Really do non blocking writes to clients and
26224         maintain an internal queue to handle slower clients while not
26225         disturbing fast clients.
26226
26227 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
26228
26229         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
26230           better debug, don't override OFFSET and OFFSET_END
26231
26232 2004-06-25  Iain <iain@prettypeople.org>
26233
26234         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
26235         name=source for the wavparse pipeline.
26236
26237 2004-06-24  Johan Dahlin  <johan@gnome.org>
26238
26239         * ext/theora/theoraenc.c (theora_enc_chain): Call
26240         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
26241         streamheader caps are set correctly.
26242
26243 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
26244
26245         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
26246         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
26247           respect minimum bitrate; same could be done for max bitrate
26248
26249 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
26250
26251         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
26252         (gst_vorbisenc_setup):
26253           fix sample rate range
26254
26255 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
26256
26257         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
26258         (gst_oggvorbisenc_setup):
26259         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
26260         (gst_vorbisenc_setup):
26261           resolve ambiguities in code and description
26262
26263 2004-06-24  Wim Taymans  <wim@fluendo.com>
26264
26265         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
26266         * ext/alsa/gstalsa.h:
26267         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
26268         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
26269         Use alsa trigger_tstamp to get the timestamp of the first
26270         sample in the buffer for more precise sync. Some cleanups.
26271
26272 2004-06-24  Wim Taymans  <wim@fluendo.com>
26273
26274         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
26275         (gst_audiorate_init), (gst_audiorate_chain),
26276         (gst_audiorate_set_property), (gst_audiorate_get_property):
26277         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
26278         (gst_videorate_chain):
26279         Added some logging, fixed an overflow bug in videorate.
26280
26281 2004-06-24  Benjamin Otte  <otte@gnome.org>
26282
26283         * ext/kio/Makefile.am:
26284           fix for builddir != srcdir and distcheck
26285
26286 2004-06-24  Benjamin Otte  <otte@gnome.org>
26287
26288         * gst-libs/gst/colorbalance/Makefile.am:
26289         * gst-libs/gst/mixer/Makefile.am:
26290         * gst-libs/gst/play/Makefile.am:
26291         * gst-libs/gst/tuner/Makefile.am:
26292         * gst/tcp/Makefile.am:
26293         * sys/dxr3/Makefile.am:
26294           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
26295           tarball.
26296           Also add all *.list files that were missing.
26297         * Makefile.am:
26298           add a distcheck hook to ensure the above doesn't happen again.
26299
26300 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
26301
26302         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
26303
26304 2004-06-23  Colin Walters  <walters@redhat.com>
26305
26306         * m4/Makefile.am: Distribute gst-fionread.m4.
26307
26308 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
26309
26310         * configure.ac: back to dev
26311
26312 2004-06-23  Wim Taymans  <wim@fluendo.com>
26313
26314         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
26315         (gst_alsa_xrun_recovery):
26316         * ext/alsa/gstalsa.h:
26317         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
26318         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
26319         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
26320         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
26321         (gst_alsa_src_loop):
26322         Add clock to alsasrc. Take new capture timestamp when
26323         restarting after an overrun. Split up some functions between
26324         alsasrc and alsasink.
26325
26326 === release 0.8.2 ===
26327
26328 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
26329
26330         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
26331         (gst_alsa_change_state), (gst_alsa_update_avail),
26332         (gst_alsa_xrun_recovery):
26333         * ext/alsa/gstalsa.h:
26334         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26335           merge back changes from release
26336
26337 2004-06-23  Wim Taymans  <wim@fluendo.com>
26338
26339         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
26340         (gst_audiorate_init), (gst_audiorate_chain),
26341         (gst_audiorate_set_property), (gst_audiorate_get_property):
26342         Implement sample dropping and notify
26343
26344 2004-06-22  Wim Taymans  <wim@fluendo.com>
26345
26346         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
26347         (theora_enc_sink_link), (theora_buffer_from_packet),
26348         (theora_push_packet), (theora_enc_chain):
26349         Some cleanups, make sure the timestamps are correct.
26350
26351 2004-06-22  Wim Taymans  <wim@fluendo.com>
26352
26353         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
26354         (gst_alsa_change_state), (gst_alsa_update_avail),
26355         (gst_alsa_xrun_recovery):
26356         * ext/alsa/gstalsa.h:
26357         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
26358         Cleanups, take queued samples into account when reporting
26359         the time.
26360
26361 2004-06-22  Wim Taymans  <wim@fluendo.com>
26362
26363         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
26364         (gst_videorate_init):
26365         Initialize the property as well.
26366
26367 2004-06-22  Wim Taymans  <wim@fluendo.com>
26368
26369         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
26370         (gst_videorate_init), (gst_videorate_chain),
26371         (gst_videorate_set_property), (gst_videorate_get_property):
26372         Add property to make videorate silent.
26373         Add property to prefer new frames over old ones.
26374
26375 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26376
26377         * sys/osxvideo/Makefile.am:
26378         Workaround so that the osxvideo .so file gets linked with the
26379         Cocoa, OpenGL and QuickTime frameworks
26380
26381 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26382
26383         * sys/osxaudio/Makefile.am:
26384         Workaround so that the osxaudio .so file gets linked with the
26385         CoreAudio framework
26386
26387 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26388
26389         * configure.ac:
26390         Whoops, my fault...fixed build issues
26391
26392 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26393
26394         * configure.ac:
26395         Add objective-c support if running in Darwin/Mac OS X
26396         * sys/Makefile.am:
26397         * sys/osxvideo:
26398         * sys/osxvideo/Makefile.am:
26399         * sys/osxvideo/osxvideosink.h:
26400         * sys/osxvideo/osxvideosink.m:
26401         * sys/osxvideo/cocoawindow.h:
26402         * sys/osxvideo/cocoawindow.m:
26403         Add osxvideosink, a cocoa-based osx video sink
26404
26405
26406 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
26407         * ext/dvdnav/gst-dvd:
26408         Grab the gconf key from the right spot
26409         * gst/debug/gstnavseek.c: (gst_navseek_init),
26410         (gst_navseek_segseek), (gst_navseek_handle_src_event),
26411         (gst_navseek_chain):
26412         * gst/debug/gstnavseek.h:
26413           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
26414           and loop parameters of a segment seek.
26415         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
26416         (gst_videotestsrc_get_event_masks),
26417         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
26418         * gst/videotestsrc/gstvideotestsrc.h:
26419           Add seeking support to videotestsrc
26420           Initialise the timestamp_offset variable.
26421
26422 2004-06-18  Wim Taymans  <wim@fluendo.com>
26423
26424         * ext/sidplay/gstsiddec.cc:
26425         Fix negotiation and set correct end offset.
26426
26427 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
26428
26429         * configure.ac: branch and prerelease
26430
26431 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
26432
26433         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
26434         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
26435         (gst_tcpclientsrc_init_receive):
26436         * gst/tcp/gsttcpclientsrc.h:
26437           read caps when connecting to server for GDP so we set them correctly
26438
26439 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
26440
26441         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
26442           notify drops and duplicates
26443         * gst/videoscale/videoscale.c: (videoscale_get_structure):
26444           no good reason to limit ourselves to 100x100
26445
26446 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
26447
26448         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
26449         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
26450         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
26451         (gst_v4lsrc_get_property):
26452         * sys/v4l/gstv4lsrc.h:
26453         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
26454         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
26455         (gst_v4l_set_audio):
26456         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
26457         (gst_v4lsrc_try_capture):
26458         * sys/v4l/v4lsrc_calls.h:
26459           change try_palette to more general try_capture
26460           add autoprobe option so we can turn off autoprobing
26461           various fixes
26462
26463 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
26464
26465         * configure.ac:
26466           add videorate
26467         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
26468         (gst_ximagesink_class_init):
26469         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
26470         (gst_xvimagesink_class_init):
26471           run them as finalize, not dispose, since dispose can be invoked
26472           multiple times
26473
26474 2004-06-17  Wim Taymans  <wim@fluendo.com>
26475
26476         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
26477         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
26478         * ext/alsa/gstalsa.h:
26479         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
26480         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
26481         (gst_alsa_src_change_state):
26482         * ext/alsa/gstalsasrc.h:
26483         Make the xrun code timestamp and offset the buffers correctly.
26484         moved the clock to the base class, use alsa methods to get time.
26485         Do correct timestamping on outgoing buffers.
26486
26487 2004-06-17  Wim Taymans  <wim@fluendo.com>
26488
26489         * gst/audiorate/Makefile.am:
26490         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
26491         (gst_audiorate_base_init), (gst_audiorate_class_init),
26492         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
26493         (gst_audiorate_set_property), (gst_audiorate_get_property),
26494         (gst_audiorate_change_state), (plugin_init):
26495         Added an audiorate converter that fills in gaps.
26496
26497 2004-06-17  Johan Dahlin  <johan@gnome.org>
26498
26499         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
26500
26501 2004-06-16  Wim Taymans  <wim@fluendo.com>
26502
26503         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
26504         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
26505         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
26506         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
26507         (gst_v4lsrc_get_property):
26508         * sys/v4l/gstv4lsrc.h:
26509         Added a copy mode to v4lsrc where it will output a copied version
26510         of its internal hardware buffer.
26511         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
26512         can't | them.
26513
26514 2004-06-16  Wim Taymans  <wim@fluendo.com>
26515
26516         * sys/oss/gstosssrc.c: (gst_osssrc_get):
26517         Timestamp fixes.
26518
26519 2004-06-16  Wim Taymans  <wim@fluendo.com>
26520
26521         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
26522         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
26523         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
26524         (gst_v4lsrc_get_property):
26525         * sys/v4l/gstv4lsrc.h:
26526         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
26527         Added a sync mode enum property to control v4lsrc timestamp method
26528         Removed the use-fixed-fps property and moved functionality in
26529         the enum.
26530         Don't error on an error value from v4l-conf, it might not always
26531         be a real error.
26532
26533 2004-06-16  Wim Taymans  <wim@fluendo.com>
26534
26535         * gst/videorate/Makefile.am:
26536         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
26537         (gst_videorate_base_init), (gst_videorate_class_init),
26538         (gst_videorate_getcaps), (gst_videorate_link),
26539         (gst_videorate_init), (gst_videorate_chain),
26540         (gst_videorate_set_property), (gst_videorate_get_property),
26541         (gst_videorate_change_state), (plugin_init):
26542         Added a video timestamp corrector.
26543
26544 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26545
26546         fixed a potential leak with previous commit
26547
26548         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
26549
26550 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26551
26552         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
26553         Added missing refcount, fixes bug #144425
26554         Cheers Tim for finding the bug
26555
26556 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26557
26558         * sys/v4l/gstv4l.c: (plugin_init):
26559         * sys/v4l/gstv4lcolorbalance.c:
26560         * sys/v4l/gstv4lcolorbalance.h:
26561         * sys/v4l/gstv4lelement.c:
26562         * sys/v4l/gstv4lelement.h:
26563         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
26564         * sys/v4l/gstv4lmjpegsink.h:
26565         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
26566         * sys/v4l/gstv4lmjpegsrc.h:
26567         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
26568         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
26569         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
26570         * sys/v4l/gstv4lsrc.h:
26571         * sys/v4l/gstv4ltuner.c:
26572         * sys/v4l/gstv4ltuner.h:
26573         * sys/v4l/gstv4lxoverlay.c:
26574         * sys/v4l/gstv4lxoverlay.h:
26575         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
26576         (gst_v4l_set_window), (gst_v4l_enable_overlay):
26577         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
26578         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
26579         (gst_v4l_set_audio):
26580         * sys/v4l/v4l_calls.h:
26581         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
26582         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
26583         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
26584         (gst_v4lmjpegsink_playback_init),
26585         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
26586         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
26587         (gst_v4lmjpegsink_playback_stop),
26588         (gst_v4lmjpegsink_playback_deinit):
26589         * sys/v4l/v4lmjpegsink_calls.h:
26590         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
26591         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
26592         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
26593         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
26594         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
26595         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
26596         * sys/v4l/v4lmjpegsrc_calls.h:
26597         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
26598         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
26599         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
26600         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
26601         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
26602         (gst_v4lsrc_try_palette):
26603         * sys/v4l/v4lsrc_calls.h:
26604           bunch of paranoia cleanups
26605
26606 2004-06-14  David Schleef  <ds@schleef.org>
26607
26608         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
26609         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
26610         Send discont events and change timestamps appropriately when
26611         we get a seek event.  (bug #144240)
26612         * ext/cdparanoia/gstcdparanoia.h:
26613
26614 2004-06-14  Benjamin Otte  <otte@gnome.org>
26615
26616         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
26617           snd_pcm_hw_params_set_rate  since the latter fails for no good
26618           reason on some setups.
26619
26620 2004-06-14  David Schleef  <ds@schleef.org>
26621
26622         * gst/volume/demo.c: (value_changed_callback): exp10() is not
26623         standard.  Thank you for playing.
26624
26625 2004-06-14  Wim Taymans  <wim@fluendo.com>
26626
26627         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
26628         Patch 1.3 broke the ordering of the colorspace info and
26629         made the plugin basically work by coincidence, reordered
26630         the info.
26631
26632 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26633
26634         * ext/lame/gstlame.c:
26635         * ext/mad/gstmad.c:
26636           sync caps.  Make sure mad can only output a list of rates, not
26637           a full range.  In the future, have three caps lists for each of the
26638           mpeg versions.  Change mpegversion to a double as well.
26639
26640 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26641
26642         * gst/volume/.cvsignore:
26643         * gst/volume/Makefile.am:
26644         * gst/volume/demo.c: (value_changed_callback), (idler),
26645         (setup_gui), (main):
26646           added small demo app
26647
26648 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
26649         * ext/esd/esdsink.c: (gst_esdsink_change_state):
26650         * ext/esd/esdsink.h:
26651         Close the esd connection on pause, because esd will just wait -
26652         blocking all other esd clients indefinitely.
26653
26654 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
26655
26656         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
26657           previous commit with GST_DEBUG
26658
26659 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
26660
26661         * configure.ac:
26662           add a header check for a dvdread header in dvdnav.  Fixes #133002
26663
26664 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26665
26666         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
26667         * gst/tcp/gsttcpclientsink.h:
26668         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
26669         * gst/tcp/gsttcpclientsrc.h:
26670         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
26671         (gst_tcpserversink_handle_server_read),
26672         (gst_tcpserversink_init_send):
26673         * gst/tcp/gsttcpserversink.h:
26674         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
26675         * gst/tcp/gsttcpserversrc.h:
26676         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
26677         version of IP)
26678
26679 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26680
26681         * configure.ac:
26682         Added ogg library so that OSX detects libtheora properly
26683
26684 2004-06-11  Wim Taymans  <wim@fluendo.com>
26685
26686         * ext/theora/theoradec.c: (theora_dec_chain),
26687         (theora_dec_change_state):
26688         Don't try to decode frames before we received a keyframe.
26689
26690 2004-06-11  Wim Taymans  <wim@fluendo.com>
26691
26692         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
26693         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
26694         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
26695         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
26696         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
26697         Added property to set the maximum delay of a page.
26698
26699 2004-06-10  Wim Taymans  <wim@fluendo.com>
26700
26701         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
26702         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
26703         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
26704         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
26705         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
26706         Added max-delay property to control the maximum amount
26707         of data to put in one page.
26708
26709 2004-06-10  Wim Taymans  <wim@fluendo.com>
26710
26711         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
26712         (gst_theora_enc_init), (theora_enc_sink_link),
26713         (theora_buffer_from_packet), (theora_enc_set_property),
26714         (theora_enc_get_property):
26715         Set duration on encoded buffer, added some more properties
26716
26717 2004-06-10  Wim Taymans  <wim@fluendo.com>
26718
26719         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
26720         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
26721         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
26722         * ext/theora/theoraenc.c: (theora_enc_chain):
26723         Fix refcounting bugs
26724
26725 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26726
26727         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
26728         (gst_asf_demux_loop), (gst_asf_demux_process_file),
26729         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
26730         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
26731         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
26732         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
26733         (gst_asf_demux_change_state):
26734         * gst/asfdemux/gstasfdemux.h:
26735           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
26736           feels like. I think we should set a new requirement for demuxers
26737           from now on to implement sane loop functions, data loops, query
26738           and seek functions before first commit into CVS. And this commit
26739           fixes all of the above.
26740
26741 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
26742
26743         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
26744           vorbis comments are properly encoded in UTF-8 before adding them
26745           to a GstTagList
26746
26747 2004-06-09  Benjamin Otte  <otte@gnome.org>
26748
26749         * ext/alsa/gstalsa.c: (add_channels):
26750           handle min <= max correctly
26751         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
26752         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
26753           add fixation functions so we fixate correctly. No preferring of alaw
26754           anymore because it's the first structure.
26755         * ext/alsa/gstalsa.h:
26756         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
26757         (gst_alsa_hw_params_dump):
26758           add functions to ease debugging in alsalib
26759         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
26760         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
26761         (gst_alsa_start_audio):
26762           only specify hw params if we really setup a format (fixes #134007 -
26763           or at least works around it)
26764
26765 2004-06-09  Wim Taymans  <wim@fluendo.com>
26766
26767         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
26768         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
26769         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
26770         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
26771         (gst_ogg_mux_loop):
26772         Use stream caps to setup the initial pages in the ogg stream.
26773         Correctly set the streamheader caps on the srcpad.
26774
26775 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
26776
26777         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
26778         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
26779         (gst_v4lsrc_getcaps):
26780         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
26781         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
26782           add querying of fps lists for webcams.  Negotiating to a framerate
26783           now works.
26784
26785 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
26786
26787         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
26788         (theora_push_buffer), (theora_push_packet),
26789         (theora_set_header_on_caps), (theora_enc_chain):
26790           mark buffers and put on streamheader, raw theora streaming
26791           now works too, whee
26792
26793 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
26794
26795         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
26796         (gst_tcp_gdp_read_caps):
26797           do a looping read for caps and GDP headers too
26798
26799 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
26800
26801         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
26802         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
26803           return EOS instead of NULL in _get
26804
26805 2004-06-08  Wim Taymans  <wim@fluendo.com>
26806
26807         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
26808         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
26809         (gst_tcp_gdp_write_caps):
26810         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
26811         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
26812         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
26813         Memory leak fixes
26814
26815 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
26816
26817         * ext/vorbis/Makefile.am:
26818         * ext/vorbis/vorbis.c: (plugin_init):
26819         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
26820         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
26821         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
26822         (vorbis_parse_change_state):
26823         * ext/vorbis/vorbisparse.h:
26824           adding a vorbisparse element that marks the buffers, streaming
26825           raw vorbis using GDP now works, whee
26826
26827 2004-06-08  Wim Taymans  <wim@fluendo.com>
26828
26829         * ext/jpeg/Makefile.am:
26830         * ext/jpeg/README:
26831         * ext/jpeg/gstjpeg.c: (plugin_init):
26832         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
26833         (gst_smokedec_base_init), (gst_smokedec_class_init),
26834         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
26835         * ext/jpeg/gstsmokedec.h:
26836         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
26837         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
26838         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
26839         (gst_smokeenc_resync), (gst_smokeenc_chain),
26840         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
26841         * ext/jpeg/gstsmokeenc.h:
26842         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
26843         (smokecodec_flush_destination), (smokecodec_term_destination),
26844         (smokecodec_init_source), (smokecodec_fill_input_buffer),
26845         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
26846         (smokecodec_term_source), (smokecodec_encode_new),
26847         (smokecodec_decode_new), (smokecodec_info_free),
26848         (smokecodec_set_quality), (smokecodec_get_quality),
26849         (smokecodec_set_threshold), (smokecodec_get_threshold),
26850         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
26851         (find_best_size), (abs_diff), (put), (smokecodec_encode),
26852         (smokecodec_parse_header), (smokecodec_decode):
26853         * ext/jpeg/smokecodec.h:
26854         Added a new simple jpeg based codec
26855
26856 2004-06-08  Wim Taymans  <wim@fluendo.com>
26857
26858         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
26859         (gst_multipart_mux_loop):
26860         Fix memory leak
26861
26862 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
26863
26864         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
26865         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
26866         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
26867         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
26868         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
26869         * gst/tcp/gsttcpserversink.h:
26870           take streamheader into account
26871
26872 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
26873
26874         * gst/level/Makefile.am:
26875         * gst/level/gstlevel.c: (gst_level_class_init):
26876           clean up marshal generation
26877
26878 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
26879
26880         * gst/tcp/Makefile.am:
26881         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
26882         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
26883         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
26884         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
26885         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
26886         (gst_tcpclientsrc_get_property):
26887         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
26888         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
26889         (gst_tcpserversink_handle_client_read),
26890         (gst_tcpserversink_handle_client_write),
26891         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
26892         * gst/tcp/gsttcpserversink.h:
26893           add signals client-added and client-removed
26894         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
26895         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
26896         (gst_tcpserversrc_get_property):
26897         uniformized, change default protocol to NONE
26898         * gst/tcp/gsttcp-marshal.list: added
26899 2004-06-07  Benjamin Otte  <otte@gnome.org>
26900
26901         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26902           handle discont events if they happen before caps nego
26903
26904 2004-06-07  Wim Taymans  <wim@fluendo.com>
26905
26906         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
26907         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
26908         (gst_multipart_demux_plugin_init):
26909         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
26910         (gst_multipart_mux_init), (gst_multipart_mux_loop),
26911         (gst_multipart_mux_change_state):
26912         Small updates, fix a memleak
26913
26914 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
26915
26916         * configure.ac: OSS portability
26917         * ext/arts/gst_arts.c: idem
26918         * sys/oss/gstosselement.c: idem
26919         * sys/oss/gstossmixer.c: idem
26920         * sys/oss/gstosssink.c: idem
26921         * sys/oss/gstosssrc.c: idem
26922         * sys/oss/oss_probe.c: idem
26923           - check for soundcard.h in different places for some BSD
26924
26925 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
26926
26927         * AUTHORS:
26928         Add me to the authors file
26929         * configure.ac:
26930         Increase the libdv requirement to >= version 0.100
26931         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
26932         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
26933         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
26934         * ext/dv/gstdvdec.h:
26935         Add support for the new_media flag when sending DISCONT events
26936         Make the querying work when video pad is not linked
26937
26938 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
26939
26940         reviewed by Benjamin Otte  <otte@gnome.org>
26941
26942         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
26943           create a NULL-initialized array of pads, so we don't think they
26944           exist already. (fixes #143130)
26945
26946 2004-06-07  Benjamin Otte  <otte@gnome.org>
26947
26948         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
26949         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
26950         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
26951           don't use // coments
26952
26953 2004-06-07  Benjamin Otte  <otte@gnome.org>
26954
26955         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
26956           cast to GstClockTime to get higher granularity
26957         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26958           use gst_element_set_time_delay to get the exact time
26959         * ext/mad/gstmad.c: (gst_mad_chain):
26960           use the negotiated rate instead of the current frame's rate which
26961           might be wrong because of bit errors. This avoids emitting totally
26962           bogus timestamps and screwing sync.
26963         (fixes #143454)
26964
26965 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
26966
26967         reviewed by Benjamin Otte  <otte@gnome.org>
26968
26969         * gst/adder/gstadder.c: (gst_adder_loop):
26970           properly error out when no negotiation has happened yet. (fixes
26971           #143032)
26972
26973 2004-06-06  Benjamin Otte  <otte@gnome.org>
26974
26975         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26976           forward correctly transformed offset in discont events. Based on
26977           patch by Arwed v. Merkatz. (fixes #142851)
26978
26979 2004-06-06  David Schleef  <ds@schleef.org>
26980
26981         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
26982         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
26983         problems on several systems.
26984
26985 2004-06-06  Benjamin Otte  <otte@gnome.org>
26986
26987         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
26988           use explicit caps on the srcpad
26989         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
26990           properly error out if caps couldn't be set (fixes #142764)
26991
26992 2004-06-06  Benjamin Otte  <otte@gnome.org>
26993
26994         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
26995         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
26996         (gst_alsa_start_audio):
26997           - don't call set_periods_integer anymore, it breaks the
26998           configuration randomly
26999           - call snd_pcm_hw_params_set_access directly instead of using masks
27000           - don't fail if the sw_params can't be set, just use the default
27001           params and hope it works. Alsalib has weird issues when you touch
27002           sw_params and does no proper error reporting about what failed.
27003         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
27004         (gst_alsa_close_audio):
27005           make our alsa debugging go via gst debugging and not conditionally
27006           defined
27007         * ext/alsa/gstalsa.h:
27008           add ALSA_DEBUG_FLUSH macro
27009         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
27010         (plugin_init):
27011           wrap alsa errors to be printed via the gst debugging system and not
27012           spammed to stderr
27013
27014 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27015
27016         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
27017         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
27018         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
27019         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
27020         (qtdemux_parse_trak):
27021         * gst/qtdemux/qtdemux.h:
27022           Bitch. Also known as seeking, querying & co.
27023         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
27024         (gst_osssink_change_state):
27025         * sys/oss/gstosssink.h:
27026           Resyncing is for weenies, this hack is no longer needed and was
27027           broken anyway (since it - unintendedly - always leaves resync to
27028           TRUE).
27029
27030 2004-06-05  Andrew Turner <zxombie@hotpop.com>
27031
27032         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
27033         * gst/tcp/gsttcpclientsrc.h: idem
27034           - define MSG_NOSIGNAL if not done
27035           - include unistd.h for off_t
27036           (fixes #143749)
27037
27038 2004-06-05  Benjamin Otte  <otte@gnome.org>
27039
27040         * configure.ac:
27041         * ext/kio/Makefile.am:
27042           check for qt's moc preprocessor explicitly and use it
27043
27044 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
27045
27046         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
27047           don't get a signal for EPIPE on socket writes
27048           (somebody check if this works on other platforms)
27049
27050 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27051
27052         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
27053         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
27054           check error condition on available samples correctly
27055
27056 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27057
27058         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
27059           avoid a segfault
27060         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
27061         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
27062         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
27063         (gst_tcpserversrc_gdp_read_header):
27064          use ssize_t over size_t since the former is signed and thus the
27065          check for error codes can work
27066
27067 2004-06-02  Wim Taymans  <wim@fluendo.com>
27068
27069         reviewed by: Johan
27070
27071         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
27072         (gst_multipart_mux_loop):
27073         Oops
27074
27075 2004-06-02  Wim Taymans  <wim@fluendo.com>
27076
27077         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
27078         (gst_multipart_mux_init), (gst_multipart_mux_loop),
27079         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
27080         (gst_multipart_mux_change_state):
27081         Added configurable boundary specifier, added the value as a
27082         caps field as well.
27083
27084 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27085
27086         * gst/tcp/gsttcp.c:
27087         * gst/tcp/gsttcpclientsrc.c:
27088         * gst/tcp/gsttcpclientsrc.h:
27089         * gst/tcp/gsttcpserversrc.c:
27090           - portability fix, to compile on OSX
27091             (fixes #143146)
27092
27093         * sys/osxaudio/gstosxaudioelement.c:
27094         * sys/osxaudio/gstosxaudiosink.c:
27095         * sys/osxaudio/gstosxaudiosrc.c:
27096           - compilation warnings on OSX
27097             (fixes #143153)
27098
27099 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27100
27101         * ext/vorbis/vorbisdec.c : sign warning fixes
27102
27103         * gst-libs/gst/mixer/mixertrack.c :
27104           do no use defines which are glib 2.4 specific
27105
27106 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
27107
27108         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
27109           buffer since libflac doesn't expect it (reports a sync error when
27110           it encounters that)
27111
27112
27113 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
27114
27115         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
27116         * gst-libs/gst/mixer/mixertrack.c:
27117         (gst_mixer_track_get_property), (get_mixer_track_init),
27118         (get_mixer_track_get_property): Added property accessors
27119         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
27120         * gst-libs/gst/mixer/mixeroptions.c:
27121         (gst_mixer_options_get_values): Added
27122         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
27123         * gst-libs/gst/mixer/mixer.c: Fixed comment
27124
27125
27126 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
27127
27128         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
27129           improve error messages on open
27130
27131
27132 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27133
27134         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
27135           check if v4l-conf is in path
27136
27137 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27138
27139         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
27140           change assert to a more readable error message
27141
27142 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27143
27144         * gst-libs/gst/tuner/tunerchannel.h:
27145           - add a freq_multiplicator field to make the conversion
27146             between internal frequency unit and Hz
27147         * sys/v4l/gstv4lelement.c:
27148         * sys/v4l2/gstv4l2element.c:
27149           - change default video device to /dev/video0
27150         * sys/v4l/v4l_calls.c:
27151         * sys/v4l2/v4l2_calls.c:
27152           - we only expose frequency to the user in Hz instead of
27153             bastard v4lX unit (either 62.5kHz or 62.5Hz)
27154
27155 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
27156         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
27157           Initialise b_o_s and e_o_s variables
27158         * gst-libs/gst/riff/riff-media.c:
27159         (gst_riff_create_video_caps_with_data):
27160           Add some unusual fourcc's from mplayer avi's
27161         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
27162           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
27163           autoplugging.
27164
27165 2004-05-28  Wim Taymans  <wim@fluendo.com>
27166
27167         * configure.ac:
27168         * gst/alpha/Makefile.am:
27169         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
27170         (gst_alpha_get_type), (gst_alpha_base_init),
27171         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
27172         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
27173         (gst_alpha_chroma_key), (gst_alpha_chain),
27174         (gst_alpha_change_state), (plugin_init):
27175         A plugin to add an alpha channel to I420 video. Can optionally do
27176         chroma keying.
27177         * gst/multipart/Makefile.am:
27178         * gst/multipart/multipart.c: (plugin_init):
27179         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
27180         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
27181         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
27182         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
27183         (gst_multipart_demux_change_state),
27184         (gst_multipart_demux_plugin_init):
27185         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
27186         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
27187         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
27188         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
27189         (gst_multipart_mux_pad_unlink),
27190         (gst_multipart_mux_request_new_pad),
27191         (gst_multipart_mux_handle_src_event),
27192         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
27193         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
27194         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
27195         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
27196         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
27197         send multipart jpeg images to a browser.
27198         * gst/videobox/Makefile.am:
27199         * gst/videobox/README:
27200         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
27201         (gst_video_box_get_type), (gst_video_box_base_init),
27202         (gst_video_box_class_init), (gst_video_box_init),
27203         (gst_video_box_set_property), (gst_video_box_get_property),
27204         (gst_video_box_sink_link), (gst_video_box_i420),
27205         (gst_video_box_ayuv), (gst_video_box_chain),
27206         (gst_video_box_change_state), (plugin_init):
27207         Crops or adds borders around an image. can do alpha channel
27208         borders as well.
27209         * gst/videomixer/Makefile.am:
27210         * gst/videomixer/README:
27211         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
27212         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
27213         (gst_videomixer_pad_get_sink_event_masks),
27214         (gst_videomixer_pad_get_property),
27215         (gst_videomixer_pad_set_property),
27216         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
27217         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
27218         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
27219         (gst_videomixer_base_init), (gst_videomixer_class_init),
27220         (gst_videomixer_init), (gst_videomixer_request_new_pad),
27221         (gst_videomixer_handle_src_event),
27222         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
27223         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
27224         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
27225         (gst_videomixer_loop), (gst_videomixer_get_property),
27226         (gst_videomixer_set_property), (gst_videomixer_change_state),
27227         (plugin_init):
27228         Generic video mixer plugin, can handle multiple inputs all with
27229         different framerates and video sizes. Is fully alpha channel
27230         aware.
27231
27232 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27233
27234         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
27235           Select first track as master track. Not sure how else to handle
27236           that...
27237         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
27238           Discard discont events. Should fix #142962.
27239
27240 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27241
27242         * ext/alsa/Makefile.am:
27243         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
27244         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
27245         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
27246         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
27247         (gst_alsa_mixer_get_option):
27248         * ext/alsa/gstalsamixer.h:
27249         * ext/alsa/gstalsamixeroptions.c:
27250         (gst_alsa_mixer_options_get_type),
27251         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
27252         (gst_alsa_mixer_options_new):
27253         * ext/alsa/gstalsamixeroptions.h:
27254         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
27255         * ext/alsa/gstalsamixertrack.h:
27256           Add enumerations (as GstMixerOptions). Make correct distinction
27257           between input/output tracks. Add capture/playback private flag.
27258           Use flag to decide on whether to set capture or playback volumes
27259           or switches. Use playback and record switches.
27260         * gst-libs/gst/mixer/Makefile.am:
27261         * gst-libs/gst/mixer/mixer-marshal.list:
27262         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
27263         (gst_mixer_set_option), (gst_mixer_get_option),
27264         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
27265         (gst_mixer_volume_changed), (gst_mixer_option_changed):
27266         * gst-libs/gst/mixer/mixer.h:
27267         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
27268         (gst_mixer_options_class_init), (gst_mixer_options_init),
27269         (gst_mixer_options_dispose):
27270         * gst-libs/gst/mixer/mixeroptions.h:
27271           Add GstMixerOptions.
27272         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
27273           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
27274           broken device detection on computers with multiple OSS sound
27275           cards.
27276
27277 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27278
27279         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
27280           fixate nicely even when the peer is not negotiating
27281
27282 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27283
27284         * gst/audioconvert/gstaudioconvert.c:
27285         (gst_audio_convert_parse_caps):
27286           make sure we don't allow depth > width
27287         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
27288           fixate endianness to G_BYTE_ORDER as default
27289         * gst/audioscale/gstaudioscale.c:
27290           we don't handle another endianness as host-endianness
27291
27292 2004-05-25  David Schleef  <ds@schleef.org>
27293
27294         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
27295
27296 2004-05-24  Benjamin Otte  <otte@gnome.org>
27297
27298         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
27299         (gst_oggvorbisenc_setup):
27300           properly fail when we can't setup the vorbis encoder due to
27301           unsupported settings
27302         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
27303         (gst_vorbisenc_setup):
27304           same
27305         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
27306           fix case where warnings occured when one pad was unlinked while the
27307           other's link function was called
27308
27309 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27310
27311         * gst/tcp/Makefile.am:
27312           use GST_ENABLE_NEW
27313
27314 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27315
27316         * gst-libs/gst/resample/private.h:
27317           don't use optimizations that are #if 0'ed
27318
27319 2004-05-24  Wim Taymans  <wim@fluendo.com>
27320
27321         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
27322         Fix potential division by zero error and hopefully get
27323         the position query right to get correct timestamps on avi
27324         audio.
27325
27326 2004-05-24  Wim Taymans  <wim@fluendo.com>
27327
27328         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
27329         (gst_videoscale_scale_nearest_str2),
27330         (gst_videoscale_scale_nearest_str4),
27331         (gst_videoscale_scale_nearest_32bit),
27332         (gst_videoscale_scale_nearest_24bit),
27333         (gst_videoscale_scale_nearest_16bit):
27334         Fix the scaling algorithm and avoid a buffer overflow.
27335         removed the while loop in the scaling function as it
27336         was used for point sampling only.
27337
27338 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27339
27340         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
27341         (gst_id3_tag_class_init), (gst_id3_tag_init),
27342         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
27343         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
27344         (gst_id3_tag_send_tag_event):
27345           lots of fixes to make id3mux work and id3demux work correctly
27346
27347 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27348
27349         * ext/Makefile.am:
27350           add rules to build shout2send (was removed by accident
27351           when this module was no more marked experimental/broken)
27352
27353 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27354
27355         * ext/shout2/gstshout2.c:
27356         * ext/shout2/gstshout2.h:
27357           adding a "connection problem" signal to shout2send
27358           (fixes #142954)
27359
27360 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
27361
27362         * ext/kio/kioreceiver.cpp:
27363         * ext/kio/kioreceiver.h:
27364           fix sign comparison issues
27365
27366 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27367
27368         * gst/cdxaparse/gstcdxaparse.c:
27369         * gst/cdxaparse/gstcdxaparse.h:
27370           some renaming
27371           add some checks/sanity
27372           prepare for seek addition
27373
27374         * sys/sunaudio/gstsunaudio.c:
27375           remove exported dupe init function
27376
27377 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
27378
27379         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
27380         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
27381           Fix format conversion and position querying.
27382         * gst/debug/progressreport.c: (gst_progressreport_report):
27383           Don't output a bogus total value that we didn't query.
27384         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
27385           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
27386           only a blank window after xine has been used.
27387
27388 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
27389
27390         * m4/as-arts.m4:
27391           sync with upstream version to fix test on FC2
27392           readd with -ko to preserve Id header
27393
27394 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27395
27396         * configure.ac:
27397           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
27398         * gst/tcp/gsttcpclientsrc.c: idem
27399         * gst/tcp/gsttcpserversink.c: idem
27400         * gst/tcp/gsttcpserversrc.c: idem
27401         * m4/gst-fionread.m4: idem
27402
27403         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
27404
27405         * configure.ac: enable speex plugin for speex 1.1.5+
27406         * ext/speex/gstspeexenc.c: fix cast warning
27407
27408         * ext/esd/README: fix typo
27409
27410 2004-05-20  David Schleef  <ds@schleef.org>
27411
27412         * configure.ac: Minor cosmetic change to convince the buildbot to
27413         reautogen.
27414         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
27415         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
27416         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
27417         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
27418         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
27419         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
27420         More hacking.  Plays audio now.
27421
27422 2004-05-20  David Schleef  <ds@schleef.org>
27423
27424         * configure.ac:
27425         * sys/Makefile.am:
27426
27427 2004-05-20  David Schleef  <ds@schleef.org>
27428
27429         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
27430         * sys/osxaudio/gstosxaudio.c:
27431         * sys/osxaudio/gstosxaudioelement.c:
27432         * sys/osxaudio/gstosxaudioelement.h:
27433         * sys/osxaudio/gstosxaudiosink.c:
27434         * sys/osxaudio/gstosxaudiosink.h:
27435         * sys/osxaudio/gstosxaudiosrc.c:
27436         * sys/osxaudio/gstosxaudiosrc.h:
27437
27438 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
27439
27440         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
27441         (gst_vorbisenc_chain):
27442           put the codec headers on the caps as streamheader as well as
27443           pushing them out
27444
27445 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
27446
27447         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
27448         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
27449         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
27450         split up push_packet into two functions
27451
27452 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
27453
27454         * gst/tcp/.cvsignore:
27455           ignore enums
27456         * gst/tcp/Makefile.am:
27457         * gst/tcp/README:
27458         * gst/tcp/gsttcp.c:
27459         * gst/tcp/gsttcp.h:
27460         * gst/tcp/gsttcpclientsink.c:
27461         * gst/tcp/gsttcpclientsink.h:
27462         * gst/tcp/gsttcpclientsrc.c:
27463         * gst/tcp/gsttcpclientsrc.h:
27464         * gst/tcp/gsttcpplugin.c:
27465         * gst/tcp/gsttcpserversink.c:
27466         * gst/tcp/gsttcpserversink.h:
27467         * gst/tcp/gsttcpserversrc.c:
27468         * gst/tcp/gsttcpserversrc.h:
27469           add new tcp elements
27470
27471 2004-05-19  Wim Taymans  <wim@fluendo.com>
27472
27473         * gst/law/mulaw-conversion.c: (mulaw_encode):
27474         Fix overflow bug in ulaw encoding.
27475
27476 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27477
27478         * ext/mad/gstmad.c: (gst_mad_handle_event):
27479           don't unref the event twice
27480
27481 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27482
27483         * configure.ac:
27484           remove -Wno-sign-compare
27485
27486 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27487
27488         * configure.ac:
27489           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
27490           if you want to work against glib 2.2 and 2.4
27491
27492 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
27493
27494         * gst/tcp/Makefile.am:
27495         * gst/tcp/gsttcp.c:
27496         * gst/tcp/gsttcp.h:
27497         * gst/tcp/gsttcpsink.h:
27498         * gst/tcp/gsttcpsrc.h:
27499           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
27500
27501 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27502
27503         * gst/debug/tests.c: (md5_get_value):
27504           fix segfault on gst-inspect
27505
27506 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27507
27508         * gst/debug/testplugin.c:
27509         * gst/debug/tests.c:
27510         * gst/debug/tests.h:
27511           add new extensible and configurable testing element. Current tests
27512           include buffer count, stream length, timestamp/duration matching and
27513           md5.
27514         * gst/debug/Makefile.am:
27515         * gst/debug/gstdebug.c: (plugin_init):
27516           add infrastructure for new element
27517
27518 2004-05-19  Johan Dahlin  <johan@gnome.org>
27519
27520         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
27521         ending of the array. Fixes gst-inspect segfault on ppc.
27522
27523 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27524
27525         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
27526
27527         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
27528
27529 2004-05-18  David Schleef  <ds@schleef.org>
27530
27531         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
27532         warnings (bugs, actually) noticed by gcc but not forte.
27533
27534 2004-05-18  David Schleef  <ds@schleef.org>
27535
27536         * sys/sunaudio/Makefile.am:
27537         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
27538
27539 2004-05-18  David Schleef  <ds@schleef.org>
27540
27541         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
27542         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
27543         to allow qtdemux to use non-seekable streams. (bug #142272)
27544
27545 2004-05-18  David Schleef  <ds@schleef.org>
27546
27547         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
27548         (gst_resample_sinc_ft_float): Remove use of static temporary
27549         buffer.  This code was obviously not supposed to last long, but
27550         it's stuck in our ABI, so it required a little hack to make it
27551         ABI-compatible.  Fixes #142585.
27552         * gst-libs/gst/resample/resample.h: same.
27553
27554 2004-05-18  David Schleef  <ds@schleef.org>
27555
27556         * configure.ac: Add sunaudio
27557         * examples/Makefile.am: make gstplay depend on gconf
27558         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
27559         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
27560         (convert_table_lookup), (img_convert): remove c99-isms
27561         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
27562           unsigned, to fix a warning on Solaris
27563         * gst/mpeg1sys/systems.c: bcopy->memcpy
27564         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
27565         * sys/Makefile.am: Add sunaudio
27566
27567 2004-05-18  Wim Taymans  <wim@fluendo.com>
27568
27569         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
27570         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
27571         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
27572         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
27573         (gst_ogg_mux_loop):
27574         Fix an ugly memleak where the muxer didn't flush enough ogg
27575         pages. This also resulted in badly muxed ogg files.
27576
27577 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27578
27579         * gst/asfdemux/asfheaders.c :
27580         * gst/asfdemux/asfheaders.h :
27581         * gst/asfdemux/gstasfdemux.c :
27582           - fix ASF_OBJ_PADDING guid
27583           - add 3 new object guids (language list, metadata,
27584             extended stream properties)
27585           - add a function to parse extended header objects
27586
27587 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27588
27589         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
27590           remove leftover debugging g_print
27591
27592 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27593
27594         * ext/mad/gstmad.c: (gst_mad_handle_event):
27595           Fix for when the first format in a discont event is not a
27596           byte-based one. Should fix #137710.
27597
27598 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27599
27600         * m4/a52.m4 : fix compilation with -Wall -Werror
27601         * m4/libfame.m4 : idem
27602         * m4/libmikmod.m4 : idem
27603
27604 2004-05-17  Benjamin Otte  <otte@gnome.org>
27605
27606         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
27607           signal the new tags before giving up the reference
27608
27609 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27610
27611         * ext/shout2/gstshout2.c:
27612           use application/ogg instead of application/x-ogg (patch by Patrick
27613           Guimond, fixes #142432)
27614         * sys/oss/gstosselement.c: (gst_osselement_reset),
27615         (gst_osselement_sync_parms):
27616           don't set fragment size unless specified (fixes #142493)
27617
27618 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27619
27620         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
27621           fixes #142664
27622
27623 2004-05-17  Benjamin Otte  <otte@gnome.org>
27624
27625         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
27626           compute offsets correctly for internal buffers so timestamps are set
27627           correctly when we can't seek. Also handle cases where there are no
27628           offsets. (based on a patch by David Moore, fixes #142507)
27629
27630 2004-05-17  Benjamin Otte  <otte@gnome.org>
27631
27632         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
27633           use correct variable when determining amount of data to skip so we
27634           don't skip into the void and segfault
27635
27636 2004-05-16  Benjamin Otte  <otte@gnome.org>
27637
27638         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
27639           Hi, I'm a memleak
27640
27641 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27642
27643         * gst/asfdemux/gstasfdemux.c:
27644           - fix a mem leak and always propagate tags
27645           - add WMV3 to known video codecs (but no decoder yet)
27646           - replace "surplus data" at end of audio header for what
27647             it is : codec specific data
27648           - fix a typo
27649
27650 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
27651
27652         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
27653
27654         * gst-libs/gst/audio/audioclock.c:
27655           Fix wrong return type (#142205).
27656
27657 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27658
27659         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
27660           Ignore CRCs by default (fixes #142566).
27661
27662 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27663
27664         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
27665         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
27666         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
27667         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
27668         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
27669         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
27670           Fix for cases where we fail to attach to a mixer.
27671
27672 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27673
27674         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
27675           Don't touch events after not owning them anymore.
27676         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
27677         (gst_wavparse_fmt), (gst_wavparse_other),
27678         (gst_wavparse_handle_seek), (gst_wavparse_loop),
27679         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
27680         (gst_wavparse_srcpad_event):
27681         * gst/wavparse/gstwavparse.h:
27682           Add seeking, fix querying.
27683
27684 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27685
27686         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
27687           - process comments even if they don't end with \0\0
27688             g_convert would ignore them if present and works well without them
27689
27690 2004-05-16  Benjamin Otte  <otte@gnome.org>
27691
27692         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
27693           simplify caps
27694
27695 2004-05-16  Benjamin Otte  <otte@gnome.org>
27696
27697         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
27698           don't write to memory we might not write to - g_convert does that
27699           for us anyway (fixes #142613)
27700         (gst_asf_demux_audio_caps):
27701           comment out gst_util_dump_mem
27702
27703 2004-05-16  Benjamin Otte  <otte@gnome.org>
27704
27705         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
27706           compute correct expected timestamps after seek (broken since
27707           last commit)
27708         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
27709           rename element and debugging category to gdkpixbufscale
27710
27711 2004-05-16  Benjamin Otte  <otte@gnome.org>
27712
27713         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
27714           add error checking to snd_pcm_delay and remove duplicate call to
27715           snd_pcm_delay that caused issues (see inline code comments)
27716         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
27717           make more readable and fix return value when snd_pcm_delay fails
27718         (fixes #142586)
27719
27720 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
27721         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
27722         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
27723         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
27724         (gst_pixbufscale_link), (gst_pixbufscale_init),
27725         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
27726         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
27727         (gst_pixbufscale_get_property), (pixbufscale_init):
27728         * ext/gdk_pixbuf/pixbufscale.h:
27729         Add these files I forgot earlier
27730
27731 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
27732         * ext/gdk_pixbuf/Makefile.am:
27733         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
27734         * ext/gdk_pixbuf/gstgdkpixbuf.h:
27735         Add new pixbufscale element to scale RGB video
27736         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
27737         and HYPER interpolation correctly.
27738         * ext/theora/theoraenc.c: (theora_enc_chain),
27739         Discard buffer and return if explicit caps could not be set
27740         (theora_enc_get_property):
27741         Make _get return kbps for the bitrate consistent with
27742         the _set function.
27743
27744
27745 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27746
27747         * ext/libvisual/visual.c: (gst_visual_chain):
27748           add missing visual_audio_analyze
27749
27750 2004-05-14  David Schleef  <ds@schleef.org>
27751
27752         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
27753         is killed while we're playing.
27754         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
27755         gst_element_no_more_pads().
27756
27757 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27758
27759         * gst-libs/gst/riff/riff-read.c :
27760           - fix INFO tag extraction in RIFF/AVI files
27761             because gst_event_unref (event) also freed taglist
27762           - avoid a mem leak
27763
27764 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27765
27766         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
27767         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
27768
27769         * gst/auparse/gstauparse.c :
27770           - add code (commented for now) to support audio/x-adpcm on src pad
27771             (we have no decoder for those layout yet)
27772
27773         * gst/cdxaparse/gstcdxaparse.c :
27774         * gst/cdxaparse/gstcdxaparse.h :
27775           - partial rewrite using RiffRead (ripped iain's wavparse code)
27776
27777         * gst/rtp/gstrtpL16enc.c : typo
27778         * gst/rtp/gstrtpgsmenc.c : typo
27779
27780 2004-05-13  Benjamin Otte  <otte@gnome.org>
27781
27782         * configure.ac:
27783           check for exact version of libvisual, it's not supposed to be
27784           API/ABI stable yet
27785
27786 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27787
27788         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
27789           signal no-more-pads
27790
27791 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
27792
27793         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
27794         Report which format was used for GST_FORMAT_DEFAULT
27795         * gst/debug/Makefile.am:
27796         * gst/debug/gstdebug.c: (plugin_init):
27797         * gst/debug/progressreport.c: (gst_progressreport_base_init),
27798         (gst_progressreport_class_init), (gst_progressreport_init),
27799         (gst_progressreport_report), (gst_progressreport_set_property),
27800         (gst_progressreport_get_property), (gst_progressreport_chain),
27801         (gst_progressreport_plugin_init):
27802         Add progressreport element for testing.
27803
27804 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
27805
27806         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
27807         * sys/v4l/gstv4lsrc.h:
27808         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
27809         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
27810         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
27811         (gst_v4lsrc_grab_frame):
27812           add more debugging
27813           send a discont at start
27814
27815 2004-05-12  Colin Walters  <walters@redhat.com>
27816
27817         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
27818         inflooping if we can't find a chunk.  Or in other words, don't blow
27819         chunks if we don't have a chunk to blow.
27820
27821 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
27822         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
27823         Remove old debug output
27824         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
27825         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
27826         (gst_dvdec_set_property), (gst_dvdec_get_property):
27827         Change the quality setting to an enum, so it works from gst-launch
27828         Don't renegotiate a non-linked pad. Allows audio only decoding.
27829         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
27830         (gst_deinterlace_link), (gst_deinterlace_init):
27831         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
27832         (gst_videodrop_link):
27833         Some caps negotiation fixes
27834
27835 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27836
27837         * ext/tarkin/gsttarkin.c :
27838           - Change RANK from NONE to PRIMARY
27839         * ext/gdk_pixbuf/gstgdkpixbuf.c :
27840           - Change RANK from NONE to MARGINAL
27841         * ext/divx/gstdivxenc.c :
27842           - Change RANK from PRIMARY to NONE (encoder/spider issue)
27843
27844 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
27845
27846         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
27847         (gst_vorbisenc_push_packet):
27848           copy a function that was added between 1.0 and 1.0.1 until we
27849           depend on worthwhile features of post-1.0
27850
27851 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27852
27853         * configure.ac:
27854           enable shout2 by default
27855         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
27856         (gst_shout2send_base_init), (gst_shout2send_init),
27857         (gst_shout2send_connect), (gst_shout2send_change_state):
27858         * ext/shout2/gstshout2.h:
27859           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
27860           #142262)
27861         * ext/theora/theora.c: (plugin_init):
27862           don't set rank on encoders
27863
27864 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
27865
27866         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
27867           Use codec_data property instead of flag1 and flag2 for wma
27868
27869 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27870
27871         * gst/cdxaparse/gstcdxaparse.c :
27872           - Add mpegversion to CAPS to make it link
27873           - Rank is as GST_RANK_SECONDARY instead of NONE
27874         * gst/auparse/gstauparse.c :
27875           - Document all audio encoding we can encounter from Solaris 9
27876             headers and libsndfile information.
27877           - Increase max. rate from 48000 to 192000 (to match other elements)
27878           - Don't try to play junk data between header and samples
27879
27880 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27881
27882         * ext/libvisual/visual.c: (gst_visual_getcaps):
27883           use the right caps depending on endianness (I hope)
27884         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
27885           use GST_RANK_NONE for all non-decoding elements or spider gets
27886           mighty confused
27887
27888 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27889
27890         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
27891           Fix some odd cases and fix BE metadata parsing of unicode16 text.
27892
27893 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27894
27895         * gst/switch/gstswitch.c: (gst_switch_release_pad),
27896         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
27897         (gst_switch_loop), (gst_switch_get_type):
27898           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
27899           HEADERS. Had to be said.
27900
27901 2004-05-10  David Schleef  <ds@schleef.org>
27902
27903         * configure.ac: Add prototype Dirac support.
27904         * ext/Makefile.am:
27905         * ext/dirac/Makefile.am:
27906         * ext/dirac/gstdirac.cc:
27907         * ext/dirac/gstdiracdec.cc:
27908
27909 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27910
27911         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
27912         (gst_auparse_init), (gst_auparse_chain),
27913         (gst_auparse_change_state):
27914           Hack around spider. Remove me some day please.
27915
27916 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27917
27918         * gst/auparse/gstauparse.c: (gst_auparse_chain):
27919           Fix for some uninitialized variables in previous patch, also
27920           makes it work. Fixes #142286 while we're at it.
27921
27922 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27923
27924         * gst/auparse/gstauparse.c:
27925                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
27926                 only unsupported formats are ADPCM/CCITT G.72x
27927                 reviewed by Ronald
27928         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
27929
27930 2004-05-10  Wim Taymans  <wim@fluendo.com>
27931
27932         * ext/vorbis/Makefile.am:
27933         * ext/vorbis/README:
27934         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
27935         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
27936         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
27937         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
27938         (gst_oggvorbisenc_convert_sink),
27939         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
27940         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
27941         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
27942         (get_constraints_string), (update_start_message),
27943         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
27944         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
27945         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
27946         * ext/vorbis/oggvorbisenc.h:
27947         * ext/vorbis/vorbis.c: (plugin_init):
27948         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
27949         (raw_caps_factory), (gst_vorbisenc_class_init),
27950         (gst_vorbisenc_init), (gst_vorbisenc_setup),
27951         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
27952         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
27953         * ext/vorbis/vorbisenc.h:
27954         Added a raw vorbis encoder to be used with the oggmuxer.
27955         We still need the old encoder for some gnome applications,
27956         read the README to find out how that works.
27957         The raw encoder is called "rawvorbisenc" until 0.9.
27958
27959 2004-05-10  Wim Taymans  <wim@fluendo.com>
27960
27961         * ext/ogg/gstogg.c: (plugin_init):
27962         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
27963         (gst_ogg_print):
27964         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
27965         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
27966         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
27967         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
27968         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
27969         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
27970         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
27971         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
27972         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
27973         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
27974         Added an ogg muxer.
27975         Small typo fixes in the demuxer.
27976
27977 2004-05-10  Wim Taymans  <wim@fluendo.com>
27978
27979         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
27980         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
27981         (theora_enc_change_state), (theora_enc_set_property),
27982         (theora_enc_get_property):
27983         Mark the last packet with an EOS flag which is not really needed
27984         in gstreamer.
27985         Do some better video framerate initialisation.
27986         Update the buffer timestamp.
27987
27988 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
27989
27990         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
27991         Return the result of the parent state change call
27992
27993 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27994
27995         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
27996         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
27997         * gst/law/alaw-encode.c : (idem)
27998         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
27999         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
28000         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
28001
28002 2004-05-09  Benjamin Otte  <otte@gnome.org>
28003
28004         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
28005           don't use a fixed buffer size when writing variable length data to
28006           it. Fixes memory corruption and makes alsasrc work
28007
28008 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28009
28010         * ext/gnomevfs/gstgnomevfssink.c:
28011         (_gst_boolean_allow_overwrite_accumulator),
28012         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
28013           Run glib's default signal handler (??) in RUN_CLEANUP rather than
28014           RUN_LAST, and don't use that to set the accumulator value because
28015           then it's always FALSE.
28016
28017 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28018
28019         * gst-libs/gst/riff/riff-media.c:
28020         (gst_riff_create_video_caps_with_data),
28021         (gst_riff_create_audio_caps),
28022         (gst_riff_create_audio_template_caps):
28023         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
28024           Fix for unaligned RIFF files (i.e. where all the chunks together
28025           in a LIST chunk are not of the same size as the size given in
28026           the LIST chunk header). Fixes several odd WAVE files. Also fix
28027           ADPCM (block_align property) in audio, so that wavparse based
28028           on this works now as it used to stand-alone.
28029
28030 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
28031
28032         reviewed by Benjamin Otte  <otte@gnome.org>
28033
28034         * ext/a52dec/gsta52dec.c:
28035         * ext/divx/gstdivxdec.c:
28036         * ext/divx/gstdivxenc.c:
28037         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
28038         * ext/faac/gstfaac.c: (gst_faac_base_init):
28039         * ext/faad/gstfaad.c: (gst_faad_base_init):
28040         * ext/ivorbis/vorbisfile.c:
28041         * ext/lame/gstlame.c:
28042         * ext/libfame/gstlibfame.c:
28043         * ext/mpeg2enc/gstmpeg2enc.cc:
28044         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
28045         * ext/sidplay/gstsiddec.cc:
28046         * ext/speex/gstspeexdec.c:
28047         * ext/speex/gstspeexenc.c:
28048         * ext/xvid/gstxviddec.c:
28049         * ext/xvid/gstxvidenc.c:
28050           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
28051           (fixes #142193)
28052
28053 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28054
28055         * ext/alsa/gstalsa.c: (device_list),
28056         (gst_alsa_class_probe_devices):
28057         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
28058           Fix alsa oddness in mixer after the combination of using mixer
28059           in source/sink elements and using hw:x,y instead of just hw:x.
28060
28061 2004-05-09  Benjamin Otte  <otte@gnome.org>
28062
28063         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
28064         (gst_wavparse_create_sourcepad):
28065           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
28066           sourcepads
28067
28068 2004-05-09  Benjamin Otte  <otte@gnome.org>
28069
28070         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
28071           allow discont events before caps nego
28072
28073 2004-05-08  Benjamin Otte  <otte@gnome.org>
28074
28075         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
28076           don't leak events
28077
28078 2004-05-08  Benjamin Otte  <otte@gnome.org>
28079
28080         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
28081         (gst_level_change_state), (gst_level_init):
28082         * gst/level/gstlevel.h:
28083           figure out if we're initialized directly instead of keeping a
28084           variable that's wrong in 90% of cases
28085           don't initialize pads and then leak them and use a new unitialized
28086           pad. (fixes #142084)
28087           these were bugs so n00bish I didn't find them for an hour :/
28088
28089 2004-05-08 Iain <iain@prettypeople.org>
28090
28091         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
28092         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
28093         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
28094         return the length that was read.
28095         (gst_riff_read_strf_auds): Allow fmt tags as well.
28096
28097 2004-05-07  David Schleef  <ds@schleef.org>
28098
28099         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
28100         signed char assumption in faad.h.
28101
28102 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28103
28104         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
28105           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
28106
28107 2004-05-07  Colin Walters  <walters@redhat.com>
28108
28109         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
28110         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
28111         function.
28112         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
28113         Add dispose function.
28114
28115 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
28116         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
28117           Fix caps nego and pad templates. RGB mode caps should
28118           work now.
28119         * ext/dvdnav/gst-dvd:
28120           Move mpeg2dec inside the thread because otherwise the
28121           queue rejects cap changes mid-stream
28122         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
28123         (gst_mpeg2dec_flush_decoder):
28124           For mpeg2dec > 0.4.0, call the flush function instead of
28125           manually extracting all in-flight frames.
28126         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
28127         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
28128           Change mime type video/dv go video/x-dv to match the
28129           rest of gst-plugins
28130
28131 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28132
28133         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
28134         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
28135         (gst_alsa_sink_class_init):
28136         * ext/alsa/gstalsasink.h:
28137         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
28138         (gst_alsa_src_class_init):
28139         * ext/alsa/gstalsasrc.h:
28140           Make alsasink/src a subclass of alsamixer so that mixer stuff
28141           shows up in gst-rec. Needs some finetuning.
28142
28143 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28144
28145         * ext/lame/gstlame.c: (gst_lame_chain):
28146           simplify
28147         * ext/mad/gstmad.c: (gst_mad_handle_event):
28148           fix event leak
28149         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28150           be able to detect mp3 files < 4096 bytes
28151
28152 2004-05-06  Wim Taymans  <wim@fluendo.com>
28153
28154         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
28155         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
28156         (theora_enc_set_property), (theora_enc_get_property):
28157         Also encode the first frame, cleanup some code.
28158
28159 2004-05-06  Wim Taymans  <wim@fluendo.com>
28160
28161         * ext/mpeg2enc/gstmpeg2enc.cc:
28162         Forward events first before deciding that negotiation was
28163         not performed.
28164
28165 2004-05-06  Wim Taymans  <wim@fluendo.com>
28166
28167         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
28168         First process the events before deciding that negotiation
28169         was not performed.
28170
28171 2004-05-06  Wim Taymans  <wim@fluendo.com>
28172
28173         * ext/theora/Makefile.am:
28174         * ext/theora/theora.c: (plugin_init):
28175         * ext/theora/theoradec.c: (theora_dec_change_state):
28176         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
28177         (gst_theora_enc_class_init), (gst_theora_enc_init),
28178         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
28179         (theora_enc_chain), (theora_enc_change_state),
28180         (theora_enc_set_property), (theora_enc_get_property):
28181         Added a theora encoder, grouped the encoder and decoder into the
28182         same plugin.
28183
28184 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28185
28186         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
28187         (gst_jpegenc_chain):
28188         fix DURATION on outgoing buffers
28189         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
28190         debug using time formats
28191         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
28192         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
28193         (gst_xvimagesink_sink_link):
28194         windows with width/height 0 generate X errors, so don't allow them
28195
28196 2004-05-05  Wim Taymans  <wim@fluendo.com>
28197
28198         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
28199         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
28200         (gst_mpeg2dec_negotiate_format):
28201         * ext/mpeg2dec/gstmpeg2dec.h:
28202           removed the static pad template so that we can add the
28203           more accurate framerate value to the caps.
28204
28205
28206 2004-05-04  Benjamin Otte  <otte@gnome.org>
28207
28208         * configure.ac:
28209           check for kdemacros.h, too (should fix #141821)
28210         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
28211           don't crash if no header was sent, but nicely error out (fixes part
28212           of #141554)
28213
28214 2004-05-04  Wim Taymans  <wim@fluendo.com>
28215
28216         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
28217         parent dispose function to avoid segfault on destroy.
28218
28219 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28220
28221         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
28222         (plugin_init):
28223         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
28224         (gst_xvimagesink_sink_link):
28225         clean up debugging caps
28226         also recreate xvimage when format has changed
28227
28228 2004-05-04  Benjamin Otte  <otte@gnome.org>
28229
28230         * ext/libvisual/Makefile.am:
28231         * ext/libvisual/visual.c: (gst_visual_class_init),
28232         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
28233         (gst_visual_srclink), (gst_visual_chain),
28234         (gst_visual_change_state), (plugin_init):
28235           use a GstAdapter to correctly adapt buffer sizes - allows using a
28236           framerate
28237
28238 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28239
28240         * sys/v4l/gstv4lelement.h:
28241         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
28242         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
28243         (gst_v4lsrc_buffer_free):
28244         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
28245         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
28246         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
28247         (gst_v4lsrc_requeue_frame):
28248         move some debugging categories around
28249         query for fps index and set accordingly if found
28250
28251 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28252
28253         * ext/lame/gstlame.c:
28254         correct defaults that lame_init puts out of range
28255
28256 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28257
28258         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
28259         (gst_divxenc_class_init):
28260         fix range since -1 is the default
28261         * gst/mpeg1sys/gstmpeg1systemencode.c:
28262         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
28263         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
28264         (gst_rtjpegdec_chain):
28265         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
28266         (gst_rtjpegenc_chain):
28267         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
28268         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
28269         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
28270         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
28271         * sys/v4l/gstv4lsrc.c:
28272         * sys/v4l/v4l_calls.c: (gst_v4l_open):
28273         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
28274         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
28275         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
28276         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
28277           remove gst_info calls
28278
28279 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28280
28281         * Makefile.am:
28282         * po/af.po:
28283         * po/az.po:
28284         * po/en_GB.po:
28285         * po/nl.po:
28286         * po/sr.po:
28287         * po/sv.po:
28288           Updated translations
28289
28290 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28291
28292         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
28293           refactor/comment code
28294
28295 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28296
28297         * gst/asfdemux/Makefile.am:
28298         * gst/asfdemux/asfheaders.c:
28299         * gst/asfdemux/asfheaders.h:
28300         * gst/asfdemux/gstasf.c: (plugin_init):
28301         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
28302         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
28303         (gst_asf_demux_setup_pad):
28304         * gst/asfdemux/gstasfdemux.h:
28305         * gst/asfdemux/gstasfmux.c:
28306         * gst/asfdemux/gstasfmux.h:
28307           Add tagging support to demuxer, split out registration in its own
28308           file instead of in demux (hacky), and prevent having some tables
28309           in our memory multiple times (in asfheaders.h).
28310
28311 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28312
28313         * gst/matroska/matroska-demux.c:
28314         (gst_matroska_demux_parse_metadata):
28315         * gst/matroska/matroska-ids.h:
28316           Basic tag reading support.
28317
28318 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28319
28320         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
28321           Really detect ac-3 audio.
28322         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
28323           really detect matroska files (off-by-1).
28324
28325 2004-04-30  David Schleef  <ds@schleef.org>
28326
28327         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
28328         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
28329         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
28330         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
28331         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
28332         hackage -- parse a lot more atoms, extract a few tags.  One might even
28333         mistake this for tag support.  Maybe it is.
28334         * gst/qtdemux/qtdemux.h:
28335
28336 2004-04-30  Colin Walters  <walters@verbum.org>
28337
28338         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
28339
28340 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
28341
28342         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28343         (gst_ffmpegcolorspace_getcaps):
28344           remove broken nego fix
28345
28346 2004-04-30  Benjamin Otte  <otte@gnome.org>
28347
28348         * configure.ac:
28349         * ext/Makefile.am:
28350         * ext/libvisual/Makefile.am:
28351         * ext/libvisual/visual.c:
28352           add initial support for libvisual (http://libvisual.sourceforge.net)
28353           libvisual is still quite alpha, so expect crashes in there :)
28354
28355 2004-04-29  David Schleef  <ds@schleef.org>
28356
28357         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
28358         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
28359         up qtdemux to make it spit out codec_data.  Do _not_ look at this
28360         code; you will no longer respect me.
28361
28362 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28363
28364         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
28365         * ext/alsa/gstalsa.h :
28366         change alsa pcm device discovery to find more than 1 device
28367         per card. code review by Ronald.
28368
28369 2004-04-29  David Schleef  <ds@schleef.org>
28370
28371         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
28372         Add a check for a driver bug on FreeBSD.  (bug #140565)
28373
28374 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
28375
28376         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
28377         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
28378         (gst_jpegenc_getcaps):
28379           move format setting to inner loop
28380         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28381         (gst_ffmpegcolorspace_getcaps):
28382           use GST_PAD_CAPS if available so that we use already negotiated
28383           caps
28384         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
28385         (qtdemux_parse_moov), (qtdemux_parse):
28386           extra debugging
28387         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
28388         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
28389           move hardcoded path to DEFINE
28390
28391 2004-04-28  David Schleef  <ds@schleef.org>
28392
28393         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
28394         (bug #140064)
28395
28396 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28397
28398         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
28399           Don't probe for playback device if we're a source element. Fixes
28400           #139658.
28401
28402 2004-04-29  Benjamin Otte  <otte@gnome.org>
28403
28404         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
28405         (gst_id3_tag_chain):
28406           rewrite buffer offset
28407
28408 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28409
28410         * configure.ac:
28411         * ext/Makefile.am:
28412         * ext/dts/Makefile.am:
28413         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
28414         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
28415         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
28416         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
28417         (gst_dtsdec_loop), (gst_dtsdec_change_state),
28418         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
28419         (plugin_init):
28420         * ext/dts/gstdtsdec.h:
28421           New DTS decoder.
28422         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
28423         (gst_faad_srcconnect):
28424           Add ESDS atom handling (.m4a).
28425
28426 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28427
28428         * ext/divx/gstdivxdec.c: (plugin_init):
28429           Remove comment that makes no sense.
28430         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
28431           Fix for obvious typo that resulted in warnings during gst-register.
28432         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
28433         (gst_xviddec_sink_link):
28434           Fix caps negotiation a bit better.
28435         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
28436           We call this 'codec_data', not 'esds'.
28437
28438 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28439
28440         * gst/monoscope/gstmonoscope.c:
28441           make sure we only provide 256x128
28442         * gst/monoscope/monoscope.c: (monoscope_init):
28443           assert size of 256x128
28444
28445 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
28446
28447         * Makefile.am:
28448         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
28449         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
28450           fixate to max width and height of device
28451
28452 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
28453
28454         * Makefile.am:
28455         * sys/v4l/gstv4l.c:
28456         * sys/v4l/gstv4lsrc.c:
28457         * sys/v4l/v4l_calls.c:
28458         * sys/v4l/v4lsrc_calls.c:
28459           fix for qc-usb driver which fakes having more than one buffer
28460           by handing the same buffer twice, which confused GStreamer's/v4lsrc
28461           buffer_free override
28462           add debugging
28463
28464 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
28465
28466         * Makefile.am:
28467         * gst/videotestsrc/gstvideotestsrc.c:
28468         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
28469         (gst_videotestsrc_init), (gst_videotestsrc_get),
28470         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
28471         * gst/videotestsrc/gstvideotestsrc.h:
28472           add num-buffers property
28473
28474         2004-04-26  Benjamin Otte  <otte@gnome.org>
28475
28476         * ext/mad/gstid3tag.c: (plugin_init):
28477           set id3mux rank to NONE so it doesn't confuse spider
28478           require audio/mpeg,mpegversion=1 in id3mux
28479
28480 2004-04-26  Benjamin Otte  <otte@gnome.org>
28481
28482         * configure.ac:
28483           detect faad correctly as non-working if it's indeed non-working
28484
28485 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
28486
28487         * Makefile.am:
28488         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
28489         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
28490         fix _getcaps so it only negotiates to its supported format
28491
28492 2004-04-25  Benjamin Otte  <otte@gnome.org>
28493
28494         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
28495           fix memleak
28496
28497 2004-04-23  Benjamin Otte  <otte@gnome.org>
28498
28499         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
28500           audio/x-raw-int with height rules! not. Now it's depth.
28501
28502 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28503
28504         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
28505         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
28506         (gst_wavparse_loop):
28507           Missing variable initialization. Add handling of DVI ADPCM. Fix
28508           mis-parsing of LIST chunks. This works around a bug where we mis-
28509           parse non-aligning LIST chunks (so LIST chunks where the contents
28510           don't align with the actual LIST size). The correct fix is to use
28511           rifflib, I'm not going to fix wavparse - too much work. All this
28512           fixes #104878.
28513
28514 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28515
28516         reviewed by Benjamin Otte  <otte@gnome.org>
28517
28518         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
28519           fix shoutcast not working (fixes #140844)
28520
28521 2004-04-22  Benjamin Otte  <otte@gnome.org>
28522
28523         * ext/hermes/gsthermescolorspace.c:
28524         (gst_hermes_colorspace_caps_remove_format_info):
28525         * gst/colorspace/gstcolorspace.c:
28526         (gst_colorspace_caps_remove_format_info):
28527         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28528         (gst_ffmpegcolorspace_caps_remove_format_info):
28529           s/gst_caps_simplify/gst_caps_do_simplify/
28530
28531 2004-04-22  Benjamin Otte  <otte@gnome.org>
28532
28533         * gst-libs/gst/riff/riff-media.c:
28534         (gst_riff_create_video_caps_with_data):
28535           mpegversion is an int
28536         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
28537           don't try to create pad templates with NULL caps, use any caps
28538           instead.
28539
28540 2004-04-20  David Schleef  <ds@schleef.org>
28541
28542         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
28543         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
28544         (bug #140384)
28545
28546 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
28547
28548         reviewed by David Schleef
28549
28550         * ext/mad/gstid3tag.c: Add stdlib.h
28551         * gst/rtp/gstrtpgsmenc.c: same
28552         * gst/tags/gstid3tag.c: same
28553         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
28554         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
28555         GST_DISABLE_LOADSAVE use.
28556         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
28557         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
28558         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
28559         atol(3)).
28560         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
28561         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
28562         strtoul(3)).
28563         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
28564         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
28565         $(ID3_CFLAGS).
28566         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
28567         $(LIBFAME_CFLAGS).
28568
28569 2004-04-20  David Schleef  <ds@schleef.org>
28570
28571         * gst/realmedia/rmdemux.c:  This was supposed to part of the
28572         last checkin.  Same idea.
28573
28574 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
28575
28576         reviewed by David Schleef
28577
28578         * configure.ac: bump required gstreamer version to 0.8.1.1
28579         because of following changes [--ds]
28580
28581         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
28582         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
28583         (gst_riff_read_header):  Use GST_READ_UINT*
28584         macros to access possibly unaligned memory.
28585
28586         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
28587         (mp3_type_find):  Use GST_READ_UINT*
28588         macros to access possibly unaligned memory.
28589         (mp3_type_find, mpeg1_parse_header, qt_type_find)
28590         (speex_type_find): Likewise
28591
28592         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
28593
28594         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
28595         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
28596         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
28597         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
28598         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
28599         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
28600         macros to access possibly unaligned memory.
28601
28602         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
28603         Likewise.
28604
28605         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
28606         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
28607
28608         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
28609         Likewise.
28610
28611         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
28612         (gst_mpeg2subt_chain_subtitle): Likewise.
28613
28614         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
28615         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
28616         Likewise.
28617
28618         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
28619         Likewise.
28620
28621         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
28622         Likewise.
28623
28624         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
28625         Likewise.
28626
28627 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
28628
28629         * configure.ac:
28630           update required version of GStreamer because of GST_TIME_FORMAT
28631
28632 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28633
28634         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
28635           remove leftover g_print
28636         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
28637           don't try setting only a subset of the caps. We don't want to kill
28638           autoplugging on purpose
28639
28640 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
28641
28642         * sys/ximage/ximagesink.c: (plugin_init):
28643         * sys/xvimage/xvimagesink.c: (plugin_init):
28644           add debugging categories
28645
28646 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
28647
28648         * po/en_GB.po:
28649         * po/LINGUAS:
28650           Adding en_GB translation (Gareth Owen)
28651
28652 2004-04-20  David Schleef  <ds@schleef.org>
28653
28654         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
28655         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
28656         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
28657         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
28658         A number of new features and hacks to extract the esds atom and
28659         put it into the caps.  (bug #137724)
28660
28661 2004-04-19  David Schleef  <ds@schleef.org>
28662
28663         * gconf/Makefile.am: Fix for non-GNU make
28664         * gst-libs/gst/Makefile.am: Change directory order to handle
28665         GstPlay linking with gstinterfaces
28666         * gst-libs/gst/audio/make_filter: make use of tr portable
28667         * gst-libs/gst/play/Makefile.am: Add intended \
28668         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
28669         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
28670         function prototype instead of void *.
28671         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
28672         macro.
28673         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28674         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
28675         * gst/videofilter/make_filter: make use of tr portable
28676         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
28677
28678 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
28679
28680         * po/LINGUAS:
28681         * po/uk.po:
28682           Added Ukrainian translation (Maxim V. Dziumanenko)
28683
28684 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28685
28686         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
28687         (gst_gsmdec_link), (gst_gsmdec_chain):
28688           Fix capsnego, simplify chain function slightly.
28689         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
28690           Add GSM.
28691
28692 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28693
28694         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
28695         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
28696         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
28697           Hack to make wavparse work with spider (always -> sometimes pad).
28698           Fixes #135862 && #140411.
28699
28700 2004-04-18  Benjamin Otte  <otte@gnome.org>
28701
28702         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
28703         (gst_osselement_rate_probe_check),
28704         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
28705           get rid of \n in debug output
28706
28707 2004-04-17  Iain <iain@prettypeople.org>
28708
28709         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
28710         not just EOS.
28711
28712 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28713
28714         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
28715         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
28716         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
28717         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
28718         (gst_id3_tag_src_link), (gst_id3_tag_chain),
28719         (gst_id3_tag_change_state), (plugin_init):
28720           deprecate id3tag element and replace with id3demux/id3mux.
28721           great side effect: this ugly file is now even uglier, yay!
28722         * ext/mad/gstmad.h:
28723           remove non-available function
28724           update for new get_type
28725
28726 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28727
28728         * configure.ac:
28729           require mpeg2dec >= 0.4.0
28730
28731 2004-04-17  Benjamin Otte  <otte@gnome.org>
28732
28733         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
28734         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
28735         (gst_xvimagesink_set_xwindow_id):
28736           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
28737           assorted cleanup fixes.
28738
28739 2004-04-16  David Schleef  <ds@schleef.org>
28740
28741         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
28742         * sys/xvimage/xvimagesink.h: same
28743
28744 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
28745
28746         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
28747           Fix GST_ELEMENT_ERROR with (NULL)
28748
28749 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28750
28751         * gst-libs/gst/riff/riff-media.c:
28752         (gst_riff_create_video_caps_with_data):
28753           Add div[3456] as fourccs for DivX 3 (fixes #140137).
28754
28755 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28756
28757         * gst-libs/gst/riff/riff-media.c:
28758         (gst_riff_create_video_caps_with_data),
28759         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
28760         (gst_riff_create_video_template_caps),
28761         (gst_riff_create_audio_template_caps):
28762         * gst-libs/gst/riff/riff-media.h:
28763         * gst-libs/gst/riff/riff-read.c:
28764         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
28765         * gst-libs/gst/riff/riff-read.h:
28766         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
28767           Add MS RLE support. I added some functions to read out strf chunks
28768           into strf chunks and the data behind it. This is usually color
28769           palettes (as in RLE, but also in 8-bit RGB). Also use those during
28770           caps creation. Lastly, add ADPCM (similar to wavparse - which
28771           should eventually be rifflib based).
28772         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
28773         (gst_matroska_demux_init), (gst_matroska_demux_reset):
28774         * gst/matroska/matroska-demux.h:
28775           Remove placeholders for some prehistoric tagging system. Didn't add
28776           support for any tag system really anyway.
28777         * gst/qtdemux/qtdemux.c:
28778           Add support for audio/x-m4a (MPEG-4) through spider.
28779         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
28780         (gst_wavparse_loop):
28781           ADPCM support (#135862). Increase max. buffer size because we
28782           cannot split buffers for ADPCM (screws references) and I've seen
28783           files with 2048 byte chunks. 4096 seems safe for now.
28784
28785 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
28786
28787         * configure.ac: bump nano to 1
28788
28789 === release 0.8.1 ===
28790
28791 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
28792
28793         * configure.ac: releasing 0.8.1, "Comforting Sounds"
28794
28795 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28796
28797         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
28798           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
28799           Fixes #140058
28800
28801 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
28802
28803         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
28804           lower rank of dvddemux so that it's not used for mpeg playback.
28805
28806 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28807
28808         * configure.ac:
28809           save libs correctly when checking mad
28810
28811 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
28812
28813         * ext/mad/gstid3tag.c: (plugin_init):
28814           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
28815
28816 2004-04-13  David Schleef  <ds@schleef.org>
28817
28818         * common/m4/gst-feature.m4: Call -config scripts with
28819         --plugin-libs if it is supported.
28820         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
28821         JPEG images are image/jpeg.
28822         * gst/debug/Makefile.am:
28823         * gst/debug/negotiation.c: (gst_negotiation_class_init),
28824         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
28825         (gst_negotiation_update_caps), (gst_negotiation_get_property),
28826         (gst_negotiation_plugin_init): Add a property that acts like
28827         filter caps.
28828         * testsuite/gst-lint:  Move license checking to be a standard
28829         test.
28830
28831 2004-04-13  David Schleef  <ds@schleef.org>
28832
28833         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
28834         patch from Sebastien Cote (bug #139958)
28835
28836 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
28837
28838         * examples/gstplay/Makefile.am:
28839         * examples/gstplay/player.c: (main):
28840           make the commandline player example use gconf settings
28841
28842 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
28843
28844         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
28845         (gst_cacasink_sinkconnect), (gst_cacasink_init),
28846         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
28847           init/end library during state transition, not object
28848           creation/disposal.  get rid of custom dispose handler.
28849
28850
28851 2004-04-12  Christian Schaller <Uraeus@gnome.org>
28852
28853         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
28854         be a symlink
28855
28856 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28857
28858         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
28859           Handle JUNK chunks inside data section. Prevents warnings.
28860
28861 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28862
28863         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
28864         (gst_riff_create_video_template_caps):
28865           Add MS video v1.
28866         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
28867         (gst_avi_demux_stream_data):
28868           Add support for "rec-list" chunks.
28869
28870 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28871
28872         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
28873           Fix another codecname mismatch.
28874
28875 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28876
28877         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
28878           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
28879           so that MJPEG plays back.
28880
28881 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28882
28883         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
28884         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
28885         * gst/mpeg1videoparse/gstmp1videoparse.h:
28886           Fix for some slight mis-cuts in buffer parsing, and for some
28887           potential overflows or faults-causers. Adds disconts. Also fixes
28888           #139105 while we're at it.
28889
28890 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28891
28892         * configure.ac:
28893         * sys/v4l2/gstv4l2element.h:
28894           Workaround for missing struct v4l2_buffer declaration in Suse 9
28895           and Mandrake 10 linux/videodev2.h header file (#135919).
28896
28897 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28898
28899         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
28900           Bail out if no filename was given.
28901
28902 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28903
28904         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
28905         (gst_v4l2_fourcc_from_structure):
28906           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
28907           Y41B somewhere).
28908
28909 2004-04-09  Benjamin Otte  <otte@gnome.org>
28910
28911         * ext/gnomevfs/gstgnomevfssink.c:
28912         (_gst_boolean_allow_overwrite_accumulator),
28913         (gst_gnomevfssink_class_init):
28914           fix erase signal - if any handler returns false the file will not be
28915           overwritten. If no handler is connected, the file will not be
28916           overwritten either.
28917           renamed signal to "allow-overwrite"
28918         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
28919           free string when adding it to ID3 failed
28920         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
28921           unref event when done
28922         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
28923           free caps
28924         * gst/typefind/gsttypefindfunctions.c:
28925         (mpeg_video_stream_type_find):
28926           fix invalid read
28927
28928 2004-04-08  David Schleef  <ds@schleef.org>
28929
28930         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28931         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
28932
28933 2004-04-08  David Schleef  <ds@schleef.org>
28934
28935         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
28936         we don't support (bug #139532)
28937
28938 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
28939
28940         * ext/mad/gstmad.c: (gst_mad_handle_event),
28941         (gst_mad_check_caps_reset), (gst_mad_chain),
28942         (gst_mad_change_state):
28943           only set explicit caps if they haven't been set before for
28944           this stream.  MPEG-audio sample rate/channels aren't allowed
28945           to change in-stream.
28946           Fixes #139382
28947
28948 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28949
28950         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
28951         (_gst_boolean_did_something_accumulator),
28952         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
28953         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
28954         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
28955         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
28956         (gst_gnomevfssink_change_state):
28957           Fix erase signal. Don't erase by default. Remove handoff signal.
28958           Remove erase property. Don't segfault. General cleanup.
28959
28960 2004-04-07  Benjamin Otte  <otte@gnome.org>
28961
28962         * gst-libs/gst/gconf/test-gconf.c: (main):
28963           add missing gst_init
28964
28965 2004-04-07  Benjamin Otte  <otte@gnome.org>
28966
28967         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
28968           free the mutexes, too
28969
28970 2004-04-07  Benjamin Otte  <otte@gnome.org>
28971
28972         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
28973           actually free the URI string
28974         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
28975           compute offset correctly when passing discont events
28976         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
28977           don't leak discont events
28978         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
28979           add some missing breaks so caps aren't copied randomly
28980         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
28981           if we realloc memory, we better use it
28982
28983 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28984
28985         * ext/mad/gstmad.c: (normal_seek):
28986           fix GST_FORMAT_TIME usage
28987
28988 2004-04-05  David Schleef  <ds@schleef.org>
28989
28990         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
28991         a deprecated function (hack!)
28992
28993 2004-04-05  Benjamin Otte  <otte@gnome.org>
28994
28995         * ext/esd/esdmon.c: (gst_esdmon_get):
28996           fix nonterminated vararg and memleak
28997
28998 2004-04-05  Benjamin Otte  <otte@gnome.org>
28999
29000         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
29001         (gst_ladspa_init), (gst_ladspa_force_src_caps),
29002         (gst_ladspa_set_property), (gst_ladspa_get_property),
29003         (gst_ladspa_instantiate), (gst_ladspa_activate),
29004         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
29005           clean up debugging
29006
29007 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
29008
29009         reviewed by Benjamin Otte  <otte@gnome.org>
29010
29011         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
29012           check for broken LADSPA parameters (fixes #138635)
29013
29014 2004-04-05  Benjamin Otte  <otte@gnome.org>
29015
29016         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
29017           advertise buffer-frames correctly on sinkpads
29018
29019 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
29020
29021         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
29022         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
29023         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
29024         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
29025         (gst_mad_check_caps_reset), (gst_mad_chain):
29026         add more debugging, only reset caps when we're not in error state
29027
29028 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
29029
29030         * ext/mad/gstmad.c: add debugging category, comment + cleanups
29031
29032 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
29033
29034         reviewed by Benjamin Otte  <otte@gnome.org>
29035
29036         * configure.ac:
29037           fix == in test(1) operator
29038
29039 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
29040
29041         reviewed by Benjamin Otte  <otte@gnome.org>
29042
29043         * configure.ac:
29044           fix --export-symblos-regex to a working regex.
29045
29046 2004-04-04  Benjamin Otte  <otte@gnome.org>
29047
29048         * sys/oss/.cvsignore:
29049           add for oss_probe
29050
29051 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
29052
29053         reviewed by Benjamin Otte  <otte@gnome.org>
29054
29055         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
29056           add missing 'new_media' argument (fixes #138168)
29057         * gst/matroska/matroska-demux.c:
29058         (gst_matroska_demux_handle_seek_event):
29059           add vararg terminator (fixes #138169)
29060
29061 2004-04-02  David Schleef  <ds@schleef.org>
29062
29063         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
29064         disted (bug #138914)
29065
29066 2004-04-01  Benjamin Otte  <otte@gnome.org>
29067
29068         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
29069         (gst_alsa_close_audio):
29070           handle case better where a soundcard can't pause
29071         * ext/ogg/gstoggdemux.c:
29072           don't crash when we get events but don't have pads yet
29073
29074 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
29075
29076         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
29077           throw an error if we couldn't probe any caps.
29078
29079 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
29080
29081         * ext/dvdnav/gst-dvd:
29082         Add a really simple sample DVD player
29083
29084 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
29085
29086         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
29087         (gst_a52dec_push), (gst_a52dec_handle_event),
29088         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
29089         (gst_a52dec_change_state):
29090         * ext/a52dec/gsta52dec.h:
29091           Use a debug category, Output timestamps correctly
29092           Emit tag info, Handle events, tell liba52dec about cpu
29093           capabilities so it can use MMX etc.
29094         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
29095           Fix a crasher accessing invalid memory
29096         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
29097         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
29098         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
29099         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
29100         (dvdnavsrc_query):
29101           Some support for byte-format seeking.
29102           Small fixes for still frames and menu button overlays
29103         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
29104         (gst_mpeg2dec_alloc_buffer):
29105           Use a debug category. Adjust the report level of several items to
29106           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
29107           so it doesn't lose the GstBuffer pointer
29108         * gst/debug/Makefile.am:
29109         * gst/debug/gstdebug.c: (plugin_init):
29110         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
29111         (gst_navseek_base_init), (gst_navseek_class_init),
29112         (gst_navseek_init), (gst_navseek_seek),
29113         (gst_navseek_handle_src_event), (gst_navseek_set_property),
29114         (gst_navseek_get_property), (gst_navseek_chain),
29115         (gst_navseek_plugin_init):
29116         * gst/debug/gstnavseek.h:
29117           Add the navseek debug element for seeking back and forth in a
29118           video stream using arrow keys.
29119         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
29120         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
29121         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
29122         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
29123         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
29124         (gst_mpeg2subt_parse_header), (gst_get_nibble),
29125         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
29126         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
29127         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
29128         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
29129         * gst/mpeg2sub/gstmpeg2subt.h:
29130           Pretty much a complete rewrite. Now a loopbased element. May still
29131           require work to properly synchronise subtitle buffers.
29132         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
29133         (gst_dvd_demux_send_subbuffer):
29134         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
29135           Don't attempt to create subbuffers of size 0
29136           Reduce a couple of error outputs to warnings.
29137         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
29138         (gst_y4mencode_chain):
29139         Output the y4m frame header correctly.
29140
29141 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
29142
29143         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
29144           throw errors instead of allowing SIGFPE
29145
29146 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
29147
29148         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
29149         (gst_gconf_render_bin_from_key):
29150           leak plugging and style fixing
29151
29152 2004-03-31  David Schleef  <ds@schleef.org>
29153
29154         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
29155         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
29156         (bug #138225)
29157         * gst/debug/Makefile.am:
29158         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
29159         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
29160         plugin.
29161         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
29162         (gst_negotiation_base_init), (gst_negotiation_class_init),
29163         (gst_negotiation_init), (gst_negotiation_getcaps),
29164         (gst_negotiation_pad_link), (gst_negotiation_chain),
29165         (gst_negotiation_set_property), (gst_negotiation_get_property),
29166         (gst_negotiation_plugin_init):  New element to talk about random
29167         negotiation things happening in a pipeline.
29168
29169 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
29170
29171         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
29172           fix integer addition with help of Stefan Kost
29173
29174 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
29175
29176         * po/nl.po: updated Dutch translation (Elros Cyriatan)
29177
29178 2004-03-30  David Schleef  <ds@schleef.org>
29179
29180         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
29181         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
29182         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
29183         (bug #137504)
29184         * ext/mpeg2dec/gstmpeg2dec.h:
29185
29186 2004-03-30  David Schleef  <ds@schleef.org>
29187
29188         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
29189
29190 2004-03-30  David Schleef  <ds@schleef.org>
29191
29192         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
29193         Michael Petullo) to handle .mov
29194
29195 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29196
29197         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
29198         (gst_osselement_rate_check_rate):
29199           probe caps correctly for sound cards that only support one format
29200
29201 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29202
29203         * ext/kio/kiosrc.cpp: (process_events):
29204           update handling event processing if inside KDE - untested
29205
29206 2004-03-29  David Schleef  <ds@schleef.org>
29207
29208         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
29209         by 2 to not interfere with other colorspaces.
29210         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
29211         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
29212         one to not interfere with ffmpeg_colorspace.
29213
29214 2004-03-29  David Schleef  <ds@schleef.org>
29215
29216         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
29217         aren't in the caps.
29218         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
29219         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
29220
29221 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29222
29223         * gst-libs/gst/riff/riff-media.c:
29224           fail on error, don't try to set stuff on NULL caps
29225
29226 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29227
29228         * configure.ac:
29229         * ext/Makefile.am:
29230         * ext/kio/Makefile.am:
29231         * ext/kio/kioreceiver.cpp:
29232         * ext/kio/kioreceiver.h:
29233         * ext/kio/kiosrc.cpp:
29234         * ext/kio/kiosrc.h:
29235           add experimental kiosrc plugin
29236         * ext/alsa/gstalsaplugin.c: (plugin_init):
29237           initialize debugging category only when we're sure registering the
29238           plugins worked.
29239
29240 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
29241
29242         * examples/gstplay/player.c: (main):
29243         * gst-libs/gst/play/play.c: (gst_play_class_init),
29244         (gst_play_set_location), (gst_play_set_data_src),
29245         (gst_play_set_video_sink), (gst_play_set_audio_sink),
29246         (gst_play_set_visualization), (gst_play_connect_visualization):
29247           check return values of element_set_state and return FALSE where
29248           failed
29249
29250 2004-03-29  Benjamin Otte  <otte@gnome.org>
29251
29252         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
29253           try harder to check if an event is really a discont
29254
29255 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
29256
29257         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
29258         * po/az.po:
29259
29260 2004-03-28  Benjamin Otte  <otte@gnome.org>
29261
29262         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
29263         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
29264         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
29265           get rid of non-standard "..." ranges in case statements.
29266
29267 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
29268
29269         * gst/mpegstream/gstmpegdemux.c:
29270         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
29271         specific functionality split to the new dvddemux element.
29272         * gst/mpegstream/gstdvddemux.c:
29273         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
29274         streams, derived from mpegdemux.
29275         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
29276         up. SCR based timestamp rewriting can be turned off (will probably
29277         completely disappear soon).
29278         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
29279         hacking. General cleanup. All printf statements replaced by
29280         debugging messages. Almost complete libdvdnav support.
29281         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
29282         by events. New properties for audio and subpicture languages.
29283         (dvdnavsrc_update_highlight): Now uses events.
29284         (dvdnavsrc_user_op): Cleaned up.
29285         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
29286         based). Lots of cleanup, and propper support for most libdvdnav
29287         events.
29288         (dvdnavsrc_make_dvd_event): New function.
29289         (dvdnavsrc_make_dvd_nav_packet_event): New function.
29290         (dvdnavsrc_make_clut_change_event): New function.
29291
29292 2004-03-26  Benjamin Otte  <otte@gnome.org>
29293
29294         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
29295           fix bug where typefinding would claim it's theora whenever less then
29296           7 bytes of data were available
29297
29298 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29299
29300         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
29301         (gst_alawdec_base_init), (gst_alawdec_class_init),
29302         (gst_alawdec_init), (gst_alawdec_chain):
29303         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
29304         (gst_alawenc_base_init), (gst_alawenc_class_init),
29305         (gst_alawenc_init), (gst_alawenc_chain):
29306         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
29307         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
29308         (gst_mulawdec_init), (gst_mulawdec_chain):
29309         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
29310         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
29311         (gst_mulawenc_init), (gst_mulawenc_chain):
29312           Fix capsnego in all four, remove the unused property functions and
29313           simplify the chain functions slightly. I guess we could use macros
29314           or something similar for those, since the code is so similar, but
29315           I'm currently too lazy...
29316
29317 2004-03-24  David Schleef  <ds@schleef.org>
29318
29319         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
29320         (gst_osselement_close_audio), (gst_osselement_probe_caps),
29321         (gst_osselement_get_format_structure),
29322         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
29323         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
29324         (gst_osselement_rate_int_compare): Add code to handle rate probing
29325         (bug #120883)
29326         * sys/oss/gstosselement.h: same
29327         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
29328         Use rate probing provided by osselement.
29329         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
29330
29331 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29332
29333         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
29334         (gst_xvidenc_get_property):
29335           ulong/int mess-up.
29336
29337 2004-03-24  David Schleef  <ds@schleef.org>
29338
29339         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
29340         (gst_speexdec_init):
29341         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
29342         (gst_speexenc_init):  Create the pad template correctly (from
29343         the static pad template, not a NULL pointer.)
29344
29345 2004-03-25  Benjamin Otte  <otte@gnome.org>
29346
29347         * gst/debug/Makefile.am:
29348         * gst/debug/breakmydata.c:
29349           add element that quasi-randomly changes bytes in the stream.
29350           Intended use is robustness checking of demuxers and decoders in
29351           media tests.
29352
29353 2004-03-24  Benjamin Otte  <otte@gnome.org>
29354
29355         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
29356         (gst_alsa_probe_hw_params):
29357         * ext/alsa/gstalsa.h:
29358           debugging output fixes
29359
29360 2004-03-24  Benjamin Otte  <otte@gnome.org>
29361
29362         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
29363           don't g_return_if_fail if element is PLAYING, fail silently as every
29364           other element.
29365         * gst/effectv/gstquark.c: (gst_quarktv_chain):
29366           only fix needed for cast lvalue issues in gst-plugins
29367         * gst/volenv/gstvolenv.c: (gst_volenv_init):
29368           add proxy_getcaps
29369
29370 2004-03-24  Benjamin Otte  <otte@gnome.org>
29371
29372         * gst/level/gstlevel.c: (gst_level_init):
29373           add proxying getcaps function, so level doesn't advertise impossible
29374           caps
29375
29376 2004-03-24  David Schleef  <ds@schleef.org>
29377
29378         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
29379         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
29380         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
29381         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
29382         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
29383         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
29384         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
29385         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
29386         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
29387         messages.  Divide the chunk size by the compression ratio
29388         (needed for MACE audio)
29389
29390 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29391
29392         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
29393           Fix buffer overflow read error.
29394
29395 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29396
29397         * ext/alsa/gstalsa.h:
29398           Remove unused entry.
29399         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
29400           Add cinepak.
29401         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
29402         (gst_videodrop_link), (gst_videodrop_chain):
29403           Fix, sort of. Was horribly broken with new capsnego. Bah...
29404
29405 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
29406
29407         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
29408         (plugin_init):
29409         Add a monkeysaudio typefind function
29410
29411 2004-03-23  Johan Dahlin  <johan@gnome.org>
29412
29413         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
29414         (gst_play_video_fixate): Check so the structure has the field
29415         before trying to fixate them, this makes it possible to have
29416         fakesinks for video and audio output without printing errors on
29417         the output console.
29418
29419 2004-03-22  David Schleef  <ds@schleef.org>
29420
29421         * sys/oss/Makefile.am:
29422         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
29423         (check_rate), (add_rate):  Rate probing test app.
29424
29425 2004-03-21  Benjamin Otte  <otte@gnome.org>
29426
29427         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
29428         (_fixate_caps_to_int), (gst_audio_convert_fixate):
29429           add a fixation function that pretty much does the right thing (fixes
29430           #137556)
29431
29432 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
29433
29434         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
29435
29436 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
29437
29438         reviewed by: Benjamin Otte  <otte@gnome.org>
29439
29440         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29441           terminate gst_event_new_discontinuous correctly (fixes parts of
29442           #137711)
29443
29444 2004-03-19  David Schleef  <ds@schleef.org>
29445
29446         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
29447         since it doesn't depend on X, and it's part of our ABI.
29448
29449 2004-03-19  Iain <iain@prettypeople.org>
29450
29451         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
29452         is_int in the structure, not the local variable.
29453
29454 2004-03-19  David Schleef  <ds@schleef.org>
29455
29456         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
29457         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
29458         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
29459         Improvements in caps negotiation.
29460
29461 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
29462
29463         * po/LINGUAS:
29464         * po/af.po:
29465           adding Afrikaans (Petri Jooste)
29466
29467 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
29468
29469         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29470         (gst_ffmpegcolorspace_chain):
29471         throw error instead of g_critical (#137588)
29472
29473 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
29474
29475         * Makefile.am:
29476         * configure.ac:
29477           dist common and m4 correctly
29478         * po/sv.po:
29479
29480 2004-03-17  David Schleef  <ds@schleef.org>
29481
29482         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
29483         (bug #137348)
29484
29485 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
29486
29487         * po/LINGUAS:
29488         * po/sv.po:
29489           adding Swedish translation (Christian Rose)
29490
29491 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
29492
29493         * Makefile.am: use release.mak
29494
29495 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
29496
29497         * common/ChangeLog:
29498         * common/gst-autogen.sh:
29499           add some explanation about the version detection
29500         * configure.ac:
29501           fix X check
29502
29503 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
29504
29505         * configure.ac: bump nano to 1
29506
29507 === release 0.8.0 ===
29508
29509 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
29510
29511         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
29512
29513 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
29514
29515         * configure.ac:
29516           update libtool version
29517         * gst-libs/gst/media-info/Makefile.am:
29518           actually use libtool version
29519
29520 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
29521
29522         * configure.ac: fix speex detection to work with 1.0 but not 1.1
29523
29524 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
29525
29526         * configure.ac:
29527         * gst-plugins.spec.in:
29528         * pkgconfig/Makefile.am:
29529         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
29530         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
29531         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
29532         * pkgconfig/gstreamer-libs.pc.in:
29533         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
29534         * pkgconfig/gstreamer-play-uninstalled.pc.in:
29535         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
29536         * pkgconfig/gstreamer-plugins.pc.in:
29537           remove @VERSION@ from some of the pc files since core and plugins
29538           are decoupled.
29539           created gstreamer-plugins.pc as it's a better name, but keeping
29540           -libs around for now to get fixes upstream done first.
29541
29542 2004-03-15  Julien MOUTTE <julien@moutte.net>
29543
29544         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
29545         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
29546         * gst-libs/gst/play/play.h:
29547
29548 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
29549
29550         * *.c, *.cc: don't mix tabs and spaces
29551
29552 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
29553
29554         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
29555           use the new ffmpegcolorspace
29556         * gst-plugins.spec.in:
29557           package new colorspace and media-info
29558         * configure.ac:
29559         * pkgconfig/Makefile.am:
29560           fix some more disting issues
29561         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
29562         * pkgconfig/gstreamer-media-info.pc.in:
29563           generate media-info pc files
29564
29565 2004-03-15  Johan Dahlin  <johan@gnome.org>
29566
29567         * *.h: Revert indenting
29568
29569 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
29570
29571         * configure.ac:
29572           adding ffmpegcolorspace element
29573         * gst/ffmpegcolorspace/Makefile.am:
29574         * gst/ffmpegcolorspace/avcodec.h:
29575         * gst/ffmpegcolorspace/common.h:
29576         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
29577         * gst/ffmpegcolorspace/dsputil.h:
29578         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
29579         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29580         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
29581         (gst_ffmpeg_caps_to_pix_fmt):
29582         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
29583         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29584         (gst_ffmpegcolorspace_caps_remove_format_info),
29585         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
29586         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
29587         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
29588         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
29589         (gst_ffmpegcolorspace_set_property),
29590         (gst_ffmpegcolorspace_get_property),
29591         (gst_ffmpegcolorspace_register):
29592         * gst/ffmpegcolorspace/imgconvert.c:
29593         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
29594         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
29595         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
29596         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
29597         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
29598         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
29599         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
29600         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
29601         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
29602         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
29603         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
29604         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
29605         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
29606         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
29607         (img_get_alpha_info), (deinterlace_line),
29608         (deinterlace_line_inplace), (deinterlace_bottom_field),
29609         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
29610         * gst/ffmpegcolorspace/imgconvert_template.h:
29611         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
29612         * gst/ffmpegcolorspace/mmx.h:
29613         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
29614           adding ffmpegcolorspace element supplied by Ronald after cleaning
29615           up and pulling in the right bits of upstream source.
29616           I'm sure a better C/compiler wizard could do some cleaning up (for
29617           example use GLIB's malloc stuff), but as a first pass this
29618           works very well
29619
29620 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
29621
29622         * ext/alsa/gstalsa.h:
29623           I assume Ronald forgot to commit the change to have cardname
29624           as a struct member.  Expect some public spanking at the next
29625           opportunity.
29626
29627 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29628
29629         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
29630         (gst_alsa_open_audio), (gst_alsa_close_audio):
29631         * ext/alsa/gstalsa.c:
29632           Don't open the device if we're a mixer (= padless).
29633         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
29634         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
29635         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
29636           Open mixer during state change rather than during object
29637           initialization. Also, get a device name. Currently in a somewhat
29638           hackish fashion, but I didn't really find something better.
29639
29640 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
29641
29642         * *.c, *.h: run gst-indent
29643
29644 2004-03-14  Benjamin Otte  <otte@gnome.org>
29645
29646         * gst/modplug/gstmodplug.cc:
29647         * gst/modplug/gstmodplug.h:
29648           set correct timestamps on outgoing buffers
29649
29650 2004-03-14  Benjamin Otte  <otte@gnome.org>
29651
29652         * gst/modplug/gstmodplug.cc:
29653           handle events - don't do crap when a discont arrives that's not
29654           necessary
29655           This allows correct loading and playback of mods in Rhythmbox
29656
29657 2004-03-14  Benjamin Otte  <otte@gnome.org>
29658
29659         * configure.ac:
29660         * gst-libs/gst/gconf/Makefile.am:
29661         * pkgconfig/Makefile.am:
29662           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
29663           they get rebuilt properly
29664         * configure.ac:
29665           when checking for vorbis, try pkgconfig first.
29666         * gst/modplug/gstmodplug.cc:
29667           add fixate function
29668
29669 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29670
29671         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
29672           Fix for obvious mistake, where we first shift the offset and then
29673           read a samplesize element assuming the old offset. Note that this
29674           part still has something weird, i.e. my movies containing those
29675           don't actually play well, but at least there's something that looks
29676           like sound now.
29677
29678 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
29679         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
29680         (plugin_init):
29681         Add a typefind function for speex format
29682
29683 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29684
29685         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
29686         (gst_asf_demux_setup_pad):
29687           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
29688           instead of 0. Reason is simple: some elements have a fps range
29689           of 1-max instead of 0-max. So now ASF video actually works.
29690
29691 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
29692
29693         * po/LINGUAS:
29694         * po/sr.po:
29695           adding serbian as a language
29696
29697 2004-03-13  Benjamin Otte  <otte@gnome.org>
29698
29699         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
29700           return taglist correctly from _get function, don't gst_pad_push it.
29701           (fixes #137042)
29702
29703 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
29704         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
29705
29706 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29707
29708         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
29709         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
29710         (gst_alsa_mixer_track_new):
29711         * ext/alsa/gstalsamixertrack.h:
29712           Fix ancient leftovers... MixerTrack is a GObject.
29713
29714 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29715
29716         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
29717         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
29718           Don't block during probing...
29719
29720 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29721
29722         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
29723         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
29724         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
29725         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
29726         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
29727         (gst_alsa_open_audio), (gst_alsa_close_audio):
29728         * ext/alsa/gstalsa.h:
29729           Add propertyprobe interface implementation, add some device-name
29730           property, all this so that it looks good in gnome-volume-control.
29731
29732 2004-03-12  David Schleef  <ds@schleef.org>
29733
29734         * configure.ac: the Hermes library controls hermescolorspace, not
29735         colorspace.
29736         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
29737         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
29738         not /* */
29739         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
29740         * ext/sdl/sdlvideosink.h: ditto.
29741         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
29742
29743 2004-03-12  Benjamin Otte  <otte@gnome.org>
29744
29745         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
29746         (gst_x_overlay_got_xwindow_id):
29747         * gst-libs/gst/xoverlay/xoverlay.h:
29748           replace XID with unsigned long to get rid of the xlibs dependency in
29749           XOverlay (fixes #137004)
29750
29751 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
29752         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
29753         (gst_agingtv_setup):
29754         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
29755         (gst_dicetv_base_init), (gst_dicetv_class_init),
29756         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
29757         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
29758         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
29759         (gst_edgetv_setup), (gst_edgetv_rgb32):
29760         * gst/effectv/gsteffectv.c:
29761         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
29762         (gst_quarktv_set_property):
29763         * gst/effectv/gstrev.c: (gst_revtv_get_type),
29764         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
29765         (gst_revtv_setup), (gst_revtv_rgb32):
29766         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
29767         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
29768         (gst_shagadelictv_init), (gst_shagadelictv_setup),
29769         (gst_shagadelictv_rgb32):
29770         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
29771         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
29772         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
29773         * gst/effectv/gstwarp.c:
29774         Port everything that can be ported to videofilter and fix up the caps.
29775         Can someone with a big-endian machine please check these?
29776
29777 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29778
29779         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
29780         (gst_osssink_chain), (gst_osssink_change_state):
29781           Latest fixes for A/V sync, audio playback and such. This is about
29782           all... MPEG playback issues are mostly related to the async build-
29783           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
29784
29785 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
29786
29787         patch from: Stephane Loeuillet
29788
29789         * configure.ac:
29790           use pkg-config for some libraries, falling back to the old .m4 way
29791           (fixes #131270)
29792         * m4/libdv.m4:
29793           removed
29794
29795 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
29796
29797         * configure.ac:
29798         * tools/Makefile.am:
29799         * tools/Makefile.in:
29800         * tools/gst-launch-ext-m.m:
29801         * tools/gst-launch-ext.1.in:
29802         * tools/gst-visualise-m.m:
29803         * tools/gst-visualise.1:
29804         * tools/gst-visualise.1.in:
29805           reorganizing generation of script tools
29806
29807 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29808
29809         * ext/divx/gstdivxdec.c:
29810           Downgrade priority. We prefer ffdec_mpeg4.
29811         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
29812         (gst_faad_chain), (gst_faad_change_state):
29813           Fix capsnego. Doesn't work for some sounds because we don't have
29814           a 5:1 to stereo element.
29815         * ext/xvid/gstxvid.c: (plugin_init):
29816           Add priority.
29817         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
29818         (gst_osssink_change_state):
29819           Add discont handling.
29820
29821 2004-03-09  Colin Walters  <walters@verbum.org>
29822
29823         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
29824         conversion.
29825
29826 2004-03-09  Benjamin Otte  <otte@gnome.org>
29827
29828         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
29829           the signals take 2 arguments
29830
29831 2004-03-09  David Schleef  <ds@schleef.org>
29832
29833         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
29834         (gst_alsa_fixate): Add fixate function.  (bug #136686)
29835         * ext/alsa/gstalsa.h:
29836         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
29837
29838 2004-03-09  Benjamin Otte  <otte@gnome.org>
29839
29840         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
29841         (gst_mikmod_change_state):
29842         * ext/mikmod/gstmikmod.h:
29843           make mikmod's loop function not loop infinitely and call
29844           gst_element_yield anymore
29845         * gst/modplug/gstmodplug.cc:
29846           fix pad negotiation (fixes #136590)
29847
29848 2004-03-09  David Schleef  <ds@schleef.org>
29849
29850         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
29851         doesn't conflict with the internal colorspace plugin.
29852         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
29853         satisfy the crappy-ass shell shipped by a certain vendor.
29854         * gst/videofilter/make_filter: same (bug #135299)
29855
29856 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
29857
29858         * configure.ac: bump nano to 1
29859
29860 === release 0.7.6 ===
29861
29862 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
29863
29864         * configure.in: releasing 0.7.6, "There"
29865
29866 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
29867
29868         * pkgconfig/gstreamer-play-uninstalled.pc.in:
29869         * pkgconfig/gstreamer-play.pc.in:
29870           synchronize the two
29871
29872 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
29873
29874         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
29875         (cdparanoia_open), (cdparanoia_event):
29876           fix/add error handling
29877         * po/POTFILES.in:
29878           add cdparanoia source
29879         * tools/Makefile.am:
29880           make scripts executable
29881
29882 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
29883
29884         * configure.ac:
29885         * ext/vorbis/Makefile.am:
29886         * sys/Makefile.am:
29887           remove id3types, vorbisfile and xvideosink from the build (#133783)
29888
29889 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29890
29891         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29892           Fix metadata read crash (#136537).
29893
29894 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
29895
29896         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
29897         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
29898           adding mime types, fixing the one-stop function
29899
29900 2004-03-08  Christian Schaller <Uraeus@gnome.org>
29901
29902         * ext/nas/nassink.c and /ext/nas/nassink.h:
29903         More NAS love from Arwed von Merkatz
29904         So lets all sing 'Can you feel the NAS tonight'
29905
29906 2004-03-08  Christian Schaller <Uraeus@gnome.org>
29907
29908         * tools/gst-launch-ext.in:
29909         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
29910
29911 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
29912
29913         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
29914         (gst_mpeg2dec_init):
29915         remove the user_data pad for now, because it is being used in
29916         fixating causing MPEG playback to fixate on 1000 Hz for playback.
29917         If someone knows how to fix this properly, please do.
29918
29919 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
29920
29921         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
29922         (gst_osssink_get_time):
29923         add a warning, IMO this won't get triggered anymore, remove later
29924
29925 2004-03-07  David Schleef  <ds@schleef.org>
29926
29927         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
29928         format (bug #136470)
29929
29930 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
29931
29932         * gst-libs/Makefile.am:
29933         * gst-libs/gst/media-info/Makefile.am:
29934         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
29935         (error_callback), (gst_media_info_error_create),
29936         (gst_media_info_error_element), (gmip_init), (gmip_reset),
29937         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
29938         * gst-libs/gst/media-info/media-info-priv.h:
29939         * gst-libs/gst/media-info/media-info-test.c: (main):
29940         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
29941         (gst_media_info_class_init), (gst_media_info_instance_init),
29942         (gst_media_info_set_source), (gst_media_info_read_with_idler),
29943         (gst_media_info_read_idler), (gst_media_info_read):
29944         * gst-libs/gst/media-info/media-info.h:
29945         fixed, should work now
29946
29947 2004-03-07  Christian Schaller <Uraeus@gnome.org>
29948
29949         * ext/nas/nassink.c:
29950         A bunch of NAS fixes from Arwed von Merkatz
29951
29952 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29953
29954         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
29955         (qtdemux_parse_trak):
29956           Fix crash (j might be greater than n_samples, in which case we're
29957           writing outside the allocated space for the array) and memleak.
29958
29959 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29960
29961         * sys/oss/gstosssink.c: (gst_osssink_chain):
29962           And another caller that couldn't handle delay < 0 (unsigned
29963           integer overflow). Video now continues playing on an audio
29964           buffer underrun, and the clock continues working. Audio still
29965           stalls.
29966
29967 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29968
29969         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
29970         (gst_osssink_get_time):
29971           get_delay() may return values lower than 0. In those cases, we
29972           should not actually cast to *unsigned* int64, that will break
29973           stuff horribly. In my case, it screwed up A/V sync in movies
29974           in totem rather badly.
29975
29976 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
29977
29978         * ext/faac/gstfaac.c: (gst_faac_chain):
29979         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
29980         * ext/libpng/gstpngenc.c: (user_write_data):
29981         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
29982         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
29983         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
29984         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
29985         Fix several misuse of gst_buffer_merge (it doesn't take ownership
29986         of any buffer), should fix some leaks. I hope I didn't unref buffers
29987         that shouldn't be...
29988
29989 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
29990
29991         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
29992         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
29993         (error_callback), (gmi_reset), (gmi_seek_to_track),
29994         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
29995         (gmip_find_type_post), (gmip_find_stream_post),
29996         (gmip_find_track_streaminfo_post):
29997         * gst-libs/gst/media-info/media-info-priv.h:
29998         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
29999         (info_print), (main):
30000         * gst-libs/gst/media-info/media-info.c:
30001         (gst_media_info_error_create), (gst_media_info_error_element),
30002         (gst_media_info_instance_init), (gst_media_info_get_property),
30003         (gst_media_info_new), (gst_media_info_set_source),
30004         (gst_media_info_read_idler), (gst_media_info_read):
30005         * gst-libs/gst/media-info/media-info.h:
30006           first pass at making this work again.  This seems to work on
30007           tagged ogg/vorbis and mp3 files.
30008
30009 2004-03-06  Benjamin Otte  <otte@gnome.org>
30010
30011         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
30012           fix huge leak: gst_buffer_merge doesn't unref the first argument
30013           itself.
30014
30015 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30016
30017         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
30018           report layer/mode/emphasis
30019
30020 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
30021
30022         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
30023
30024 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30025
30026         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
30027           signal serial
30028
30029 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30030
30031         * ext/vorbis/vorbis.c: (plugin_init):
30032         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
30033         (gst_vorbis_dec_init), (vorbis_dec_event):
30034         add debug category
30035         make vorbisdec handle _BYTE and _TIME queries
30036
30037 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
30038
30039         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
30040           from the xing header
30041
30042 2004-03-06  Benjamin Otte  <otte@gnome.org>
30043
30044         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
30045         (gst_audio_convert_link), (gst_audio_convert_change_state),
30046         (gst_audio_convert_buffer_from_default_format):
30047           do conversions from/to float correctly, fix some caps nego errors,
30048           export correct supported caps in template and getcaps, use correct
30049           caps in try_set_caps functions
30050
30051 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
30052
30053         For some reason, I only committed a ChangeLog entry yesterday and
30054         not the corresponding code...
30055         * ext/mad/gstmad.c: Fix detection of Xing headers
30056         * gst/tags/gstid3tag.c: Changes to support TLEN tags
30057
30058 2004-03-06  Benjamin Otte  <otte@gnome.org>
30059
30060         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
30061         (gst_ogg_demux_src_query):
30062           make sure to handle the case where there's no current chain
30063           gracefully.
30064
30065 2004-03-05  David Schleef  <ds@schleef.org>
30066
30067         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
30068         Add fixate function. (bug #131128)
30069         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
30070         (gst_sdlvideosink_fixate):  Add fixate function.
30071         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30072         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
30073         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
30074         Fix missing break that was causing ulaw to be interpreted as
30075         raw int.
30076
30077 2004-03-05  David Schleef  <ds@schleef.org>
30078
30079         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
30080         Fix code that ignores return value of gst_buffer_merge().
30081         (bug #114560)
30082         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
30083         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
30084         * testsuite/gst-lint:  Check for above.
30085
30086 2004-03-05  David Schleef  <ds@schleef.org>
30087
30088         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
30089         caps and throw an element error.  (bug #136334)
30090
30091 2004-03-05  David Schleef  <ds@schleef.org>
30092
30093         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
30094         (gst_faad_chain): Fix negotiation.
30095         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
30096         key and button events.
30097         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
30098         dung heap of code.
30099         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
30100         depends on gconf
30101         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
30102         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
30103         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
30104         function to encourage better negotiation, particularly between
30105         audioconvert and osssink.
30106         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
30107         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
30108         more important.
30109         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
30110         typefinding.
30111         * gst/vbidec/vbiscreen.c:  Add glib header
30112         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
30113
30114 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
30115
30116         * ext/mad/gstmad.c: Fix detection of Xing headers
30117         * gst/tags/gstid3tag.c: Changes to support TLEN tags
30118
30119 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30120
30121         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
30122         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
30123           debug updates
30124
30125 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
30126
30127         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
30128         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
30129         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
30130         files, and report the parsed length as a GST_TAG_DURATION tag.
30131         * gst/tags/gstid3tag.c: support TLEN (duration) tag
30132
30133 2004-03-05  Benjamin Otte  <otte@gnome.org>
30134
30135         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
30136           convert channels correctly. convert correctly to unsigned.
30137
30138 2004-03-05  Julien MOUTTE <julien@moutte.net>
30139
30140         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
30141         we have a window before clearing it.
30142
30143 2004-03-05  Julien MOUTTE <julien@moutte.net>
30144
30145         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
30146         have a window before clearing it.
30147
30148 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
30149
30150         * gconf/gstreamer.schemas.in:
30151         * gst-libs/gst/gconf/Makefile.am:
30152           version installation path the same way as for 0.6
30153         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
30154         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
30155         * pkgconfig/gstreamer-play-uninstalled.pc.in:
30156           remove comment that was fixed
30157
30158 2004-03-05  David Schleef  <ds@schleef.org>
30159
30160         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
30161         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
30162         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
30163         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
30164         Add prototype code for handling seeking and querying.
30165
30166 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30167
30168         * examples/gstplay/player.c: (main):
30169           Initialize variables to NULL. Prevents a segfault because the
30170           (uninitialized) variable is not NULL, resulting in a crash on
30171           trying to reach error->message.
30172
30173 2004-03-05  Benjamin Otte  <otte@gnome.org>
30174
30175         * gst/audioconvert/gstaudioconvert.c:
30176         (gst_audio_convert_buffer_to_default_format):
30177         make float=>int conversion work correctly even in cornercases.
30178
30179 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
30180
30181         * debian/README.Debian:
30182         * debian/build-deps:
30183         * debian/changelog:
30184         * debian/control:
30185         * debian/control.in:
30186         * debian/copyright:
30187         * debian/gstreamer-a52dec.files:
30188         * debian/gstreamer-aa.files:
30189         * debian/gstreamer-alsa.files:
30190         * debian/gstreamer-alsa.manpages:
30191         * debian/gstreamer-arts.files:
30192         * debian/gstreamer-artsd.files:
30193         * debian/gstreamer-audiofile.files:
30194         * debian/gstreamer-avifile.files:
30195         * debian/gstreamer-cdparanoia.files:
30196         * debian/gstreamer-colorspace.files:
30197         * debian/gstreamer-doc.files:
30198         * debian/gstreamer-dv.files:
30199         * debian/gstreamer-dvd.files:
30200         * debian/gstreamer-esd.files:
30201         * debian/gstreamer-festival.files:
30202         * debian/gstreamer-flac.files:
30203         * debian/gstreamer-gconf.conffiles:
30204         * debian/gstreamer-gconf.files:
30205         * debian/gstreamer-gconf.postinst:
30206         * debian/gstreamer-gnomevfs.files:
30207         * debian/gstreamer-gsm.files:
30208         * debian/gstreamer-http.files:
30209         * debian/gstreamer-jack.files:
30210         * debian/gstreamer-jpeg.files:
30211         * debian/gstreamer-mad.files:
30212         * debian/gstreamer-mikmod.files:
30213         * debian/gstreamer-misc.files:
30214         * debian/gstreamer-mpeg2dec.files:
30215         * debian/gstreamer-oss.files:
30216         * debian/gstreamer-plugin-apps.files:
30217         * debian/gstreamer-plugin-apps.manpages:
30218         * debian/gstreamer-plugin-libs-dev.files:
30219         * debian/gstreamer-plugin-libs.files:
30220         * debian/gstreamer-plugin-template.postinst:
30221         * debian/gstreamer-plugin-template.postrm:
30222         * debian/gstreamer-sdl.files:
30223         * debian/gstreamer-sid.files:
30224         * debian/gstreamer-vorbis.files:
30225         * debian/gstreamer-x.files:
30226         * debian/mk.control:
30227         * debian/rules:
30228         Debian package info not maintained here.
30229
30230 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
30231
30232         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
30233         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
30234         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
30235         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
30236         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
30237         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
30238         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
30239         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
30240         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
30241         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
30242         * gst-libs/gst/colorbalance/colorbalance.c:
30243         (gst_color_balance_class_init):
30244         * gst-libs/gst/colorbalance/colorbalancechannel.c:
30245         (gst_color_balance_channel_class_init):
30246         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
30247         * gst-libs/gst/play/play.c: (gst_play_class_init):
30248         * gst-libs/gst/propertyprobe/propertyprobe.c:
30249         (gst_property_probe_iface_init):
30250         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
30251         * gst-libs/gst/tuner/tunerchannel.c:
30252         (gst_tuner_channel_class_init):
30253         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
30254         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
30255         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
30256         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
30257         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
30258         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
30259         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
30260         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
30261         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
30262           fix signals to use - instead of _
30263         * ext/libcaca/gstcacasink.h:
30264         * ext/sdl/sdlvideosink.h:
30265           fix header rename
30266
30267 2004-03-04  David Schleef  <ds@schleef.org>
30268
30269         * testsuite/gst-lint:  Add a check for bad signal names.
30270
30271 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
30272
30273         reviewed by David Schleef
30274
30275         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
30276         modified the alpha channel and caused a warning. (bug #136192)
30277
30278 2004-04-03  Christian Schaller <Uraeus@gnome.org>
30279
30280         * gst-plugins.spec.in:
30281         Change names of plugins to actually be correct. Try to keep things
30282         alphabetical to avoid getting beat up by Thomas
30283
30284 2004-03-03  Julien MOUTTE <julien@moutte.net>
30285
30286         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
30287         Using ximagesink as a default if no gconf key found. We should
30288         probably consider using alsasink instead of osssink for the audio
30289         part.
30290
30291 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
30292
30293         * configure.ac:
30294           fix --with-plugins, don't think it ever worked before
30295         * gst-plugins.spec.in:
30296           even more updates
30297
30298 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30299
30300         * ext/sdl/sdlvideosink.h:
30301         * sys/ximage/ximagesink.h:
30302         * sys/xvideo/xvideosink.h:
30303         * sys/xvimage/xvimagesink.h:
30304           Fix for move of gstvideosink.h -> videosink.h.
30305
30306 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
30307
30308         * gst-libs/gst/xwindowlistener/Makefile.am:
30309           this is a plugin library, not a library
30310
30311 2004-03-01  David Schleef  <ds@schleef.org>
30312
30313         * AUTHORS:  Added some names.  Add yourself if you're still
30314         missing.
30315
30316 2004-03-01  David Schleef  <ds@schleef.org>
30317
30318         * MAINTAINERS: Add
30319
30320 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
30321
30322         * gst-plugins.spec.in: clean up spec file
30323
30324 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
30325
30326         * gst-libs/gst/video/Makefile.am:
30327         * gst-libs/gst/video/gstvideosink.c:
30328         * gst-libs/gst/video/gstvideosink.h:
30329           rename gstvideosink.h to videosink.h to match other headers
30330         * gst/mixmatrix/Makefile.am:
30331           fix plugin filename
30332         * gst/tags/Makefile.am: fix plugin filename
30333
30334 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
30335
30336         * gst/tags/Makefile.am: fix plugin filename
30337
30338 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
30339
30340         * examples/gstplay/player.c: (got_time_tick), (main):
30341           add error handler
30342           display time_tick more readably
30343         * gst/mixmatrix/Makefile.am:
30344           fix plugin file name
30345
30346 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
30347
30348         * sys/oss/gstosselement.c: (gst_osselement_probe),
30349         (device_combination_append), (gst_osselement_class_probe_devices):
30350         * sys/oss/gstosselement.h:
30351           Reworked enumeration of oss dsps and mixers so that gst-mixer works
30352           on my system using alsa oss emulation, fixes bug #135597
30353
30354 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30355
30356         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
30357         (gst_videodrop_chain), (gst_videodrop_change_state):
30358         * gst/videodrop/gstvideodrop.h:
30359           Work based on timestamp of input data, not based on the expected
30360           framerate from the input. The consequence is that this element now
30361           not only scales framerates, but also functions as a framerate
30362           corrector or framerate stabilizer/constantizer.
30363
30364 2004-02-27  David Schleef  <ds@schleef.org>
30365
30366         patches from jmmv@menta.net (Julio M. Merino Vidal)
30367
30368         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
30369         GST_ELEMENT_ERROR call (bug #135634)
30370         * gst/interleave/interleave.c: (interleave_buffered_loop),
30371         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
30372         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
30373         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
30374         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
30375         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
30376         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
30377         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
30378         Fix GST_ELEMENT_ERROR call.
30379         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
30380         GST_ELEMENT_ERROR call.
30381
30382 2004-02-27  Benjamin Otte  <otte@gnome.org>
30383
30384         * gst-libs/gst/audio/audio.h:
30385           add macro to make sure header isn't included twice
30386         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
30387           don't use gst_buffer_free
30388         * gst/playondemand/filter.func:
30389           don't use gst_data_free. Free data only once.
30390
30391 2004-02-26  David Schleef  <ds@schleef.org>
30392
30393         * gst-libs/gst/colorbalance/Makefile.am:
30394         * gst-libs/gst/mixer/Makefile.am:
30395         * gst-libs/gst/tuner/Makefile.am:
30396         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
30397         should not be disted, -marshal.h files should not be installed,
30398         and -enum.h files _should_ be installed.  Fix to make this the
30399         case.
30400
30401 === release 0.7.5 ===
30402
30403 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
30404
30405         * configure.ac: release 0.7.5, "Under The Sea"
30406
30407 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
30408
30409         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
30410         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
30411         * gst/videoscale/gstvideoscale.c:
30412         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
30413           assorted debug/warning fixes
30414
30415 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
30416
30417         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
30418         (gst_videoscale_init), (gst_videoscale_chain),
30419         (gst_videoscale_set_property), (plugin_init):
30420         * gst/videoscale/gstvideoscale.h:
30421         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
30422         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
30423         (gst_videoscale_planar400), (gst_videoscale_packed422),
30424         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
30425         (gst_videoscale_24bit), (gst_videoscale_16bit),
30426         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
30427         (gst_videoscale_scale_plane_slow),
30428         (gst_videoscale_scale_point_sample),
30429         (gst_videoscale_scale_nearest),
30430         (gst_videoscale_scale_nearest_str2),
30431         (gst_videoscale_scale_nearest_str4),
30432         (gst_videoscale_scale_nearest_32bit),
30433         (gst_videoscale_scale_nearest_24bit),
30434         (gst_videoscale_scale_nearest_16bit):
30435         add debugging category and use it properly
30436         fix use of GST_PTR_FORMAT
30437
30438 2004-02-25  Andy Wingo  <wingo@pobox.com>
30439
30440         * gst/interleave/interleave.c (interleave_buffered_loop): Always
30441         push only when channel->buffer is NULL. Prevents segfaults doing
30442         the state change after a nonlocal exit, like a scheme exception.
30443
30444         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
30445         Handle the case where the intersected caps is empty.
30446
30447 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
30448
30449         * gst/law/mulaw-decode.c: (mulawdec_link):
30450         * gst/law/mulaw.c: (plugin_init):
30451           fix mulawdec so it actually works again
30452
30453 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
30454
30455         reviewed by: David Schleef  <ds@schleef.org>
30456
30457         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
30458         (gst_gamma_init), (gst_gamma_set_property),
30459         (gst_gamma_get_property), (gst_gamma_calculate_tables),
30460         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
30461         for RGB, with separate r g and b correction factors. (#131167)
30462
30463 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
30464
30465         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
30466           only signal tags for bitrate if they're > 0 (#134894)
30467
30468 2004-02-24  David Schleef  <ds@schleef.org>
30469
30470         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
30471         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
30472         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
30473         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
30474         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
30475         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
30476         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
30477         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
30478         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
30479         category.  Attempt to fix timestamp calculation.
30480
30481 2004-02-24  Johan Dahlin  <johan@gnome.org>
30482
30483         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
30484
30485 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
30486
30487         * configure.ac:
30488         * gconf/Makefile.am:
30489         * gconf/gstreamer.schemas:
30490         * gst-libs/gst/gconf/Makefile.am:
30491         * gst-libs/gst/gconf/gconf.c:
30492           version gconf schemas and install locations
30493
30494 2004-02-23  Benjamin Otte  <otte@gnome.org>
30495
30496         * ext/xine/xineinput.c: (gst_xine_input_dispose):
30497         (gst_xine_input_subclass_init):
30498           call parent dispose.
30499           change pad template for CD reader correctly
30500         * ext/xine/Makefile.am:
30501         * ext/xine/gstxine.h:
30502         * ext/xine/xine.c: (plugin_init):
30503         * ext/xine/xineaudiosink.c:
30504           wrap audio sinks, too
30505         * gst-libs/gst/resample/private.h:
30506         * gst-libs/gst/resample/resample.c: (gst_resample_init),
30507         (gst_resample_reinit), (gst_resample_scale),
30508         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
30509         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
30510         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
30511         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
30512         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
30513         * gst-libs/gst/resample/resample.h:
30514         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
30515         (gst_audioscale_class_init), (gst_audioscale_link),
30516         (gst_audioscale_get_buffer), (gst_audioscale_init),
30517         (gst_audioscale_chain), (gst_audioscale_set_property),
30518         (gst_audioscale_get_property):
30519         * gst/audioscale/gstaudioscale.h:
30520           s/resample_*/gst_resample_*/i to not clobber namespaces
30521
30522 2004-02-23  Julien MOUTTE  <julien@moutte.net>
30523
30524         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
30525         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
30526         (gst_riff_create_video_template_caps),
30527         (gst_riff_create_audio_template_caps),
30528         (gst_riff_create_iavs_template_caps):
30529         * gst-libs/gst/riff/riff-media.h:
30530         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
30531         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
30532         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
30533         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
30534         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
30535         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
30536         (gst_matroska_demux_plugin_init): First batch implementing audio and
30537         video codec tags in demuxers.
30538
30539 2004-02-22  Benjamin Otte  <otte@gnome.org>
30540
30541         * ext/xine/Makefile.am:
30542         * ext/xine/gstxine.h:
30543         * ext/xine/xine.c: (plugin_init):
30544         * ext/xine/xineinput.c:
30545           add input plugin wrapper. Playback from files, http, mms and cdda
30546           works.
30547         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
30548           remove leftover G_GNUC_UNUSED
30549         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
30550         (gst_asf_demux_identify_guid):
30551           improve debugging output
30552
30553 2004-02-22  Benjamin Otte  <otte@gnome.org>
30554
30555         reported by: Padraig O'Briain <padraig.obriain@sun.com>
30556
30557         * autogen.sh:
30558           replace test -e with test -x for mkinstalldirs to be more portable.
30559           (fixes #134816)
30560
30561 2004-02-22  Benjamin Otte  <otte@gnome.org>
30562
30563         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
30564
30565         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
30566           set rank to PRIMARY
30567         * gst/volume/gstvolume.c: (plugin_init):
30568           set rank to NONE
30569         fixes #134960
30570
30571 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
30572
30573         reviewed by Benjamin Otte  <otte@gnome.org>
30574
30575         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
30576           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
30577
30578 2004-02-22  Benjamin Otte  <otte@gnome.org>
30579
30580         * configure.ac:
30581           export [_]*{gst,Gst,GST}.* symbols from plugins
30582
30583 2004-02-22  Christophe Fergeau <teuf@gnome.org>
30584
30585         reviewed by: Benjamin Otte  <otte@gnome.org>
30586
30587         * ext/lame/gstlame.c: (add_one_tag):
30588         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
30589         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
30590         (gst_vorbisenc_metadata_set1):
30591         * gst/tags/gstid3tag.c:
30592         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
30593           apply fixes from bugs #135042 (lame can't write tags) and #133817
30594           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
30595
30596 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
30597
30598         * configure.ac: Export only gst_plugin_desc from plugins.
30599          Note that this change only makes any effect with Linux using libtool
30600          1.5.2 or higher. Otherwise it is silently ignored, but it would build
30601          fine. And don't try to have several versions of libtool in different
30602          directories.
30603
30604 2004-02-20  Andy Wingo  <wingo@pobox.com>
30605
30606         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
30607         interleave respectively.
30608
30609         * gst/interleave/deinterleave.c: New plugin: deinterleave
30610         (replaces on oneton).
30611         * gst/interleave/interleave.c: New plugin: interleave.
30612         * gst/interleave/plugin.h: Support file.
30613         * gst/interleave/plugin.c: Support file.
30614
30615         * configure.ac: Remove intfloat and oneton, add interleave.
30616
30617         * ext/sndfile/gstsf.c: Handle events better.
30618
30619         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
30620         and float2int operation. int2float has scheduling problems as
30621         noted in in2float_chain.
30622
30623 2004-02-20  Benjamin Otte  <otte@gnome.org>
30624
30625         * ext/xine/Makefile.am:
30626         * ext/xine/gstxine.h:
30627         * ext/xine/xine.c:
30628         * ext/xine/xineaudiodec.c:
30629         * ext/xine/xinecaps.c:
30630           add first version of xine plugin wrapper. Currently only wraps the
30631           QDM2 win32 DLL, and even that only in proof-of-concept quality.
30632         * configure.ac:
30633         * ext/Makefile.am:
30634           add xine plugin wrapper, disabled by default. Use --enable-xine to
30635           build. Note that it'll segfault on gst-register if you don't remove
30636           the goom and tvtime post plugins from xine.
30637         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
30638         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
30639           add extradata parsing for QDM2.
30640           change around debugging prints.
30641
30642 2004-02-19  Benjamin Otte  <otte@gnome.org>
30643
30644         * ext/lame/gstlame.c: (gst_lame_chain):
30645         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
30646           use gst_tag_list_insert when you want to insert tags
30647
30648 2004-02-18  David Schleef  <ds@schleef.org>
30649
30650         * configure.ac:  Move massink to gst-rotten
30651         * ext/Makefile.am:
30652         * ext/mas/Makefile.am:
30653         * ext/mas/massink.c:
30654         * ext/mas/massink.h:
30655
30656 2004-02-18  David Schleef  <ds@schleef.org>
30657
30658         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
30659         typefinding, since it seems to be worse than nothing.
30660         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
30661         atom to recognize .mp4 and .m4a files as video/quicktime.
30662
30663 2004-02-18  David Schleef  <ds@schleef.org>
30664
30665         * gst/sine/demo-dparams.c: (quit_live),
30666         (dynparm_log_value_changed), (dynparm_value_changed), (main):
30667         Use double dparams, not float.
30668         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
30669         (gst_sinesrc_init): Change sync default to FALSE, since multiple
30670         sync'd elements don't really work correctly.
30671         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
30672         (volume_update_volume), (volume_get_property):  Change dparam
30673         to double.
30674
30675 2004-02-18  Julien MOUTTE  <julien@moutte.net>
30676
30677         * sys/ximage/ximagesink.c:
30678         (gst_ximagesink_xwindow_update_geometry),
30679         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
30680         (gst_ximagesink_change_state), (gst_ximagesink_expose),
30681         (gst_ximagesink_init): Rework the way software video scaling works. So
30682         now we check on each chain call if the video frames are feeling the
30683         window. If not we try to renegotiate caps. On failure we memorize that
30684         and we won't try again for that PLAYING sessions.
30685         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
30686         failure.
30687         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
30688         synchronous flag.
30689
30690 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
30691
30692         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
30693           break up _link so we can give a better debug message for errors
30694
30695 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
30696
30697         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
30698           set up debug category
30699
30700 2004-02-18  Julien MOUTTE <julien@moutte.net>
30701
30702         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
30703         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
30704         the way renegotiation work. The event handling function is not taking
30705         care of external windows and renegotiate method check for pad flags
30706         NEGOTIATING. Should fix : #133209
30707
30708 2004-02-17  Julien MOUTTE  <julien@moutte.net>
30709
30710         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
30711         pad is negotiating before trying renegotiation.
30712
30713 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
30714
30715         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
30716           pass on all possible mime types as typefind hints
30717
30718 2004-02-17  Julien MOUTTE <julien@moutte.net>
30719
30720         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
30721         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
30722         possible SHM leak if we crash. All other apps using XShm are doing
30723         that.
30724
30725 2004-02-17  Julien MOUTTE  <julien@moutte.net>
30726
30727         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
30728         (gst_ximagesink_expose): Renegotiate size on expose.
30729         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
30730         size on expose.
30731
30732 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30733
30734         * testsuite/alsa/sinesrc.c:
30735           cosmetic fix to fix compile issue with gcc 2.95.4
30736
30737 2004-02-16  Julien MOUTTE <julien@moutte.net>
30738
30739         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
30740         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
30741         failed opening the audio device.
30742         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
30743         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
30744         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
30745         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
30746         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
30747         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
30748         (gst_ximagesink_change_state), (gst_ximagesink_chain),
30749         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
30750         Removing some useless g_return_if_fail like wingo suggested.
30751         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
30752         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
30753         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
30754         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
30755         (gst_xvimagesink_update_colorbalance),
30756         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
30757         (gst_xvimagesink_xcontext_clear),
30758         (gst_xvimagesink_get_fourcc_from_caps),
30759         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
30760         (gst_xvimagesink_set_xwindow_id),
30761         (gst_xvimagesink_colorbalance_list_channels),
30762         (gst_xvimagesink_colorbalance_set_value),
30763         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
30764         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
30765
30766 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
30767
30768         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
30769           throw error when not negotiated instead of asserting
30770
30771 2004-02-15  Julien MOUTTE  <julien@moutte.net>
30772
30773         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
30774         correct data refcounting.
30775
30776 2004-02-15  Julien MOUTTE  <julien@moutte.net>
30777
30778         * gst/switch/gstswitch.c: (gst_switch_change_state),
30779         (gst_switch_class_init): Cleaning the sinkpads correctly on state
30780         change, mostly the EOS flag.
30781
30782 2004-02-15  Julien MOUTTE  <julien@moutte.net>
30783
30784         * examples/gstplay/player.c: (got_eos), (main): Adding some
30785         output for debugging.
30786         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
30787         timeouts if we go to any state different from PLAYING.
30788         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
30789         more EOS bugs in riff lib.
30790
30791 2004-02-14  Julien MOUTTE  <julien@moutte.net>
30792
30793         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
30794         visualization until i find a way to fix switch correctly.
30795         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
30796         EOS arrives.
30797         * gst/switch/gstswitch.c: (gst_switch_release_pad),
30798         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
30799         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
30800         Reworked switch to get a more correct behaviour with events and refing
30801         of data stored in sinkpads.
30802         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
30803         we don't pull from a pad in EOS.
30804
30805 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30806
30807         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
30808           remove v1 tag even if we can't read it (makes sure we don't detect
30809           it again)
30810
30811 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30812
30813         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
30814         (gst_alsa_xrun_recovery):
30815         * ext/alsa/gstalsa.h:
30816           try xrun recovery when wait failed. Make xrun recovery function
30817           return TRUE/FALSE to indicate success. (might fix #134354)
30818
30819 2004-02-13  David Schleef  <ds@schleef.org>
30820
30821         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
30822         (dynparm_value_changed), (main): Convert from float to double.
30823         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
30824
30825 2004-02-13  David Schleef  <ds@schleef.org>
30826
30827         * gst/silence/gstsilence.c: (gst_silence_class_init),
30828         (gst_silence_set_clock), (gst_silence_get),
30829         (gst_silence_set_property), (gst_silence_get_property):
30830         * gst/silence/gstsilence.h: Add sync property.
30831         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
30832         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
30833         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
30834         * gst/sine/gstsinesrc.h: Add sync property.
30835
30836 2004-02-13  David Schleef  <ds@schleef.org>
30837
30838         * gst/intfloat/gstint2float.c: (conv_f32_s16),
30839         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
30840
30841 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
30842
30843         * configure.ac:
30844         * ext/Makefile.am:
30845         * gst-libs/ext/Makefile.am:
30846           move ffmpeg plugin to gst-ffmpeg module
30847
30848 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
30849
30850         * configure.ac: use GST_ARCH to detect architecture
30851
30852 2004-02-12  Julien MOUTTE  <julien@moutte.net>
30853
30854         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
30855
30856 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30857
30858         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
30859           classify LADSPA plugins based on number of src/sink pads
30860           (#133663, Stefan Kost)
30861         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
30862           fix dparams registration
30863           (#133528, Stefan Kost)
30864         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
30865           fix use of isprint and use g_ascii_isprint instead
30866           (#133316, Stefan Kost)
30867
30868 2004-02-11  David Schleef  <ds@schleef.org>
30869
30870         Convert a few inner loops to use liboil.  This is currently
30871         optional, and is only enabled if liboil is present (duh!).
30872         * configure.ac: Check for liboil-0.1
30873         * gst/intfloat/Makefile.am:
30874         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
30875         (gst_int2float_chain_gint16):
30876         * gst/videofilter/Makefile.am:
30877         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
30878         (tablelookup_u8), (gst_videobalance_planar411):
30879         * gst/videotestsrc/Makefile.am:
30880         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
30881         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
30882         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
30883         (paint_hline_RGB565), (paint_hline_xRGB1555):
30884
30885 2004-02-11  David Schleef  <ds@schleef.org>
30886
30887         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
30888         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
30889         (gst_colorspace_getcaps), (gst_colorspace_link),
30890         (gst_colorspace_base_init), (gst_colorspace_init),
30891         (gst_colorspace_chain), (gst_colorspace_change_state),
30892         (plugin_init): Merge Ronald's patch (bug #117897) and update
30893         for new caps and negotiation.  Seems to work, although it
30894         shows off bugs in lcs.
30895
30896 2004-02-11  David Schleef  <ds@schleef.org>
30897
30898         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
30899         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
30900
30901 2004-02-11  David Schleef  <ds@schleef.org>
30902
30903         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
30904         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
30905         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
30906         Add server and port properties
30907
30908 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
30909
30910         * m4/a52.m4:
30911         * m4/aalib.m4:
30912         * m4/as-ffmpeg.m4:
30913         * m4/as-liblame.m4:
30914         * m4/as-slurp-ffmpeg.m4:
30915         * m4/check-libheader.m4:
30916         * m4/esd.m4:
30917         * m4/freetype2.m4:
30918         * m4/gconf-2.m4:
30919         * m4/glib.m4:
30920         * m4/gst-alsa.m4:
30921         * m4/gst-artsc.m4:
30922         * m4/gst-ivorbis.m4:
30923         * m4/gst-matroska.m4:
30924         * m4/gst-sdl.m4:
30925         * m4/gst-shout2.m4:
30926         * m4/gst-sid.m4:
30927         * m4/gtk.m4:
30928         * m4/libdv.m4:
30929         * m4/libfame.m4:
30930         * m4/libmikmod.m4:
30931         * m4/ogg.m4:
30932         * m4/vorbis.m4:
30933           fix underquotedness of macros (#133800)
30934         * m4/as-avifile.m4:
30935         * m4/xmms.m4:
30936           removed because no longer used
30937
30938 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
30939
30940         * configure.ac:
30941           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
30942           by autopoint (fixes #132996)
30943
30944 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30945
30946         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
30947         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
30948         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
30949         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
30950           fix memleaks
30951
30952 2004-02-11  David Schleef  <ds@schleef.org>
30953
30954         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30955         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
30956         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
30957         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
30958         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
30959         (gst_jpegenc_class_init), (gst_jpegenc_init),
30960         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
30961         (gst_jpegenc_chain), (gst_jpegenc_set_property),
30962         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
30963         * ext/jpeg/gstjpegenc.h: Fix negotiation.
30964
30965 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30966
30967         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
30968         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
30969         * ext/mikmod/gstmikmod.h:
30970           fix caps negotiation in mikmod
30971         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
30972           output debug information
30973
30974 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30975
30976         * gst-libs/gst/colorbalance/Makefile.am:
30977         * gst-libs/gst/navigation/Makefile.am:
30978         * gst-libs/gst/xoverlay/Makefile.am:
30979           remove unused GST_OPT_CFLAGS from Makefiles
30980           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
30981
30982 2004-02-07  David Schleef  <ds@schleef.org>
30983
30984         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
30985         push events to pads that haven't been created (#133508)
30986
30987 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
30988
30989         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
30990         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
30991         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
30992         (gst_dvdec_loop), (gst_dvdec_change_state):
30993         Second attempt at committing a working dvdec element.
30994
30995 2004-02-06  David Schleef  <ds@schleef.org>
30996
30997         Build fixes for OS X: (see #129600)
30998         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
30999         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
31000         (gst_riff_read_strf_iavs):
31001         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
31002         (gst_avi_demux_stream_odml):
31003         * gst/playondemand/Makefile.am:
31004         * gst/rtp/rtp-packet.c:
31005
31006 2004-02-05  David Schleef  <ds@schleef.org>
31007
31008         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
31009         last change, because it Just Doesn't Compile.
31010
31011 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31012
31013         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
31014           skip undecodable id3v2 tag instead of keeping it
31015
31016 2004-02-05  David Schleef  <ds@schleef.org>
31017
31018         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
31019         Unref leaked buffer.  (Noticed by Ronald)
31020
31021 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
31022
31023         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
31024         Sync requires with other checks.  >= vs =.
31025
31026 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
31027
31028         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
31029         (gst_dvdec_video_link), (gst_dvdec_loop):
31030         * ext/dv/gstdvdec.h:
31031           rework the caps negotiation so that dvdec works again instead
31032           of just segfaulting.
31033
31034 === release 0.7.4 ===
31035
31036 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
31037
31038         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
31039         * configure.ac: changed for release
31040
31041 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31042
31043         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
31044         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
31045         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
31046         * pkgconfig/gstreamer-play-uninstalled.pc.in:
31047           reworked patch by David Lehn to fix libdir and includedir for
31048           uninstalled libraries
31049           removed play and gconf from gstreamer-libs since they have their
31050           own pkgconfig files
31051
31052 2004-02-04  David Schleef  <ds@schleef.org>
31053
31054         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
31055         memleak.
31056
31057 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31058
31059         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
31060           use correct GST_TAG_ENCODER tag
31061
31062 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31063
31064         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
31065           be sure to stop the clock when going to paused
31066         * sys/oss/gstosssink.c: (gst_osssink_change_state):
31067           reset number of transmitted when going to ready.
31068         fixes #132935
31069
31070 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
31071
31072         reviewed by Benjamin Otte
31073
31074         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
31075           extract track count (fixes #133410)
31076
31077 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31078
31079         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
31080           that should be !=, not == (fixes #132519)
31081
31082 2004-02-04  David Schleef  <ds@schleef.org>
31083
31084         Make sure set_explicit_caps() is called before adding pad.
31085         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
31086         * gst/id3/gstid3types.c: (gst_id3types_loop):
31087         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
31088         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
31089
31090 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
31091
31092         * configure.ac:
31093           bump nano to 2, first prerelease
31094           put back AM_PROG_LIBTOOL
31095
31096 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
31097
31098         * testsuite/alsa/Makefile.am:
31099           these are user test apps, not automatic testsuite tests
31100
31101 2004-02-04  David Schleef  <ds@schleef.org>
31102
31103         Convert GST_DEBUG_CAPS() to GST_DEBUG():
31104         * gst/mpeg1videoparse/gstmp1videoparse.c:
31105         (mp1videoparse_parse_seq):
31106         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
31107         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
31108         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
31109         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
31110         (gst_xvideosink_getcaps):
31111         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
31112         * testsuite/gst-lint: more tests
31113
31114 2004-02-04  David Schleef  <ds@schleef.org>
31115
31116         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
31117         with the code that they would expand to.
31118         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
31119         (gst_flacdec_get_src_query_types),
31120         (gst_flacdec_get_src_event_masks):
31121         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
31122         (gst_gnomevfssrc_get_query_types),
31123         (gst_gnomevfssrc_get_event_mask):
31124
31125 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31126
31127         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
31128         (gst_sinesrc_dispose):
31129           fix memleak by properly disposing sinesrc
31130
31131 2004-02-04  Julien MOUTTE  <julien@moutte.net>
31132
31133         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
31134         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
31135         an overlay to redraw the image because it has been exposed.
31136         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
31137         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
31138         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
31139         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
31140         interface
31141         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
31142         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
31143         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
31144         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
31145         interface
31146
31147 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31148
31149         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
31150           more memleak fixage
31151
31152 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31153
31154         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
31155         * gst/typefind/gsttypefindfunctions.c:
31156           fix memleaks shown by gst-typefind
31157
31158 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31159
31160         * common/glib-gen.mak:
31161           add hack rule to touch .Plo files
31162         * gst-libs/gst/colorbalance/Makefile.am:
31163         * gst-libs/gst/mixer/Makefile.am:
31164         * gst-libs/gst/play/Makefile.am:
31165         * gst-libs/gst/tuner/Makefile.am:
31166           remove glib_root variable
31167
31168 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31169
31170         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
31171           set explicit caps before adding the element, so the autopluggers can
31172           plug correctly.
31173         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
31174         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
31175         (mpeg_video_type_find), (mpeg_video_stream_type_find),
31176         (dv_type_find):
31177           fix memleaks in typefind functions. gst_type_find_suggest takes a const
31178           argument.
31179
31180 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31181
31182         * gst-libs/gst/colorbalance/Makefile.am:
31183         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
31184         * gst-libs/gst/colorbalance/colorbalance.c:
31185         * gst-libs/gst/colorbalance/colorbalance.h:
31186         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
31187         * gst-libs/gst/mixer/Makefile.am:
31188         * gst-libs/gst/mixer/mixer-marshal.list:
31189         * gst-libs/gst/mixer/mixer.c:
31190         * gst-libs/gst/mixer/mixer.h:
31191         * gst-libs/gst/mixer/mixermarshal.list:
31192         * gst-libs/gst/play/Makefile.am:
31193         * gst-libs/gst/play/play.h:
31194         * gst-libs/gst/tuner/Makefile.am:
31195         * gst-libs/gst/tuner/tuner-marshal.list:
31196         * gst-libs/gst/tuner/tuner.c:
31197         * gst-libs/gst/tuner/tuner.h:
31198         * gst-libs/gst/tuner/tunermarshal.list:
31199           use new glib-gen.mak snippet to clean up Makefile.am
31200           fix various bugs in Makefile.am's
31201
31202 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31203
31204         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
31205           handle chain parsing correctly in the multichain case
31206         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
31207         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
31208         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31209         (theora_dec_chain):
31210           handle events and queries correctly
31211
31212 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
31213
31214         * .cvsignore:
31215         Ignore generated file _stdint.h.
31216
31217 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
31218
31219         * gst-libs/gst/colorbalance/Makefile.am:
31220         * gst-libs/gst/colorbalance/colorbalance.h:
31221         * gst-libs/gst/mixer/Makefile.am:
31222         * gst-libs/gst/mixer/mixer.h:
31223         * gst-libs/gst/play/Makefile.am:
31224         * gst-libs/gst/play/play.h:
31225         * gst-libs/gst/tuner/Makefile.am:
31226         * gst-libs/gst/tuner/tuner.h:
31227         Generate enum type code with glib-mkenums.
31228         * gst-libs/gst/colorbalance/.cvsignore:
31229         * gst-libs/gst/mixer/.cvsignore:
31230         * gst-libs/gst/play/.cvsignore:
31231         * gst-libs/gst/tuner/.cvsignore:
31232         Ignore generated files.
31233
31234 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
31235
31236         * gst-libs/gst/audio/.cvsignore:
31237         Ignore generated file.
31238         * gst-libs/gst/audio/Makefile.am:
31239         Do not install example filter.
31240
31241 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
31242
31243         * examples/switch/.cvsignore:
31244         Ignore generated file.
31245
31246 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31247
31248         * common/m4/ax_create_stdint_h.m4:
31249         * configure.ac:
31250           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
31251           _stdint.h.
31252         * Makefile.am:
31253           remove generated _stdint.h in DISTCLEANFILES
31254         * ext/a52dec/gsta52dec.c:
31255           include _stdint.h for a52dec. (should fix #133064)
31256
31257 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
31258
31259         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
31260         (gst_tag_to_vorbis_comments):
31261         Add replaygain support to vorbistag
31262
31263 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
31264         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
31265         (gst_ffmpeg_caps_to_extradata):
31266           Fix SVQ3 caps flag properties
31267           Use glib macro for bytes swap
31268
31269 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31270
31271         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
31272         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
31273         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
31274         * ext/sndfile/gstsf.c: (plugin_init):
31275         * gst/avi/gstavi.c: (plugin_init):
31276         * sys/dxr3/dxr3init.c: (plugin_init):
31277         * sys/oss/gstossaudio.c: (plugin_init):
31278         * sys/v4l/gstv4l.c: (plugin_init):
31279         * sys/v4l2/gstv4l2.c: (plugin_init):
31280           remove textdomain calls
31281         * po/nl.po:
31282           update Dutch translation
31283
31284 2004-02-02  Julien MOUTTE  <julien@moutte.net>
31285
31286         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
31287         (gst_play_set_audio_sink): Moving volume in the audio thread for
31288         instantaneous volume change. Maybe i will add another volume in front
31289         of visualization later, not sure yet though.
31290
31291 2004-02-02  Julien MOUTTE  <julien@moutte.net>
31292
31293         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
31294         (gst_ximagesink_handle_xevents): Better X events handling, only take
31295         the latest events for configure and motion.
31296         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
31297
31298 2004-02-02  Jon Trowbridge  <trow@gnu.org>
31299
31300         reviewed by: David Schleef  <ds@schleef.org>
31301
31302         Fix memory leaks:
31303         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
31304         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
31305
31306 2004-02-02  David Schleef  <ds@schleef.org>
31307
31308         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
31309         of lines.
31310         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
31311         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
31312         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
31313         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
31314         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
31315         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
31316         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
31317         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
31318         (gst_float2_2_int_link):
31319         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
31320         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
31321         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
31322         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
31323         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
31324         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
31325         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
31326         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
31327         * testsuite/gst-lint: Add tests for bzero and ;;
31328
31329 2004-02-02  David Schleef  <ds@schleef.org>
31330
31331         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
31332
31333 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31334
31335         * ext/aalib/gstaasink.c: (gst_aasink_open):
31336         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
31337         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
31338         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
31339         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
31340         (gst_afsink_close_file):
31341         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
31342         (gst_afsrc_close_file):
31343         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
31344         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
31345         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
31346         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
31347         * ext/esd/esdmon.c: (gst_esdmon_get):
31348         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
31349         * ext/faac/gstfaac.c: (gst_faac_chain):
31350         * ext/faad/gstfaad.c: (gst_faad_chain):
31351         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
31352         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
31353         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
31354         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
31355         (gst_flacdec_loop):
31356         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
31357         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
31358         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
31359         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
31360         (gst_gnomevfssink_close_file):
31361         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
31362         (gst_gnomevfssrc_open_file):
31363         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
31364         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
31365         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
31366         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
31367         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
31368         * ext/mad/gstmad.c: (gst_mad_chain):
31369         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
31370         * ext/mpeg2dec/gstmpeg2dec.c:
31371         * ext/mpeg2enc/gstmpeg2enc.cc:
31372         * ext/mplex/gstmplex.cc:
31373         * ext/mplex/gstmplexibitstream.cc:
31374         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
31375         (gst_ogg_demux_push):
31376         * ext/raw1394/gstdv1394src.c:
31377         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
31378         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
31379         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
31380         (gst_sf_loop):
31381         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
31382         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
31383         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
31384         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
31385         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
31386         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
31387         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
31388         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
31389         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
31390         (gst_riff_read_element_data), (gst_riff_read_seek),
31391         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
31392         * gst/adder/gstadder.c: (gst_adder_loop):
31393         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
31394         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
31395         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
31396         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
31397         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
31398         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
31399         * gst/goom/gstgoom.c: (gst_goom_chain):
31400         * gst/id3/gstid3types.c: (gst_id3types_loop):
31401         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
31402         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
31403         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
31404         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
31405         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
31406         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
31407         (gst_ebml_read_float), (gst_ebml_read_header):
31408         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
31409         (gst_matroska_demux_parse_blockgroup):
31410         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
31411         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
31412         * gst/oneton/gstoneton.c: (gst_oneton_chain):
31413         * gst/silence/gstsilence.c: (gst_silence_get):
31414         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
31415         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
31416         * gst/speed/gstspeed.c: (speed_loop):
31417         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
31418         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
31419         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
31420         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
31421         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
31422         (gst_wavparse_loop):
31423         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
31424         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
31425         (dxr3audiosink_close):
31426         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
31427         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
31428         (dxr3videosink_close), (dxr3videosink_write_data):
31429         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
31430         * sys/oss/gstosssink.c: (gst_osssink_chain):
31431         * sys/oss/gstosssrc.c: (gst_osssrc_get):
31432         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
31433         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
31434         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
31435         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
31436         (gst_v4l_set_window), (gst_v4l_enable_overlay):
31437         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
31438         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
31439         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
31440         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
31441         (gst_v4l_set_audio):
31442         * sys/v4l/v4l_calls.h:
31443         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
31444         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
31445         (gst_v4lmjpegsink_playback_init),
31446         (gst_v4lmjpegsink_playback_start):
31447         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
31448         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
31449         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
31450         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
31451         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
31452         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
31453         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
31454         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
31455         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
31456         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
31457         (gst_v4l2_get_output), (gst_v4l2_set_output),
31458         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
31459         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
31460         (gst_v4l2_set_attribute):
31461         * sys/v4l2/v4l2_calls.h:
31462         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
31463         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
31464         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
31465         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
31466         (gst_v4l2src_capture_stop):
31467         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
31468         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
31469         (gst_ximagesink_chain):
31470         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
31471         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
31472         (gst_xvideosink_xwindow_new):
31473         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
31474         (gst_xvimagesink_chain):
31475
31476 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31477
31478         * gst/volume/gstvolume.c: (gst_volume_set_volume),
31479         (gst_volume_get_volume), (volume_class_init), (volume_init),
31480         (volume_chain_int16), (volume_update_volume):
31481         * gst/volume/gstvolume.h:
31482           make code more readable by removing magic numbers
31483           make mixer interface export 0-100 range
31484           make it internally map to 0.0-1.0 range so users don't distort
31485           output by putting the sliders at full volume
31486
31487 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31488
31489         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
31490         (gst_play_state_change), (gst_play_seek_to_time):
31491         block the tick callback for 0.5 secs after doing a seek
31492
31493 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31494
31495         * gst-libs/gst/play/play.c: (gst_play_new):
31496           check for GError
31497
31498 2004-02-01  Julien MOUTTE  <julien@moutte.net>
31499
31500         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
31501         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
31502         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
31503         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
31504         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
31505         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
31506
31507 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
31508
31509         * configure.ac:
31510         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
31511           check for a function added in vorbis 1.1
31512
31513 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31514
31515         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
31516         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
31517           really start/stop clock only on PLAYING <=> PAUSED
31518         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
31519           remove \n from debugging lines
31520         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
31521           make it work when seeking does not
31522         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
31523           reset on DISCONT
31524
31525 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31526
31527         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
31528           start clock on PAUSED=>PLAYING, not later
31529         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
31530           extract correct time for different discont formats
31531         (gst_alsa_sink_get_time):
31532           don't segfault when no format is negotiated yet, just return 0
31533         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
31534         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
31535         (gst_ogg_pad_push):
31536           handle flush and discont events correctly
31537         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
31538           handle discont events correctly
31539
31540 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
31541
31542         * gst-libs/gst/play/play.c: (gst_play_error_quark),
31543         (gst_play_error_create), (gst_play_error_plugin),
31544         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
31545         * gst-libs/gst/play/play.h:
31546           add error handling during creation
31547         * examples/gstplay/player.c: (main):
31548           use new gst_play_new
31549
31550
31551 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31552
31553         * ext/theora/theoradec.c: (theora_dec_chain):
31554           make comments work
31555         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
31556         (vorbis_dec_src_event), (vorbis_dec_chain):
31557           add encoder tag, fix tag reading to be more error tolerant, change
31558           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
31559           gst_pad_event_default.
31560         * gst/tags/gstvorbistag.c:
31561         (gst_tag_list_from_vorbiscomment_buffer):
31562           undefine function specific define at end of function
31563
31564 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
31565
31566         * ext/flac/gstflac.c: (plugin_init):
31567         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
31568         * ext/flac/gstflacdec.h:
31569         * ext/flac/gstflacenc.h:
31570           Fix typos
31571
31572 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
31573
31574         * examples/gstplay/player.c: s/gstplay.h/play.h/
31575
31576 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31577
31578         * gst-libs/gst/play/Makefile.am:
31579         * gst-libs/gst/play/gstplay.c:
31580         * gst-libs/gst/play/gstplay.h:
31581         * gst-libs/gst/play/play.c:
31582           more surgery, operation complete
31583
31584 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31585
31586         * gst-libs/gst/play/play.old.c:
31587         * gst-libs/gst/play/play.old.h:
31588           after CVS surgery by moving, remove
31589         * gst-libs/gst/play/playpipelines.c:
31590           remove
31591
31592         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
31593           add negotiation error
31594
31595 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31596
31597         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
31598         (gst_ogg_demux_push):
31599           add some seeking debug info
31600           send a flush when seeking
31601
31602 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31603
31604         * configure.ac:
31605           use AC_C_INLINE
31606         * configure.ac:
31607         * ext/Makefile.am:
31608         * ext/theora/Makefile.am:
31609         * ext/theora/theoradec.c:
31610           add theora video decoder. Does just do simple decoding for now and
31611           has been tested against Theora cvs only. It only works when theora
31612           is compiled with --enable-static.
31613         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
31614           always reset packetno on DISCONT
31615
31616 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31617
31618         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
31619           Fix audio.
31620
31621 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31622
31623         * gst/mpegaudioparse/gstmpegaudioparse.c:
31624         (mp3_type_frame_length_from_header):
31625           Fix header parsing - stolen from ffmpeg (thank you! :) ).
31626
31627 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31628
31629         * ext/esd/esdsink.c: (gst_esdsink_init):
31630           Since we have static pad template caps, we don't need to negotiate;
31631           either the core errors out or we know the format.
31632
31633 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31634
31635         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
31636         (gst_riff_read_seek):
31637         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
31638         (gst_ebml_read_seek):
31639           Fix event handling.
31640
31641 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31642
31643         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
31644           removee video/x-theora from vp3 decoder, it doesn't handle raw
31645           theora streams
31646         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
31647           fix bug with finalizing element that never went to PAUSED
31648         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
31649           length and position queries were swapped
31650         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
31651         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
31652         (vorbis_dec_src_event):
31653           implement querying time and bytes
31654
31655 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31656
31657         * just about every source file:
31658           gst_element_error -> GST_ELEMENT_ERROR
31659
31660 2004-01-29  Julien MOUTTE  <julien@moutte.net>
31661
31662         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
31663         emiting FLUSH and even before DISCONT.
31664         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
31665         get the best instant seeking as possible yay!
31666
31667 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31668
31669         * gst/mpeg1videoparse/gstmp1videoparse.c:
31670         (gst_mp1videoparse_real_chain):
31671           Committed wrong version last week... Grr... Didn't notice until now.
31672
31673 2004-01-29  Julien MOUTTE <julien@moutte.net>
31674
31675         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
31676         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
31677         have_xwindow_id signal in xwindow_create.
31678
31679 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31680
31681         * ext/ogg/gstoggdemux.c:
31682           lots of changes - mainly support for chained bitstreams, seeking,
31683           querying and bugfixes of course
31684         * ext/vorbis/Makefile.am:
31685         * ext/vorbis/vorbisdec.c:
31686         * ext/vorbis/vorbisdec.h:
31687           add vorbisdec raw vorbis decoder
31688         * ext/vorbis/vorbis.c: (plugin_init):
31689           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
31690         * gst/intfloat/Makefile.am:
31691         * gst/intfloat/float22int.c:
31692         * gst/intfloat/float22int.h:
31693         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
31694           add float2intnew plugin. It converts multichannel interleaved float to
31695           multichannel interleaved int. The name should probably be changed.
31696         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
31697         (plugin_init):
31698           add typefinding for raw theora video so oggdemux can detect it.
31699
31700 2004-01-28  Julien MOUTTE  <julien@moutte.net>
31701
31702         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
31703         sink element first.
31704         * gst/videoscale/gstvideoscale.c:
31705         (gst_videoscale_handle_src_event): Fixing src event handler.
31706
31707 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31708
31709         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
31710         (gst_v4lsrc_open), (gst_v4lsrc_close),
31711         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
31712         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
31713         * sys/v4l/gstv4lsrc.h:
31714         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
31715         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
31716           Implement resizing... Hack. But that's why v4l is b0rked...
31717
31718 2004-01-28  Julien MOUTTE <julien@moutte.net>
31719
31720         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
31721         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
31722         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
31723         (gst_ximagesink_xwindow_destroy):
31724         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31725         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
31726         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
31727         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
31728         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
31729         correctly cleaning the image created to check xshm calls on succes,
31730         added a lot of XSync calls in X11 functions, and fixed a segfault when
31731         no image format was defined before negotiation happened.
31732
31733 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31734
31735         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
31736           use gst_element_get_time to get correct time
31737
31738 2004-01-28  Julien MOUTTE  <julien@moutte.net>
31739
31740         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
31741         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
31742         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
31743         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
31744         (gst_xvimagesink_check_xshm_calls),
31745         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
31746         X plugins are now able to detect that XShm calls will fail even if the
31747         server claims that it has XShm support (remote displays most of the
31748         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
31749         so that we use non XShm functions. This feature is almost useless for
31750         xvimagesink as Xv is not supported on remote displays anyway, but
31751         it might happen than even on the local display XShm calls fail.
31752
31753 2004-01-27  David Schleef  <ds@schleef.org>
31754
31755         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
31756         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
31757         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
31758         changed esdsink to only use 44100,16,2, since esd sucks at rate
31759         conversion and esdsink has had difficulty negotiating.
31760
31761 2004-01-27  Julien MOUTTE <julien@moutte.net>
31762
31763         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
31764         (gst_play_seek_to_time): Fixing the way to get current position.
31765
31766 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31767
31768         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
31769           use gst_element_get_time to get correct time
31770
31771 2004-01-27  Julien MOUTTE <julien@moutte.net>
31772
31773         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
31774         fix ever... Inverting 2 lines of code make spider autoplug correctly
31775         tagged mp3 !
31776
31777 2004-01-27  David Schleef  <ds@schleef.org>
31778
31779         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
31780         Use gst_pad_try_set_caps_nonfixed().
31781
31782 2004-01-27  David Schleef  <ds@schleef.org>
31783
31784         * gst/ac3parse/gstac3parse.c: update to checklist 5
31785         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
31786         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
31787         * gst/audioscale/gstaudioscale.c: same
31788         * gst/auparse/gstauparse.c: same
31789         * gst/avi/gstavidemux.c: same
31790
31791 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31792
31793         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
31794           stop processing after EOS
31795
31796 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31797
31798         * gst/asfdemux/asfheaders.h:
31799         * gst/asfdemux/gstasfdemux.c:
31800         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
31801         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
31802         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
31803           lot's of fixes to make data extraction simpler and get the code
31804           architecture and compiler independant. Add debugging category
31805         * gst/goom/gstgoom.c: (gst_goom_change_state):
31806           reset channel count on PAUSED=>READY, not READY=>PAUSED
31807
31808 2004-01-26  Colin Walters  <walters@verbum.org>
31809
31810         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
31811         code to pull a bigger buffer in iradio mode.  This as a side effect
31812         makes typefinding work.
31813
31814 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
31815
31816         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
31817         Fix SVQ3 decoding on PPC
31818
31819 2004-01-26  Julien MOUTTE <julien@moutte.net>
31820
31821         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
31822         that one managed to stay there... Fixed.
31823
31824 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
31825
31826         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
31827         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
31828         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
31829         (qtdemux_video_caps):
31830         * gst/qtdemux/qtdemux.h:
31831         Add SVQ3 specific flags to qtdemux and ffmpeg
31832
31833 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31834
31835         * gst-libs/gst/audio/audio.h:
31836           remove buffer-frames from audio caps
31837         * gst/audioconvert/gstaudioconvert.c:
31838           fix plugin to really work.
31839
31840 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31841
31842         * gst-libs/gst/mixer/mixer.c:
31843         * gst-libs/gst/propertyprobe/propertyprobe.c:
31844         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
31845         (gst_tuner_find_channel_by_name):
31846         * gst-libs/gst/tuner/tuner.h:
31847           Add gtk-doc style comments. Also fix a function name.
31848
31849 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31850
31851         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
31852         (gst_divxdec_negotiate):
31853           Fix for new capsnego - also fixes gst-player with divxdec.
31854
31855 2004-01-25  Julien MOUTTE  <julien@moutte.net>
31856
31857         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
31858         (gst_play_identity_handoff), (gst_play_set_location),
31859         (gst_play_set_visualization), (gst_play_connect_visualization): Another
31860         try in visualization implementation. Still have an issue with switch
31861         blocking when pulling from video_queue and only audio comes out of
31862         spider.
31863         * gst/switch/gstswitch.c: (gst_switch_release_pad),
31864         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
31865         release method. And check if the pad is usable before pulling.
31866
31867 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31868
31869         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
31870         (gst_videobalance_init),
31871         (gst_videobalance_colorbalance_list_channels),
31872         (gst_videobalance_colorbalance_set_value),
31873         (gst_videobalance_colorbalance_get_value),
31874         (gst_videobalance_update_properties),
31875         (gst_videobalance_update_tables_planar411),
31876         (gst_videobalance_planar411):
31877         * gst/videofilter/gstvideobalance.h:
31878           Implement lookup-tables. +/- 10x faster.
31879
31880 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31881
31882         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
31883         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
31884           The index reading was broken. The rest worked fine, but the whole
31885           goal of my rewrite was to make avidemux readable, and this was
31886           not at all readable. Please use typed variables.
31887
31888 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31889
31890         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
31891           Additional pad usability check.
31892         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
31893         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
31894         (gst_mp1videoparse_real_chain):
31895           Fix MPEG video stream parsing. The original plugin had several
31896           issues, including not timestamping streams where the source was
31897           not timestamped (this happens with PTS values in mpeg system
31898           streams, but MPEG video is also a valid stream on its own so
31899           that needs timestamps too). We use the display time code for that
31900           for now. Also, if one incoming buffer contains multiple valid
31901           frames, we push them all on correctly now, including proper EOS
31902           handling. Lastly, several potential segfaults were fixed, and we
31903           properly sync on new sequence/gop headers to include them in next,
31904           not previous frames (since they're header for the next frame, not
31905           the previous). Also see #119206.
31906         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
31907         (bpf_from_header):
31908           Move caps setting so we only do it after finding several valid
31909           MPEG-1 fraes sequentially, not right after the first one (which
31910           might be coincidental).
31911         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
31912         (mpeg_video_type_find), (mpeg_video_stream_type_find),
31913         (plugin_init):
31914           Add unsynced MPEG video stream typefinding, and change some
31915           probability values so we detect streams rightly. The idea is as
31916           follows: I can have an unsynced system stream which contains
31917           video. In the current code, I would randomly get a type for either
31918           system or video stream type found, because the probabilities are
31919           being calculated rather randomly. I now use fixed values, so we
31920           always prefer system stream if that was found (and that is how it
31921           should be). If no system stream was found, we can still identity                the stream as video-only.
31922
31923 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31924
31925         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
31926         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
31927           don't write to buffer. Extract data without the need of
31928           __attribute__ ((packed))
31929
31930 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31931
31932         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
31933         (mpeg1_sys_type_find):
31934           Fix MPEG-1 stream typefinding.
31935
31936 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31937
31938         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
31939           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
31940
31941 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
31942
31943         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
31944         * ext/esd/gstesd.c: (plugin_init):
31945           private debugging, better error reporting
31946
31947 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31948
31949         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
31950         (gst_riff_read_init), (gst_riff_read_change_state):
31951         * gst-libs/gst/riff/riff-read.h:
31952           Remove stuff fromold metadata system.
31953
31954 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31955
31956         * ext/ogg/gstoggdemux.c:
31957           Fix wrong file comment.
31958         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
31959         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
31960           Add metadata reading properly.
31961
31962 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
31963
31964         * ext/Makefile.am:
31965           Fix nas DIST_SUBDIRS
31966           Uraeus:
31967           Fix bug where make distcheck doesn't get run on adding stuff to
31968           the build.
31969
31970 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31971
31972         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
31973         * ext/divx/gstdivxdec.h:
31974           Fix divx3 ("msmpeg4") playback using divxdec.
31975
31976 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31977
31978         * gst/typefind/gsttypefindfunctions.c:
31979         (mp3_type_frame_length_from_header): fix bug in length computation
31980         (mp3_type_find): improve debugging output
31981
31982 2004-01-23  Julien MOUTTE  <julien@moutte.net>
31983
31984         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
31985         (gst_play_set_location), (gst_play_seek_to_time),
31986         (gst_play_set_audio_sink), (gst_play_set_visualization),
31987         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
31988         the pipeline from scratch. Visualization is back and switch went out as
31989         i realized it was not possible to use the way i wanted.
31990         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
31991         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
31992         clearing in state change from READY to NULL. So that one can clean the
31993         X ressources keeping the element.
31994         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
31995         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
31996         (gst_xvimagesink_colorbalance_set_value),
31997         (gst_xvimagesink_colorbalance_get_value),
31998         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
31999         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
32000         change from READY to NULL and fixed some stupid bugs in colorbalance
32001         get/set values. Also added the following feature : when nobody tries to
32002         set some values to the colorbalance levels before the xcontext is
32003         grabbed, then when creating channels list from Xv attributes we set the
32004         internal values to the Xv defaults. This way we handle buggy Xv drivers
32005         that set default hue values far from the middle of the range (Thanks
32006         to Jon Trowbridge for pointing that issue).
32007         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
32008         colorbalance levels have been set before xcontext is grabbed.
32009
32010 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32011
32012         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
32013           Fix the ossmixer case where we shouldn't open /dev/dsp* because
32014           it might block operations (which is bad for a mixer).
32015
32016 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32017
32018         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
32019         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
32020         (gmip_find_type_pre):
32021         * gst-libs/gst/media-info/media-info-priv.h:
32022         * gst-libs/gst/media-info/media-info.c:
32023         (gst_media_info_instance_init), (gst_media_info_read_idler):
32024         add fakesink to get caps on decoder src pad again
32025         fix callback prototype to match new have_type signal signature
32026
32027 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32028
32029         * gst/adder/gstadder.c: (gst_adder_link):
32030           fix non-compile and cut-n-paste code
32031
32032 2004-01-21  David Schleef  <ds@schleef.org>
32033
32034         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
32035         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
32036         (gst_swfdec_init), (gst_swfdec_change_state):
32037         * ext/swfdec/gstswfdec.h:
32038         Fix negotiation.
32039         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
32040         (gst_adder_request_new_pad): Fix negotiation.
32041         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
32042         Add a fixate function.
32043         * gst/intfloat/gstfloat2int.c:
32044         * gst/intfloat/gstfloat2int.h:
32045         * gst/intfloat/gstint2float.c:
32046         * gst/intfloat/gstint2float.h:
32047         Completely rewrite the negotiation.  Doesn't quite work yet,
32048         due to some buffer-frames problem.
32049
32050 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
32051
32052         * ext/gnomevfs/gstgnomevfssrc.c:
32053         * sys/v4l2/v4l2_calls.h:
32054           fix includes for distcheck
32055
32056 2004-01-21  Christian Schaller <uraeus@gnome.org>
32057
32058         * ext/nas/
32059         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
32060         based on earlier patch from Laurent Vivier
32061
32062 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
32063
32064         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
32065         Fix wma caps property
32066         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
32067         Fix typo (flags1 and flags2)
32068
32069 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32070
32071         * gst-libs/gst/media-info/media-info-priv.c:
32072         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
32073         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
32074         (gmip_find_stream), (gmip_find_track_metadata),
32075         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
32076         (gmip_find_track_format):
32077         * gst-libs/gst/media-info/media-info-priv.h:
32078         * gst-libs/gst/media-info/media-info-test.c: (main):
32079         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
32080         (gst_media_info_read_idler), (gst_media_info_read):
32081         * gst-libs/gst/media-info/media-info.h:
32082           register debugging category and use it for debugging
32083
32084 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32085
32086         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
32087         (gst_vorbisfile_new_link):
32088           signal streaminfo through tags
32089
32090 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32091
32092         * ext/mplex/gstmplex.cc:
32093         * ext/mplex/gstmplexibitstream.cc:
32094           g++ doesn't like NULL in our i18n/error macros, should be
32095           either (NULL) or ("").
32096
32097 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32098
32099         * sys/dxr3/dxr3audiosink.c:
32100         * sys/dxr3/dxr3init.c:
32101         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
32102         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
32103           Fix more error error error errors (missing includes here).
32104
32105 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32106
32107         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
32108           fix thomas' error errors.
32109
32110 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32111
32112         * ext/mpeg2enc/gstmpeg2enc.cc:
32113           fix error errors.
32114
32115 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32116
32117         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
32118         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
32119           Fix for new error system.
32120
32121 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32122
32123         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
32124           fix for new error reporting
32125
32126 2004-01-20  David Schleef  <ds@schleef.org>
32127
32128         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
32129         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
32130         (gst_ximagesink_set_xwindow_id): Change to using a framerate
32131         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
32132         and neither is 100+, most likely.
32133         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
32134         (gst_xvimagesink_getcaps): same
32135
32136 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32137
32138         * configure.ac:
32139           Up version requirement to 2.0.3 (not yet released) to avoid symbol
32140           clashes with ffmpeg.
32141
32142 2004-01-20  Julien MOUTTE  <julien@moutte.net>
32143
32144         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
32145         (gst_switch_init): Fixed switch element : proxying link and setting
32146         caps from src to sink on request.
32147
32148 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32149
32150         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
32151         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
32152         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
32153         fix element_error
32154
32155 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32156
32157         * sys/v4l/v4l_calls.h:
32158         * sys/v4l2/v4l2_calls.h:
32159           element_error fixes
32160
32161 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32162
32163         * gst-libs/gst/gst-i18n-plugin.h:
32164           add locale.h
32165           remove config.h inclusion
32166
32167 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32168
32169         * autogen.sh:
32170           adding autopoint invocation
32171         * Makefile.am:
32172         * configure.ac:
32173         * gst-libs/gst/gettext.h:
32174           adding gettext bits
32175         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
32176         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
32177         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
32178         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
32179         (gst_gnomevfssink_close_file):
32180         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
32181         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
32182         * gst-libs/gst/gst-i18n-plugin.h:
32183         * gst/avi/gstavi.c: (plugin_init):
32184         * sys/dxr3/dxr3init.c: (plugin_init):
32185         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
32186         * sys/oss/gstossaudio.c: (plugin_init):
32187         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
32188         * sys/v4l/gstv4l.c: (plugin_init):
32189         * sys/v4l/v4l_calls.c: (gst_v4l_open):
32190         * sys/v4l2/gstv4l2.c: (plugin_init):
32191         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
32192         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
32193         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
32194         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
32195         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
32196         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
32197           make sure locale and translation domain are set
32198           fix translated strings
32199         * po/.cvsignore:
32200         * po/LINGUAS:
32201         * po/Makevars:
32202         * po/POTFILES.in:
32203         * po/nl.po:
32204           put translation files into place
32205         * sys/xvideo/imagetest.c: (main):
32206         * ext/dv/demo-play.c: (main):
32207           fix unnecessary translations
32208
32209 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32210
32211         * ext/sndfile/gstsf.c:
32212         * gst/avi/gstavimux.c:
32213         * ext/audiofile/gstafsink.c:
32214         * ext/audiofile/gstafsrc.c:
32215         * ext/gnomevfs/gstgnomevfssink.c:
32216         * ext/gnomevfs/gstgnomevfssrc.c:
32217         * sys/oss/gstosselement.c:
32218         * sys/v4l/v4l_calls.h:
32219           fix i18n include
32220
32221 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32222
32223         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
32224         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
32225         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
32226         (gst_v4l2_get_output), (gst_v4l2_set_output),
32227         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
32228         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
32229         (gst_v4l2_set_attribute):
32230         update to new error handling
32231
32232 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32233
32234         * ext/sidplay/gstsiddec.cc:
32235         * gst/modplug/gstmodplug.cc:
32236           parenthese NULL because C++ seems angry about it
32237
32238 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32239
32240         * gst-libs/gst/gst-i18n-plugin.h:
32241           add skeleton i18n stuff, but needs to be further implemented
32242
32243 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32244
32245         * examples/gstplay/player.c: (main):
32246         * ext/aalib/gstaasink.c: (gst_aasink_open):
32247         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
32248         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
32249         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
32250         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
32251         (gst_afsink_close_file):
32252         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
32253         (gst_afsrc_close_file):
32254         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
32255         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
32256         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
32257         * ext/esd/esdmon.c: (gst_esdmon_get):
32258         * ext/esd/esdsink.c: (gst_esdsink_chain):
32259         * ext/faac/gstfaac.c: (gst_faac_chain):
32260         * ext/faad/gstfaad.c: (gst_faad_chain):
32261         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
32262         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
32263         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
32264         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
32265         (gst_flacdec_loop):
32266         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
32267         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
32268         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
32269         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
32270         (gst_gnomevfssink_close_file):
32271         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
32272         (gst_gnomevfssrc_open_file):
32273         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
32274         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
32275         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
32276         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
32277         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
32278         * ext/mad/gstmad.c: (gst_mad_chain):
32279         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
32280         * ext/mpeg2dec/gstmpeg2dec.c:
32281         * ext/mpeg2enc/gstmpeg2enc.cc:
32282         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
32283         * ext/mplex/gstmplex.cc:
32284         * ext/mplex/gstmplexibitstream.cc:
32285         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
32286         (gst_ogg_demux_push), (gst_ogg_pad_push):
32287         * ext/raw1394/gstdv1394src.c:
32288         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
32289         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
32290         * ext/sidplay/gstsiddec.cc:
32291         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
32292         (gst_sf_loop):
32293         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
32294         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
32295         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
32296         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
32297         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
32298         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
32299         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
32300         * gst-libs/gst/Makefile.am:
32301         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
32302         (gst_riff_read_element_data), (gst_riff_read_seek),
32303         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
32304         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
32305         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
32306         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
32307         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
32308         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
32309         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
32310         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
32311         * gst/goom/gstgoom.c: (gst_goom_chain):
32312         * gst/id3/gstid3types.c: (gst_id3types_loop):
32313         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
32314         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
32315         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
32316         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
32317         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
32318         (gst_ebml_read_float), (gst_ebml_read_header):
32319         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
32320         (gst_matroska_demux_parse_blockgroup):
32321         * gst/modplug/gstmodplug.cc:
32322         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
32323         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
32324         * gst/oneton/gstoneton.c: (gst_oneton_chain):
32325         * gst/silence/gstsilence.c: (gst_silence_get):
32326         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
32327         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
32328         * gst/speed/gstspeed.c: (speed_loop):
32329         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
32330         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
32331         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
32332         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
32333         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
32334         (gst_wavparse_loop):
32335         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
32336         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
32337         (dxr3audiosink_close):
32338         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
32339         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
32340         (dxr3videosink_close), (dxr3videosink_write_data):
32341         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
32342         * sys/oss/gstosselement.h:
32343         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
32344         (gst_osssink_chain):
32345         * sys/oss/gstosssrc.c: (gst_osssrc_get):
32346         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
32347         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
32348         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
32349         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
32350         (gst_v4l_enable_overlay):
32351         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
32352         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
32353         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
32354         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
32355         (gst_v4l_set_audio):
32356         * sys/v4l/v4l_calls.h:
32357         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
32358         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
32359         (gst_v4lmjpegsink_playback_init),
32360         (gst_v4lmjpegsink_playback_start):
32361         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
32362         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
32363         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
32364         (gst_v4lmjpegsrc_requeue_frame):
32365         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
32366         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
32367         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
32368         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
32369         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
32370         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
32371         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
32372         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
32373         (gst_v4l2src_capture_stop):
32374         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
32375         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
32376         (gst_ximagesink_chain):
32377         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
32378         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
32379         (gst_xvideosink_xwindow_new):
32380         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
32381         (gst_xvimagesink_chain):
32382         use new error signal, function and categories
32383
32384 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
32385
32386         * configure.ac:
32387         * ext/Makefile.am:
32388         * ext/musicbrainz/gsttrm.c:
32389         * ext/musicbrainz/gsttrm.h:
32390         * ext/musicbrainz/Makefile.am:
32391         Add a trm plugin
32392
32393 2004-01-18  Julien MOUTTE  <julien@moutte.net>
32394
32395         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
32396         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
32397         synchronous property for debugging.
32398         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
32399         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
32400         (gst_xvimagesink_set_property): Moving a pointer declaration to a
32401         smaller block, fixing indent.
32402
32403 2004-01-16  David Schleef  <ds@schleef.org>
32404
32405         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
32406         property affects the video stream.
32407         * sys/xvimage/xvimagesink.c:
32408         * sys/xvimage/xvimagesink.h:
32409         Add synchronous property for debugging.  Should probably be
32410         disabled in non-CVS builds.  Make sure that the Xv attribute
32411         exists before we set it (crash!).  Fix a silly float bug that
32412         caused colorbalance to just not work.
32413
32414 2004-01-17  Christian Schaller <Uraeus@gnome.org>
32415
32416         * tools/gst-launch-ext.in - update for new plugins
32417
32418 2004-01-16  David Schleef  <ds@schleef.org>
32419
32420         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
32421         already-freed caps.
32422
32423 2994-01-16  Christian Schaller <Uraeus@gnome.org>
32424
32425         * Update spec for new colorspace plugin and libcaca plugin
32426         * Fix compilation of libcaca plugin (clock -> id)
32427
32428 2004-01-16  Julien MOUTTE <julien@moutte.net>
32429
32430         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
32431         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
32432         (gst_xvimagesink_set_xwindow_id),
32433         (gst_xvimagesink_colorbalance_set_value),
32434         (gst_xvimagesink_colorbalance_get_value),
32435         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
32436         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
32437         correct colorbalance properties. They can now be set when the element
32438         is still in NULL state. The values will be committed to the Xv Port
32439         when xcontext is initialized.
32440         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
32441         brightness int values in the GstXvImagesink structure.
32442
32443 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32444
32445         * gst-libs/gst/Makefile.am:
32446           restructure so having local patches works easier.
32447
32448 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32449
32450         * ext/mpeg2enc/Makefile.am:
32451         * ext/mpeg2enc/gstmpeg2enc.cc:
32452         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
32453           Bugfix with respect to EOS handling.
32454
32455 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32456
32457         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
32458           Link with right caps (else, it segfaults).
32459         * ext/mplex/gstmplexjob.cc:
32460           Fix for slight API change in 1.6.1.93 release of mjpegtools.
32461
32462 2004-01-15  David Schleef  <ds@schleef.org>
32463
32464         * gst-libs/gst/audio/Makefile.am:
32465         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
32466         from the template.
32467         * gst-libs/gst/audio/gstaudiofilter.c:
32468         * gst-libs/gst/audio/gstaudiofilter.h:
32469         Add bytes_per_sample and size and n_samples calculation.
32470         * gst-libs/gst/audio/gstaudiofilterexample.c:
32471         Remove, now autogenerated.
32472         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
32473         Moved from gstaudiofilterexample, object name changed, code added
32474         so that it actually works.
32475         * gst-libs/gst/audio/make_filter:
32476         Script to build an audiofilter subclass from the template.
32477         * gst/colorspace/Makefile.am:
32478         * gst/colorspace/yuv2yuv.c:
32479         Remove file, since it's GPL, and we don't use it.
32480
32481 2004-01-15  Julien MOUTTE  <julien@moutte.net>
32482
32483         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
32484         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
32485         them use the buffer free function to test how the buffer was allocated.
32486
32487 2004-01-15  David Schleef  <ds@schleef.org>
32488
32489         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
32490         that handles osssink fallback.
32491         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
32492         (gst_audio_convert_getcaps):
32493         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
32494         Add audio/x-qdm2 for QDM2 audio.
32495         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
32496         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
32497         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
32498         Decrease minimum size to 16x16.
32499         * gst/wavparse/gstwavparse.c:
32500         Convert disabled pad template caps to new caps.
32501         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
32502         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
32503         (gst_xvimagesink_chain): Throw element error when display cannot
32504         be opened.  Increase minimum framerate to 1.0.  Check the data
32505         free function on a buffer to make sure it is the type we expect
32506         before manipulating it.
32507
32508 2004-01-15  Julien MOUTTE <julien@moutte.net>
32509
32510         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
32511         (gst_videobalance_colorbalance_set_value): Implement passthru if
32512         settings are in the middle.
32513         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
32514
32515 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32516
32517         * gst/videofilter/Makefile.am:
32518         * gst/volume/Makefile.am:
32519           Since we use videofilter symbols, link to it.
32520
32521 2004-01-15  Julien MOUTTE <julien@moutte.net>
32522
32523         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
32524         mixer interface type to HARDWARE.
32525         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
32526         type to SOFTWARE.
32527         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
32528         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
32529         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
32530         (gst_volume_interface_init), (gst_volume_list_tracks),
32531         (gst_volume_set_volume), (gst_volume_get_volume),
32532         (gst_volume_set_mute), (gst_volume_mixer_init),
32533         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
32534         (volume_init): Implementing mixer interface.
32535         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
32536         * sys/oss/gstosselement.c: (gst_osselement_get_type),
32537         (gst_osselement_change_state): Removing some trailing commas in
32538         structures.
32539         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
32540         interface type to HARDWARE.
32541         * sys/v4l/gstv4lcolorbalance.c:
32542         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
32543         type to HARDWARE.
32544         * sys/v4l2/gstv4l2colorbalance.c:
32545         (gst_v4l2_color_balance_interface_init): Setting colorbalance
32546         interface type to HARDWARE.
32547         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
32548         same code than ximagesink for event handling.
32549
32550 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32551
32552         * ext/snapshot/Makefile.am:
32553         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
32554         (gst_snapshot_chain):
32555         * ext/snapshot/gstsnapshot.h:
32556           This has to be a joke... Snapshot should be connected to a tee,
32557           colorspace element before it and EOS after that, where the other
32558           src of the tee receives normal data.
32559           The current way is *wrong*.
32560
32561 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32562
32563         * ext/hermes/gsthermescolorspace.c:
32564           Fix another compile error. Same as below.
32565
32566 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32567
32568         * gst/colorspace/gstcolorspace.c:
32569         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
32570         (gst_colorspace_i420_to_yv12):
32571           Fix compiling... Didn't test if it actually works.
32572
32573 2004-01-15  David Schleef  <ds@schleef.org>
32574
32575         * configure.ac:
32576         * gst/colorspace/Makefile.am:
32577         * gst/colorspace/gstcolorspace.c:
32578         * gst/colorspace/gstcolorspace.h:
32579         * gst/colorspace/yuv2rgb.c:
32580         * gst/colorspace/yuv2rgb.h:
32581         Duplicate the ext/hermes colorspace plugin, and remove Hermes
32582         code and GPL code.  Fix for new caps negotiation.  Rewrite
32583         much of the format handling code, and some of the conversion
32584         code.  Basically, rewrote almost everything.  This element
32585         handles I420, YV12 to RGB conversions.
32586         * ext/hermes/Makefile.am:
32587         * ext/hermes/gsthermescolorspace.c:
32588         Rename colorspace to hermescolorspace.  Fix negotiation issues.
32589         Remove non-Hermes related code.  This element handles lots of
32590         RGB to RGB conversions, but no YUV.
32591         * ext/hermes/gstcolorspace.c:
32592         * ext/hermes/gstcolorspace.h:
32593         * ext/hermes/rgb2yuv.c:
32594         * ext/hermes/yuv2rgb.c:
32595         * ext/hermes/yuv2rgb.h:
32596         * ext/hermes/yuv2rgb_mmx16.s:
32597         * ext/hermes/yuv2yuv.c:
32598         * ext/hermes/yuv2yuv.h:
32599         Remove old code.
32600
32601 2004-01-14  Colin Walters  <walters@verbum.org>
32602
32603         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
32604         they've already been.
32605
32606 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32607
32608         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
32609           assume tag mode when pad is not connected
32610
32611 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32612
32613         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
32614           Don't update the time of the clock
32615         (gst_alsa_sink_loop):
32616           sync to the clock given to alsasink, not the own clock
32617         * sys/oss/gstosssink.c: (gst_osssink_chain):
32618           sync to the clock
32619         (gst_osssink_change_state):
32620           activate the clock
32621         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
32622         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
32623           remove bogus code that made DISCONT events unhandled
32624         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
32625           explicitly case to double in _set_simple. (fixes 2nd warning in bug
32626           #131502)
32627         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
32628         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
32629         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
32630           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
32631           2nd warning in bug #131502)
32632
32633 2004-01-14  Julien MOUTTE  <julien@moutte.net>
32634
32635         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
32636         (gst_videobalance_colorbalance_set_value),
32637         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
32638         for colorbalance interface implementation.
32639         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
32640         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
32641         (gst_ximagesink_dispose), (gst_ximagesink_init),
32642         (gst_ximagesink_class_init): Adding DISPLAY property.
32643         * sys/ximage/ximagesink.h: Adding display_name to store display.
32644         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
32645         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
32646         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
32647         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
32648         properties (they still need polishing though for gst-launch use : no
32649         xcontext yet, i ll do that tomorrow).
32650         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
32651
32652 2004-01-14  Julien MOUTTE  <julien@moutte.net>
32653
32654         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
32655         (gst_play_set_location), (gst_play_set_visualization): Preparing
32656         switch integration, adding videobalance in the pipeline.
32657
32658 2004-01-14  Julien MOUTTE <julien@moutte.net>
32659
32660         * gst-libs/gst/colorbalance/colorbalance.c:
32661         (gst_color_balance_class_init): Adding a default type.
32662         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
32663         the type.
32664         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
32665         (gst_videobalance_dispose), (gst_videobalance_class_init),
32666         (gst_videobalance_init), (gst_videobalance_interface_supported),
32667         (gst_videobalance_interface_init),
32668         (gst_videobalance_colorbalance_list_channels),
32669         (gst_videobalance_colorbalance_set_value),
32670         (gst_videobalance_colorbalance_get_value),
32671         (gst_videobalance_colorbalance_init): Implementing colorbalance
32672         interface.
32673         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
32674         list.
32675         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
32676         bug which was triggering a BadAccess X error when setting an overlay
32677         before pad was really negotiated.
32678         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
32679         Using the colorbalance type macro.
32680
32681 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32682
32683         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
32684         (gst_flacenc_chain):
32685           handle tags correctly
32686         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
32687           extract ID3v1 tags correctly
32688
32689 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32690
32691         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
32692         (plugin_init):
32693           Improve matroska typefinding for odd-typed headers...
32694
32695 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32696
32697         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
32698           Fix for using incremental number on padnames.
32699
32700 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32701
32702         * ext/divx/gstdivxdec.c:
32703         * ext/divx/gstdivxenc.c:
32704           Set category to divx4linux instead of divx (too generic).
32705         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
32706         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
32707         (gst_wavparse_loop), (gst_wavparse_change_state):
32708         * gst/wavparse/gstwavparse.h:
32709           fix parsing of WAV files with non-standard fmt-tag size and fix
32710           skipping of unrecognized chunks... Someone please fix this thing
32711           to use rifflib so all this is automated.
32712         * sys/v4l/Makefile.am:
32713         * sys/v4l2/Makefile.am:
32714           Add X_CFLAGS because we depend on X (for overlay).
32715
32716 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
32717
32718         * ext/mpeg2dec/gstmpeg2dec.c:
32719           Don't issue a timestamp unless we tagged the frame
32720           with a PTS.
32721
32722 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32723
32724         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
32725           Query the audio element to get the time, not the clock. We're
32726           interested in the element's time here.
32727
32728 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32729
32730         * ext/aalib/gstaasink.c: (gst_aasink_chain):
32731         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
32732         * ext/esd/esdsink.c: (gst_esdsink_chain):
32733         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
32734         * ext/mas/massink.c: (gst_massink_chain):
32735         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
32736         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
32737         (gst_matroska_demux_parse_metadata):
32738         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
32739         (gst_mpeg_parse_release_locks):
32740         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
32741         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
32742         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
32743         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
32744         (gst_osssink_change_state):
32745         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
32746         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
32747         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
32748         (gst_xvideosink_release_locks):
32749         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
32750           use element time.
32751         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
32752         (gst_alsa_clock_stop):
32753         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
32754         (gst_audio_clock_get_internal_time):
32755           simplify for use with new clocking code.
32756         * testsuite/alsa/Makefile.am:
32757         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
32758           fix testsuite for new caps system
32759
32760 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32761
32762         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
32763         * ext/flac/gstflacenc.c: (add_one_tag):
32764           length is already host endian, no need to convert. Fixes playback of
32765           tagged files on PPC. (bug #128384)
32766
32767 2004-01-13  Julien MOUTTE <julien@moutte.net>
32768
32769         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
32770         colorbalance interface stating if it is hardware based or software
32771         based.
32772         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
32773         Removing a trailing comma.
32774         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
32775         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
32776         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
32777         the documentation seems to be wrong on the -1000 to 1000 interval.
32778
32779 2004-01-12  David Schleef  <ds@schleef.org>
32780
32781         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
32782         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
32783         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
32784         Fix negotiation.  Add a bufferalloc function for the sink pad,
32785         and generally clean up some of the code.
32786
32787 2004-01-12  Julien MOUTTE <julien@moutte.net>
32788
32789         * gst-libs/gst/colorbalance/colorbalancechannel.c:
32790         (gst_color_balance_channel_dispose): Adding safety check in dispose
32791         method.
32792         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
32793         (gst_xvimagesink_xcontext_clear),
32794         (gst_xvimagesink_interface_supported),
32795         (gst_xvimagesink_colorbalance_list_channels),
32796         (gst_xvimagesink_colorbalance_set_value),
32797         (gst_xvimagesink_colorbalance_get_value),
32798         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
32799         Adding colorbalance interface support to set XV parameters such as
32800         HUE, BRIGHTNESS, CONTRAST, SATURATION.
32801         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
32802         interface.
32803
32804 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
32805
32806         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
32807         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
32808         (gst_audio_convert_init), (gst_audio_convert_set_property),
32809         (gst_audio_convert_get_property), (gst_audio_convert_chain),
32810         (gst_audio_convert_link),
32811         (gst_audio_convert_buffer_to_default_format),
32812         (gst_audio_convert_buffer_from_default_format), (plugin_init):
32813           - implement _getcaps and use it
32814           - improve linking
32815           - remove float caps since no float conversion is actually done
32816           - remove properties and arguments that were to be used for rate
32817             conversion
32818
32819 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
32820
32821         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
32822         (gst_audio_structure_set_int):
32823         * gst-libs/gst/audio/audio.h:
32824           add helper functions for _getcaps matching the standard audio
32825           templates
32826
32827 2004-01-12  David Schleef  <ds@schleef.org>
32828
32829         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
32830         Test that pad is negotiated before getting its caps.
32831
32832 2004-01-12  Julien MOUTTE <julien@moutte.net>
32833
32834         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
32835         analyzing the pads of an element the bin is mostly in READY state so
32836         no caps were negotiated. This helper function needs to work with
32837         _get_caps directly then. I was not freeing them though, added that to
32838         fix the mem leak.
32839
32840 2004-01-12  Julien MOUTTE <julien@moutte.net>
32841
32842         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
32843         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
32844         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
32845         than the free_func.
32846
32847 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
32848
32849         * sys/oss/gstossaudio.c: (plugin_init):
32850         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
32851         * sys/oss/gstosselement.h:
32852           make an oss debugging category
32853           make failure more descriptive
32854
32855 2004-01-11  David Schleef  <ds@schleef.org>
32856
32857         * ext/ffmpeg/gstffmpeg.c:
32858         * ext/ffmpeg/gstffmpegcodecmap.c:
32859         * ext/ffmpeg/gstffmpegdec.c:
32860         * ext/ffmpeg/gstffmpegenc.c:
32861         * ext/ffmpeg/gstffmpegprotocol.c:
32862         * ext/gdk_pixbuf/gstgdkanimation.c:
32863         * ext/jpeg/gstjpeg.c:
32864         * ext/libpng/gstpng.c:
32865         * ext/mpeg2dec/perftest.c:
32866         * ext/speex/gstspeex.c:
32867         * gst-libs/gst/resample/dtos.c:
32868         * gst/intfloat/gstintfloatconvert.c:
32869         * gst/oneton/gstoneton.c:
32870         * gst/rtjpeg/RTjpeg.c:
32871         * gst/rtp/gstrtp.c:
32872         * sys/dxr3/dxr3init.c:
32873         * sys/glsink/gstgl_nvimage.c:
32874         * sys/glsink/gstgl_pdrimage.c:
32875         * sys/glsink/gstglsink.c:
32876         * testsuite/gst-lint:
32877         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
32878
32879 2004-01-11  David Schleef  <ds@schleef.org>
32880
32881         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
32882         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
32883         * ext/gdk_pixbuf/gstgdkanimation.c:
32884         (gst_gdk_animation_iter_create_pixbuf):
32885         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
32886         (gst_gdk_pixbuf_chain):
32887         * ext/gdk_pixbuf/gstgdkpixbuf.h:
32888         * ext/jack/gstjack.c: (gst_jack_change_state):
32889         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
32890         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
32891         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
32892         * gst/videofilter/gstvideofilter.c:
32893         (gst_videofilter_set_output_size):
32894         Remove all usage of gst_pad_get_caps(), and replace it with
32895         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
32896
32897 2004-01-11  David Schleef  <ds@schleef.org>
32898
32899         * configure.ac:
32900         * ext/Makefile.am: Fixes to make ext/libcaca compile.
32901         * ext/divx/gstdivxdec.c:
32902         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
32903         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
32904         handle images that span multiple buffers.  Now work with both
32905         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
32906         * ext/gdk_pixbuf/gstgdkpixbuf.h:
32907         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
32908         video/video.h changes
32909         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
32910         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
32911         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
32912         of GstData free function.
32913         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
32914         same.
32915
32916 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32917
32918         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
32919         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
32920         (gst_v4l2element_get_property):
32921         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
32922           add norm, channel and frequency properties.
32923         * sys/v4l2/gstv4l2tuner.c:
32924           fixes for tuner interface changes
32925         * sys/v4l2/gstv4l2element.h:
32926         * sys/v4l2/gstv4l2src.c:
32927         * sys/v4l2/gstv4l2src.h:
32928         * sys/v4l2/v4l2src_calls.c:
32929         * sys/v4l2/v4l2src_calls.h:
32930           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
32931
32932 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32933
32934         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
32935         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
32936         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
32937         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
32938         * gst-libs/gst/tuner/tuner.h:
32939           GObjects aren't const.
32940           Add find_by_name functions.
32941           Add checks to _changed functions.
32942         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
32943         (gst_v4l_tuner_get_norm):
32944           Fixes for above.
32945
32946 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32947
32948         * gst-libs/gst/video/video.h:
32949           Fix caps template names to be understandable.
32950           Prefix everything with GST_VIDEO.
32951         * ext/aalib/gstaasink.c:
32952         * ext/divx/gstdivxdec.c:
32953         * ext/divx/gstdivxenc.c:
32954         * ext/gdk_pixbuf/gstgdkpixbuf.c:
32955         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
32956         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
32957         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
32958         * ext/libcaca/gstcacasink.c:
32959         * ext/libpng/gstpngenc.c: (raw_caps_factory):
32960         * ext/snapshot/gstsnapshot.c:
32961         * ext/swfdec/gstswfdec.c:
32962         * ext/xvid/gstxviddec.c:
32963         * ext/xvid/gstxvidenc.c:
32964         * gst/chart/gstchart.c:
32965         * gst/deinterlace/gstdeinterlace.c:
32966         * gst/effectv/gsteffectv.c:
32967         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
32968         * gst/goom/gstgoom.c:
32969         * gst/median/gstmedian.c:
32970         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
32971         (gst_monoscope_srcconnect), (gst_monoscope_chain):
32972         * gst/overlay/gstoverlay.c:
32973         * gst/smooth/gstsmooth.c:
32974         * gst/smpte/gstsmpte.c:
32975         * gst/synaesthesia/gstsynaesthesia.c:
32976         * gst/videocrop/gstvideocrop.c:
32977         * gst/videodrop/gstvideodrop.c:
32978         * gst/y4m/gsty4mencode.c:
32979         * sys/qcam/gstqcamsrc.c:
32980         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
32981           Make them work with new video.h file.
32982         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
32983         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
32984         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
32985         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
32986           Make it work with new buffer allocation system.
32987
32988 2004-01-11  Julien MOUTTE  <julien@moutte.net>
32989
32990         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
32991         pad_alloc_buffer implementation to use ->srcpad
32992         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
32993         pad_alloc_buffer implementation to use ->srcpad
32994         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
32995         pad_alloc_buffer implementation to use ->srcpad
32996         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32997         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
32998         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
32999         a reference to everything we need.
33000         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
33001         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
33002         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
33003         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
33004         a reference to everything we need.
33005         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
33006
33007 2004-01-11  David Schleef  <ds@schleef.org>
33008
33009         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
33010         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
33011         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
33012         structure members.
33013         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
33014         value during a resize/renegotiation.
33015         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
33016         gst_pad_alloc_buffer();
33017         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
33018         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
33019         structure members.
33020         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
33021         Fix for rename of buffer private structure members.
33022         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
33023         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
33024         Fix for rename of buffer private structure members.
33025         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
33026         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
33027         Fix for rename of buffer private structure members.
33028
33029 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
33030
33031         reviewed by: David Schleef <ds@schleef.org>
33032
33033         * gst/videofilter/Makefile.am:
33034         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
33035         from the patch by ds to fit in with recent make_filter changes.
33036
33037 2004-01-11  Julien MOUTTE  <julien@moutte.net>
33038
33039         * configure.ac: Adding examples/switch/Makefile
33040         * examples/Makefile.am: Adding examples/switch
33041         * examples/switch/Makefile.am: Adding switcher example.
33042         * examples/switch/switcher.c: (got_eos), (idle_iterate),
33043         (switch_timer), (main): Adding an example demonstrating switch usage
33044         with 2 videotestsrc showing different patterns.
33045         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
33046         (gst_switch_init): Fixing switch with the new caps system.
33047
33048 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33049
33050         * gst-libs/gst/video/video.h:
33051           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
33052           They should probably be like
33053           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
33054
33055 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33056
33057         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
33058         (qtdemux_parse_trak):
33059           fix audio chunk size/timestamp calculation
33060
33061 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33062
33063         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
33064           fix SVQ3 caps
33065
33066 2004-01-11  Steve Baker  <steve@stevebaker.org>
33067
33068         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
33069         (gst_agingtv_base_init), (gst_agingtv_class_init),
33070         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
33071         (gst_agingtv_set_property), (gst_agingtv_get_property):
33072         Port agingTV to videofilter
33073
33074 2004-01-09  Julien MOUTTE <julien@moutte.net>
33075
33076         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
33077         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
33078
33079 2004-01-09  Julien MOUTTE <julien@moutte.net>
33080
33081         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
33082         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
33083         * gst-libs/gst/xoverlay/xoverlay.c:
33084         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
33085         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
33086         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
33087         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
33088         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
33089         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
33090         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
33091         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
33092         the bufferalloc_function to replace bufferpools, fixing the XOverlay
33093         interface implementation to handle xid being 0 and fix some bugs
33094         triggered by Benjamin's testcase.
33095         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
33096         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
33097         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
33098         the bufferalloc_function to replace bufferpools, fixing the XOverlay
33099         interface implementation to handle xid being 0 and fix some bugs
33100         triggered by Benjamin's testcase.
33101
33102 2004-01-09  David Schleef  <ds@schleef.org>
33103
33104         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
33105         mouse pointer events.  It works.
33106
33107 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33108
33109         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
33110           Use explicit caps - fix capsnego.
33111         * ext/xvid/gstxviddec.c:
33112         * ext/xvid/gstxvidenc.c:
33113           Remove macro-inside-macro which caused compile errors.
33114         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
33115           Error out if it's not a RIFF file. Else we error out without
33116           gst_element_error() which is not good...
33117
33118 2004-01-08  David Schleef  <ds@schleef.org>
33119
33120         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
33121         Fix pad_link function to handle formats that ffmpeg returns
33122         as multiple caps structures.
33123         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
33124         Only complain if source buffer is _smaller_ than expected.
33125         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
33126         (gst_videoscale_handle_src_event): Resize navigation events
33127         when passing them upstream.
33128         * gst/videotestsrc/gstvideotestsrc.c:
33129         * gst/videotestsrc/gstvideotestsrc.h:
33130         * gst/videotestsrc/videotestsrc.c:
33131         * gst/videotestsrc/videotestsrc.h:
33132         Rewrite many of the buffer painting functions to handle odd
33133         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
33134         been verified to work with my video card.
33135         * testsuite/gst-lint:  Add check for elements calling
33136         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
33137
33138 2004-01-08  David Schleef  <ds@schleef.org>
33139
33140         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
33141         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
33142
33143 2004-01-08  Julien MOUTTE  <julien@moutte.net>
33144
33145         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
33146         configure event is not emiting the desired size signal. That fixes
33147         aspect ratio issues with gst-player.
33148
33149 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33150
33151         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
33152           Fix capsnego.
33153
33154 2004-01-08  Julien MOUTTE  <julien@moutte.net>
33155
33156         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
33157         public method to fire size signal.
33158
33159 2004-01-07  Julien MOUTTE  <julien@moutte.net>
33160
33161         * examples/gstplay/Makefile.am: Adding the interface library.
33162         * gst-libs/gst/play/Makefile.am: Adding the interface library.
33163         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
33164         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
33165         GST_IS_X_OVERLAY before signal connect.
33166         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
33167         Removing the have_video_size signal.
33168         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
33169         and associated public method.
33170         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
33171         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
33172         signal.
33173         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
33174         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
33175         signal.
33176         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
33177         Using XOverlay public method to fire size signal.
33178
33179 2004-01-07  David Schleef  <ds@schleef.org>
33180
33181         * gst/videofilter/Makefile.am:
33182         * gst/videofilter/gstvideotemplate.c:
33183         * gst/videofilter/make_filter:
33184         Create gstvideoexample.c in a srcdir!=builddir friendly way.
33185         Convert make_filter to /bin/sh script.
33186
33187 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
33188
33189         * gst/modplug/gstmodplug.cc: fix element description
33190
33191 2004-01-07  Julien MOUTTE  <julien@moutte.net>
33192
33193         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
33194         (got_video_size): Adding some new lines in g_print calls.
33195         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
33196         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
33197         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
33198         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
33199         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
33200         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
33201         Complete code review, reverting some stuff i disagree with, adding
33202         some fixes : time synchronization on invalid timestamps, renegotiation
33203         of private window.
33204         * sys/ximage/ximagesink.h:
33205         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
33206         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
33207         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
33208         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
33209         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
33210         (gst_xvimagesink_buffer_new),
33211         (gst_xvimagesink_navigation_send_event),
33212         (gst_xvimagesink_set_xwindow_id),
33213         (gst_xvimagesink_get_desired_size),
33214         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
33215         stuff i disagree with, adding some fixes : Renegotiation of private
33216         window, implementing get_desired_size.
33217
33218 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33219
33220         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
33221         (gst_afsink_handle_event):
33222         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
33223         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
33224         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
33225         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
33226         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
33227           Fix for instantiate-test (see core). Also remove dead code from
33228           jpegenc (which still needs fixing, but that's lower on my TODO
33229           list...).
33230         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
33231           Never return NULL as caps.
33232
33233 2004-01-07  David Schleef  <ds@schleef.org>
33234
33235         * configure.ac:
33236         * ext/Makefile.am:
33237         * ext/librfb/Makefile.am:
33238         * ext/librfb/gstrfbsrc.c:
33239         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
33240         is the protocol used by VNC.
33241
33242 2004-01-07  David Schleef  <ds@schleef.org>
33243
33244         * gst/videofilter/gstvideotemplate.c:
33245         * gst/videofilter/gstvideotemplate.h:
33246         * gst/videofilter/make_filter:
33247         Merge videotemplate header into source file.
33248         * gst/effectv/Makefile.am:
33249         * gst/effectv/gsteffectv.c: (plugin_init):
33250         * gst/effectv/gstwarp.c:
33251         Make warpTV a subclass of videofilter.
33252
33253 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33254
33255         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
33256           Add guard against invalid utf-8 conversions in mad. Just in case.
33257
33258 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33259
33260         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
33261           Fix for bug shown by poisoning
33262
33263 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33264
33265         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
33266         (gst_v4lmjpegsrc_buffer_free):
33267         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
33268         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
33269         (gst_v4lsrc_buffer_free):
33270           Fix for removed bufferpools.
33271
33272 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
33273
33274         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
33275         Fix caps negotiation.
33276
33277         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
33278         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
33279         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
33280         (dvdnavsrc_event):
33281         * ext/mpeg2dec/gstmpeg2dec.c:
33282         * gst-libs/gst/navigation/navigation.c:
33283         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
33284         * gst-libs/gst/navigation/navigation.h:
33285         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
33286         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
33287         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
33288         Super-simple first version of mouse and keyboard events. Clicking
33289         on a DVD menu now works, although it may not take you where you
33290         expected.
33291
33292         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
33293         * gst/videotestsrc/gstvideotestsrc.c:
33294         (gst_videotestsrc_src_fixate):
33295         These fixate functions were broken - they never actually
33296         fixated :)
33297
33298 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33299
33300         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
33301         (gst_icecastsend_init):
33302           fix for new caps system.
33303         * gst-libs/gst/mixer/mixertrack.h:
33304         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
33305           Add 'master track' flag (for tools like ACME that only want to
33306           change the main volume).
33307
33308 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
33309
33310         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
33311         (gst_xvid_csp_to_caps):
33312         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
33313         * ext/xvid/gstxvidenc.c:
33314         ifdef out ARGB type when it isn't available
33315         in xvidcore 1.0.0beta2
33316
33317 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33318
33319         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
33320           When we have received a new SCR right in the first buffer after
33321           a seek (so in the same cycle that handles the discont), we should
33322           handle the buffer instead of unreffing it, else we lose data.
33323
33324 2004-01-06  Iain <iain@prettypeople.org>
33325
33326         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
33327           buffer-frames caps too.
33328
33329         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
33330           caps that we need, don't destroy them all and rebuild them. And when
33331           creating src pads, use the src pad template rather than the sink...
33332
33333 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33334
33335         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
33336           Add pad to element *after* setting functions such as event handler.
33337           Without this, the scheduler (opt) will link pads, set the event
33338           handler from the default event function (dispatcher in gstpad.c)
33339           and *after* that, we will set our own event function, which will
33340           thus never be used (and thus mpegdemux doesn't handle events).
33341
33342 2004-01-04  David Schleef  <ds@schleef.org>
33343
33344         Fix the fixate functions to handle new prototype:
33345         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
33346         * gst/videotestsrc/gstvideotestsrc.c:
33347         (gst_videotestsrc_src_fixate):
33348         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
33349         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
33350         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
33351
33352 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33353
33354         * sys/ximage/ximagesink.h:
33355         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
33356         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
33357         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
33358         (gst_ximagesink_xoverlay_init):
33359           assorted fixes to make (re)embedding work
33360         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
33361         (gst_ximagesink_get_desired_size):
33362           implement desired size additions to XOverlay
33363
33364 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33365
33366         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
33367         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
33368         (gst_x_overlay_got_desired_size):
33369         * gst-libs/gst/xoverlay/xoverlay.h:
33370           Add optional "desired size" signal and querying.
33371
33372 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33373
33374         * gst/matroska/matroska-demux.c:
33375         (gst_matroska_demux_parse_blockgroup):
33376           Fix EBML-laced block parsing. Diffs are relative to previous
33377           lace, not the first lace. Thanks to Mosu from the Matroska
33378           team for detecting this.
33379         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
33380         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
33381         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
33382         (gst_wavparse_change_state):
33383         * gst/wavparse/gstwavparse.h:
33384           Quickfix for capsnego.
33385
33386 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33387
33388         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
33389           Fix indenting, fix pad creation.
33390
33391 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33392
33393         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
33394         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
33395         (gst_xviddec_sink_link):
33396           Implement src_getcaps() so proper size caps is negotiated.
33397
33398 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33399
33400         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
33401           Finish flac decoder on EOS. See #116178.
33402
33403 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33404
33405         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
33406         (gst_matroska_demux_add_stream):
33407         * gst/matroska/matroska-ids.h:
33408           Add getcaps() function to fix capsnego...
33409
33410 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33411
33412         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
33413         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
33414         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
33415           Fix more integer overflows. Again, see #126967.
33416
33417 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33418
33419         * ext/mpeg2dec/gstmpeg2dec.c:
33420           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
33421           #130416.
33422
33423 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33424
33425         * configure.ac:
33426         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
33427         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
33428         * ext/xvid/gstxvid.h:
33429         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
33430         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
33431         (gst_xviddec_src_link), (gst_xviddec_sink_link),
33432         (gst_xviddec_change_state):
33433         * ext/xvid/gstxviddec.h:
33434         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
33435         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
33436         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
33437         (gst_xvidenc_link), (gst_xvidenc_set_property),
33438         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
33439         * ext/xvid/gstxvidenc.h:
33440           Update xvid plugin to latest xvid (1.0.0-beta3) API.
33441
33442 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33443
33444         * gst/rtp/rtp-packet.c:
33445           Add sys/types.h include, since OS X doesn't define in_addr_t
33446           in netinet/in.h, like it does on Linux (see #129600).
33447
33448 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
33449
33450         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
33451
33452         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
33453           Correct logic of dispose function (see #129306).
33454
33455 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33456
33457         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
33458         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
33459         (gst_mpeg_parse_init):
33460         * gst/mpegstream/gstmpegparse.h:
33461           Remove clock (which was never provided, i.e. dead code), and
33462           also fix integer overflows at high PTS values (see #126967).
33463
33464 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33465
33466         * ext/flac/gstflacdec.c:
33467         * ext/libpng/gstpngenc.h:
33468         * ext/mikmod/gstmikmod.h:
33469           OS X fixes (see #126628).
33470
33471 2004-01-02  David Schleef  <ds@schleef.org>
33472
33473         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
33474         (gst_alsa_src_base_init): Remove bogus "src" request pad.
33475         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
33476         (gst_mpeg_parse_class_init): Move pad template registration
33477         to class_init, since the derived class (mpegdemux) doesn't
33478         want them.
33479
33480 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33481
33482         * sys/ximage/Makefile.am:
33483         * sys/xvideo/Makefile.am:
33484         * sys/xvimage/Makefile.am:
33485           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
33486           after installation (see #127664).
33487
33488 2004-01-02  David Schleef  <ds@schleef.org>
33489
33490         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
33491         (gst_ffmpegenc_connect):  Negotiation fixes.
33492         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
33493         Remove inappropriate gst_caps_free().
33494         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
33495         Reenable Ronald's internal resize code, since the core handles
33496         it correctly now.
33497
33498 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33499
33500         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
33501         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
33502         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
33503           Fix pad template stuff.
33504
33505 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33506
33507         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
33508         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
33509           fix signed integer reading/writing.
33510
33511 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33512
33513         * ext/alsa/README:
33514           Remove outdated document
33515
33516 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
33517
33518         * gst/cutter/gstcutter.c: (gst_cutter_init):
33519           src pad was being created twice - oops.
33520
33521 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33522
33523         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
33524           Comment out internal resize. It doesn't handle the resulting
33525           XEvent internally, does another try_set_caps() which leads to
33526           a really nice loop.
33527           Real fix will come when Julien and Dave are awake. ;).
33528
33529 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33530
33531         * ext/mpeg2enc/gstmpeg2enc.cc:
33532           fix const/nonconst compile issue.
33533
33534 2004-01-02  David Schleef  <ds@schleef.org>
33535
33536         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
33537         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
33538         Add fixate function and a check for bad formats.
33539
33540 2004-01-01  David Schleef  <ds@schleef.org>
33541
33542         Negotiation fixes:
33543         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
33544         (gst_audiofilter_init):
33545         * gst/debug/efence.c: (gst_efence_init):
33546         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
33547         (gst_deinterlace_init):
33548         * gst/volume/gstvolume.c: (volume_connect):
33549
33550 2004-01-01  David Schleef  <ds@schleef.org>
33551
33552         Convert elements to use gst_pad_use_explicit_caps() where
33553         appropriate:
33554         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
33555         * ext/audiofile/gstafparse.c: (gst_afparse_init),
33556         (gst_afparse_open_file):
33557         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
33558         (gst_afsrc_open_file):
33559         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
33560         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
33561         (gst_ffmpegdec_chain):
33562         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
33563         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
33564         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
33565         (gst_gdk_pixbuf_chain):
33566         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
33567         (gst_jpegdec_chain):
33568         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
33569         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
33570         (gst_mikmod_negotiate):
33571         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
33572         (gst_mpeg2dec_negotiate_format):
33573         * ext/mpeg2enc/gstmpeg2enc.cc:
33574         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
33575         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
33576         (gst_speexdec_sinkconnect):
33577         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
33578         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
33579         (gst_vorbisfile_new_link):
33580         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
33581         (gst_ac3parse_chain):
33582         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
33583         (gst_asf_demux_setup_pad):
33584         * gst/auparse/gstauparse.c: (gst_auparse_init),
33585         (gst_auparse_chain):
33586         * gst/id3/gstid3types.c: (gst_id3types_loop):
33587         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
33588         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
33589         (mp1videoparse_parse_seq):
33590         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
33591         (bpf_from_header):
33592         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
33593         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
33594         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
33595         (gst_mpeg_parse_send_data):
33596         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
33597         (gst_qtdemux_add_stream):
33598         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
33599         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
33600         (gst_wavparse_parse_fmt):
33601
33602 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33603
33604         * configure.ac:
33605           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
33606           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
33607           it therefore uses the wrong include paths. Too bad... Note
33608           that 1.6.1.93 is not release yet. ;).
33609           Also add a check for mplex, which is now using the lib'ified
33610           mplex from mjpegtools, too.
33611         * ext/ffmpeg/gstffmpegcodecmap.c:
33612           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
33613           issues. I don't think ffmpeg handles 3ivx correctly, so this
33614           probably won't work. But it won't hurt either.
33615         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
33616         (gst_ffmpegdec_chain):
33617         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
33618         (gst_ffmpegenc_chain_audio):
33619           Fix memleak in audio encoding. Close codec if open fails, this
33620           calls the cleanup routines so we can re-use the context.
33621         * ext/mpeg2enc/gstmpeg2enc.cc:
33622           Fix pad template names/types, fix memory issue with getcaps().
33623         * ext/mpeg2enc/gstmpeg2encoder.cc:
33624         * ext/mpeg2enc/gstmpeg2encoder.hh:
33625           Fix compile issue with new caps system (const thingy).
33626         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
33627         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
33628           We read a first frame right on initing, so that we have a caps
33629           when we init the output. This caps is cached in padprivate and
33630           read as first frame.
33631         * ext/mplex/Makefile.am:
33632         * ext/mplex/gstmplex.cc:
33633         * ext/mplex/gstmplex.h:
33634         * ext/mplex/gstmplex.hh:
33635         * ext/mplex/gstmplexibitstream.cc:
33636         * ext/mplex/gstmplexibitstream.hh:
33637         * ext/mplex/gstmplexjob.cc:
33638         * ext/mplex/gstmplexjob.hh:
33639         * ext/mplex/gstmplexoutputstream.cc:
33640         * ext/mplex/gstmplexoutputstream.hh:
33641           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
33642           had issues, didn't do capsnego, supported only a subset of the
33643           mplex features and required a mplex fork in our local CVS. Plus
33644           that it worked agaist a very old mplex version. Rewriting was
33645           faster than updating it.
33646         * gst-libs/ext/Makefile.am:
33647         * gst-libs/ext/mplex/INSTRUCT:
33648         * gst-libs/ext/mplex/Makefile.am:
33649         * gst-libs/ext/mplex/README:
33650         * gst-libs/ext/mplex/TODO:
33651         * gst-libs/ext/mplex/ac3strm_in.cc:
33652         * gst-libs/ext/mplex/audiostrm.hh:
33653         * gst-libs/ext/mplex/audiostrm_out.cc:
33654         * gst-libs/ext/mplex/aunit.hh:
33655         * gst-libs/ext/mplex/bits.cc:
33656         * gst-libs/ext/mplex/bits.hh:
33657         * gst-libs/ext/mplex/buffer.cc:
33658         * gst-libs/ext/mplex/buffer.hh:
33659         * gst-libs/ext/mplex/fastintfns.h:
33660         * gst-libs/ext/mplex/format_codes.h:
33661         * gst-libs/ext/mplex/inputstrm.cc:
33662         * gst-libs/ext/mplex/inputstrm.hh:
33663         * gst-libs/ext/mplex/lpcmstrm_in.cc:
33664         * gst-libs/ext/mplex/mjpeg_logging.cc:
33665         * gst-libs/ext/mplex/mjpeg_logging.h:
33666         * gst-libs/ext/mplex/mjpeg_types.h:
33667         * gst-libs/ext/mplex/mpastrm_in.cc:
33668         * gst-libs/ext/mplex/mpegconsts.cc:
33669         * gst-libs/ext/mplex/mpegconsts.h:
33670         * gst-libs/ext/mplex/mplexconsts.hh:
33671         * gst-libs/ext/mplex/multplex.cc:
33672         * gst-libs/ext/mplex/outputstream.hh:
33673         * gst-libs/ext/mplex/padstrm.cc:
33674         * gst-libs/ext/mplex/padstrm.hh:
33675         * gst-libs/ext/mplex/stillsstream.cc:
33676         * gst-libs/ext/mplex/stillsstream.hh:
33677         * gst-libs/ext/mplex/systems.cc:
33678         * gst-libs/ext/mplex/systems.hh:
33679         * gst-libs/ext/mplex/vector.cc:
33680         * gst-libs/ext/mplex/vector.hh:
33681         * gst-libs/ext/mplex/videostrm.hh:
33682         * gst-libs/ext/mplex/videostrm_in.cc:
33683         * gst-libs/ext/mplex/videostrm_out.cc:
33684         * gst-libs/ext/mplex/yuv4mpeg.cc:
33685         * gst-libs/ext/mplex/yuv4mpeg.h:
33686         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
33687         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
33688           We don't fork mjpegtools' mplex in our CVS anymore.
33689         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
33690         (gst_avi_demux_add_stream):
33691         * gst/avi/gstavidemux.h:
33692           Add getcaps() function for proper caps nego. This makes some
33693           parts of AVI playback/reading work.
33694         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
33695           Resize window on new capsnego. This is probably wrong, but
33696           I'm still committing it because with current capsnego, the
33697           first successfull capsnego is auto-fixated, therefore rounded
33698           down to the lowest values in the caps. this results in a 16x16
33699           XWindow that is not reized when real capsnego finishes.
33700           Dave, I see more cases of this, do you know a proper solution?
33701         * tools/gst-launch-ext.in:
33702           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
33703
33704 2003-12-31  David Schleef  <ds@schleef.org>
33705
33706         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
33707         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
33708           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
33709
33710 2003-12-30  David Schleef  <ds@schleef.org>
33711
33712         * ext/ffmpeg/gstffmpegcolorspace.c:
33713         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
33714         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
33715         (gst_ffmpegcsp_chain): Negotiation fixes
33716         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
33717         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
33718         (gst_audio_convert_link), (gst_audio_convert_channels):
33719         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
33720         (gst_audioscale_link), (gst_audioscale_get_buffer),
33721         (gst_audioscale_chain): Negotiation fixes
33722         * gst/audioscale/gstaudioscale.h:
33723         * gst/videofilter/gstvideofilter.c:
33724         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
33725         (gst_videofilter_link), (gst_videofilter_init),
33726         (gst_videofilter_set_output_size), (gst_videofilter_setup),
33727         (gst_videofilter_find_format_by_structure):
33728         * gst/videofilter/gstvideofilter.h: Negotiation fixes
33729         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
33730         (gst_videoscale_link):
33731         * gst/videoscale/videoscale.c: (videoscale_get_structure),
33732         (videoscale_find_by_structure), (gst_videoscale_setup):
33733         * gst/videoscale/videoscale.h: Negotiation fixes
33734         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
33735         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
33736         function, restrict resizing to a multiple of 4 (hack until
33737         everyone supports odd sizes correctly).
33738
33739 2003-12-29  Colin Walters  <walters@verbum.org>
33740
33741         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
33742         signed.
33743
33744 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
33745
33746         * ext/sndfile/gstsf.c: (gst_sf_loop):
33747           Fix warning about discarding const qualifier
33748
33749 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
33750
33751         * gst/cutter/gstcutter.c:
33752         * gst/videoscale/gstvideoscale.c:
33753         * gst/volenv/gstvolenv.c:
33754         * gst-libs/gst/audio/audio.c:
33755         * gst-libs/gst/video/video.c:
33756           Fix warnings
33757
33758 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33759
33760         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
33761           Don't send ALSA debugging to stderr.
33762         * ext/alsa/gstalsa.h:
33763           Use GST_WARNING instead of g_warning when ALSA functions fail.
33764
33765 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33766
33767         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
33768           Free XVAdapterInfo correctly.
33769
33770 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33771
33772         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
33773         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
33774           Make id3tag use correct caps nego.
33775
33776 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
33777
33778         * ext/ivorbis/vorbis.c:
33779         * ext/ivorbis/vorbisenc.h:
33780         * ext/ivorbis/vorbisfile.c:
33781           Modify so that it uses the new caps things
33782
33783 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33784
33785         * testsuite/spider/spider1.c: (main):
33786         * testsuite/spider/spider2.c: (main):
33787         * testsuite/spider/spider3.c: (main):
33788           Make tests compile again. They probably don't work.
33789
33790 2003-12-24  Colin Walters  <walters@verbum.org>
33791
33792         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
33793         we can't fixate the caps anymore.
33794
33795 2003-12-23  David Schleef  <ds@schleef.org>
33796
33797         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
33798         * sys/oss/gstosssink.c: (gst_osssink_init),
33799         (gst_osssink_sink_fixate): Add fixate function.
33800
33801 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33802
33803         * ext/ffmpeg/gstffmpegcodecmap.c:
33804         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
33805         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
33806         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
33807         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
33808         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
33809         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
33810         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
33811           fix typo in RGB masks, and move back to "old" colorspace
33812           capsnego code until whoever wrote this new crap has actually
33813           tested it so that it works.
33814           And yes, this works, keep it that way please.
33815
33816 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33817
33818         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
33819         (gst_divxdec_init), (gst_divxdec_negotiate):
33820         * ext/divx/gstdivxdec.h:
33821         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
33822         (gst_divxenc_init):
33823         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
33824         (gst_faac_sinkconnect), (gst_faac_srcconnect):
33825         * ext/mpeg2enc/gstmpeg2enc.cc:
33826         * ext/mpeg2enc/gstmpeg2encoder.cc:
33827         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
33828         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
33829         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
33830         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
33831         (dxr3spusink_init):
33832         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
33833         (dxr3videosink_init):
33834           Fix caps breakage after Dave's caps branch merge.
33835
33836 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33837
33838         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
33839           Fix for 24bpp display.
33840
33841 2003-12-23  Colin Walters  <walters@verbum.org>
33842
33843         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
33844         a GnomeVFSHandle directly.
33845
33846 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33847
33848         * gst/volume/Makefile.am:
33849         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
33850         (volume_base_init), (volume_init):
33851           Reenable volume element and fix to work with new caps stuff.
33852           Rhythmbox needs this.
33853
33854 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33855
33856         * gst/qtdemux/qtdemux.c: (plugin_init):
33857           qtdemux requires bytestream
33858
33859 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33860
33861         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
33862           Fix remaining caps handling errors due to CAPS merge.
33863
33864 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33865
33866         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
33867         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
33868         (gst_faad_srcconnect):
33869           Port to new caps system.
33870
33871 2003-12-21  Julien MOUTTE  <julien@moutte.net>
33872
33873         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
33874         (got_video_size), (main): using g_print instead of g_message.
33875         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
33876         signal which was not emitted because of "switch" element added to the
33877         bin but not connected. (Removing from the bin temporarily)
33878
33879 2003-12-21  Julien MOUTTE  <julien@moutte.net>
33880
33881         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
33882         find X development files. I don't understand the previous tests and
33883         they fail on my debian/ppc unstable. This one works.
33884         * examples/gstplay/player.c: (main): Set the pipeline to READY before
33885         exiting.
33886         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
33887         (gst_play_set_video_sink), (gst_play_set_audio_sink),
33888         (gst_play_set_visualization): Add some safety checks in set_ methods
33889         and state_change. This was throwing some ugly CRITICAL messages when
33890         pipeline was getting disposed and casts were failing.
33891
33892 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33893
33894         * configure.ac:
33895           Improve mpeg2enc detection. This is for distributions that do
33896           ship mjpegtools, but without mpeg2enc. Also does object check
33897           for might there ever be ABI incompatibility.
33898         * ext/mpeg2enc/gstmpeg2enc.cc:
33899           Add Andrew as second maintainer (he's helping me), and also add
33900           an error if no caps was set. This happens if I pull before capsnego
33901           and that's something I should solve sometime else.
33902         * gst/matroska/matroska-demux.c:
33903         (gst_matroska_demux_parse_blockgroup):
33904           Fix time parsing.
33905         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
33906         (gst_matroska_mux_track_header):
33907           Add caps to templates.
33908         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
33909           Add mpegversion=1 to prevent confusion with MPEG/AAC.
33910         * gst/mpegstream/gstmpegdemux.c:
33911           Remove layer since it causes warnings about unfixed caps.
33912         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
33913           Fix obvious typo (we error out if caps were set, we should of
33914           course error out if *no* caps were set).
33915         * sys/oss/gstosselement.c: (gst_osselement_convert):
33916           Fix format conversion, we confused bits/bytes.
33917         * sys/oss/gstosselement.h:
33918           Improve documentation for 'bps'.
33919         * sys/v4l/TODO:
33920           Remove stuff about plugins that need removing - this was done
33921           ages ago.
33922         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
33923         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
33924         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
33925         (gst_v4lsrc_src_query):
33926         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
33927         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
33928           Add get_query_types(), get_formats() and query() functions.
33929
33930 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
33931
33932         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
33933           * moved CVS to freedesktop.org